How to do user inputs and command line arguments in SAS? D&B
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rupesh
we can input values in dataset runtime using WINDOW statement:
data temp;
length name $20;
length sex $1;
window start
#3 @5 'enter the name' +1 name attr=underline
#4 @5 'enter the age' +2 age attr=underline
#5 @5 'enter the sex' +2 sex attr=underline
#7 'when complete type end in cmd';
display start;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
do you need to know if there are any missing values? : Sas programming
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
% let A=3+4 what is result
what is prime numbers? how we can get plc write sas code?
How does proc sql work?
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
what are methods to identify duplicate observations?
How we can create SAS USER DEFINED CODE?
What is highest missing value for numeric?
Briefly describe 5 ways to do a "table lookup" in sas.
how many types prompting framework can be broken down to? : Sas-bi
what is SAS/Graph?