Hpqkt3rc (smp/e receive processing) – HP XP Command View Advanced Edition Software User Manual
Page 295
HPQKT3RC (SMP/E RECEIVE processing)
The method for modifying
HPQKT3RC
, which performs SMP/E RECEIVE processing, is explained
below.
The following numbers correspond to the numbers appearing on the right side of the sample JCL.
(1) to (3)
Modify the JOB statement in accordance with the installation environment.
(4)
Change the prefix for the dataset name from
HPQKT
to
HPQ1.KT
.
(5)
Change the volume allocated to the SMP/E dataset from
#smp01
to
SMP001
.
(6)
Change RFPREFIX from
HP
to
HPQ1.KT
.
//HPQKT3RC JOB (ACCT#),'RECEIVE SMART MGR Z', -----(1)
// REGION=0M,CLASS=A, -----(2)
// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID -----(3)
//*********************************************************************
//*
//* All Rights Reserved. Copyright (C) 2013, 2014, Hitachi, Ltd.
//*
//*********************************************************************
//*
//* This JCL executes SMP/E RECEIVE to uncompress .XMIT files.
//*
//* Instructions:
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//*
//* Value Description
//* -------- --------------------------------
//* GIMSMP Installation SMP/E program
// SET PFX=HPQKT Prefix of SMP files -----(4)
// SET VRM=Vnnnnnn Second level name (VER REL MOD)
// SET VSN=#smp01 DASD volume serial for SMPTLIB -----(5)
//* HP Refer to 4) for detail.
//*
//* 3) Select form of SMPPTFIN DD statement depending upon whether
//* installing from uploaded .XMIT file.
//*
//* 4) Modify the value of RFPREFIX to match the prefix of the dataset
//* that you created with the JCL 'RECVUPLD'. Refer to the comment
//* (refer to 3.) in 'RECVUPLD' for more detail.
//*
//* 5) Submit the JCL.
//*
//*********************************************************************
//RECEIVE EXEC PGM=GIMSMP
//SMPOUT DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPLIST DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPWRK1 DD UNIT=SYSDA,
User Guide
295