- From the CICS_TCPIP_CONNECTIVITY directory on the installation CD, upload the following binaries to your OS/390 server (HLQ=High Level Qualifier):
Upload this binary
|
To this location
|
ATTMF.KX51120.F1 |
ATTMF.TX51120.F1 |
ATTMF.KX51120.F2 |
ATTMF.TX51120.F2 |
ATTMF.KX51120.F3 |
ATTMF.TX51120.F3 |
ATTMF.KX51120.F4 |
ATTMF.TX51120.F4 |
ATTMF.KX51120.SMPMCS |
ATTMF.TX51120.SMPMCS |
- Upload the text file CD_DRIVE\CSCTCP\RECVPROD to your OS/390 server at YourHLQ.ATTM.JCL(RECVPROD).
This text file contains JCL that allocates files in relfile format on SYSDA and then does the RECEIVES (not to be confused with the SMP/E RECEIVE) from the uploaded binaries into the appropriate relfiles
- In YourHLQ.ATTM.JCL(RECVPROD), follow the instructions in the member, modifying as per your local qualifiers, then save and submit the job:
//RECVPROD JOB (BATCH), BLDSMP1.SMPEUSER,
//MSGCLASS=X,NOTIFY=&SYSUID,
//REGION=6M,TIME=1439
//*
//*** BUILD PRODUCT ON DISK IN RELFILE FORMAT
//********************************************************
//* PRIOR TO SUBMITTING, CHANGE THE FOLLOWING:
//*
//********************************************************
//* JOB CARD: TO MEET YOUR INSTALLATION STANDARDS
//* GLOBAL CHANGE &PRDVOL TO THE SMP DATASET DASD VOLUME
//* |
- Upload the text file CD_DRIVE\CSCTCP\CICSDEFS to your OS/390 server at YourHLQ.ATTM.JCL(CICSDEFS), making sure to do a text style upload and append carriage return and line feed characters (CRLF) during the file transfer.
This text file contains JCL that defines required CICS resources within the target CICS region. This file will be used if a batch definition process is preferred to CICS resource definition online via the CEDA transaction during the system definition process.
- In YourHLQ.ATTM.JCL(CICSDEFS), follow the instructions in the member, modifying as per your local qualifiers, save and submit the job.
To customizate your installation, see Customizing the CWI Analyzer Module.
|