How do you download a flat file from Mainframe to your
local PC using SAS?
Answer Posted / poojavaibhav
A "flat file" is a plain text or mixed text and binary file which usually contains one record per line[2] or 'physical' record (example on disc or tape). Within such a record, the single fields can be separated by delimiters, e.g. commas, or have a fixed length. In the latter case, padding may be needed to achieve this length. Extra formatting may be needed to avoid delimiter collision. There are no structural relationships between the records.
You can use Import wizard or import procedure or infile statement to create sas dataset and then use file statement to write file in log.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is enterprise guide? What is the use of it? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
where are dashboard components are created and maintained? : Sas-bi
What is the difference between order and group variable in proc report?
How long can a macro variable be? A token? : sas-macro
In ARRAY processing, what does the DIM function do?
what does the run statement do? : Sas programming
explain the key concept of sas? : Sas-administrator
how do you pull data from equifax?tell me the process?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What does PROC print, and PROC contents do?
What commands are used in the case of including or excluding any specific variables in the data set?
what is the primary data source for the wrs? : Sas-bi
Explain how you can debug and test your SAS program?