0

mainframe Online Quiz - 85

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

What all sections are mandatory for an easytrieve program with SORT activity?

  1. Library, Activity

  2. Environment, Activity

  3. Activity

  4. Environmet, Library


Correct Option: A

Which of the file defenition is correct here? A)NAME * 10 A B)NAME +10 10 A C)NAME 10 10 A D)NAME IN-FILE +10 10 A

  1. A,B,C

  2. B,C

  3. B,C,D

  4. A,B,C,D


Correct Option: D
  1. CTRLPGM

  2. SYSOP

  3. OPZERO

  4. SYSPGM


Correct Option: C
  1. 128 byte

  2. 256 byte

  3. 1055 byte

  4. 512 byte

  5. 381 byte

  6. 4k byte


Correct Option: A,C,E,F
  1. Actual Assembly Area

  2. Agent Arrival Area

  3. Agent Assembly Area

  4. Actual Assembly Agent


Correct Option: C

What is the maximum length of a field you can define using COMP-3?

  1. 10 Bytes

  2. 12 Bytes

  3. 14 Bytes

  4. 16 Bytes


Correct Option: A

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program i.e. a program which is not calling any other program.

  1. Nothing, the program will behave normally.

  2. The program will go in an infinite loop

  3. The program will not get complied.

  4. Output files wont be generated.


Correct Option: B

What is the difference between PIC 9.99 and 9v99?

  1. PIC 9.99 is a THREE-POSITION field where as PIC 9v99 is FOUR-POSITION numeric field.

  2. No difference.

  3. PIC 9.99 is a FOUR-POSITION field where as PIC 9v99 is THREE-POSITION numeric field

  4. PIC 9.99 takes less space then PIC 9V99.


Correct Option: C

What is S322 abend ?

  1. Load Module not found

  2. Output files not defined in JCL

  3. DD name is incorrect

  4. Indicates a time out abend


Correct Option: D
  1. Use IF ABEND statement in the JCL

  2. Use COND

  3. Both a and b

  4. None


Correct Option: A
- Hide questions