how would you create multiple observations from a single observation? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of divide function?
what do you mean by data staging area? : Sas-di
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Which statement does not perform automatic conversions in comparisons?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
How to create a permanent sas data set?
What is a post baseline?
what is conditional processing?
What is the difference between an informat and a format. Name three informats or formats.
where are dashboard components are created and maintained? : Sas-bi
Diff between proc sql merge and join?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here