How do you add a number to a macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
How do dates work in SAS data?
How we will Developing new reports Using Data step programming and Macros ?
Which is the best training institute for SAS in Delhi. Please reply
what is the basic structure sas administrator? : Sas-administrator
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
How do you add a number to a macro variable?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
Approximately what date is represented by SAS date value of 730
Mention how to limit decimal places for the variable using proc means?
Explain what Proc glm does?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;