Answer Posted / santosh
where macro variables supports only character type data
here the global macro variable gets created as the value of A
is 3+4
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention the difference between ceil and floor functions in sas?
What is the basic structure of a sas program?
What is maximum storage capability of SAS?
how can you put a "trace" in your program? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What are symget and symput? : sas-macro
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What are the features of SAS?
Are you involved in writing the inferential analysis plan? Tables specifications?
What are the difference between the sas data step and sas procs?
what is information maps?
What do you know about sas and what we do? : sas-grid-administration
What is a method to debug and test your SAS program?
why is a stop statement needed for the point=option on a set statement? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?