AE datasets names? how many types?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Proc tabulate and Proc print
Explain why double trailing @@ is used in input statement?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is the good sas programming practices for processing large data sets?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Difference between sum function and using “+” operator?
Of all your work, where have you been the most successful?
How would you identify a macro variable? : sas-macro
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
How do dates work in SAS data?
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?
how could you generate test data with no input data? : Sas programming