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. (space)
B. : (colon)
C. , (comma)
D. ; (semicolon)
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. (space)
B. : (colon)
C. , (comma)
D. ; (semicolon)
No comments:
Post a Comment