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 will you location sas platform applications available from web browser? : Sas-bi
Differentiate between proc means and proc summary.
What are the automatic variables for macro? : sas-macro
Give e an example of..
If a variable contains letters or special characters, can it be numeric data type?
how to do user inputs and command line arguments in sas?
describe how to adjust the performance of data integrator? : Sas-di
what is the difference between unique key and primary key? : Sas-di
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What would be the value of month at the end of data step execution and how many observations would be there?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What does the trace option do?
What is SAS informats?
What is the basic syntax style in SAS?
What is the use of function Proc summary?