What statement do you code to write the record to the file?

Answers were Sorted based on User's Feedback



What statement do you code to write the record to the file?..

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

What statement do you code to write the record to the file?..

Answer / jothi sankar

FILE '<location-of-file-to-be-written>';

and

PUT var1 var2 var3 .... varn;

Is This Answer Correct ?    0 Yes 0 No

What statement do you code to write the record to the file?..

Answer / bhargavi

BY using data _null_

Is This Answer Correct ?    0 Yes 0 No

What statement do you code to write the record to the file?..

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

What statement do you code to write the record to the file?..

Answer / ganesh k

using FILENAME statement

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

Do you know the features of sas?

0 Answers  


What is the pound sign used for in the data_null_ ?

1 Answers  


what is difference in window SAS & Unix SAS.....how do define working environment in both???

1 Answers   JPMorgan Chase,


which domain is better in sas? clinical trails or banking

3 Answers  


how would you create multiple observations from a single observation? : Sas programming

0 Answers  






What is the difference between proportion and average?

0 Answers   KPMG,


Enlist the functions performed by sas.

0 Answers  


What is the basic structure of the SAS base program?

0 Answers  


I need level 2 to 5 sas using companies in india

0 Answers  


what are the sites did u refer for enquiries and doubts for SAS

2 Answers   UBS,


where are dashboard components are created and maintained? : Sas-bi

0 Answers  


which date function advances a date, time or datetime value by a given interval? : Sas programming

0 Answers  


Categories