0

mainframe Online Quiz - 83

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

How many divisions are there in Cobol

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: D

Sorting in the cobol program is considered as external sorting.

  1. True

  2. False


Correct Option: A

how many bytes s9(9) comp-3 takes

  1. 2

  2. 5

  3. 6

  4. 9


Correct Option: B
  1. 60 bytes

  2. 55 bytes

  3. 80 bytes

  4. 71 bytes


Correct Option: D

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. Through the PARM keyword

  2. Through the VALUE parameter

  3. Through the PGM parameter

  4. All of the above


Correct Option: A
  1. Overriding or adding procedures

  2. Logically connecting input datasets

  3. Overriding a called PROC dsname

  4. All of the above


Correct Option: B
  1. Tells the system what to do with the dataset following normal termination of the step

  2. Describes the status of the dataset

  3. Tells the system what to do with the dataset following abnormal termination of the step

  4. All of the above


Correct Option: D

What is the purpose of DD * statement in JCL?

  1. Begins an input data prompt at the system console

  2. Begins an in-stream dataset

  3. Marks the end of a command stream

  4. Includes all datasets within a naming pattern


Correct Option: B
  1. Marks a deleted DD statement

  2. Begins an interpreted command stream

  3. Specifies no space allocation & no disposition processing

  4. Suppress command processing


Correct Option: C

How can a job send a status message to a TSO user at the completion of a job ?

  1. STATUS

  2. NOTIFY

  3. ENDMSG

  4. USER


Correct Option: B
  1. Only online processes

  2. Neither online nor batch processes

  3. Only batch processes

  4. Both online & batch process


Correct Option: D

CICS itself is a batch job running on the operating system with high priority?

  1. True

  2. False


Correct Option: B

What does CICS stand for ?

  1. Customer Information Communication System

  2. Customer Information Connecting System

  3. Customer Information Correspondence System

  4. Customer Information Control System


Correct Option: D

CICS acts as an interface between ____ and _____

  1. Operating System ; Kernel

  2. Operating System; Application Programs

  3. Hardware; Software

  4. Middle Tier; Hardware


Correct Option: B

BMS stands for?

  1. Bit Mapping Support

  2. Basic Mapping Standard

  3. Basic Mapping Support

  4. Basic Mutual Support

  5. Base Mapping Support


Correct Option: C
- Hide questions