nerdexam
SAS_Institute

A00-280 · Question #63

A00-280 Question #63: Real Exam Question with Answer & Explanation

The correct answer is B. memtype=data. See the full explanation below for the reasoning.

Question

The following program is submitted to create a transport file for multiple data sets: libname derived 'C:\Data\Derived'; libname xptout xport 'C:\Data\transportfiles\transport.xpt'; proc copy in=derived out=xptout <insert missing option>; run; Which option will limit the files that are copied to type data?

Options

  • Aintype=data
  • Bmemtype=data
  • Centrytype=data
  • Dinclude=data

Community Discussion

No community discussion yet for this question.

Full A00-280 Practice