IBM Mainframe Utilities and COBOL Programming

Test your knowledge of IBM mainframe system utilities, JCL, TSO commands, VSAM datasets, and COBOL programming concepts.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which is the correct ASCII collating sequence?

  1. spaces, special characters, 0-9, A-Z, a-z
  2. spaces, a-z, A-Z, 0-9, special character
  3. a-z, A-Z, 0-9, spaces, special characters
  4. 0-9, special characters, spaces, a-z, A-Z
Question 2 Multiple Choice (Single Answer)

When defining a file layout it is placed in the file section of the data division. Each record begins with an "01", a space, and the record name. Fields within a record traditionally began with 05?

  1. This is an alternate name for the 05 name.
  2. This is a breakdown of the 05 field.
  3. This is another format for the field.
  4. All of these answers.
Question 3 Multiple Choice (Single Answer)

Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?

  1. 5
  2. 66
  3. 88
  4. 77
Question 4 Multiple Choice (Single Answer)

which one of the following is not IBM mainframe utility programs

  1. IEBPTPCH
  2. IEHINITT
  3. IEBISAM
  4. IEBVSAM
Question 5 Multiple Choice (Single Answer)

which one of the following is used for generates and modifies VSAM and Non-VSAM datasets

  1. IEHINITT
  2. ICKDSF
  3. IDCAMS
  4. IEHLIST
Question 6 Multiple Choice (Single Answer)

Fill in the blank: IEBCOMPR _________ records in sequential or partitioned data sets

  1. creates
  2. compares
  3. copies
  4. none of the above
Question 7 True/False

IEBCOPY copies, compresses and merges partitioned data sets. It can also select or exclude specified members during the copy operation, and rename or replace members

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

IEBGENER can't be used for

  1. Printing a sequential data set or a member of a PDS
  2. Creating partitioned output data set from sequential input data set
  3. Changing the physical block size or logical record length of a sequential data set.
  4. Copy and print ISAM datasets
Question 9 True/False

IEBIMAGE manipulates character set definitions for the IBM 3800 printing subsystem

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

which one of the following task, IEBPTPCH can perform

  1. Printing or punching selected PDS members
  2. Unloading, loading, coping and printing of ISAM datasets
  3. Creating and updating libraries
  4. Changing the organization of a data set from sequential to partitioned or from partitioned to sequential
Question 11 True/False

IEFBR14 is a dummy program, normally inserted to JCL when the only desired action is allocation or deletion of datasets.

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

which one of the following is not the System utility

  1. IEHINITT
  2. IEHLIST
  3. DFSMS
  4. ICKDSF
Question 13 Multiple Choice (Single Answer)

What is the Line command Used to Change a line in Mainframes from any case to Lower case

  1. MC
  2. LC
  3. BC
  4. AC
Question 14 Multiple Choice (Single Answer)

After hiding all the line how do you display the First line in a Mainframe program

  1. Show First
  2. First Only
  3. F
  4. L
Question 15 Multiple Choice (Single Answer)

What is the TSO command to display the Last 30 used datasets

  1. TSO DS
  2. dslist
  3. Display ds
  4. All of the above