Post #1
1 votes
Alex
Reputation
8
Posts: 35
Joined: Jun 15, 2026, 9:20 AM
Posted: Jul 31, 2026, 9:48 AM
Compile JCL says object deck goes somewhere then binder creates a load module. Is the load module the runnable program?
Compile JCL says object deck goes somewhere then binder creates a load module. Is the load module the runnable program?
Yes. Source → compiler → object → binder/linkage editor → load module in a load library.
//STEPLIB or JOBLIB DD points at that library when you EXEC PGM=NAME. Missing STEPLIB = "program not found" style failures.
You must be signed in to reply to this thread