How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
8 12360If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
2 5181Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
1 5527If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
3 8652
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Mention sas system options to debug sas macros.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is the use of the %include statement?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
explain about data integrator metadata reports? : Sas-di
How sas treats the dsd delimiters?
what can you learn from the sas log when debugging? : Sas programming
how many types prompting framework can be broken down to? : Sas-bi
Which function is used to count the number of intervals between two sas dates?
Enlist the syntax rules followed in sas statements.
what do the pad and dim functions do? : Sas programming
how does sas handle missing values in procs? : Sas programming
How to specify variables to be processed by the freq procedure?
In proc transpose and data step with arrays which one you pick?