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
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What areas of SAS are you most interested in?
In SAS explain which statement does not perform automatic conversions in comparisons?
how would you create multiple observations from a single observation? : Sas programming
What would be the value of month at the end of data step execution and how many observations would be there?
what are input dataset and output dataset options? : Sas programming
How to test the debugging in sas?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Which statement does not perform automatic conversions in comparisons?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how do you pull data from equifax?tell me the process?
What are the implications?
Which command is used to perform sorting in sas program?
what are informats in sas? : Sas-administrator
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?