What statement do you code to tell SAS that it is to write
to an external file? What statement do you code to write the
record to the file?
Answers were Sorted based on User's Feedback
Answer / kishan
1. file and put statements
2. Export Procedure
3. ODS also write the data to an external file
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rishie
By using File and PUT statement you can write into an
external file
| Is This Answer Correct ? | 4 Yes | 0 No |
Mention sas system options to debug sas macros.
What SAS statements would you code to read an external raw data file to a DATA step?
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
What is LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
How would you create multiple observations from a single observation?
how to assign a macro value to a variable?
what is OLAP?
What is run-group processing?
What is criteria for adverse events and treatment-emergent adverse events?
proc means? proc sort? proc append? proc freq? proc print? proc content?
What is the use of the %include statement?