OnDemand User Group

Support Forums => z/OS Server => Topic started by: kvolle on July 17, 2017, 01:28:18 PM

Title: Converting From InfoPac To OnDemand - Building odscrt Table
Post by: kvolle on July 17, 2017, 01:28:18 PM
We are currently migrating from Mobius/ASG Infopac/View Direct to OnDemand and are needing to populate the odscrt DB2 table to cross reference a specific Job, Step, DDname to and Application and Application group. Has any done this before and if so how did you go about identifying the Job, Step and DDname?
Title: Re: Converting From InfoPac To OnDemand - Building odscrt Table
Post by: Nolan on July 17, 2017, 01:50:45 PM
The ODSCRT table is outside of the OnDemand product, it was probably supplied by the services team.  It is a basic DB/2 table for us that we use REXX scripts to update/insert/change.  You can insert the details using any of your preferred methods to maintain the table.  We also use the DSNUTILB DB/2 batch load tool to do bulk loading.