How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
Can you explain the process of calendar?
Name validation tools used in SAS
In sas admin differentiate between roles and capabilities? : sas-grid-administration
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how does sas handle missing values in sort order? : Sas programming
what is pdv? how it is related to input buffer in sas?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
what is sas business intelligence? : Sas-bi
What do the PUT and INPUT functions do?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?