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

How do you define proc in sas? : sas-grid-administration

775


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

656


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

726


How many data types are there in SAS?

727


Which command is used to perform sorting in sas program?

676






how do the in= variables improve the capability of a merge? : Sas programming

1046


What are the advantages of using sas?

729


What are the difference between ceil and floor functions in sas?

874


How you can read the variables that you need?

748


what is business intelligence? : Sas-bi

678


What is the sas data set? : sas-grid-administration

669


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

647


what is data governance? : Sas-di

703


For what purposes have you used sas macros? : sas-macro

611


what are all the reports you generated in your recent project?

1794