Installation checklist»Job Tracking setup
  • RSS Feed

Last modified on 6/12/2015 1:54 PM by User.

Tags:

Job Tracking setup

Revised: 6/4/02

Here’s what I had to do for Kansas BP when installing Job Tracking.

 

MVS Machine

Site Master record.

Add j to field 28. Compil Flags

Set field 43. Job Tracking to Y

 

Their Machine

 

Software maintenance / 32 / 17 / 2. Program code inclusion table:

Add j to 1st line of codes

 At unix prompt:

cd /u/mvs/dsk2/250000

rm jt*.ctl

 Do a full update on all modules

 Update job tracking menus

Send all /u/mvs/dsk2/250000/j*.ctl menu files

Cd /u/mvs/dsk2/250000

Mkdir jt

Cd jt

Send /u/mvs/dsk2/250000/jt/jtmenu.ctl

          Make sure they don’t have a /u/mvs/dsk2/250000/jtmenu.ctl. 

If they do, then delete it because it will cause an error # 8 when they pick job tracking from the O/E menu.  It must only exist in the dsk2/250000/jt/ directory.

Edit all /u/mvs/dsk2/250000/menu??.ctl files so they look like our menu01.ctl:

Task 4 should be JTMENU 32 Job tracking system

( comment out the UNUSED line)

 

edit /u/mvs/dsk0/002002/oejobs

add lines for jthbak and jtpurg  like our oejobs has.

tmp=$MVS_ROOT/dsk2/250000/jthbak.run      # Job track posting

[ -f $tmp ] && RUN $tmp

rmjobs

tmp=$MVS_ROOT/dsk2/250000/jtpurg.run      # Job track purging

[ -f $tmp ] && RUN $tmp

rmjobs