Installing Host Files

 

After installing the tool on your workstation you will find a subfolder named  in the folder where you installed the tool. There are three files in this subfolder:

You must transfer all files in binary format to your z/OS system, example for S113.CEXEC.BIN:

Open a command window

FTP your-zos-system

<enter: userid, password>

QUOTE SITE PRIM=1 SEC=1 CYL LRECL=80 RECFM=FB BLKSIZE=3120

IMAGE

PUT S113.CEXEC.BIN

200 Port request OK.

125 Storing data set BVAU.T113.CEXEC.BIN

250 Transfer completed successfully.

After transferring the file(s) to your z/OS system you must convert them back to z/OS datasets. Use the RECEIVE INDSN command:

RECEIVE INDSN(‘UID.S113.CEXEC.BIN’)  and press ENTER

Annotation: The JCL and JCLPRMS dataset restore to names like S113.NEW.JCL and S113.NEW.JCLPRMS. Please rename them to S113.JCL and S113.JCLPRMS

The original partition dataset containing 4 members is restored. Proceed the same way with the two other files.