How to do user inputs and command line arguments in SAS? D&B
Answer Posted / segu
we can pass the paramters at run time.
here is an example which passes three parameters( 3 dates)
to a program calles pgm_name:
>sas pgm_name -sysparm "01aug95 05aug94 10jan60"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the use of proc contents and proc print in sas? : Sas-administrator
How does proc sql work?
how are numeric and character missing values represented internally? : Sas programming
what is change analysis in sas di ? : Sas-di
how to read the variables in sas? : Sas-administrator
How to test the debugging in sas?
Mention how to limit decimal places for the variable using proc means?
Can you execute macro within another macro? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration
Explain the special input delimiters used in sas programming.
how to do user inputs and command line arguments in sas?
Mention what is SAS data set?
What are the default statistics for means procedure?
How you can read the variables that you need?
how can you create zero observation dataset? : Sas programming