Mention the category in which sas informats are placed?
No Answer is Posted For this Question
Be the First to Post Answer
Identify statements whose placement in the DATA step is critical.
What do you feel about hardcoding?
what is sas data set?
Name and describe three SAS functions that you have used, if any?
How are numeric and character missing values represented internally?
how do u validate sas program
Can you execute a macro within a macro? Describe. : sas-macro
Under what circumstances would you code a SELECT construct instead of IF statements?
How would you identify a macro variable?
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
Explain why double trailing @@ is used in input statement?
How can you put a "trace" in your program?