The OS/JCL DD statement __________ parameter tells the system what to do with a disk file after the job step is completed.

a. VOLUME
b. DISP
c. DSNAME
d. UNIT


b. DISP

Computer Science & Information Technology

You might also like to view...

Which of the following declares a pointer ptr to a class member function in class Check that takes an int argument and returns a bool?

a. bool:( int ) ( *Check::ptr ); b. Check::( bool ( *ptr )( int ) ); c. bool ( Check::*ptr )( int ); d. bool*( int ) Check::ptr;

Computer Science & Information Technology

Explain the difference between a detailed report, a grouped report, a summary report, a mailing labels report, and a multiple-column report.

What will be an ideal response?

Computer Science & Information Technology

According to the CSS standard, the only properties you can apply to a column or column group are the font, color, and text-related properties.

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

Computer Science & Information Technology

The And operator always checks both conditions, while the AndAlso operator does not always evaluate the second condition.

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

Computer Science & Information Technology