Previous Topic: Sample z/OS File Transfer to a PC

Next Topic: Process SYSOUT Enhancements


Sample z/OS File Transfer to an HP OpenVMS

In this example, there is an application program located in New York that sends data directly to an output file. The output data is transferred to a target HP OpenVMS system. The application program writes an output file to the SYSOUT destination VMSBOSTN, which is an HP OpenVMS system located in the Boston office. CA XCOM Data Transport automatically sends this data to the OpenVMS system.

//OUTBOUND JOB   ER2536,'XCOM DEMO', MSGCLASS=D,MSGLEVEL =1
//STEP1    EXEC  PGM=SERPROG
//STEPLIB  DD    DISP=SHR,DSN=USER.LOADLIB
//DD1      DD    DISP=SHR,DSN=USER.FILE.ONE
//DD2      DD    DISP=SHR,DSN=USER.FILE.TWO
//VMSFILE  DD    SYSOUT=A,DEST=VMSBOSTN
/*
//