// JOB (),'USER COMMENT', // CLASS=,MSGCLASS=, // TIME=1440,REGION=0M,NOTIFY=&SYSUID //* //******************************************************************** //* * //* DESCRIPTION: * //* This job downloads the Installation System image * //* and sample JCL to decompress the Installation System image. * //* * //* STEPS: * //* * //* 1. Customize the jobcard to comply with your site's requirements.* //* * //* PARAMETER TO OVERRIDE/CHANGE: * //* --------------------------------------------------------------* //* Job Name - Change to a valid job name for * //* your site. * //* * //* Job Account - Change to a valid job account for * //* your site. * //* * //* Job Class - Change to a valid job class for * //* your site. * //* * //* Message Class - Change to a valid message class * //* for your site. * //* * //* 2. If required, uncomment DD statement and update accordingly * //* * //* PARAMETER TO OVERRIDE/CHANGE: * //* --------------------------------------------------------------* //* SYSTCPD DD - Change * //* to DSN containing reference to BMC * //* EV security certificate * //* * //* 3. Change the FTPGET step parameters to comply with your site * //* requirements. Remove any parameters that are not needed. * //* The syntax in the input DD is case sensitive. * //* * //* PARAMETER TO OVERRIDE/CHANGE: * //* --------------------------------------------------------------* //* * //* UNIT - Change to a valid DASD unit * //* for your site. * //* * //* VOLUME - Change to a valid VOLUME serial * //* number for YOUR SITE. * //* * //* SMS storage - CHANGE to a valid SMS * //* class storage class for your site. * //* * //* SMS management - CHANGE to a valid * //* class SMS management class for your site. * //* * //* SMS data class - Change to a valid SMS data * //* class for your site. * //* * //* Installation - Change to * //* System Image name to be allocated on your host system. * //* * //* Decompress JOB - Change to name * //* to be allocated on your host system. * //* * //* 3. Make any additional changes that your site requires, such as * //* providing proxy information to get outside firewall. * //* * //* 4. Submit this JOB to FTP requested files. * //* * //******************************************************************** //FTPGET EXEC PGM=FTP,REGION=5120K, // PARM='filedownload.bmc.com -a TLS -v (timeout 720 exit=8' //SYSMDUMP DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //OUTPUT DD SYSOUT=* //* //*SYSTCPD DD DISP=SHR,DSN= //* //INPUT DD * mainframe SuRfing2 cd /bmc/esd/ozi binary locsite rec=fb lr=80 blk=6160 locsite cy pri=50 sec=5 locsite u= locsite vol= locsite stor= locsite mg= locsite datac= get bmcozi-v31100-image.bin + '' locsite tr pri=2 sec=1 ascii get inst_dcmp_sample_jcl.txt + '' quit /* //