Multiple choice technology programming languages

When output dataset space is required, what quantity categories are used?

  1. Primary, Secondary, Directory

  2. Address, Units, CONTIG or ALS

  3. Displacement and length

  4. Megabytes, Kilobytes and Bytes

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When allocating output dataset space in JCL using the SPACE parameter, you must specify three quantity categories: Primary space (initial allocation), Secondary space (for extensions), and Directory blocks (for PDS directory entries). These three components define the complete space allocation specification.

AI explanation

To answer this question, you need to understand the different quantity categories used when output dataset space is required.

Option A) Primary, Secondary, Directory - This option is incorrect because it does not represent the quantity categories used when output dataset space is required.

Option B) Address, Units, CONTIG or ALS - This option is incorrect because it does not represent the quantity categories used when output dataset space is required.

Option C) Displacement and length - This option is incorrect because it does not represent the quantity categories used when output dataset space is required.

Option D) Megabytes, Kilobytes, and Bytes - This option is incorrect because it does not represent the quantity categories used when output dataset space is required.

Option E) None of the above - This option is incorrect because there is a correct answer.

The correct answer is A) Primary, Secondary, Directory. These are the quantity categories used when output dataset space is required. Primary refers to the main storage space allocated for the dataset. Secondary refers to additional storage space allocated if the primary space is not sufficient. Directory refers to the space allocated for the dataset's directory information.

Therefore, the correct answer is A) Primary, Secondary, Directory.