IDCAMS: DEFINE CLUSTER and REPRO
Gain hands-on fluency with IDCAMS control statements for defining VSAM clusters and moving data into or out of them.
IDCAMS (Access Method Services) is the utility that does essentially all VSAM lifecycle management, and DEFINE CLUSTER plus REPRO are the two commands used constantly enough that any mainframe interview expects you to write both from memory without hesitation. DEFINE CLUSTER creates a new VSAM cluster (KSDS, ESDS, or RRDS), while REPRO copies data into, out of, or between VSAM clusters and sequential datasets.
DEFINE CLUSTER is pouring the foundation and framing for a new building according to a blueprint (organization, key layout, space allocation); REPRO is the moving company that then carries furniture in, out, or between buildings, but insists that if you're moving into an alphabetically organized library (a KSDS), the boxes must already be in the right order before they'll carry them in.