Identify statements whose placement in the DATA step is
critical.
Answers were Sorted based on User's Feedback
Answer / sandhya
LENGTH statement and
defining GLOBAL variable in MACRO
| Is This Answer Correct ? | 4 Yes | 1 No |
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what are some good sas programming practices for processing very large data sets? : Sas programming
explain the key concept of sas? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
What is by-group processing?
how does sas handle missing values in procs? : Sas programming
How are numeric and character missing values represented internally?
how many types of MERGE?
What is the difference between using drop = data set option in data statement and set statement?
explain the proc in sas? : Sas-administrator
Name the option to produce a frequency line items rather that a table.
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..