Running a SENDJOB script in background mode with CA XCOM for Windows?
search cancel

Running a SENDJOB script in background mode with CA XCOM for Windows?

book

Article ID: 28088

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - Windows XCOM Data Transport - Linux PC XCOM Data Transport - z/OS

Issue/Introduction

If you are performing a SENDJOB to XCOM for Windows and do not want the transfer to wait for the script to complete, then you should run the batch process in background mode.  

 

 



Environment

Release: ESBXCM99000-11-CA-XCOM Data Transport-Extended Support Basic
Component:

Resolution

For example, if you want to kick off an XCOMTCP transfer from a script and have it run in the background:
  1. On Windows, create a file named filename.bat and put the XCOMTCP command in that .bat file.
  2. In the job you are sending to Windows, include in the script the instruction, "START filename.bat".  Be sure to specify the full pathname for filename.bat.
This causes the XCOMTCP based transfer to run in background mode.