What are symget and symput? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
How to display duplicate observations in data?
How to limit decimal places for the variable using proc means?
What are the joins,types of joins and thier functions?
what are the validation tools in sas?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
wat has been most common programming mistake?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
in ods is there any lib's
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
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;
what is difference in window SAS & Unix SAS.....how do define working environment in both???
explain the function of substr in sas? : Sas-administrator