How do you read in the variables that you need?
Answer Posted / sheetal
data new (keep = name age sex);
set old;
run;
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
how to remove duplicates using proc sql?
What can you learn from the SAS log when debugging?
Why double trailing @@ is used in input statement?
Explain what Proc glm does?
what are the benefits of data integration? : Sas-di
What is the basic syntax of a sas program?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
how do the in= variables improve the capability of a merge? : Sas programming
What are the different types of sas functions?
what r the job openings SAS for fresher graduates !
Give some examples where proc report’s defaults are same as proc print’s defaults?
What’s the difference between var b1 – b3 and var b1 — b3?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
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?