mainframe Online Quiz - 146
Description: mainframe Online Quiz - 146 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which statement(s) is/are true for LRECL
Which parameter indicates when MVS is to free the resource(s) allocated to the DD statement.
How does SUM FIELDS = NONE work?
In the i/p file A contains the records in the following sequence: Arun 20 Naveen40 Priya 35 Naveen10 Priya 25 Arun 50 If the following SORT query runs on file A, how would the o/p file B look like: SORT FIELDS = (1,6,CH,A) SUM FILEDS = (7,2,PD)
How should the SORT statement be used to copy only 10 records with the EMP name 'Anil' to the o/p file, where the Emp name is in the 1st 10 chars of the i/p file?
what are the different types that can be provided in the RECORD Statement?
By using _________ statement, data can be sorted in a file between headers and trailers.
How to remove the last record from the i/p 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
What is the statement to create 2 files from 1 particular i/p file on specific conditions?
Which of the following will enhance the efficiency of the jcl?
What is the function of the STEPLIB DD statement?