How would you invoke a macro? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
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.
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
what is the difference between floor and ceil functions in sas? : Sas-administrator
Can you execute a macro within a macro? Describe. : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
In which format does Date stores in sas..? What is the use of DATE in SAS.?
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
What statement do you code to write the record to the file?
What’s the difference between var b1 – b3 and var b1 — b3?
Briefly explain input and put function?