What statement do you code to write the record to the file?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jothi sankar
FILE '<location-of-file-to-be-written>';
and
PUT var1 var2 var3 .... varn;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / cindy
data _Null_;
set ;
file "c:\location of file to be written.file format eg
(txt)";
put _all_; or var1, var2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain bmdp procedure?
what is the use of sas management console? : Sas-di
How do you download a flat file from Mainframe to your local PC using SAS?
why is sas data integration studio important? : Sas-di
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
List down the reasons for choosing sas over other data analytics tools.
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is SAS? What are the functions does it performs?
What is difference between N and n????
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,