Identify statements whose placement in the DATA step is
critical?
Answer Posted / meena
Placement of the last six statements (shown below) is critical
because the attributes of variables are determined
by the first reference to the compiler:
drop, keep, rename
label
retain
length
format, informat
attrib
array
by
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Approximately what date is represented by the SAS date value of 730?
Explain data step in SAS
How we can call macros with in data step? : sas-macro
Which are the statements whose placement in the data step is critical?
How many data types are there in SAS?
What is run-group processing?
what is sas data set?
What is the use of function Proc summary?
What does PROC print, and PROC contents do?
Explain input and put function?
How would you invoke a macro? : sas-macro
What are the ways to do a “table lookup” in sas?
what is snowflake schema? : Sas-di
do you prefer proc report or proc tabulate? Why? : Sas programming
How are numeric and character missing values represented internally?