Expand copybooks in the program itself.

Time Sharing Option, Interactive System Productivity Facility and REstructured eXtended eXecutor

Moderator: mickeydusaor

Post Reply
Manoj
Registered Member
Posts: 33
Joined: Wed Jul 17, 2013 9:10 am

Expand copybooks in the program itself.

Post by Manoj »

Hi,

In the COBOL program using REXX can we expand the copybooks then and there instead of going to coybook-library and look for it there?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1889
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Expand copybooks in the program itself.

Post by Robert Sample »

Do you mean have the COBOL program call a REXX program to expand the copy books for the compile? If so, then the answer is a resounding NO! The COBOL program has to be compiled and the copy books are expanded during the compile. The program CANNOT call a REXX subprogram until it is executing, which CANNOT in turn occur until the COBOL program has been compiled and linkage edited / bound.

You could PROBABLY write a REXX program to take the source before the compile and expand the copy books, but the question is ... WHY? The compiler does that for you automatically, so why spend the resources to create something you already have?
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “TSO, ISPF & REXX (Do you still do CLIST?!).”