<< Prev Question Next Question >>

Question 46/143

Scenario:
Open the existing program, program44.sasfrom folder cert\errors. At any time, you may save your corrected program asprogram44incert\programs. This program is intended to:
O Create a new data set using thecert.input44set as input
O Drop variables:bp_status, weight_status, andsmoking _status.
* Create a new column,chol_status, based on the following values of cholesterol:
less than 200: "Safe"
200-239: "High - Borderline"
240 and higher: "High" oShould not calculatechol_statusfor missing cholesterol values There are multiple errors in the program.
These may be syntax errors, logic errors, or problems with the program structure.
Logic errors might not produce messages in the log, but will cause the program to produce results different than intended.
Correct the errors, run the program, and then use the results to answer the next 3 questions.
How many variables are in thework. outdata set? Enter your numeric answer in the space below:

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (143q)
Question 1: A raw data file is listed below: RANCH,1250,2,1,Sheppard Ave...
Question 2: The following SAS program is submitted, creating the SAS dat...
Question 3: Given the following data step: (Exhibit) After data step exe...
Question 4: The following SAS program is submitted: data test; set chemi...
Question 5: The following SAS program is submitted: data WORK.AUTHORS; a...
Question 6: How many of the following SAS data set names are valid? (Exh...
Question 7: The contents of the raw data file FURNITURE are listed below...
Question 8: The following SAS DATA step executes on Monday, April 25, 20...
Question 9: The following SAS program is submitted: (Exhibit) What are t...
Question 10: The following SAS program is submitted: data work.one; x = 3...
Question 11: The following output is created by the FREQUENCY procedure: ...
Question 12: The following SAS program is submitted: data work.test; Firs...
Question 13: The following SAS program is submitted: proc sort data = sas...
Question 14: This question will ask you to provide a missing format: Give...
Question 15: A user-defined format has been created using the FORMAT proc...
Question 16: Given the contents of the raw data file TYPECOLOR: ----I----...
Question 17: The following SAS program is submitted: data work.test; Titl...
Question 18: The contents of the raw data file EMPLOYEE are listed below:...
Question 19: Given the following SAS log entry: (Exhibit) What caused the...
Question 20: The following SAS DATA step is submitted: libname temp 'SAS-...
Question 21: The following SAS program is submitted: (Exhibit) How many o...
Question 22: Given the SAS data set WORK.THREE: (Exhibit) The following S...
Question 23: Scenario: Continuing with the previous program (program27), ...
Question 24: The following SAS program is submitted: (Exhibit) How many r...
Question 25: The following SAS program is submitted; data combine; countr...
Question 26: Given the following raw data records: (Exhibit) The followin...
Question 27: The data set RALESTATE has the variable LOCALFEE with a form...
Question 28: The following SAS program is submitted: (Exhibit) What is th...
Question 29: Given the SAS data set QTR 1_REVENUE: destination revenue YY...
Question 30: After a SAS program is submitted, the following is written t...
Question 31: The following SAS program is submitted: &lt;_insert_ods_code...
Question 32: The following SAS program is submitted: (Exhibit) The SAS da...
Question 33: Given the raw data file EMPLOYEE: ----I----1 0---I----20---I...
Question 34: Read the table (Exhibit) The following SAS program is submit...
Question 35: A raw data record is listed below: --------10-------20------...
Question 36: The following SAS program is submitted: proc print data = sa...
Question 37: The contents of the raw data file CALENDAR are listed below:...
Question 38: Consider the following data step: data WORK.NEW; set WORK.OL...
Question 39: Which step sorts the observations of a permanent SAS data se...
Question 40: The following SAS program is submitted: data work.test; Firs...
Question 41: The following SAS program is submitted: data one; date = '04...
Question 42: Which one of the following SAS system options prevents the p...
Question 43: This question will ask you to provide a line of missing code...
Question 44: CORRECT TEXT Given the SAS data set WORK.EMP_NAME: (Exhibit)...
Question 45: Which one of the following SAS DATA steps saves the temporar...
Question 46: Scenario: Open the existing program, program44.sasfrom folde...
Question 47: The following SAS program is submitted: (Exhibit) What new v...
Question 48: The observations in the SAS data set WORK.TEST are ordered b...
Question 49: Given the SAS data set PRICES: PRICES Prodid priceproducttyp...
Question 50: The following SAS program is submitted: proc means data=work...
Question 51: Scenario: This project will use data setcert.input36. At any...
Question 52: The Excel workbook QTR1.XLS contains the following three wor...
Question 53: Scenario: This project will use data set cert.input27. At an...
Question 54: Which of the following choices is an unacceptable ODS destin...
Question 55: The following SAS program is submitted: data WORK.DATE_INFO;...
Question 56: The following program is submitted: proc contents data=_all_...
Question 57: Which one of the following SAS statements renames two variab...
Question 58: The following SAS program is submitted: data WORK.ONE; Text=...
Question 59: Which one of the following is true of the SUM statement in a...
Question 60: Which statement correctly computes the average of four numer...
Question 61: The SAS data set named WORK.SALARY contains 10 observations ...
Question 62: Which of the following SAS programs creates a variable named...
Question 63: Consider the following data step: (Exhibit) In filtering the...
Question 64: Scenario: (Exhibit) The following code is submitted: data WO...
Question 65: The following SAS program is submitted: data work.pieces; do...
Question 66: Given the following raw data records in TEXTFILE.TXT: (Exhib...
Question 67: The SAS data set PETS is sorted by the variables TYPE and BR...
Question 68: The following SAS program is submitted: data work.products; ...
Question 69: The following SAS program is submitted: (Exhibit) What is th...
Question 70: Given the AIRPLANES data set AlRPLANES TYPE MPG -------- ---...
Question 71: The following SAS program is submitted: footnote1 'Sales Rep...
Question 72: The following SAS program is submitted: data _null_; set old...
Question 73: The contents of the raw data file TEAM are listed below: ---...
Question 74: The SAS data set WORK.ONE contains a numeric variable named ...
Question 75: Given the SAS data set WORK.ONE: (Exhibit) The following SAS...
Question 76: Which of the following programs correctly invokes the DATA S...
Question 77: Scenario: This project will use data set cert.input13. At an...
Question 78: Scenario: This project will use data setcert.input04. At any...
Question 79: What describes the SAS automatic _ERROR_ variable?...
Question 80: Consider the data step: (Exhibit) Which of the following ass...
Question 81: The following SAS program is submitted: libname temp 'SAS-da...
Question 82: Variable Name would have a format of $CHAR15. in the new dat...
Question 83: The following SAS program is submitted: data WORK.OUTDS; do ...
Question 84: The following SAS program is submitted: data work.empsalary;...
Question 85: The SAS data set WORK.AWARDS is listed below: fname points A...
Question 86: Which one of the following statements is true regarding the ...
Question 87: A SAS program is submitted and the following SAS log is prod...
Question 88: Given the SAS data set PEPM.STUDENTS: PERM.STUDENTS NAME AGE...
Question 89: Given the following raw data records in DATAFILE.TXT: (Exhib...
Question 90: Given the SAS data set ONE: Given the SAS data set WORK.ONE:...
Question 91: The following program is submitted: proc contents data=_all_...
Question 92: Which one of the following SAS procedures displays the data ...
Question 93: The following SAS program is submitted: (Exhibit) If the val...
Question 94: The following SAS program is submitted: data work.test; arra...
Question 95: Given the SAS data set WORK.PRODUCTS: (Exhibit) How many var...
Question 96: You're attempting to read a raw data file and you see the fo...
Question 97: The following SAS program is submitted: data WORK.DATE_INFO;...
Question 98: The following SAS program is submitted: data work.month; dat...
Question 99: The following SAS program is submitted: libname company 'SAS...
Question 100: Which statement is true concerning the SAS automatic variabl...
Question 101: This question will ask you to provide a segment of missing c...
Question 102: By default, which variables and data values are used to calc...
Question 103: The following SAS program is submitted: data work.total; set...
Question 104: The following SAS program is submitted: proc means data = sa...
Question 105: Given the data sets below: WORK.EMP with variables: (Exhibit...
Question 106: The following SAS program is submitted: data WORK.ACCOUNTING...
Question 107: The following SAS program is submitted: Data_null_; set old;...
Question 108: This question will ask you to provide a line of missing code...
Question 109: Given the SAS data set PRICES: PRICES prodid price K12S5.10p...
Question 110: The following SAS program is submitted: data revenue; set ye...
Question 111: The SAS data sets WORK.EMPLOYEE and WORK.SALARY are listed b...
Question 112: Which program displays a listing of all data sets in the SAS...
Question 113: Given the SAS data set WORK.P2000: (Exhibit) And the SAS dat...
Question 114: The following SAS program is submitted: libname rawdata1 'lo...
Question 115: The contents of the raw data file AMOUNT are listed below: -...
Question 116: Which step displays a listing of all the data sets in the WO...
Question 117: Given the raw data record in the file phone.txt: (Exhibit) W...
Question 118: The following SAS program is submitted: data work.test; set ...
Question 119: Given the following code: proc print data=SASHELP.CLASS(firs...
Question 120: The following SAS program is submitted: data test; infile 'f...
Question 121: Which one of the following is true when SAS encounters a dat...
Question 122: The SAS data set named WORK.SALARY contains 10 observations ...
Question 123: Scenario: This project will use data set cert.input13. At an...
Question 124: The data set WORK.REALESTATE has the variable LocalFee with ...
Question 125: Given the contents of the raw data file 'EMPLOYEE.TXT' (Exhi...
Question 126: The following output is created by the FREQUENCY procedure: ...
Question 127: Assume that Sasuser.One does not exist and that the followin...
Question 128: A user-defined format has been created using the FORMAT proc...
Question 129: The following SAS program is submitted: libname temp 'SAS da...
Question 130: Assume thatWork.Ds1andWork.Ds2exist and the following SAS pr...
Question 131: The following SAS program is submitted: (Exhibit) Which stat...
Question 132: Given the SAS data set WORK.EMP_NAME: (Exhibit) Given the SA...
Question 133: The following code was modified to generate the results furt...
Question 134: The following SAS program is submitted: data work.totalsales...
Question 135: The following SAS program is submitted: data work.accounting...
Question 136: The data set WORK.REALESTATE has the variable LocalFee with ...
Question 137: The following SAS program is submitted: options pageno = 1; ...
Question 138: After a SAS program is submitted, the following is written t...
Question 139: The following SAS program is submittad: data work.sales; do ...
Question 140: The following SAS program is submitted: data WORK.ACCOUNTING...
Question 141: The following SAS program is submitted: data work.test; arra...
Question 142: Given the SAS data set WORKAWARDS: WORK.AWARDS FNAMEPOINTSMO...
Question 143: CORRECT TEXT The following SAS program is submitted: (Exhibi...