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?
Answer Posted / 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 |
Post New Answer View All Answers
What are the ways to do a “table lookup” in sas?
describe about metadata object? : Sas-di
How to convert a numeric variable to a character variable?
What is interleaving in SAS?
what is the basic structure sas administrator? : Sas-administrator
how are numeric and character missing values represented internally? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are the default statistics for means procedure?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
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?
Tell me about % include and % eval? : sas-macro
If you could design your ideal job, what would it look like?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Name some categories in sas 9? : sas-grid-administration
explain the use of % includes a statement in sas? : Sas-administrator