How to verify what fixes are applied to the DADS Plus for CICS Target load library?
search cancel

How to verify what fixes are applied to the DADS Plus for CICS Target load library?

book

Article ID: 200325

calendar_today

Updated On:

Products

DADS Plus

Issue/Introduction

I have just taken over support for the DADS Plus for CICS product at my site.

I just applied several DADS Plus GA fixes. How can I verify that these fixes are applied to the DADS Plus SMP/E target load library?

Environment

Z/OS

Resolution

You need to run an SMP/E report on the DADS Plus for CICS CSI. The JCL to produce the report is located in the DADS Plus HLQ.SAMPLIB member OS40LIST. The JCL looks like this and
executes PROC  OS40SMPE which is also used to install the base DADS Plus for CICS product. The  DADS Plus for CICS target load library is HLQ.LOADLIB

//ESYLIB JCLLIB ORDER=(DADSPL40.GA.CTS55.$INSTALL.SAMPJCL)
//*
//*-------------------------------------------------------------------*
//* *
//* CA-DADSPLUS *
//* LIST APARS AND PTFS *
//* MAINTENANCE PROCEDURE *
//* *
//*-------------------------------------------------------------------*
//*********************************************************************
//* PLEASE MAKE THE FOLLOWING CHANGES. *
//* *
//* 1) MODIFY THE JOBCARD TO YOUR INSTALLATION'S STANDARDS. *
//* 2) SUBMIT THE JOB. *
//* *
//*********************************************************************
//OS40LIST EXEC OS40SMPE
//*
//SMPCNTL DD *
SET BDY(GLOBAL).
LIST SYSMODS APARS PTFS USERMODS ALLZONES.
/*
//