Which statement is true concerning the SAS automatic variable _ERROR_? 1. It cannot be used in an if/then condition. 2. It cannot be used in an assignment statement. 3. Access Mostly Uused Products by 50000+ Subscribers 4. It is automatically dropped.
Question : The following SAS program is submitted: data WORK.ACCOUNTING; set WORK.DEPARTMENT; label Jobcode='Job Description'; run; Which statement is true about the output dataset? 1. The label of the variable Jobcode is Job (only the first word). 2. The label of the variable Jobcode is Job Desc (only the first 8 characters). 3. Access Mostly Uused Products by 50000+ Subscribers 4. The program fails to execute due to errors. Labels must be defined in a PROC step.