What is the maximum and minimum length of macro variable
No Answer is Posted For this Question
Be the First to Post Answer
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Difference between informat and format?
What do you code to create a macro? : sas-macro
what is the primary variable in your study?
When merging 2 datasets with a common variable (not merge key), how to keep both?
What would be the value of month at the end of data step execution and how many observations would be there?
what is cummaltive frequency,and varience in proc unviarte
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.
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
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 basic syntax style in SAS?
why is a stop statement needed for the point=option on a set statement? : Sas programming