What statement do you code to write the record to the file?
Answer Posted / bhargavi
BY using data _null_
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain about various caches available in data integrator? : Sas-di
which date functions advances a date time or date/time value by a given interval? : Sas programming
Do you know the features of sas?
What are the statements in proc sql?
Explain how you can debug and test your SAS program?
what is hierarchy flattening? : Sas-di
how does sas handle missing values in a merge? : Sas programming
What is the function of output statement in a SAS Program?
What are types of transport files?
How do dates work in sas?
what is factor analysis? : Sas-administrator
what is the effect of the options statement errors=1? : Sas programming
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
Tell me about % include and % eval? : sas-macro
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?