
Processing Requirements for TSIDCHK Executing Standard Processing Subroutines
10-10 User Reference
Processing Requirements for TSIDCHK
Step Action
1 Move the event name to the EVENT-NAME field. See "Posted Events," for
details about event-name limitations.
2 Issue a call to TSIDCHK.
3 Perform the dependent task.
The following task calls TSIDCHK, with PAY as the EVENT-NAME. If that event is posted,
the task performs PAYROLL-CHECKS.
...
WORKING-STORAGE SECTION.
01 EVENT-NAME PIC X(8) VALUE SPACES.
PROCEDURE DIVISION.
MOVE 'PAY' TO EVENT-NAME.
CALL 'TSIDCHK' USING EVENT-NAME.
...
Procedure
Example
Commentaires sur ces manuels