If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Mention some common errors that are usually committed in sas programming.
what versions of sas have you used (on which platforms)? : Sas programming
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what is change analysis in sas di ? : Sas-di
What is the order of evaluation of the following operators + - * / ** () ???
What is the purpose of trailing @ and @@? How do you use them?
what are all the default values getting in PROC MEANS...???
What is the difference between a PROC step and a DATA step?
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..
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What is the difference between where and if statement?