By admin | August 21, 2009

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

By admin | August 20, 2009

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

By admin | August 20, 2009

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

By admin | August 20, 2009

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=

By admin | August 20, 2009

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=