The input data file...
 
Notifications
Clear all

The input data files are sorted by the NAMES variable:

1 Posts
1 Users
0 Likes
64 Views
(@colmenerocarmelo)
Posts: 746
Noble Member
Topic starter
 

The following SAS program is submitted:

libname temp ‘SAS data library’;

data temp.sales;

merge temp.sales

work.receipt;

by names;

run;

The input data files are sorted by the NAMES variable:

What is the result?

  • A . The program executes successfully and a temporary SAS data set is created.
    B. The program executes successfully and a permanent SAS data set is created.
    C. The program fails execution because the same SAS data set is referenced for both read and write operations.
    D. The program fails execution because the SAS data sets on the MERGE statement are in two different libraries.

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 12/01/2023 7:29 pm

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: