Question : The following SAS program is submitted: (_insert_ods_code_) proc means data=SASUSER.SHOES; where Product in ('Sandal' , 'Slipper' , 'Boot'); The following SAS program is submitted: (_insert_ods_code_) proc means data=SASUSER.SHOES; where Product in ('Sandal' , 'Slipper' , 'Boot');
Question : Which statement describes a characteristic of the SAS automatic variable _ERROR_?
1. The _ERROR_ variable maintains a count of the number of data errors in a DATA step. 2. The _ERROR_ variable is added to the program data vector and becomes part of the data set being created. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The _ERROR_ variable contains the number of the observation that caused the data error.
1. A NOTE indicating that 1 observation is read. 2. A NOTE indicating that 0 observations were read 3. Access Mostly Uused Products by 50000+ Subscribers 4. An ERROR indicating that the WHERE clause operator requires compatible variables.
1. The SAS log contains an explanation of the error. 2. The DATA step continues to execute and the resulting data set is complete. 3. Access Mostly Uused Products by 50000+ Subscribers 4. A note appears in the SAS log indicating that the incorrect statement was saved to a SAS data set for further examination.