How do you read in the variables that you need?
Answer Posted / siri
by using 'scan' statement.
scan <variable name>;
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
How we can call macros with in data step? : sas-macro
how do you debug and test your sas programs? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What are the limitations for memory allocation for SAS variables
describe about physical data integration? : Sas-di
What’s the difference between var b1 – b3 and var b1 — b3?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What function CATX syntax does?
Difference between informat and format?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
explain the difference between proc means and proc summary?
What is the work of tranwrd function?
What is the good sas programming practices for processing large data sets?
Explain data step in SAS