mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1592
|
|
|
|
Hi adous,
In a standard COBOL compile the copybook lib(s) are pointed to by the SYSLIB DD in the compile step JCL.
If there's more than one lib and they're concatenated you'll have to search each lib in the concatenation. The circumstances surrounding your particular compile may give you some insight into which lib in the concatenation might contain the copybook.
For example, if you're testing a change in the cbook made by another pgmr, there's a good chance the cbook will reside in a test lib in the concatenation. Otherwise, you'll have to search the old fashoned way: one lib at a time.
HTH, Jack. |
|