Saved Bookmarks
| 1. |
How Will You Read An Input File Into Sas? |
|
Answer» Use the statements INFILE to point to the FILE reference(should be defined using FILENAME) / to the file path. Use INPUT STATEMENT to read the data into the SAS dataset. Use the statements INFILE to point to the file reference(should be defined using Filename) / to the file path. Use INPUT statement to read the data into the sas dataset. |
|