The INPUT statement uses Variable names without ______
Instructions
Codes
Values
None of te above
1
Expert's answer
2014-10-08T01:15:57-0400
Solution:
INPUT statement reads data values that appear after avariable name that is followed by an equal sign and assigns them to corresponding variables. The INPUT statement describes the arrangement of atarget data to be read in a DATA step. You need to provide variable names followed by $ (indicating a character value),pointer control, column-specifications, informat, and/or line hold specifiers in an INPUT statement (instructions). Thus, INPUT doesn't use Codes in Variable names.
Comments
Leave a comment