What are symget and symput? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between sas functions and procedures?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What are the differences between sum function and using “+” operator?
What is the difference between where and if statement?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
How to display duplicate observations in data?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
how to know the attributes of first five datasets in a library
proc means? proc sort? proc append? proc freq? proc print? proc content?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,