Previous Topic: DOS History File Conversion Utility

Next Topic: Control Report

Operating Instructions

The VSE History Conversion Utility Program operates under any OS/VS environment. The following files are required to execute the program:

DDname

Description

STEPLIB

The STEPLIB statement describes the Partitioned Data Set (PDS) that includes JSITOPS and JSITRD4 as members.

CAIJSDOS

The CAIJSDOS statement describes the input history file generated in a previous run of the DOS/VS(E) CA JARS product.

HISTOUT

The HISTOUT statement describes the output history file to be created by CA JARS.

CAIJSPRT

The CAIJSPRT statement describes a SYSOUT data set for messages.

CAIJSNAP

The CAIJSNAP statement describes a SYSOUT data set for CAIJSNAP diagnostics.

The following is sample JCL for the operation of JSITOPS. Installation-dependent parameters are displayed in lowercase letters. Sample JSITOPS Operations JCL

//JSITOPS  JOB  accounting fields, etc.
//         EXEC PGM=JSITOPS,REGION=1024K
//STEPLIB  DD   library containing JSITOPS load module
//CAIJSPRT DD   SYSOUT=*
//CAIJSNAP DD   SYSOUT=*
//CAIJSDOS DD   DSN=old.format,DISP=OLD,UNIT=tape,
//              DCB=(RECFM=VB,LRECL=2000,BLKSIZE=9000),
//              VOL=SER=mytape,LABEL=(2,BLP)
//HISTOUT  DD   DSN=new.format,DISP=(NEW,KEEP),UNIT=tape,
//              DCB=(RECFM=VB,LRECL=8188,BLKSIZE=8192)
//