
Executing in Batch Jobs Event Posting
10-8 User Reference
Executing in Batch Jobs
TSIDREL, TSIDLOC, TSIDCHK, and TSIDUNL can be executed in batch jobs.
// OPTION SYSPARM='
event-name
'
// EXEC TSID
xxx
// OPTION SYSPARM=' '
Two OPTION statements are required: one to specify the event name as a SYSPARM and
one to clear the SYSPARM so it does not affect later processing.
event-name specifies the name of the event to be posted (the name of the job to be
released). It may be 1 to 8 characters long.
TSIDxxx specifies the utility you are executing. Specify TSIDREL, TSIDLOC, TSIDCHK,
or TSIDUNL.
This job executes TSIDREL. It posts an event with the name PAY and releases all jobs in the
POWER reader queue which have job names beginning with PAY.
// JOB RELEASE JOBS
// OPTION SYSPARM='PAY'
// EXEC TSIDREL
// OPTION SYSPARM=' '
/&
Description
JCL Requirements
Control Statements
Example
Comentarios a estos manuales