Which one of the following default delimiters separates the fields in the raw data file created?

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)

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.