nerdexam
SAS_Institute

A00-211 · Question #200

The contents of the SAS data set PERM.JAN_SALES are listed below: VARIABLE NAME TYPE idnum character variable sales_date numeric date value A comma delimited raw data file needs to be created from…

The correct answer is B. libname perm 'SAS-data-library'. See the full explanation below for the reasoning.

Question

The contents of the SAS data set PERM.JAN_SALES are listed below:

VARIABLE NAME TYPE idnum character variable sales_date numeric date value A comma delimited raw data file needs to be created from the PERM.JAN_SALES data set. The SALES_DATE values need to be in a MMDDYY10 form. Which one of the following SAS DATA steps correctly creates this raw data file?

Options

  • Alibname perm 'SAS-data-library';
  • Blibname perm 'SAS-data-library';
  • Clibname perm 'SAS-data-library';
  • Dlibname perm 'SAS-data-library';

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    71% (15)
  • C
    19% (4)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice