What can be the size of largest dataset in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a PROC step and a DATA step?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
Hi, If anyone has base SAS certification dumps, please share.
What is difference between Global n Local Macro Variables..?
How many versions came upto now in SAS?
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What is the function of Stop statement in a SAS Program?
How would you define the end of a macro?
To what type of programms have you used scratch macros?
what is hierarchy flattening? : Sas-di
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.