If reading an external file to produce an external file,
what is the shortcut to write that record without coding
every single variable on the record?

Answer Posted / sumit

data _null_;
infile 'path';
input;
file 'destination path';
put _infile_;
run;

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between nodup and nodupkey options?

611


how do you debug and test your sas programs? : Sas programming

563


What are the data types in sas?

610


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1663


What are the ways in which macro variables can be created in sas programming?

571






What are the default statistics for means procedure?

647


Have you ever used the SAS Debugger?

1209


What is interleaving in SAS?

676


What versions of SAS have you used (on which platforms)?

1017


What is the basic structure of the SAS base program?

691


how will you location sas platform applications available from web browser? : Sas-bi

546


What are SAS/ACCESS and SAS/CONNECT?

636


How do you test for missing values?

1060


What is the difference between the proc sql and data step?

665


In sas, what are the areas that you are most interested in? : sas-grid-administration

642