A. By default, PROC IMPORT overwrites an existing SAS data set. B. PROC IMPORT writes SAS data to a CSV file. C. The DBMS= option identifies the type of data to import. D. Dates are imported as character values.
Home/programming
ExamList Latest Questions
A. They can be placed anywhere in the DATA step. B. They affect all data sets that are being created. C. They can be used in PROC steps. D. They control the order of the variables in the output data ...
A. An observation from the input data set is read into the PDV. B. The descriptor portion is created. C. The PDV is initialized. D. The program is checked for syntax errors.
A. a RUN statement B. an END statement C. an ENDSTEP statement D. a semicolon