0

mainframe Online Quiz - 30

Description: mainframe Online Quiz - 30
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Delimiter (/*)

  2. NULL statement (//)

  3. JOBLIB

  4. STEPLIB

  5. DD *

  6. PARM


Correct Option: A,B,C,E

'DD STATEMENT MISSING' message will normally result in JOB Abend.

  1. True

  2. False


Correct Option: A

In a COBOL source code the column range 8-11 indicates

  1. Sequence Number Area

  2. Indicator Area

  3. Area A

  4. Area B


Correct Option: C

How do I get contents of variables A, B displayed on the same output line using 2 DISPLAY statements

  1. DISPLAY A,DISPLAY B

  2. DISPLAY A DISPLAY B

  3. DISPLAY A DISPLAY B WITH NO ADVANCING

  4. DISPLAY A WITH NO ADVANCING DISPLAY B


Correct Option: D

In the statement given below,control is transferred to Which Para when value of X is 2 GOTO A,B,C,D DEPENDING ON X

  1. PARA A

  2. PARA B

  3. PARA C

  4. PARA D


Correct Option: B

Which is the mandatory paragraph in the Identification Divion in a cobol program.

  1. AUTHOR

  2. DATE-COMPILED

  3. PROGRAM-ID

  4. PROGRAM-NAME


Correct Option: C

Is Cobol is an Object Oriented Programming Language?

  1. True

  2. False


Correct Option: A

Linkage Section comes under which Divison of Cobol Program?

  1. IDENTIFICATION DIVISION

  2. ENVIRONMENT DIVISION

  3. DATA DIVISION

  4. PROCEDURE DIVISION


Correct Option: C

There are these datatypes is not used in cobol.

  1. ALPHABETIC

  2. ALPHANUMERIC

  3. NUMERIC

  4. BOOLEAN


Correct Option: D

WHILE is a keyword in Cobol.

  1. True

  2. False


Correct Option: B

Job Schedule can be known thru

  1. CA7

  2. Requestor Panel

  3. Endevor

  4. None of the above


Correct Option: A
  1. CA7

  2. Requestor Panel

  3. Endevor

  4. None of the above


Correct Option: C

Requestor jobs can be run thru

  1. CA7

  2. Requestor Panel

  3. Endevor

  4. None of the above


Correct Option: B

IBM's first Mainframe ?

  1. S/360

  2. IBM 601

  3. IBM 701

  4. ENIAC


Correct Option: C

MVS stands for?

  1. Multi Visual System

  2. Multiple Virtual Storage

  3. Multiple Virtual System

  4. Multiple Virtual Series


Correct Option: B

Which Americal Naval Staff was instrumental in creating COBOL?

  1. IBM Smith

  2. Grace Hopper

  3. Charles Babbage

  4. Mckay Neilson


Correct Option: B

Is JCL a progamming language?

  1. True

  2. False


Correct Option: B
  1. Time Shared OS

  2. Time System Outsource

  3. Time System Online

  4. Time Sharing Option


Correct Option: D

If KSDS is thought of as a book, What will the library be then?

  1. Main Memory

  2. MVS

  3. Tape or Disk Storage

  4. Z/OS


Correct Option: C

Mainframe can process data in the range of

  1. Giga Bytes

  2. Pico Bytes

  3. Pica Bytes

  4. Mega Bytes


Correct Option: C
- Hide questions