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
what are the scrubbing procedures in sas? : Sas programming
What was the last computer book you purchased? Why?
What is the maximum length of the macro variable?
What are the different versions of sas that you have used until now? : sas-grid-administration
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is the difference between one to one merge and match merge? Give an example.
what are the types of interactive display types? : Sas-bi
How would you define the end of a macro? : sas-macro
how are numeric and character missing values represented internally? : Sas programming
Difference between informat and format?
How do you specify the number of iterations and specific condition within a single do loop?
What does the trace option do?
how many types prompting framework can be broken down to? : Sas-bi
what techniques and/or procs do you use for tables? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?