You can submit a pax command or use the sample JCL (shown below or in the attached PDF file) to perform the following actions:
Submitting the Pax Command
Set the current working directory to the directory containing the pax file, and create a directory in your USS directory by entering the following command in OMVS or from a command prompt:
pax -rvf paxfile.pax.Z
Replace paxfile.pax.Z with the name of the actual pax file.
Using the Sample JCL
Use the sample JCL, shown below and in the attached PDF file, as Unpackage.txt to extract the product pax file into a product installation directory.
Important! The PDF version of this guide includes sample JCL jobs that you can copy directly to the mainframe. To access these jobs, click the paper clip icon at the left of the PDF reader. A window displaying attachments opens. Double-click a file to view a sample JCL. We recommend that you use the latest version of Adobe Reader for viewing PDF files.
Sample Unpackage.txt JCL
The following text appears in the attached Unpackage.txt JCL file:
//ESDUNPAX JOB (ACCOUNTNO),'UNPAX ESD PACKAGE', // MSGCLASS=X,CLASS=A,NOTIFY=&SYSUID //********************************************************************* //* This sample job can be used to invoke the pax command to create * //* the product-specific installation directory. * //* * //* This job must be customized as follows: * //* 1. Supply a valid JOB statement. * //* 2. Replace "yourUSSpaxdirectory" with the name of the USS * //* directory used on your system for Pax ESD downloads. * //* 3. Replace "paxfile.pax.Z" with the name of the pax file. * //* NOTE: If you continue the PARM= statement on a second line, * //* start entering characters in column 16 and make sure * //* the 'X' continuation character is in column 72. * //********************************************************************* //UNPAXDIR EXEC PGM=BPXBATCH, // PARM='sh cd /yourUSSpaxdirectory/; pax -rvf paxfile.pax.Z' //*UNPAXDIR EXEC PGM=BPXBATCH, //* PARM='sh cd /yourUSSpaxdirectory/; pax X //* -rvf paxfile.pax.Z' //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=*
Follow these steps:
The job points to your specific directory.
The job points to your specific pax file.
The job creates the product directory.
Note: If the PARM= statement exceeds 71 characters, uncomment and use the second form of UNPAXDIR instead. This sample job uses an X in column 72 to continue the PARM= parameters to a second line.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|