Tag: programming languages
Questions Related to programming languages
-
The program executes successfully and a temporary SAS data set is created
-
The program executes successfully and a permanent SAS data set is created
-
The program fails execution because the same SAS data set is referenced for both read and write operations
-
The program fails execution because the SAS data sets on the MERGE statement are in two different libraries
-
amount word ------ 5 DOG
-
amount word ------ 5 CAT
-
amount word ------ 7 DOG
-
amount word ------ 7 ' ' (missing character value)
-
It exists only for the duration of the DATA step.
-
It is saved with the data set.
-
It can be used in procedures.
-
It can be the same as the name of a variable in the data set.
-
SALES1, SALES2, SALES3, SALES4
-
AGENTS1, AGENTS2, AGENTS3, AGENTS4
-
None, the DATA step fails because the ARRAY statement can reference only numeric data
-
None
-
the data portion only
-
the descriptor portion only
-
the descriptor portion and the data portion
-
neither the data portion nor the descriptor portion
-
No data set is created as the program fails to execute due to errors
-
0
-
2
-
3
-
date9.
-
ddmonyy9.
-
ddMMMyy9.
-
ddmmmyyyy9.
-
ModifyQuery()
-
Modify()
-
Change()
-
ChangeQuery()
-
Primary!
-
Delete!
-
Original!
-
Sort!