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

What is the basic syntax of a sas program?

671


what is sas business intelligence? : Sas-bi

588


how do you pull data from equifax?tell me the process?

1380


What is maximum storage capability of SAS?

906


How do dates work in sas?

645






Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1210


How to test the debugging in sas?

610


what versions of sas have you used (on which platforms)? : Sas programming

584


what is hierarchy flattening? : Sas-di

618


Can you explain the process of calendar?

640


What would you change about your job?

1926


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

564


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

542


What are all the problems you faced while validating tables and reports?

3012


How to create list output for cross-tabulations in proc freq?

620