CSSETATY.cpy: Test Flag and Reentry Check (Copybook)
Part of CardDemo Core Module: This copybook defines checks for test flags and program reentry conditions within the CardDemo Core module.
Files
- COTRTUPC.cblThis program, COTRTUPC.cbl, is included by CSSETATY.cpy and is responsible for checking test flags and reentry conditions. It evaluates variables like TESTVAR1 and CDEMO-PGM-REENTER to determine program flow, setting error indicators if necessary. The code snippet suggests it handles scenarios where TESTVAR1 is not okay or blank, and the program is being reentered.View
- COACTUPC.cblThis program, COACTUPC.cbl, is included within the CSSETATY.cpy copybook. It appears to perform a test flag and reentry check, specifically checking if a test variable (TESTVAR1) is not okay or blank, and also considering a reentry flag (CDEMO-PGM-REENTER).View
- CSSETATY.cpyRelated flowView