Previous Topic: How to Install the CICS AgentNext Topic: Restore the Partitioned Data sets (PDSs)


FTP the Files to the Target z/OS System

Use the load library that matches your CICS version:

A simple method to determine your version of CICS is to run the following transaction and check the value of CICSTslevel. CICSTslevel has the version/release/maintenance level in the format vvrrmm: CECI INQUIRE SYSTEM CICSTslevel.

The files iTKOCICSAgentLoadCICSvvv and iTKOCICSAgentCntl are FTP’d to the target z/OS system in binary mode with the z/OS attributes indicated in the example that follows.

The following example of command-line FTP shows the proper transfer to z/OS of distribution files data sets iTKOCICSAgentCntl and iTKOCICSAgentLoadCICS42 to z/OS data sets ITKO.CICSAGNT.CNTL.UNLOAD and ITKO.CICSAGNT.LOAD.UNLOAD. You can change the /OS file names for your data set naming conventions.

ftp> quote SITE LRECL=80 RECFM=FB BLKSIZE=3120 TRACKS PRI=10 SEC=1
200 SITE command was accepted
ftp> bin
200 Representation type is Image
ftp> put iTKOCICSAgentLoadCICS42 'ITKO.CICSAGNT.LOAD.UNLOAD'
200 Port request OK.
125 Storing data set ITKO.CICSAGNT.LOAD.UNLOAD
250 Transfer completed successfully.
ftp> put iTKOCICSAgentCntl 'ITKO.CICSAGNT.CNTL.UNLOAD'
200 Port request OK.
125 Storing data set ITKO.CICSAGNT.CNTL.UNLOAD
250 Transfer completed successfully.