How we will Developing new reports Using Data step
programming and Macros ?
Answer Posted / anjani sasprogrammer
data a;
input
emp_name $
emp_age
emp_sal
;
datalines;
a 23 20000
b 24 25000
;
run;
proc print data=a;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe 5 ways to do a “table lookup” in SAS?
how does sas handle missing values in formats? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
what is treatment emergent events and treatment emregent adverse event
I need level 2 to 5 sas using companies in india
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
Describe the function and untility of the most difficult SAS macro that you have written.
What are the default statistics for means procedure?
How to limit decimal places for the variable using proc means?
how will you location sas platform applications available from web browser? : Sas-bi
Which function is used to count the number of intervals between two sas dates?
Explain the purpose of retain statement.
Explain what is data step?
what is the purpose of _error_? : Sas programming
what is function of retain statment