Identify statements whose placement in the DATA step is
critical?
Answer Posted / vijay
first preference goes to run;
next - placement of ; if you use datalines
next - use of infile and input
next - use of retain and length statements
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is PDV?
How to create list output for cross-tabulations in proc freq?
what is the difference between nodup and nodupkey options? : Sas programming
Mention the validation tools used in SAS?
what is transformation in sas data integration? : Sas-di
What is the maximum length of the macro variable?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Mention few capabilities of sas framework.
how does sas handle missing values in assignment statements? : Sas programming
Explain the special input delimiters used in sas programming.
What is the basic syntax of a sas program?
What is program data vector (pdv) and what are its functions?
What do you know about symput and symget?
How to read an input file in sas?