7. Run SSL secure connections

After you complete all previous configuration tasks, you are ready to start the Policy Agent. Here is the example of the PAGENT procedure used:

//PAGENT   PROC PARMS='-c /etc/pagent.conf3 -l /tmp/pagent.log4' 
//PAGENT   EXEC PGM=PAGENT,REGION=0K,TIME=NOLIMIT,               
// PARM=('POSIX(ON) ALL31(ON)',                                  
//    'ENVAR("LIBPATH=/usr/lib"',                                
//    '"TZ=MST7MDT6")/&PARMS')                                   
//STDENV DD PATH='/etc/pagent.env',PATHOPTS=(ORDONLY)
//SYSPRINT DD SYSOUT=*                                      
//SYSOUT   DD SYSOUT=*
//CEEDUMP  DD SYSOUT=*,DCB=(RECFM=FB,LRECL=132,BLKSIZE=132)

where /etc/pagent.env contains these definitions:

After PAGENT starts successfully, start the stack TCPIPT and the CICS region called “CICSDEV1” on that stack. If the server called “ase1” is running, you are ready to test your connections.