DFHLSCU runs as a standard operating system job. You must define a JOB statement, and EXEC statement, and a JOURNAL statement. The job stream to run the DFHLSCU utility should include the following DD statements:
See the CICS/ESA 4.1 Operations Guide for information about journal data set definitions in JCL and Considerations when using DFHLSCU.
The DCB parameters specified for this data set are RECFM=FBA and LRECL=133. The block size may be provided on the SYSPRINT DD statement and must be a multiple of 133. The default is 133.
Using SYSIN statements, you can pass values to the utility to be used in the report calculations and recommendations. These assume default values if you do not specify them explicitly. The utility is invoked as follows:
//*************************************************************
//* RUN DFHLSCU (LOGSTREAM CALCULATIONS UTILITY).
//*
//*
//*************************************************************
//LSCU EXEC PGM=DFHLSCU
//STEPLIB DD DSN=CICSTS31.CICS.SDFHLOAD,DISP=SHR
//*************************************************************
//* CICS journal name(s)
//*************************************************************
//JOURNAL DD DISP=SHR,DCB=RECFM=VB,
// DSN=CICSLOG
//*************************************************************
//* Output data will go to SYSPRINT
//*************************************************************
//SYSPRINT DD SYSOUT=A,DCB=RECFM=FBA
//SYSIN DD *
JNLTYPE( )
INTERVAL( )
AKPFREQ( )
LOGSNUM( )
TRANSDUR( )
/*
//*