In the ++HOLDDATA for PTF LU12806 there is JCL to run jobs before and after the Apply. Can you provide the JCL for the jobs?
search cancel

In the ++HOLDDATA for PTF LU12806 there is JCL to run jobs before and after the Apply. Can you provide the JCL for the jobs?

book

Article ID: 453192

calendar_today

Updated On:

Products

Vision:Results

Issue/Introduction

Can you provide the JCL for the jobs to be run before and after the Apply?

Environment

z/OS 2.5 and above

VRSLT 6.0

Resolution

A text version of LU12806 (for readability) and 4 JCL job samples are attached.

These samples reside in the ++HOLDDATA and are already available. The HOLDDATA must be reviewed.

The general procedure is as follows:

Do not run APPLYCHECK.

Preparation (Before APPLY):

Run JCL to create new data sets required for the update [5].
Run JCL to increase the number of directory blocks in the RESDLIB data set.
Run JCL to add the necessary DDDEFs to the Vision:Results SMP/E CSI.
SMP/E RECEIVE and APPLY:

Point to the PTF and execute the RECEIVE command.
Execute the APPLY command. Use BYPASS(HOLDSYS) as shown in this sample:


SET BDY(RES60TZ).
APPLY SELECT(LU12806) BYPASS(HOLDSYS).
Note: Ensure the SET BOUNDARY matches your environment (default is RS60TZ).

 

Manual Steps (After APPLY):

Copy updated install members (SMPJOB06, ZACCEPT, and ZREFRESH) from the SMP/E controlled dataset (hlq.CDESJCL) to your non-SMP/E install JCL library (hlq.SMPELIB), replacing existing members.

Execute ZREFRESH.
Update environmental options in the new RESTLIB to match your production settings using hlq.CDESJCL(CUSTMJCL).

SMP/E ACCEPT:
Execute the ACCEPT command. This is mandatory.

Attachments

LU12806PTF get_app
LU12806D get_app
LU12806C get_app
LU12806A get_app
LU12806B get_app