Using DYNAMLOC to add a location dynamically
search cancel

Using DYNAMLOC to add a location dynamically

book

Article ID: 62438

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

How to uses DYNAMLOC to  add a location dynamically to Jobtrac?

 

Environment

Release:
Component: JOBTRC

Resolution

To add a location dynamically in Jobtrac when using DYNAMLOC, you will  need to dd the new location to member DYNAMLOC in the PPOPTION dataset.

Example of the member DYNAMLOC:

INCLUDE LOC000INCLUDE LOC001INCLUDE LOCxxx        where xxx is the new location

You will need to add the member LOCxxx which will contain the datasets used and associated with that location.

Example of member LOCxxx:

ALLOC DD=TRACJxxx DSN=jobtrac.TRACJxxx
ALLOC DD=TRACSxxx DSN=jobtrac.TRACSxxx
ALLOC DD=TRACTxxx DSN=jobtrac.TRACTxxx
ALLOC DD=TRACDxxx DSN=jobtrac.TRACDxxx
ALLOC DD=TRACRxxx DSN=jobtrac.TRACRxxx
ALLOC DD=TRACMxxx DSN=jobtrac.TRACMxxx

After you have updated and saved the members, enter MVS command "F jobtracstc,REFRESHLOC ALL" to refresh locations.