Copy and update the USTPAS UPSTREAM for FDRPAS PROC


You need to copy member USTPAS from the supplied Upstream Installation Control Library (ICL) into your system PROCLIB in order to start the UPSTREAM for FDRPAS region (see Sample USTPAS PROC ICL member). This document assumes you are calling it USTPAS, but you may store the member with a different name to conform to your installation requirements.

Update the statements in the sample PROC to conform to your installation requirements as well.

Warning

Important

UPSTREAM for FDRPAS also requires access to some of the FDRPAS modules and therefore must be included in a concatenated STEPLIB to the FDRPAS load library.

The 3 data set names allocated above by the PASINST job need to be specified in this PROC as indicated.

Sample USTPAS PROC ICL member

//USTPAS   PROC OUT=X <=== SYSOUT CLASS?
//*
//* THIS MEMBER IS USED TO START FDR/UPSTREAM FOR PAS FOR TCP/IP
//*
//MAIN     EXEC PGM=USTMAIN,REGION=0M,TIME=1440,MEMLIMIT=8G,
//         PARM='NOMAINT,RBSZ=262000,SBSZ=262000,PID=PAS'
//STEPLIB  DD DISP=SHR,DSN=<ustpas.load.library> <<=== CHANGE THIS
//         DD DISP=SHR,DSN=<drpas.load.library> <<=== CHANGE THIS
//USTLOG   DD SYSOUT=&OUT
//USTLOG2  DD SYSOUT=&OUT
//USTINFO  DD SYSOUT=&OUT
//USTSUMM  DD SYSOUT=&OUT
//USTSUMM2 DD SYSOUT=&OUT
//SYSABEND DD SYSOUT=&OUT
//USTCONFG DD DISP=SHR,DSN=<hlq>.UPSTREAM.UST394.CONFIG <<==CHANGE THIS
//USTCATLG DD DISP=SHR,DSN=<hlq>.USTPAS.$UST.CATALOG <<=== CHANGE THIS
//USTFILEI DD DISP=SHR,DSN=<hlq>.USTPAS.$UST.FILEINFO <<=== CHANGE THIS
//*=======================================================


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Storage FDRPAS 6.1