Mainframe Technologies: REXX, MVS, COBOL, DB2, CICS

Test your knowledge of mainframe technologies including REXX programming, MVS dataset parameters, COBOL field specifications, DB2, CICS, z/OS, and WebSphere MQ versions.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which command code represent Path call?

  1. C
  2. E
  3. D
  4. F
Question 2 Multiple Choice (Single Answer)

The current version of COBOL used in SECOM is

  1. COBOL 85
  2. VS Cobol II
  3. Enterprise Cobol for Z/OS 4.1.0
  4. COBOL for OS/390 & VM
Question 3 Multiple Choice (Single Answer)

The current version of Websphere (MQ) used in SECOM is

  1. IBM WebSphere MQ for z/OS V5.0
  2. IBM WebSphere MQ for z/OS V5.3
  3. IBM WebSphere MQ for z/OS V6.0
  4. IBM WebSphere MQ for z/OS V7.0
Question 4 Multiple Choice (Single Answer)

The Current version of Mainframe Operating system used in SECOM

  1. z/OS e V1.8
  2. z/OS V1 R9
  3. z/OS V1 R1.11
  4. z/OS for client V1.2
Question 5 Multiple Choice (Single Answer)

The current version of CICS used in SECOM

  1. CICS Transaction Server Version 2.1.0
  2. CICS Transaction Server Version 3.1.0
  3. CICS Transaction Server Version 3.2.0
  4. CICS Transaction Server Version 4.1.0
Question 6 Multiple Choice (Single Answer)

The current version of DB2 used in SECOM is

  1. DB2 for z/OS Version 8.1
  2. DB2 for z/OS Version 9.1
  3. DB2 for Linux Version 9.1
  4. DB2 for Version 7.0
Question 7 Multiple Choice (Single Answer)

what is the maximum field length for the numeric field?

  1. 1-8
  2. 1-16
  3. 1-24
  4. 1-31
Question 8 Multiple Choice (Single Answer)

what is the maximum field length of the alphanumeric field?

  1. 1-164
  2. 1-224
  3. 1-378
  4. 1-462
Question 9 Multiple Choice (Single Answer)

Which RECFM is faster to access?

  1. V
  2. F
  3. FB
  4. VB
Question 10 Multiple Choice (Single Answer)

Which RECFM is faster to access?

  1. FB
  2. F
  3. V
  4. VB
Question 11 Multiple Choice (Single Answer)

What is BLKSIZE in DCB parameter?

  1. It is the number of records MVS System reads together when we issue read command
  2. It is the number of blocks present in dataset
  3. It is the number of records present in dataset
  4. none
Question 12 Multiple Choice (Single Answer)

What's is REXX?

  1. Restructured Extended Executor
  2. Restructured Extensible Executor
  3. Restructured Extended Execution
  4. Restructured Expandable Executor
Question 13 Multiple Choice (Single Answer)

What's the print statement in REXX?

  1. Display
  2. Print
  3. Say
  4. Display and Say
Question 14 Multiple Choice (Single Answer)

Which of the below options will stop executing the DO-END loop and passes the control to the next statement?

  1. EXIT
  2. LEAVE
  3. NOP
  4. None
Question 15 True/False

BYE is the REXX instruction used to return the variables to their initialised/uninitialised state.

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

What is the REXX instruction used to pass back the control to the caller of the subroutine or a fuction?

  1. EXIT
  2. RETURN
  3. ITERATE
  4. SIGNAL
Question 17 True/False

STRIP is the rexx function used to remove the leading and/or trailing characters from a character string. True of false?

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

What variable is used to hold the RC of REXX program?

  1. ZISPFRT
  2. ZISPFRC
  3. SYSRTC
  4. ZSYSRC
Question 19 Multiple Choice (Single Answer)

NOP stands for?

  1. Not-Operation
  2. Non-OPeration
  3. No-OPeration
  4. None
Question 20 True/False

When the command ends without error, RC (rexx special variable) will be set to TRUE. True or false?

  1. True
  2. False