Mainframe Programming and Operations

Covers mainframe technical topics including COBOL programming, JCL, TSO commands, SQL, and mainframe operations and navigation.

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the utility to execute a REXX EXEC from a JCL?

  1. IEBGENER
  2. IKJEFT01
  3. IEBPTPCH
  4. IEHPROGM
Question 2 Multiple Choice (Multiple Answers)

To use a variable from a main progam in the sub program

  1. it should be defined as GLOBAL
  2. should be included in the linkage section
  3. Both a and b
  4. Cannot be used
Question 3 Multiple Choice (Multiple Answers)

To use a variable from a main progam in the sub program

  1. it should be defined as GLOBAL
  2. should be defined in the linkage section
  3. Should be defined with the same name in both programs
  4. Cannot be used
Question 4 Multiple Choice (Single Answer)

________ command can be used to retreive the last accessed dataset name from reflist

  1. NRETRIEV
  2. RETP
  3. REF
  4. LIST
Question 5 Multiple Choice (Single Answer)

Without the use of ________ keyword in a cursor, the cursor is closed each time a commit is performed

  1. WITH UR
  2. WITH ROLLBACK
  3. WITH CONTINUE
  4. WITH HOLD
Question 6 Multiple Choice (Single Answer)

How can I set the return code of JCL from my program

  1. using the RETURN-CODE variable in program
  2. passing as an ouput from program
  3. cannot set the return code
  4. Using the SET-CODE statement in program
Question 7 Multiple Choice (Single Answer)

How can I set the return code of JCL from my program

  1. using the RETURN-CODE variable in program
  2. passing as an ouput from program
  3. cannot set the return code
  4. Using the SET-CODE statement in program
Question 8 Multiple Choice (Single Answer)

WS-AMT PIC --.---.---.---.--9,99. MOVE -25000 TO WS-AMT DISPLAY WS-AMT WHAT WILL THE RESULT BE?

  1. -00.000.000.025.000,00
  2. -0.000.000.025.000,00
  3. 25.000,00
  4. -25000,00
Question 9 Multiple Choice (Single Answer)

How to navigate in mainframe from one Application to another

  1. Shift + T
  2. Shift + Enter
  3. Shift + Esc
  4. Esc + Enter
  5. None of the Above
Question 10 Multiple Choice (Single Answer)

What is the Command that we use to view the datasets in TSO with all the specifications provided

  1. 3.4
  2. D2
  3. 6
  4. T.I
  5. All of the Above
Question 11 Multiple Choice (Single Answer)

Based on which date the Testing Regions are defined

  1. Inception Date
  2. Processing Date
  3. Effective Date
  4. Present Date
  5. 2 & 4
Question 12 Multiple Choice (Single Answer)

The Transaction Codes for New Business and Endorsement Transactions respectively are

  1. 34 & 01
  2. 34 & 35
  3. 01 & 34
  4. 01 & EN
  5. 3 & 4
Question 13 Multiple Choice (Single Answer)

How to navigate in mainframe from one Application to another

  1. Shift + T
  2. Shift + Enter
  3. Shift + Esc
  4. Esc + Enter
  5. None of the Above