________ names without values are used in the INPUT statement
Constant
Numeric
Variable
none of the above
1
Expert's answer
2014-10-22T14:18:50-0400
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 $ pointer control,column-specifications, informat, and/or line hold specifiers in an INPUT statement
Comments
Leave a comment