Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider code such as that below: PROC SORT DATA = NCSU.cars OUT = dots; B Y = M P G ; RUN; Which of the

Consider code such as that below:
PROC SORT DATA = NCSU.cars OUT =dots;
BY=MPG;
RUN;
Which of the statements below are true about the OUT = option?
Select one:
a. The outputted dataset must be placed into a permanent library using a one-level name.
b. The outputted dataset must be placed into the work library using a two-level name.
c. The outputted dataset must be placed into a permanent library using a two-level name.
d. The output dataset may be placed in either the work library or a permanent library as defined by the one- or twolevel name used.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago