Explain data_null_?
No Answer is Posted For this Question
Be the First to Post Answer
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..
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
how does sas handle missing values in procs? : Sas programming
What is univariate n where it can be used n how...?
How can you limit the variables written to output dataset in data step?
it will become easy if uuu provide website linkssss and list of consultanciessssss
What can you learn from the SAS log when debugging?
Explain why double trailing @@ is used in input statement?
what are the types of interactive display types? : Sas-bi
what is factor analysis? : Sas-administrator
What are the limitations for memory allocation for SAS variables
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;