IBM Mainframe Computing Fundamentals

Test your knowledge of IBM mainframe technology including MVS, VSAM, JCL, TSO, and COBOL programming

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Select the JCL statements that are not allowed in procs.

  1. Delimiter (/*)
  2. NULL statement (//)
  3. JOBLIB
  4. STEPLIB
  5. DD *
  6. PARM
Question 2 True/False

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

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

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

  1. Sequence Number Area
  2. Indicator Area
  3. Area A
  4. Area B
Question 4 Multiple Choice (Single Answer)

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
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

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

  1. AUTHOR
  2. DATE-COMPILED
  3. PROGRAM-ID
  4. PROGRAM-NAME
Question 7 True/False

Is Cobol is an Object Oriented Programming Language?

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Linkage Section comes under which Divison of Cobol Program?

  1. IDENTIFICATION DIVISION
  2. ENVIRONMENT DIVISION
  3. DATA DIVISION
  4. PROCEDURE DIVISION
Question 9 Multiple Choice (Single Answer)

There are these datatypes is not used in cobol.

  1. ALPHABETIC
  2. ALPHANUMERIC
  3. NUMERIC
  4. BOOLEAN
Question 10 True/False

WHILE is a keyword in Cobol.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Job Schedule can be known thru

  1. CA7
  2. Requestor Panel
  3. Endevor
  4. None of the above
Question 12 Multiple Choice (Single Answer)

Change control for all source code is provided by

  1. CA7
  2. Requestor Panel
  3. Endevor
  4. None of the above
Question 13 Multiple Choice (Single Answer)

Requestor jobs can be run thru

  1. CA7
  2. Requestor Panel
  3. Endevor
  4. None of the above
Question 14 Multiple Choice (Single Answer)

IBM's first Mainframe ?

  1. S/360
  2. IBM 601
  3. IBM 701
  4. ENIAC
Question 15 Multiple Choice (Single Answer)

MVS stands for?

  1. Multi Visual System
  2. Multiple Virtual Storage
  3. Multiple Virtual System
  4. Multiple Virtual Series
Question 16 Multiple Choice (Single Answer)

Which Americal Naval Staff was instrumental in creating COBOL?

  1. IBM Smith
  2. Grace Hopper
  3. Charles Babbage
  4. Mckay Neilson
Question 17 True/False

Is JCL a progamming language?

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

Full form of TSO?

  1. Time Shared OS
  2. Time System Outsource
  3. Time System Online
  4. Time Sharing Option
Question 19 Multiple Choice (Single Answer)

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
Question 20 Multiple Choice (Single Answer)

Mainframe can process data in the range of

  1. Giga Bytes
  2. Pico Bytes
  3. Pica Bytes
  4. Mega Bytes