ElearnSAS.com

ElearnSAS.com
SAS Learning Platform

Base SAS 85

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

11 comments:

  1. Anonymous7:44 AM

    How can you tell its a space, and not a comma?

    ReplyDelete
    Replies
    1. Anonymous7:36 PM

      if you provide dml or DSD then it would be delimted by what you specify else space is default.

      Delete
  2. Anonymous7:03 PM

    because 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
    file 'file specification' dlm=',';

    ReplyDelete
  3. priyanka12:59 AM

    the default delimiter is 'space'.
    but, in case of 'DSD' option then default delimiter becomes 'comma'.

    the answer is B.

    ReplyDelete
  4. You can latest information regarding and download pdf official available HBSE 12th Date Sheet 2019 & get other imp details.

    ReplyDelete