nerdexam
SAS_Institute

A00-280 · Question #63

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…

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

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    71% (17)
  • C
    17% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-280 Practice