An example PAGENT JCL procedure is also provided here:
//PAGENT PROC
//PAGENT EXEC PGM=PAGENT,REGION=0K,TIME=NOLIMIT,
// PARM='ENVAR("_CEE_ENVFILE=DD:STDENV")/'
//*
//STDENV DD DSN=SYS1.TCPENV(PAGENV),DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//CEEDUMP DD SYSOUT=*,DCB=(RECFM=FB,LRECL=132,BLKSIZE=132)
The Policy Agent started task runs as a USS process and requires input environment variables to define its environment. These environment variables may be passed via the EXEC PARM operand, an HFS file, or an MVS data set. Refer to the comments in the sample procedure TCPIP.SEZAINST(PAGENT) for more information. In the above example an MVS data set is used for the environment variables. The MVS data set must be defined as a variable blocked PDS, and called SYS1.TCPENV. Member PAGENV contains the environment variables.
Where:
‘SYS1.TCPPARMS(PAGENT)' are itemized below. Comment lines are denoted by a ‘#' in column 1.
Where:
[ Top of Page | Previous Page | Next Page | Contents | Index ]