This document describes the hotfix installation procedure for the z/OS agent.
It is important to ensure that the agent is closed before you start the update installation.
The files are stored in the directory IMAGE:AGENTS\MVS.
The CallAPI files and their implementation are described in a separate document.
1. | Transferring the files to the host |
---|
2. | Creating the Load Library |
---|
//UC4LOAD JOB (ACCT#),'UC4USER',
// CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=UC4USER
//*************************************************
//STEP01 EXEC PGM=IKJEFT01,DYNAMNBR=30
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
PROFILE NOPREFIX
RECEIVE USERID(UC4USER)
INDSN('UC4.UCXJM25.BIN')
DSNAME('UC4.UCXJM25.LOAD')
-
UNIT(3390) VOLUME(??????)
/*
Alternately, it can be created as follows:
On the z/OS host:
TSO RECEIVE indsn('UC4.UCXJM25.BIN')
Press Enter and tpye the following line:
dsname('UC4.UCXJM25.LOAD')
3. | Creating the AE Started Task |
---|
//UC4RUN PROC
//UCEX EXEC PGM=UCXJM25,PARM='TRAP(OFF),HEAP(4M,4M,ANY,FREE)/UC4.UCXJM25.INI',REGION=4M
//STEPLIB DD DISP=SHR,DSN=UC4.UCXJM25.LOAD
//SSTORE DD DISP=SHR,DSN=UC4.UCXJM25.SSTORE
//SYSPRINT DD SYSOUT=*
//STDOUT DD SYSOUT=*
//SYSCPRT DD SYSOUT=*
//JOBOUT DD SYSOUT=(A,INTRDR)
//SYSUDUMP DD SYSOUT=*
//*
4. | Setting up the system environment |
---|