SAS Certified Adv Programmer 50 Questions (41)
Which one of the following represents where the input is measured when using SAS data sets as input to a DATA step?
a. between the storage on disk and utility swap files
b. between the storage on disk and the input buffers
c. between the input buffers and the program data vector (PDV)
d. between the program data vector (PDV) and the output buffers
SAS Certified Adv Programmer 50 Questions (40)
Which one of the following represents the resource(s) conserved by the SASFILE statement if the entire SAS data set fits in memory?
a. I/O only
b. CPU only
c. memory only
d. CPU and I/O
SAS Certified Adv Programmer 50 Questions (39)
Which one of the following represents the resource(s) saved by the BUFSIZE= and BUFNO= options?
a. I/O only
b. CPU only
c. disk space only
d. I/O, CPU, and disk space
SAS Certified Adv Programmer 50 Questions (38)
Which one of the following FORMAT procedure options is used to create a SAS data set from an existing format?
a. FMTLIB
b. CREATE
c. CNTLIN=
d. CNTLOUT=
SAS Certified Adv Programmer 50 Questions (37)
Which one of the following FORMAT procedure options is used to create a format from the values in a SAS data set?
a. FMTLIB
b. INVALUE
c. CNTLIN=
d. CNTLOUT=