What is the function of Stop statement in a SAS Program?
No Answer is Posted For this Question
Be the First to Post Answer
how we can create optional or required parameters in SAS macro...
Explain the difference between using drop = data set option in set and data statement?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
How to display duplicate observations in data?
What is the difference between order and group variable in proc report?
what is Business Intelligence?
What are the joins,types of joins and thier functions?
how to remove duplicates using proc sql?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Code the MEANS to produce output to be used later.
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
How can you limit the variables written to output dataset in data step?