name the scheduler for scheduling job and explain the scheduler? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
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.
Are you sensitive to code walk-throughs peer review or QC review?
What is the basic structure of the SAS base program?
Describe a time when you were really stuck on a problem and how you solved it?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
What is criteria for adverse events and treatment-emergent adverse events?
Name statements that are execution only.
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
what other SAS features do you use for error trapping and data validation?