Is there, by chance, anything that you can place in a Cobol source module that will pass instructions to the binder? I imagine something like this:
CBL BIND INCLUDE SYSLIB(EZACICAL) ID DIVISION. PROGRAM-ID. SOMETHING. ... END PROGRAM SOMETHING. The resulting object module would then have the binder commands at the top, ie: INCLUDE SYSLIB(EZACICAL) ESD OBJ1 SUBR CBLTDLI ESD DFHEI1 IGZCBSO CEESTART ESD CEEBETBL CEESG005 ... END This would allow me to specify directly in the Cobol source code specific modules that need to be include; in this example the CICS version of the EZASOKET routines (EZACICAL module). I don't see that it's available, but I figure it couldn't hurt to ask. Thanks, Frank ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

