name the scheduler for scheduling job and explain the scheduler? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is data step?
How can I remove header from output data set?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How do you test for missing values?
How to create list output for cross-tabulations in proc freq?
AE datasets names? how many types?
What is _n_?
what are different type of sas servers ? On which server does the sas code execute ?
what is the use of proc contents and proc print in sas? : Sas-administrator
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..