0

mainframe Online Quiz - 50

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

The advantages of structured programming are:

  1. to get rid of GO TO statements

  2. visibility and ease of understanding

  3. easy to debug the programs

  4. all the above


Correct Option: D

OCCURS clause can be used in 01 level.

  1. True

  2. False


Correct Option: B

Which of the following are the minimum requirements to compile a program without errors ?

  1. Identification Division.

  2. Program-ID.

  3. Program-name.

  4. All the above


Correct Option: D

REDEFINES clause can be used along with an OCCURS clause.

  1. True

  2. False


Correct Option: A

REDEFINES clause can be used in the FILE SECTION.

  1. True

  2. False


Correct Option: B

How do you retain a newly created Dataset?

  1. 2Movsave

  2. Mov2save

  3. Copy

  4. Save

  5. XMIT

  6. Savenmov


Correct Option: B
  1. SRVTSUM

  2. SRVVHCL

  3. SRVCOOP

  4. SRVCNCL


Correct Option: B
  1. Previous generation

  2. Current Generation

  3. Next Generation

  4. All generations


Correct Option: B

What is the meaning of the SQL Code -811

  1. Multiple Rows

  2. Single Row

  3. No Rows

  4. Null Value


Correct Option: A
  1. SRVCHNL

  2. SRVCTRC

  3. SRVCOOP

  4. SRVRNST


Correct Option: C

What is the file status for end of file operation

  1. 0

  2. 15

  3. 20

  4. 10


Correct Option: D

How many divisions are available in COBOL

  1. 3

  2. 5

  3. 2

  4. 4


Correct Option: D

Which is the Division where you map the logic file name to JCL DD name

  1. Identification Division

  2. Procedure Division

  3. Data Division

  4. Environment Division


Correct Option: D

Which is the parameter used to restart a JOB

  1. RESTART

  2. COND

  3. SPACE

  4. PROC


Correct Option: A
- Hide questions