Question : The following SAS program is submitted: What is the initial value of the variable Total in the following program? 1. 0 2. Missing 3. Access Mostly Uused Products by 50000+ Subscribers 4. Cannot be determined from the information given
Question : Consider the following data step: data WORK.NEW; set WORK.OLD; Count+1; run; The varaible Count is created using a sum statement. Which statement regarding this variable is true? 1. It is assigned a value 0 when the data step begins execution. 2. It is assigned a value of missing when the data step begins execution. 3. Access Mostly Uused Products by 50000+ Subscribers 4. It is assigned a value of missing at compile time.
Question : The data set WORK.REALESTATE has the variable LocalFee with a format of 9. and a variable CountryFee with a format of 7.; The following SAS program is submitted:
What are the formats of the variables LOCALFEE and COUNTRYFEE in the output dataset? 1. LocalFee has format of 9. and CountryFee has a format of 7. 2. LocalFee has format of 9. and CountryFee has a format of percent7.2 3. Access Mostly Uused Products by 50000+ Subscribers 4. The data step fails execution; there is no format for LocalFee.
1. The program executes successfully and a temporary SAS data set is created. 2. The program executes successfully and a permanent SAS data set is created. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The program fails execution because the SAS data sets on the MERGE statement are in two different libraries.