Thread: General

What is a load module?

Started by Alex • user2 replies183 viewsLast activity 2 weeks ago
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?

Post #2
0 votes
Bill
Reputation
221
Posts: 41
Joined: Aug 28, 2024, 7:08 AM
Posted: Jul 31, 2026, 11:48 AM

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