Wednesday, December 7, 2011

CICS : How LE option CBLPSHPOP controls PUSH and POP


CBLPSHPOP (LE option) controls whether CICS PUSH HANDLE and CICS POP HANDLE commands are issued when a COBOL subroutine is called.

CBLPSHPOP(ON)

Automatically issues the following when a COBOL subroutine is called:

  • An EXEC CICS PUSH HANDLE command as part of the routine initialization.
  • An EXEC CICS POP HANDLE command as part of the routine termination.
The default is ON

CBLPSHPOP(OFF)

Does not issue CICS PUSH HANDLE and CICS POP HANDLE commands on a call to a COBOL subroutine.

When a CICS program uses EXEC CICS LINK to call another CICS program, the HANDLE CONDITION options are NOT inherited by the linked-to program



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.