Core Utility Programs: IEFBR14, IEBGENER, IDCAMS
Know the purpose of the most commonly used IBM utility programs invoked directly from JCL for allocation, copying, and dataset management.
A handful of small IBM-supplied utility programs handle an enormous share of routine JCL work, and being able to name them and explain their purpose without hesitation is table-stakes for any mainframe interview. IEFBR14 is famously the utility that does nothing — literally just sets a zero return code and exits — and its entire value is as a vehicle for DD statement allocation/deletion actions that happen during job step allocation, before the (non-existent) program logic would ever run.
IEFBR14 is a mail carrier who drops off or picks up a package at your door but never actually goes inside the house — the delivery (DD statement allocation/deletion) happens regardless of whether anyone's 'home' running program logic; IDCAMS is the do-everything hardware store clerk who can cut a new key (DEFINE), duplicate one (REPRO), or throw an old one away (DELETE).