How would you define the end of a macro? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
What are the functions used for character handling?
Describe the ways in which you can create macro variables?
if x=round(26.3,10)-1 then x= how much and how explain?
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 would you define the end of a macro? : sas-macro
How do you put a giraffe into the refrigerator?
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
Approximately what date is represented by SAS date value of 730
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190