Post #1
0 votes
Sam
Reputation
5
Posts: 28
Joined: Jul 1, 2026, 2:30 PM
Posted: Jul 22, 2026, 12:35 PM
People keep saying "check the copybook." Is that just a shared include file? How do I pull it into my program?
People keep saying "check the copybook." Is that just a shared include file? How do I pull it into my program?
Yes, shared source snippet, usually a record layout. In your program:
COPY CUSTREC.
Compile JCL needs the library on SYSLIB. Member name is CUSTREC in that PDS.
Do not put random executable paragraphs in copybooks as a beginner. Layouts and 88-levels first.
You must be signed in to reply to this thread