Mainframe Technologies and Programming Quiz

Test your knowledge of IBM mainframe systems including REXX programming, VSAM, COBOL, IMS, JES, and SELCOPY utilities. Covers mainframe acronyms, programming syntax, and product lifecycle management.

19 Questions Published

Questions

Question 1 True/False

All IBM products related to mainframe are base product.

  1. True
  2. False
Question 2 True/False

Operating system has its own end of life, but Base products don't have separate End of life

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

READ ANSWER INTO POS 1 W=500 IF POS ANY = 'CORRECT ANSWER' T MOD POS 100 'MINDWORKS' If LRECL of file ANSWER is 80 then which one of the following is correct?

  1. POS ANY searches anywhere between POS 1 to POS 80 (LRECL)
  2. POS ANY searches anywhere between POS 1 to POS 500 (WORKING AREA)
  3. POS ANY searches anywhere between POS 80 to POS 500
  4. ANY is not a positional Keyword
Question 4 Multiple Choice (Multiple Answers)

READ CARD WORKLEN 1000

  1. Read the control card
  2. Read the file with ddname SYSIN
  3. Dummy line to set worklength
  4. READ CARD is not valid command
Question 5 True/False

REXX could call selcopy program

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

EQU NOOFJOBS 1 Which one of the following is correct?

  1. Pos 1 is now assigned a name NOOFJOBS
  2. NOOFJOBS = 1
  3. EQU is not valid selcopy Keyword
  4. Don't know
Question 7 True/False

VSAM processing is not possible using selcopy.

  1. True
  2. False
Question 8 True/False

REXX program could be compiled using REXX compiler.

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

x='MIND' y='WORKS' K=xy L=x||y M=x' 'y Which of the following will display 'MINDWORKS'?

  1. SAY K
  2. SAY L
  3. SAY M
  4. SAY XY
  5. SAY MINDWORKS
Question 10 Multiple Choice (Multiple Answers)

QUEUE 'MINDWORKS' QUEUE 'MINDWORKS' QUEUE 'MINDWORKS' x=QUEUED() What is the value of x?

  1. MINDWORKSMINDWORKSMINDWORKS
  2. 3
  3. Null
  4. QUEUED is not a REXX keyword
Question 11 Multiple Choice (Multiple Answers)

x=12 y=4 z=x%y What is the value of z?

  1. 0
  2. 3
  3. 4
  4. 12
Question 12 True/False

Rexx could be executed in batch.

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

Expansion for JES

  1. Job Entry System
  2. Job Entry Subsystem
  3. Job Exit System
  4. Job Exit Subsystem
Question 14 Multiple Choice (Single Answer)

Expansion for DBRM

  1. Database Rate Modifier
  2. Database Rate Module
  3. Database Request Module
  4. Database Request Modifier
Question 15 Multiple Choice (Single Answer)

Expansion for COBOL

  1. Common Business Oriented Language
  2. Common Business Object Language
  3. Common Balls Of Light
  4. Common Object Business Oriented LAnguage
Question 16 Multiple Choice (Single Answer)

Expansion for VSAM

  1. Virtual Storage Access Method
  2. Virtual Shared Access Method
  3. Virtual Shared Access Memory
  4. Virtual Storage Access Memory
Question 17 Multiple Choice (Single Answer)

Expansion for REXX

  1. REXpand Xml
  2. REstructured EXtended EXecutor
  3. Reload EXtended XML
  4. REstructured EXpand XML
Question 18 Multiple Choice (Single Answer)

Expansion for JEM

  1. Job Entry Module
  2. Job Entry Macro
  3. Job Edit Macro
  4. Job Exit Module
Question 19 Multiple Choice (Single Answer)

Expansion for IMS

  1. Information Management System
  2. Information Module Subsystem
  3. Information Management Subsystem
  4. Information Module System