HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

Standard cataloged procedure for startup in the expanded format
Member name: YKAGENTD
In the sample JCL, the nnnn portion of Vnnnn varies depending on the version.
//YKAGENTD PROC MEMBER=YKPRM00
//****************************************************************
//*
//* ALL RIGHTS RESERVED. COPYRIGHT (C) 2006, 2014, HITACHI, LTD.
//*
//****************************************************************
//IEFPROC EXEC PGM=IKJEFT01,PARM=YKAGENTD,
// TIME=1440,REGION=4096K
//YKPARM DD DSN=MFAGENT.Vnnnn.SAMPLIB(&MEMBER),DISP=SHR
//YKLIST DD DDNAME=IEFRDER
//SYSTSPRT DD DUMMY
//SYSTSIN DD DUMMY
//SYSABEND DD SYSOUT=*
//SYSEXEC DD DSN=MFAGENT.Vnnnn.EXECLIB,DISP=SHR
//STEPLIB DD DSN=MFAGENT.Vnnnn.LINKLIB,DISP=SHR
Description
1. PROC statement
Specifies the member name of the initialization parameter that is used during the startup of the
XP7 mainframe agent. The member specified in this statement is the default value. To use a
non-standard member, execute the START command to change the member during the startup.
2. EXEC statement
Specifies the following operands:
TIME (CPU cut-off time) whose value is 1440.
REGION (region size). To calculate this value, see Memory requirements on page 19.e
3. YKPARM DD statement
Specifies the name of the dataset that contains the initialization parameters, and a member name
for a partitioned dataset.
4. YKLIST DD statement
Specifies the dataset to which the initialization parameter analysis result is to be output. The
specified dataset must have the following attributes:
LRECL: 121
BLKSIZE: Multiple of 121
RECFM: FBA
DSORG: Sequential dataset (and a member name for a partitioned dataset)
5. SYSTSPRT DD statement
Specifies DUMMY.
6. SYSTSIN DD statement
Specifies DUMMY.
Installation and Configuration Guide 41