mainframe Online Quiz - 77
Description: mainframe Online Quiz - 77 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Keyword Functions are evaluated from
If the job run in November 2010 |EZCYMFP4| will return
Which one among the given data type is best if u need performance (need to save more CPU) for your arithmetic computations
Where do we need to declare the sorting key ACCOUNT-NO for the following syntax SORT WORK-FILE ON ASCENDING KEY ACCOUNT-NO USING FILE-NAME-1 GIVING FILE-NAME-2
In a sort when the control transfers to the para TEST-ACCOUNT-PARA for the following syntax SORT FILE-NAME-1 ON ASCENDING KEY ACCOUNT-NO INPUT PROCEDURE IS TEST-ACCOUNT-PARA USING FILE-NAME-2 OUTPUT PROCEDURE IS WRITE-ACCOUNT-PARA GIVING FILE-NAME-3
Which is more efficient search, if your number of records is more and the input is sorted
The parameter used with the REPORT statement that can be used to sort the report based on a field
The parameter LINESIZE used with the REPORT statement should have the length
While comparing files using MATCHED keyword, only one key field can be used
In case of controlled processing, the JOB statement should be defined as