JCL
Copy specific members from one PDS to another....
iebcopy
pds
copy
JCL
Write JCL to sort a file by employee ID (positions 1-5)....
sort
utility
JCL
Write JCL that runs STEP2 only if STEP1 returns RC=0, and STEP3 runs if either step failed....
cond
return-code
conditional
JCL
Write IDCAMS to delete a VSAM file if it exists, then define a new KSDS....
idcams
vsam
ksds
define
JCL
Sort employee file, include only active employees (status=A in pos 50), sort by department and name....
sort
include
filter
JCL
Explain all common DD statement parameters....
dd
dsn
disp
space
JCL
Use JOBLIB and STEPLIB for program libraries....
joblib
steplib
loadlib
concatenation
JCL
Use JCLLIB and INCLUDE for procedure libraries....
jcllib
include
modular
library
JCL
Write JCL to create a new generation of a GDG and also reference the previous generation....
gdg
generation
versioning
JCL
Create and call a JCL procedure....
proc
procedure
symbolic
override
JCL
Create job where step execution depends on previous step outcome....
jcl
if-then
conditional
multi-step