SAS Certified Base Programmer 123 Questions (35)
The following SAS program is submitted:
data_null_; set old (keep = prod sales1 sales2); file 'file-specification'; put sales1 sales2; run;
Which one of the following default delimiters separates the fields in the raw data file created?
A. : (colon)
B. (space)
C. , (comma)
D. ;(semicolon)
Topics:
SAS Base Questions |
2 Comments »
B
B