mainframe Online Quiz - 146
Description: mainframe Online Quiz - 146 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Attempted
0/20
Correct 0
Score 0
‹
›
How do we resequence a file through the Sort statement where the file record length is 300 bytes and the sequence number is present in the 1st 5 bytes?
How to copy the eliminated duplicate records into another file wherein the SORT happens on the 1st 3 characters of the file?
Find the i/p file records as below: Student A - Max = 100 Min = 60 Student B - Max = 60 Min = 50 Student C - Max = 80 Min = 75 How to format the file to the following o/p data? Student A - Maximum = 100 Minimum = 60 Student B - Maximum = 60 Minimum = 50 Student C - Maximum = 80 Minimum = 75