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
what are informats in sas? : Sas-administrator
What are the functions which are used for character handling functions?
What would you change about your job?
What is the difference between using drop = data set option in data statement and set statement?
What are the ways in which macro variables can be created in sas programming?
Explain how you can debug and test your SAS program?
explain the concepts and capabilities of business object? : Sas-bi
Enlist the syntax rules followed in sas statements.
What do you know about sas data set?
What are all the problems you faced while validating tables and reports?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What are the applications primarily used by business analyst? : Sas-bi
Difference between sum function and using “+” operator?
Of all your work, where have you been the most successful?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming