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
What are the data types that sas contain?
Explain why double trailing @@ is used in input statement?
How would you invoke a macro? : sas-macro
explain the difference between proc means and proc summary?
What is the general format of function in sas? : sas-grid-administration
What are the differences between sum function and using “+” operator?
how to debug and test the sas program? : Sas-administrator
what is the difference between floor and ceil functions in sas? : Sas-administrator
To what type of programms have you used scratch macros?
for report generation which one you used proc report or data_null_?
what are _numeric_ and _character_ and what do they do? : Sas programming
Mention what is PROC in SAS?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is connection profile? : sas-grid-administration