
Checking for a Posted Event (TSIDCHK and TSIDCCHK) Event Posting
10-6 User Reference
Checking for a Posted Event (TSIDCHK and TSIDCCHK)
TSIDCHK and TSIDCCHK are used within a job to check to see if an event has been posted
before continuing with a dependent task. If the event is posted your job continues
uninterrupted.
If you check for the event with TSIDCHK (in either batch or subroutine) and the event is not
posted, execution is interrupted. TSIDCHK issues a message to the operator and ask whether
the job should be canceled or suspended. If the operator responds WAIT, the job is
suspended, and the partition is stopped until the event is posted. When the event is posted, the
partition is restarted automatically.
The CICS version, TSIDCCHK, does not interrupt processing if the event is not posted. You
must check the return code passed, and process accordingly.
Description
Komentarze do niniejszej Instrukcji