Mainframe Programming and Operations
Covers mainframe technical topics including COBOL programming, JCL, TSO commands, SQL, and mainframe operations and navigation.
Questions
What is the utility to execute a REXX EXEC from a JCL?
- IEBGENER
- IKJEFT01
- IEBPTPCH
- IEHPROGM
To use a variable from a main progam in the sub program
- it should be defined as GLOBAL
- should be included in the linkage section
- Both a and b
- Cannot be used
To use a variable from a main progam in the sub program
- it should be defined as GLOBAL
- should be defined in the linkage section
- Should be defined with the same name in both programs
- Cannot be used
________ command can be used to retreive the last accessed dataset name from reflist
- NRETRIEV
- RETP
- REF
- LIST
Without the use of ________ keyword in a cursor, the cursor is closed each time a commit is performed
- WITH UR
- WITH ROLLBACK
- WITH CONTINUE
- WITH HOLD
How can I set the return code of JCL from my program
- using the RETURN-CODE variable in program
- passing as an ouput from program
- cannot set the return code
- Using the SET-CODE statement in program
How can I set the return code of JCL from my program
- using the RETURN-CODE variable in program
- passing as an ouput from program
- cannot set the return code
- Using the SET-CODE statement in program
WS-AMT PIC --.---.---.---.--9,99. MOVE -25000 TO WS-AMT DISPLAY WS-AMT WHAT WILL THE RESULT BE?
- -00.000.000.025.000,00
- -0.000.000.025.000,00
- 25.000,00
- -25000,00
How to navigate in mainframe from one Application to another
- Shift + T
- Shift + Enter
- Shift + Esc
- Esc + Enter
- None of the Above
What is the Command that we use to view the datasets in TSO with all the specifications provided
- 3.4
- D2
- 6
- T.I
- All of the Above
Based on which date the Testing Regions are defined
- Inception Date
- Processing Date
- Effective Date
- Present Date
- 2 & 4
The Transaction Codes for New Business and Endorsement Transactions respectively are
- 34 & 01
- 34 & 35
- 01 & 34
- 01 & EN
- 3 & 4
How to navigate in mainframe from one Application to another
- Shift + T
- Shift + Enter
- Shift + Esc
- Esc + Enter
- None of the Above