Modifying the call back routine registration
You can register a call back routine to the Language Environment®. The Language Environment invokes the call back routine prior to calling a type SUB program using CALL_SUB API in the CEEPIPI environment. The call back routine performs a pattern match to determine if the type SUB program is to be debugged.
To customize the registration, change the value of the RRTN_SW
DC statement.
- x'00'
- No registration of the call back routine.
- x'01'
- Registration of the call back routine.