what are input dataset and output dataset options? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
How to include or exclude specific variables in a data set?
What are the main differences between sas versions 8.2, 9.0, 9.1?
Name statements that are recognized at compile time only?
how to assign a macro value to a variable?
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
What is the basic structure of a sas program?
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,
Explain what is the use of proc gplot?
What is _n_?
how to remove duplicates using proc sql?
How would you define the end of a macro? : sas-macro