Saved Bookmarks
| 1. |
What Is The Basic Syntax Style In Sas? |
|
Answer» To run program successfully, and you have FOLLOWING basic elements: There should be a semi-colon at the END of every line A data statement that DEFINES your data set INPUT statement There should be at least one space between each word or statement A run statement For example: Infile ‘H: StatHWyourfilename.dat’; To run program successfully, and you have following basic elements: There should be a semi-colon at the end of every line A data statement that defines your data set Input statement There should be at least one space between each word or statement A run statement For example: Infile ‘H: StatHWyourfilename.dat’; |
|