0

mainframe Online Quiz - 130

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

What is the column range for Area A and Area B in COBOL:

  1. 1-6 and 7-72

  2. 8-11 and 12:72

  3. 1-15 and 16:80

  4. None of the above


Correct Option: B
  1. Alphanumeric

  2. Numeric

  3. Alphabetic

  4. all the above


Correct Option: D

Segment is the smallest information that DL/I can fetch.

  1. True

  2. False


Correct Option: A
  1. BATCH DL/I MODE

  2. MPP MODE

  3. CMP MODE

  4. BMP MODE


Correct Option: C
  1. HIERARCHICAL INDEXED

  2. HIERARCHICAL SEQUENTIAL

  3. HIERARCHICAL DIRECT

  4. HIERARCHICAL ACCESS


Correct Option: B,C

What is true about Restart Call (XRST)?

  1. USED TO RESTART A PROGRAM AFTER ABNORMAL TERMINATION

  2. RESTART FROM SPECIFIC CHECKPOINT ID

  3. MUST BE THE FIRST CALL IN THE PROGRAM

  4. All of the above


Correct Option: D

Command Code ___ is used to set parentage to a specific segment in the hierarchy used in SSA's.

  1. D

  2. P

  3. F

  4. C


Correct Option: B
  1. LOAD MODE

  2. INSERT MODE

  3. UPDATE MODE

  4. MODIFY MODE


Correct Option: A,C

What statement can be used to send data to another MVS JES3 node ?

  1. CONNECT

  2. XMIT

  3. LINK

  4. TRANSMIT


Correct Option: B

AI Explanation

To answer this question, you need to understand how data can be sent to another MVS JES3 node.

Let's go through each option to understand why it is correct or incorrect:

Option A) CONNECT - This option is incorrect because the CONNECT statement is used to establish a connection between two remote nodes in a network, but it does not specifically send data.

Option B) XMIT - This option is correct because the XMIT statement is used to transmit data to another MVS JES3 node. It is commonly used to send JCL (Job Control Language) and other data sets to a remote node.

Option C) LINK - This option is incorrect because the LINK statement is used to link two or more program modules together, but it does not specifically send data to another MVS JES3 node.

Option D) TRANSMIT - This option is incorrect because there is no specific TRANSMIT statement in MVS JES3 that is used to send data to another node.

The correct answer is Option B) XMIT. This option is correct because the XMIT statement is used to transmit data to another MVS JES3 node.

  1. Delimits the PROC control statements

  2. Identifies the control card library

  3. Marks the beginning of one or more program control statements

  4. None of the above


Correct Option: C
  1. Through the OPERATOR statement

  2. Through the console statement

  3. Through the COMMAND statement

  4. Through the //** statement


Correct Option: D
  1. Lookup a storage profile from the class library

  2. Specify a management class for a new dataset

  3. Alters the default storage profile for the dataset

  4. Begin a storage class definition block


Correct Option: B

What is the purpose of the DD KEYLEN parameter?

  1. Specify the length of a data set key in bytes

  2. Override the key length of an SMS defined VSAM dataset

  3. Override the key length specified in the dataset label

  4. All of the above


Correct Option: D
  1. In non-CICS environment, it is possible

  2. In CICS, this is not possible

  3. Both of above

  4. None of above


Correct Option: A
- Hide questions