Multiple choice technology mainframe

Which utility is used to CREATE, DELETE, COPY PS/PDS?

  1. IEWL

  2. DSNHPC

  3. IGYCRCTL

  4. IEFBR14

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

IEFBR14 is commonly used in JCL for dataset operations including allocation (CREATE) and deletion through DD statements. While it's technically a no-op program that just returns register 14, its use in JCL job steps enables CREATE/DELETE operations on PS and PDS datasets. IDCAMS is another utility for dataset operations but IEFBR14 is the correct answer here.

AI explanation

To answer this question, you need to understand the utilities available in mainframe environments for managing PS (Physical Sequential) and PDS (Partitioned Data Set).

Let's go through each option to understand why it is correct or incorrect:

Option A) IEWL - This option is incorrect because IEWL (Interactive Edit and Link) is a utility used for linking and editing programs, not for creating, deleting, or copying PS/PDS.

Option B) DSNHPC - This option is incorrect because DSNHPC (Data Set High-Level Programming Control) is a utility used for managing DB2 objects, not for creating, deleting, or copying PS/PDS.

Option C) IGYCRCTL - This option is incorrect because IGYCRCTL (COBOL Compiler Control) is a utility used for controlling the compilation of COBOL programs, not for creating, deleting, or copying PS/PDS.

Option D) IEFBR14 - This option is correct because IEFBR14 (Dummy Utility) is a utility used for creating, deleting, or copying PS/PDS. It is commonly used to create a new PS or PDS, delete an existing PS or PDS, or copy a PS or PDS to another location.

The correct answer is D) IEFBR14. This option is correct because IEFBR14 is the utility used to create, delete, or copy PS/PDS.