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 / sas developer
DATA _NULL_;
INFILE 'C:FILESINPUT.TXT' MISSOVER TRUNCOVER;
INPUT BLOCK $100.; /* This is length of the record. Change to suit your file*/
FILE 'C:FILESOUTPUT.TXT';
PUT BLOCK;
RUN;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how many types prompting framework can be broken down to? : Sas-bi
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What do the PUT and INPUT functions do?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what versions of sas have you used (on which platforms)? : Sas programming
Tell e how how dealt with..
name the scheduler for scheduling job and explain the scheduler? : Sas-di
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what is metadata? : Sas-bi
What is the difference between order and group variable in proc report?
What is the difference between input and infile statement?
which features do you use to check the data validations and errors? : Sas-administrator
How does proc sql work?
How can sas program be validated?
What is the role of administrative users? : sas-grid-administration