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 do the PUT and INPUT functions do?
What’s the difference between var b1 – b3 and var b1 — b3?
how the sas basic syntax style described? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What do you code to create a macro? : sas-macro
Mention the difference between ceil and floor functions in sas?
what type of graphs we will create(for 2+years candidates)?
What Proc glm does?
how sas deals with business intelligence? : Sas-bi
What are the functions used for character handling?
What are the features of SAS?
Explain what Proc glm does?