How would you compile all macros from a folder in a study, within the autoexec program?
Answer / sumanth
Using options sasautos = (sasautos,"&_macros") after a libname statement
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the statements that are executed only?
What is a macro routine?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
Which date function advances a date, time or datetime value by a given interval?
What are the different types of sas functions?
How do you test for missing values?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
What are SAS/ACCESS and SAS/CONNECT?
how do the in= variables improve the capability of a merge? : Sas programming
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
In sas, what are the areas that you are most interested in? : sas-grid-administration