Question : The Excel workbook REGIONS.XLS contains the following four worksheets: EAST WEST NORTH SOUTH The following program is submitted: libname MYXLS 'regions.xls'; Which PROC PRINT step correctly displays the NORTH worksheet?
The following SAS program is submitted: data WORK.DATE_INFO; X="01Jan1960" D; run; What variable X contains what value? 1. the numeric value 0 2. the character value "01Jan1960" 3. Access Mostly Uused Products by 50000+ Subscribers 4. the code contains a syntax error and does not execute
1. The program executes, but the age values are missing in the output. 2. The program executes, but the date values are missing in the output. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The program fails to execute because the date informat is coded incorrectly.