What is the use of function Proc summary?
No Answer is Posted For this Question
Be the First to Post Answer
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what is enterprise guide? What is the use of it? : Sas programming
What are the special input delimiters used in SAS?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What versions of SAS have you used (on which platforms)?
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..
What is the use of stop statement?
do you need to know if there are any missing values? : Sas programming
what is broad cast agent? : Sas-bi
what is the use of proc contents and proc print in sas? : Sas-administrator
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.