0

mainframe Online Quiz - 120

Description: mainframe Online Quiz - 120
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

Which command code represent Path call?

  1. C

  2. E

  3. D

  4. F


Correct Option: C

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


Correct Option: C

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) COBOL 85 - This option is incorrect because COBOL 85 is an older version of COBOL and is not the current version used in SECOM.

Option B) VS Cobol II - This option is incorrect because VS Cobol II is also an older version of COBOL and is not the current version used in SECOM.

Option C) Enterprise Cobol for Z/OS 4.1.0 - This option is correct. Enterprise Cobol for Z/OS 4.1.0 is the current version of COBOL used in SECOM.

Option D) COBOL for OS/390 & VM - This option is incorrect because COBOL for OS/390 & VM is also an older version of COBOL and is not the current version used in SECOM.

The correct answer is C) Enterprise Cobol for Z/OS 4.1.0. This option is correct because it represents the current version of COBOL used in SECOM.

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


Correct Option: C

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


Correct Option: B

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


Correct Option: C

AI Explanation

To determine the correct answer, we need to understand the versions of CICS Transaction Server that are available and commonly used.

Option A) CICS Transaction Server Version 2.1.0 - This option is incorrect because it is an older version of CICS and is not the current version.

Option B) CICS Transaction Server Version 3.1.0 - This option is incorrect because it is also an older version of CICS and is not the current version.

Option C) CICS Transaction Server Version 3.2.0 - This option is correct because it is the current version of CICS used in SECOM.

Option D) CICS Transaction Server Version 4.1.0 - This option is incorrect because it is a newer version than the current version used in SECOM.

The correct answer is C) CICS Transaction Server Version 3.2.0. This option is correct because it represents the current version of CICS used in SECOM.

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


Correct Option: B

what is the maximum field length for the numeric field?

  1. 1-8

  2. 1-16

  3. 1-24

  4. 1-31


Correct Option: D

what is the maximum field length of the alphanumeric field?

  1. 1-164

  2. 1-224

  3. 1-378

  4. 1-462


Correct Option: C

Which RECFM is faster to access?

  1. V

  2. F

  3. FB

  4. VB


Correct Option: C

Which RECFM is faster to access?

  1. FB

  2. F

  3. V

  4. VB


Correct Option: A

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


Correct Option: A

What's is REXX?

  1. Restructured Extended Executor

  2. Restructured Extensible Executor

  3. Restructured Extended Execution

  4. Restructured Expandable Executor


Correct Option: A

What's the print statement in REXX?

  1. Display

  2. Print

  3. Say

  4. Display and Say


Correct Option: C

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


Correct Option: B

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

  1. True

  2. False


Correct Option: B

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


Correct Option: B

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


Correct Option: A

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

  1. ZISPFRT

  2. ZISPFRC

  3. SYSRTC

  4. ZSYSRC


Correct Option: B

NOP stands for?

  1. Not-Operation

  2. Non-OPeration

  3. No-OPeration

  4. None


Correct Option: C

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

  1. True

  2. False


Correct Option: B
- Hide questions