We have a COBOL CICS module being called using the LINK command.

Here is the interface call:

EXEC CICS
                LINK PROGRAM('PROGRAM1')
                RESP(WS-RESP)
                COMMAREA(WS-COMMAREA)
END-EXEC

However, it has been brought up that creating  a bound module instead of using 
LINK can speed up response time.

Is this binding compiler in question CTRCOBMOD?  If so, is this worth pursuing?

Thanks a lot...

John

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to