0

mainframe Online Quiz - 48

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

A DB2 process that builds an access path to DB2 tables

  1. COMPILE

  2. BIND

  3. TRANSLATE

  4. LINK


Correct Option: B

The execute diagnostic facility that can be used for debugging CICS programs

  1. CEDA

  2. CESN

  3. CEDF

  4. CEBR


Correct Option: C

Name the divisions in COBOL program?

  1. Identification, Environment, Working Storage, Procedure.

  2. Identification, Environment, Data, Procedure.

  3. Identification, Environment, Data, Linkage.

  4. Identification, File section, Environment, Procedure.


Correct Option: B

What is not the component of a COBOL program?

  1. Section

  2. Paragraph

  3. Modules

  4. Division


Correct Option: C

Level used for Rename is

  1. 77

  2. 88

  3. 66

  4. 99


Correct Option: C
  1. 77- Describe Elementary item, 01- Describe elementary and group items

  2. 01- Describe Elementary item, 77- Describe elementary and group items

  3. 77- Describe group item, 01- Describe elementary and group items

  4. 77- Describe conditional item, 01- Describe rename items


Correct Option: A

Can I redefine an X(100) field with a field of X(200)?

  1. True

  2. False


Correct Option: A

Are PIC 9.99 and PIC 9V99 similar?

  1. True

  2. False


Correct Option: B

What is the PIC representation for +123.876?

  1. PIC S9(3).999

  2. PIC 9(3).999

  3. PIC S9(3)V999

  4. PIC 9(3)V999


Correct Option: C

Numeric values can have a maximum of X digits, what is X?

  1. 8

  2. 9

  3. 18

  4. 19


Correct Option: C

“SELECT FILE-1 ASSIGN TO INFILE”, in this statement what is the logical and physical file name?

  1. Logical- FILE-1, Physical- INFILE

  2. Logical- INFILE, Physical- FILE-1

  3. Logical- None, Physical-ASSIGN

  4. None of them


Correct Option: A

Can Redefine & occur clause coded in the same level?

  1. True

  2. False


Correct Option: B

Column 8 is in area A

  1. True

  2. False


Correct Option: A

Which column is used to provide comments in a COBOL program?

  1. 3

  2. 7

  3. 9

  4. 19


Correct Option: B

Linkage section is present in which division?

  1. Identification

  2. Procedure

  3. Data

  4. Environment


Correct Option: C
- Hide questions