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 / jim

filename indata 'c:\test_input.txt';
data _null_;
infile indata;
file 'c:\test_output.txt';
input;
put _infile_;
run;

Is This Answer Correct ?    11 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

678


describe how to adjust the performance of data integrator? : Sas-di

568


what is sas data set?

669


What is program data vector (pdv) and what are its functions?

631


Differentiate between sas functions and sas procedures.

646






what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

636


What is proc sort?

724


it will become easy if uuu provide website linkssss and list of consultanciessssss

1535


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

572


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1329


Explain by-group processing?

591


What is a put statement?

668


what can you learn from the sas log when debugging? : Sas programming

612


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

612


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

613