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

Mention few capabilities of sas framework.

680


name some data transformation used in sas di? : Sas-di

535


What is the basic syntax of a sas program?

656


How you can read the variables that you need?

645


Explain the main difference between the sas procedures and functions? : Sas-administrator

529






Describe the ways in which you can create macro variables? : sas-macro

568


what are some good sas programming practices for processing very large data sets? : Sas programming

502


Why and when do you use proc sql?

746


Why double trailing @@ is used in input statement?

686


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

619


What is Linear Regression?

678


What are common programming errors committed in sas

663


what r the job openings SAS for fresher graduates !

2005


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

1672


What is the maximum and minimum length of macro variable

644