Running the Rational® Integration Tester jobs
You can run the Rational® Integration Tester job and stop the running ones.
Before you begin
Procedure
You can submit the exit job using either the customized procedure, or the
started task, that you defined in Editing the JCL file for local customization. If you use a started task,
you must do the following steps:
- Copy the
RITRUN
JCL member to a dataset in thePROCLIB
concatenation - Define the name of the started task to your security subsystem, and specify the user ID that the started task runs with.
When the queue manager stops, the Rational®
Integration Tester job ends.
Note: While using
Rational®
Integration Tester with a queue sharing group to intercept messages to shared queues, you must run
an instance of the exit job for each queue manager in the queue sharing
group.
What to do next
Stopping jobs
To stop the job, use MVS™ operator command P
jobname
or F jobname,stop
. If you are using a started task procedure,
substitute the procname
for jobname
.
Procedure
Other commands are as follows:
F jobname,DIS
displays queues that were used, or have errors.F jobname,DIS ERRORS
displays only those queues that had an error when you are putting to the destination queueF jobname,DIS ALL
displays information about all queues that are being intercepted.F jobname,refresh
reads the definitions and updates the queues that are being intercepted. It also resets any statistics or errors and restarts interception.