If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Intern stastical programmer written test
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
What do the put and input function do?
What Proc glm does?
How do dates work in SAS data?
how can you sort the dataset having millions of OBS(instead of sort procedure?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
How sas treats the dsd delimiters?
Name and describe three SAS functions that you have used, if any?
What is the basic structure of a sas program?