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
explain the difference between proc means and proc summary?
how the sas basic syntax style described? : Sas-administrator
Which command is used to perform sorting in sas program?
how to debug and test the sas program? : Sas-administrator
What are the difficulties u faced while doing vital signs table or dataset?
Mention what is SAS data set?
Are you involved in writing the inferential analysis plan? Tables specfications?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the data types that sas contain?
How do you specify the number of iterations and specific condition within a single do loop?
What is the purpose of _character_ and _numeric_?
What are the applications primarily used by business analyst? : Sas-bi
What is the basic structure of a sas program?
What is the use of stop statement?
What is PDV?