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

data test ;
infile "Path";
input var1 var2 var3 ;
file print 'path';
put @1 var1 @10 var2 ;
run;

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to read an input file in sas?

647


What are the functions used for character handling?

635


What is by-group processing?

571


Give some ways by which you can define the variables to produce the summary report (using proc report)?

591


What is the difference between order and group variable in proc report?

826






what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

549


how are numeric and character missing values represented internally? : Sas programming

611


Mention sas system options to debug sas macros.

657


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

1312


what is hierarchy flattening? : Sas-di

614


How would you determine the number of missing or nonmissing values in computations?

643


Which statement does not perform automatic conversions in comparisons?

1196


Difference between informat and format?

636


For clinical entire study how many tables will create approx?

1515


For what purpose would you use the RETAIN statement?

1036