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)
Click Comment link to get answer
B
ReplyDelete'B'
ReplyDeleteB
ReplyDeleteHow can you tell its a space, and not a comma?
ReplyDeleteif you provide dml or DSD then it would be delimted by what you specify else space is default.
Deletebecause no delimiter is specified at the end of the file stmt.so the default delimitter space is used.if you want comma as a delimitter, use the stmt
ReplyDeletefile 'file specification' dlm=',';
B
ReplyDeletethe default delimiter is 'space'.
ReplyDeletebut, in case of 'DSD' option then default delimiter becomes 'comma'.
the answer is B.
c
ReplyDeleteB
ReplyDeleteYou can latest information regarding and download pdf official available HBSE 12th Date Sheet 2019 & get other imp details.
ReplyDelete