Identify statements whose placement in the DATA step is
critical?
Answers were Sorted based on User's Feedback
Explain the message 'Merge has one or more datasets with repeats of by variables'.
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
is data integration and etl programming is same? : Sas-di
What are the scrubbing procedures in sas?
How sas treats the dsd delimiters?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
How to merge the data using merge statement and proc format? Is the result is same ?
Which are the statements whose placement in the data step is critical?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
what are _numeric_ and _character_ and what do they do? : Sas programming
what is AE onset date and what is RDS?
How could you generate test data with no input data?