What statement do you code to write the record to the file?
Answer Posted / g.jyotshna
file 'path';
put _all_;
run;
this is for all variables to write into the file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How many ways to overcome a missing values???
How do dates work in SAS data?
what is change analysis in sas di ? : Sas-di
what are sas/access and sas/connect? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Explain why double trailing @@ is used in input statement?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Explain what is the use of proc gplot?
What does PROC print, and PROC contents do?
Mention some common errors that are usually committed in sas programming.
explain about various caches available in data integrator? : Sas-di
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?
What are common programming errors committed in sas
Explain data_null_?
Did you used proc test? when?