mainframe Online Quiz - 77
Description: mainframe Online Quiz - 77 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Keyword Functions are evaluated from
Is it possible to get advance/Past date values thru Keyword Parms
Which symbol is used to ensure whether a valid date is returned or not
If the job run in November 2010 |EZCYMFP4| will return
|EZMSDSY| will return ( give answer MM-Month DD-Date YY -Year format)
Which one among the given data type is best if u need performance (need to save more CPU) for your arithmetic computations
How the data +89 is stored internally if u use the data type COMP
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
If you need performance which is the best for your array variable
How many bytes will be taken if you store your data +12345 in S9(05) comp-3
The only section that is mandatory in an easytrieve program
The same variable name cannot be used in more than one file
The parameter used with the REPORT statement that can be used to sort the report based on a field
The I/O statements that are used for random access
Any DB2 select query which is not part of the JOB INPUT SQL statement should be used as a cursor
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