Correct Answer : Get Lastest Questions and Answer : Explanation: You can read specific line and directly move that line using line pointer control.
Question : You have been given below dataset, which contains lines. However, you want to read it in observation, where each observation will have 3 records from raw file.
Which of the following can help for this requirement?
Correct Answer : Get Lastest Questions and Answer : Explanation: You can use forward line control / to read data from multiple line into single observation.
Question : You have been given below dataset, which contain observation in line.
You want to read the observation like this 4th line first and then 1, 2, 3 line. Which of the following can help you to read raw data using absolute line number?