Explain about INFILE options - SAS

Explain about INFILE options

- FLOWOVER is the default option on INFILE statement.
- When the INPUT statement reaches the end of non-blank characters, without filling all the variables, a new line is read into the Input Buffer.
- INPUT attempts to fill the rest of the variables right from starting column one.
- Next time, when an INPUT statement is executed, Input Buffer receives a new line
- MISSOVER – Used when INPUT reads a short line
- TRUNCOVER – Causes the INPUT statement to read records of variable-length
Explain about PUT statement and give some examples - SAS
PUT statement - PUT is a flexible tool in the data step programmers toolkit......
Post your comment