Generating a report listing all the files transmitted using CA XCOM for z/OS
search cancel

Generating a report listing all the files transmitted using CA XCOM for z/OS

book

Article ID: 39731

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - z/OS

Issue/Introduction

There is a batch TYPE=HISTORY job that you can use to generate history reports with CA Easytrieve. We have enhanced this feature in our XCOM for z/OS r12.0 version. 

 

Environment

Release: CA Easytrieve Report Generator

CA XCOM Data Transport for z/OS 11.5, 11.6, 12.0

Component: xcmvs

Resolution

This sample JCL has a XCOMJOB TYPE=HISTORY call to get history information and save it to the HISTDD. The HISTDD is then passed to a sample CA Easytrieve report that generates a report similar to the CA XCOM ISPF operator display. 

 In the CBXGJCL library there is a job called XCOMJOBH. That is a sample TYPE=HISTORY job. For a description of these parameters, see FILETYPE=HISTORY Parameters.  

You can specify OTYPE=ALL or uncomment and select specific parameters. 

OTYPE=ALL
*OINACTIVE= 
*OCOMPLETED= 
*OINCLUDE= 
*OLOCATN= 
*OID=
*OREQ=
*OLU= 
*OTNAME=
*OLIMIT=
*OLMSG=
*OUSER=
*OSDATE=
*OSTIME=
*OEDATE=
*OETIME= 
*OFLMIN=
*OFLMAX=
*OINIT=
*OTYPEREQ=
*OFILETYPE=
*OSYSNAME=
*OSYSID=
*OVOL=
*OJOB=
*OFILE=
*OFILECASE=
*OPLEXQ= 

  1. Review the job and modify it according to the instructions in the comments. 
  2. You can use either the full release of CA Easytrieve or the Common Component version of Easytrieve. You just need to know what you have installed.   Please note that With Common Services 14.1 and above, the Easytrieve Product is now a separate installation.  Please see "IEC130I EZOPTBL DD STATEMENT MISSING" error message for details about this.
  3. Be sure to put on all the Easytrieve maintenance. 
  4. Run the job and check the output you receive.