How to find the origin of an undef report in CA-View
search cancel

How to find the origin of an undef report in CA-View

book

Article ID: 71702

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction



How to find the origin of an undef report in CA-View?

Environment

Release:
Component: VIEW

Resolution

You can run the utility SARSAMB which list UNDEF reports,(displaying jobname, jobid ,step, ddname and more information).  .
You can select a date from which it will start selecting UNDEF reports.
SARSAM8 is found in the CVDEOPTN library.
First time running SARSAMB, you need to edit BRMJSAMX member in CVDEJCL to add the high level qualifiers to your ca view libraries, then assemble and link SARSAMB into the CA View LOADLIB.

Detail information and jcl samples can be found in docops.ca.com under CA View, included in the documentation for each SARSAM sample program.

Below is a sample jcl that can be used to run SARSAMB ...
//STEP1       EXEC PGM=SARSAMB
//STEPLIB    DD DSN=HLQ.CVDELOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN        DD *
NAME(database.name) FROMDATE(mm/dd/yyyy)
/*

 

Additional Information


Video Title " Managing the Undef Report for CA View "

https://youtube.com/watch?v=5aK88etYGFg&index=31&list=PLynEdQRJawmyMiyiQOvtT1pBQuc_3oCZz