Correct Answer : Get Lastest Questions and Answer : Explanation: As we wanted to create only one observation per course header, we need to hold that record until all the detail record is read. Once the all the detail record is done have the output statement. And also you need to find which the last output statement.
Question : You have been given below dataset
Which of the blow statement will hold the header value until all the detail records are read
Correct Answer : Get Lastest Questions and Answer : Explanation: Trailing @ sign will hold the current header. Will hold header statement until the current data step
Question : Which of the following statement read the header and check whether it is equal to C or not if its C then assign course_name value.
Correct Answer : Get Lastest Questions and Answer : Explanation: To check whether a header value is C, individual character than we should use the if-then statement and put the C in single quote because it is a character value.