How to Update the JCL Used to do a SARBCH Retrieval, and How to Add Jobcards for Individual Users
search cancel

How to Update the JCL Used to do a SARBCH Retrieval, and How to Add Jobcards for Individual Users

book

Article ID: 127492

calendar_today

Updated On:

Products

OM Deliver OM View

Issue/Introduction

Where is the modification done, to the JCL used to do a CA View on-line report retrieval?
What needs done, to add Jobcards for a View user?
 

Environment

CA View - All Releases

Resolution

Member CVDEPENU(SARJCL1) contains a //STEPLIB that contains a generic library name.
SARJCL1 needs to be modified, addressing the //STEPLIB statement, before the run of SARDBASE OLOAD.

To define jobcards for a View user, you can use program SARBCH, with statements of:

/DEFUSER USER=xxxxxxxx
 JCL1="//XXXXXXXX JOB ..."
 JCL2="//..."
 JCL3="//..."
 JCL4="//..."