Mainframe COBOL, JCL, and Operations

Covers mainframe COBOL programming, JCL utilities (GDG, IEBCOPY), VSAM concepts, and OPC (Operations Planning and Control) scheduler topics

20 Questions Published

Questions

Question 1 True/False

Spanned records are records larger than CA size.

  1. True
  2. False
Question 2 True/False

A CI that contains the record segment of a spanned record contains no other data.

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

What is the full form of OPC?

  1. Online Processing Centre
  2. Online Processing and Control
  3. Operations Planning and Control
  4. Operations Processing and Control
Question 4 Multiple Choice (Single Answer)

Where to see the planned execution of an application or job?

  1. FTP
  2. LTP
  3. MTP
  4. MUTP
Question 5 Multiple Choice (Single Answer)

Where to see the current execution of the application or job?

  1. Database
  2. QCP
  3. MCP
  4. LTP
Question 6 True/False

OPC scheduling in Insurance is handled by ATBE.

  1. True
  2. False
Question 7 Multiple Choice (Multiple Answers)

Which are the status that can be added in the QCP to check the execution of the application?

  1. W
  2. S
  3. E
  4. C
  5. WSE
  6. None of the above
Question 8 Multiple Choice (Single Answer)

What is the number of status for a job?

  1. 4
  2. 6
  3. 3
  4. 2
Question 9 Multiple Choice (Single Answer)

What is the number of status for an application?

  1. 4
  2. 5
  3. 6
  4. 7
Question 10 Multiple Choice (Single Answer)

How OPC can be accessed in Bank Mainframes?

  1. SP OPC
  2. TSO OPC
  3. None of the above
  4. Both A & B
Question 11 Multiple Choice (Single Answer)

In which Bank environment OPC scheduler is not available?

  1. Development
  2. Staging
  3. Testing
  4. Production
Question 12 Multiple Choice (Single Answer)

When the applications start/come in schedule in Insurance Mainframe?

  1. 7:00 AM CET
  2. 8:00 AM CET
  3. 7:00 AM IST
  4. 5:00 PM CET
Question 13 Multiple Choice (Single Answer)

Where S can be given to select the application, against an application name?

  1. At position 1
  2. At position 2
  3. Anywhere
  4. None of the above
Question 14 Multiple Choice (Single Answer)

Calculate total space allocated for file if file is having space parm as SPACE=(CYL,(10,10))

  1. 20
  2. 100
  3. 160
  4. 110
Question 15 Multiple Choice (Single Answer)

Full Form of JES

  1. Job Enhacer System
  2. Job Enabling Standard
  3. Job Entry Subsystem
  4. Job Eliminating System
Question 16 True/False

IEBCOPY can be used for copying one sequential file to another.

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

How do we access the GDG version created in a previou job step.

  1. (0)
  2. (-1)
  3. (+1)
  4. (+2)
Question 18 Multiple Choice (Single Answer)

Maximum number of versions that a GDG can have is

  1. 512
  2. 256
  3. 255
  4. 1096
Question 19 Multiple Choice (Multiple Answers)

What are the various sections in Data Division?

  1. Input Output
  2. Working Storage
  3. Linkage Sction
  4. File section
Question 20 Multiple Choice (Single Answer)

Compiler parameter used to prevent an online COBOL program from interactive debugging using CICS supplied debugging transaction CEDF?

  1. NOFLAGSAA
  2. NODEBUG
  3. NOEDF
  4. RENT