Mention some common errors that are usually committed in sas programming.
No Answer is Posted For this Question
Be the First to Post Answer
what is SAS/Graph?
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
what is business intelligence? : Sas-bi
How would you compile all macros from a folder in a study, within the autoexec program?
which features do you use to check the data validations and errors? : Sas-administrator
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
How would you code the criteria to restrict the output to be produced?
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.
What is the difference between one to one merge and match merge? Give an example.
Can you execute a macro within a macro? Describe. : sas-macro
What do the mod and int function do? : Sas programming