Correct Answer : Get Lastest Questions and Answer : Explanation: As we can see that Infile statement is correct. But we need to see that how the values are delimited , they are separated by # symbol, so we need to use dlm option like dlm=#
Question : You have been given below rawfile
In which of the following option we can use MISSOVER option?
Correct Answer : Get Lastest Questions and Answer : Explanation: Missover option can only be used when values are missing at the end of records. If values missing in between than missover is not helpful.
Question : You have been given below raw data
Which of the following program correctly read given data
A. filename course42 '/folders/myfolders/hedata/course42.txt';
Correct Answer : Get Lastest Questions and Answer : Explanation: As we read data from the rawfile, we need to create fileref first. Once the fileref is created we need we need to use it in data step. Option 4 is out. Now we can see that data is mixed format we need to use formatted, column and list format. As you can see in the data last columns does not start at fixed location. Hence we need to use list input. So option 1 is correct. Column input start at position defined.
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 percent6. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The data step fails execution; there is no format for LOCALFEE