Explain the main difference between the sas procedures and functions? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
What are the ways in which macro variables can be created in sas programming?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
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,
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
In the flow of DATA step processing, what is the first action in a typical DATA Step?
What areas of SAS are you most interested in?
Describe how you would pass data to macro.
How we will Developing new reports Using Data step programming and Macros ?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
explain the key concept of sas? : Sas-administrator