To the OP: If your COBOL PROC's do not have a STEPLIB pointing to where the compiler lives, you may be able to find out where it is by using DDLIST (or TSO ISRDDN if that doesn't work) and then the "LINK" and "M IGYCRCTL" subcommands to see where in the LINKLIST the main compiler module lives.
If any libraries in the LINKLIST are read-protected you will get some 913 security abends, so if you aren't authorized be wary. Your security team may come after you! HTH Pater -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Farley, Peter x23353 Sent: Thursday, December 17, 2020 4:46 PM To: [email protected] Subject: Re: COBOL LIB EXTERNAL EMAIL And some long-time installations chose decades ago to consolidate program products into a common product library (to keep SYS1.LINKLIB smaller and allow products to live together but somewhere off the SYSRES pack(s)) and didn't migrate away from that "standard" when upgrading over the years. Inertia is a powerful force. So it's really whatever history your installation has and the whims of former sysprogs and their managers. Peter -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Charles Mills Sent: Thursday, December 17, 2020 4:35 PM To: [email protected] Subject: Re: COBOL LIB It is whatever your installation called it! Which COBOL? Many installations use something like IGY or IGY630 or IGY.V630 or IGY.V6R3M0 as an HLQ. You could look for those in ISPF 3.4. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of CarlosM Martinez Sent: Thursday, December 17, 2020 1:12 PM To: [email protected] Subject: COBOL LIB Hello all, Does anyone know what library the COBOL compiler is in Z/OS 1.0 ? SYS1.??? -- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
