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
How do you define proc in sas? : sas-grid-administration
What are the ways in which macro variables can be created in sas programming?
In sas, what are the areas that you are most interested in? : sas-grid-administration
How many data types are there in SAS?
Which command is used to perform sorting in sas program?
how do the in= variables improve the capability of a merge? : Sas programming
What are the advantages of using sas?
What are the difference between ceil and floor functions in sas?
How you can read the variables that you need?
what is business intelligence? : Sas-bi
What is the sas data set? : sas-grid-administration
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
what is data governance? : Sas-di
For what purposes have you used sas macros? : sas-macro
what are all the reports you generated in your recent project?