Previous Topic: Copy the Screen Data into an ArrayNext Topic: OPTION Statement


Explanation of SCREEN1 Program

This program determines the number of lines on the screen and then goes through the data line by line, copying each line into a variable array. As soon as the number of lines read into the array is equal to the number of lines on the screen, the program schedules the second program, which copies the data in the array to a data set member.