How would you include common or reuse code to be processed
along with your statements?
Answer Posted / basha
we can use autocall liobrary in macros which includes
options mautosource
syntax creating auto call lbrary
libname statement
filename
catalog
at last
code:libname<filename><catalog><sourcecode>
note:macroname is same as source file name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
do you need to know if there are any missing values? : Sas programming
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what is sas olap server? : Sas-di
What makes sas stand out to be the best over other data analytics tools?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What are the data types that sas contain?
How to read an input file in sas?
What is the difference between INPUT and INFILE ?
How to create a permanent sas data set?
Differentiate input and infile.
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Describe the function and utility of the most difficult SAS macro that you have written?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming