08.11.2014 Views

Software Reference Manual - NetEx

Software Reference Manual - NetEx

Software Reference Manual - NetEx

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

IBM z/OS to Linux<br />

The example in Figure 9. Example z/OS initiated BFX file transfer from Linux to z/OS<br />

shows the IBM z/OS job used to perform a BFX transfer from an IBM initiating host to a Linux remote host.<br />

The Netex name of the z/OS initiating host is CHICA, and the Netex name of the Linux remote host is<br />

WASHC. The user wants to send a single file from CHICA to WASHC.<br />

//BFXTI2 JOB ,CLASS=A,MSGCLASS=Z<br />

//SEND EXEC PGM=BFXTI,<br />

// PARM='SEND TO=WASHC ID=A2 MODE=CHAR TIME MSGLVL=0 BLOCK=32000'<br />

//STEPLIB DD DSN=BFX.BFX14.BFXLOAD,DISP=SHR<br />

//SYSPRINT DD SYSOUT=*,DCB=BUFNO=01<br />

//SYSUDUMP DD SYSOUT=*,DCB=BUFNO=01<br />

//FILEIN DD DSN=BETATST.DATA5MR2,DISP=SHR<br />

//RMTJOB DD DATA,DLM=ZZ<br />

#nesi<br />

#nesi<br />

cd /home/nesi<br />

rm DATA5MR2<br />

/opt/bfx/bin/bfxtr

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!