IBM Mainframe Utilities and COBOL Programming
Test your knowledge of IBM mainframe system utilities, JCL, TSO commands, VSAM datasets, and COBOL programming concepts.
Questions
Which is the correct ASCII collating sequence?
- spaces, special characters, 0-9, A-Z, a-z
- spaces, a-z, A-Z, 0-9, special character
- a-z, A-Z, 0-9, spaces, special characters
- 0-9, special characters, spaces, a-z, A-Z
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?
- This is an alternate name for the 05 name.
- This is a breakdown of the 05 field.
- This is another format for the field.
- All of these answers.
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?
- 5
- 66
- 88
- 77
which one of the following is not IBM mainframe utility programs
- IEBPTPCH
- IEHINITT
- IEBISAM
- IEBVSAM
which one of the following is used for generates and modifies VSAM and Non-VSAM datasets
- IEHINITT
- ICKDSF
- IDCAMS
- IEHLIST
Fill in the blank: IEBCOMPR _________ records in sequential or partitioned data sets
- creates
- compares
- copies
- none of the above
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
- True
- False
IEBGENER can't be used for
- Printing a sequential data set or a member of a PDS
- Creating partitioned output data set from sequential input data set
- Changing the physical block size or logical record length of a sequential data set.
- Copy and print ISAM datasets
IEBIMAGE manipulates character set definitions for the IBM 3800 printing subsystem
- True
- False
which one of the following task, IEBPTPCH can perform
- Printing or punching selected PDS members
- Unloading, loading, coping and printing of ISAM datasets
- Creating and updating libraries
- Changing the organization of a data set from sequential to partitioned or from partitioned to sequential
IEFBR14 is a dummy program, normally inserted to JCL when the only desired action is allocation or deletion of datasets.
- True
- False
which one of the following is not the System utility
- IEHINITT
- IEHLIST
- DFSMS
- ICKDSF
What is the Line command Used to Change a line in Mainframes from any case to Lower case
- MC
- LC
- BC
- AC
After hiding all the line how do you display the First line in a Mainframe program
- Show First
- First Only
- F
- L
What is the TSO command to display the Last 30 used datasets
- TSO DS
- dslist
- Display ds
- All of the above