CA Jobtrac Job Management-using GJTRABTR to code an "add a job", that will receive a TRACWARN for not receiving a completion code of 0000.
search cancel

CA Jobtrac Job Management-using GJTRABTR to code an "add a job", that will receive a TRACWARN for not receiving a completion code of 0000.

book

Article ID: 50219

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

Using GJTRABTR, you can code a job that when receiving anything other than a RC=0000, will receive a TRACWARN message.

Environment

Release:
Component: JOBTRC

Resolution

You want to use GJTRABTR to add a job that should complete with completion code of 0000. If the job you add has any other completion code then 0000, you want to make sure you will see a TRACWARN message.

To accomplish this, code the following;

    ADD (JOB(jobname) MAXCC(0000))