Can we create datasets by proc step ? (Proc contents, Means)?
Answers were Sorted based on User's Feedback
Answer / fabio
Yes you can, for example many proc (like sort for example) have the option OUT= to allow it
| Is This Answer Correct ? | 2 Yes | 0 No |
Name statements that are execution only?
describe about physical data integration? : Sas-di
define table lookup and how may ways it can be done...explian
how do u validate the program which u have written.
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
how to write code for left outer join in SAs using datastep?
what are the scrubbing procedures in sas? : Sas programming
What is the general format of function in sas? : sas-grid-administration
tell me about use of arrays in sas
How to Rename Library?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
Explain the difference between informat and format with an example.