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
how do you want missing values handled? : Sas programming
How we can create SAS USER DEFINED CODE?
What is a pdv and what are its functions?
What are the different versions of sas that you have used until now? : sas-grid-administration
How would you identify a macro variable? : sas-macro
What was the last computer book you purchased? Why?
How do you add a number to a macro variable? : sas-macro
Explain the purpose of retain statement.
how does sas handle missing values in functions? : Sas programming
What are the data types that sas contain?
what are the types of interactive display types? : Sas-bi
describe about metadata object? : Sas-di
explain the function of substr in sas? : Sas-administrator
how do you test for missing values? : Sas programming
Give some ways by which you can define the variables to produce the summary report (using proc report)?