zSecure-supplied installation jobs

Both the formal and fast installation methods use the zSecure-supplied installation jobs. These jobs are provided to help you install and set up the software. You can customize these jobs to specify the naming convention for your data sets, JOB statement requirements, and other items. You can obtain the sample installation jobs in either of the following ways:

  • Directly from the installation media.
  • By performing an SMP/E RECEIVE and then copying the jobs from IBM®.HCKR320.F1 to a work data set for editing and submission.

The following job provides the JCL for either method. You can download a sample of this job at IBM Documentation for IBM Security zSecure Suite.

Figure 1. Sample JCL to obtain the zSecure-supplied installation jobs
//STEP1    EXEC PGM=GIMUNZIP,REGION=0M,PARM='HASH=NO'           
//SYSUT3   DD UNIT=SYSALLDA,SPACE=(CYL,(10,10))                 
//SYSUT4   DD UNIT=SYSALLDA,SPACE=(CYL,(15,5))                  
//SMPJHOME DD PATH='/usr/lpp/java/J5.0/'           <===NOTE 1   
//SMPCPATH DD PATH='/usr/lpp/smp/classes/'         <===NOTE 1
//SMPOUT   DD SYSOUT=*                                          
//SYSPRINT DD SYSOUT=*                                          
//SMPDIR   DD PATHDISP=KEEP,                                 
// PATH='/<ntsdir>/<orderid>/SMPRELF/'             <===NOTE 2
//SYSIN    DD *                                              
<GIMUNZIP>                                                   
<ARCHDEF                                                     
name="CBCACHE.IBM.HCKR320.F1.pax.Z"                          
volume="<volser>"                                  <===NOTE 3
newname="<your-prefix>.CKRINST">                   <===NOTE 4
</ARCHDEF>                                                      
</GIMUNZIP>                                                     
/*         
Before submitting this job, make the following updates based on your installation requirements:
  • Add a job card that is specific to your installation requirements.
  • Note 1: Change these directories to your installations java and smp classes directories.
  • Note 2: Change ntsdir to the directory that holds your Shopz orders. Change orderid to your order ID, for example 2008567304_000010_PROD.
  • Note 3: Change volser to a volser that you want the output dataset to reside on.
  • Note 4: Change your-prefix to the high-level qualifier(s) for the output dataset.