How you can read the variables that you need?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is data step?
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
What are the 3 components in sas programming?
Mention the category in which sas informats are placed?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
what is the use of catalog?
how to remove the duplicates by proc sql?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
Explain the purpose of substr functions in sas programming.
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
List down the reasons for choosing sas over other data analytics tools.