What is the sas data set? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
Difference between sum function and using “+” operator?
where will go the observations that were deleted by delete statement?
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
how to read raw data in sas. Do it manually and throw the programming.
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What do you code to create a macro? : sas-macro
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
what r the job openings SAS for fresher graduates !
Where do the database management systems store data and how do u import them.
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??
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.