Answer the following statements true (T) or false (F)

1. To continue a JCL statement, you must code a nonblank character in position 72.
2. When a cataloged procedure is referenced on an OS/JCL EXEC statement, the operating
system searches the procedure library and replaces the programmer’s EXEC statement
with a set of pre-coded JCL.
3. The OS/JCL DD statement UNIT parameter specifies the physical input or output device.
4. DCB parameters are always coded in the program DCB.
5. To simplify retrieving cataloged or passed datasets, the programmer can give a file a
unique name by coding a DSNAME (or DSN) parameter on the OS/JCL DD statement.


1. F
2. T
3. T
4. F
5. T

Computer Science & Information Technology

You might also like to view...

Write a type definition for a type called NumberPtr that will be the type for pointer variables that hold pointers to dynamic variables of type double. Also, write a declaration for a pointer variable called myPoint, which is of type NumberPtr.

What will be an ideal response?

Computer Science & Information Technology

In a serial interface, what is the difference between a status of down and a status of administratively down?

What will be an ideal response?

Computer Science & Information Technology

The ________ is the range of cells that contain the values that are being evaluated for frequency of occurrence when using the FREQUENCY function

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ is any sequence of letters and numbers, and is designated by quotation marks

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology