CBLPSHPOP (non-CICS)
This option is only enabled if COBOL is specified on the General tab.
CBLPSHPOP controls whether CICS PUSH HANDLE and CICS POP HANDLE commands are issued when a
COBOL (VS COBOL II, COBOL/370, COBOL for MVS & VM, or COBOL for OS/390 & VM) subroutine is
called. Specify ON to avoid compatibility problems with these subroutines when they contain
CICS CONDITION, AID, or ABEND
condition handling commands.
CBLPSHPOP has the following suboptions :
- No (OFF) : does not automatically issue CICS PUSH HANDLE and CICS POP HANDLE commands on a
call to a COBOL subroutine
- Yes (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
Performance Consideration :
If your application calls COBOL subroutines under CICS, performance is better with CBLPSHPOP(OFF) than with CBLPSHPOP(ON)