Have many production Connect:Direct jobs that send files from VSE to MVS, and then kick off a step on MVS that sends that file off to an FTP server to be forwarded outside the company. These jobs use a Connect:Direct feature called "RUNTASK". Does XCOM for z/OS have a similar capability?
//SYSIN01 DD *
IPNAME=tcp/ip.name.or.address <= remote partner system
IPPORT=9999 <= remote partner listener port
TYPE=SEND
FILETYPE=JOB
LFILE=xxxxxxx.JCL.CNTL(IDCREPRO) <= JCL to be submitted and executed
/*
See the CA XCOM Data Transport for z/VSE documentation located under the Techdocs "Legacy Bookshelves and PDFs"