Please enable JavaScript to view this site.

Specifies the method of communication and the object required to communicate with a particular Agent. Generally, QUEUE is used for Apply Engines and the Daemon, while CABFL is used for Capture and Publisher Agents. The two parameters are Synonyms that can be used interchangeably.  

The following lists the Agent types and their required QUEUE|CABFL= values.

Apply Engine: QUEUE=<engine_name>@SHM

Where:

<engine_name> is the name of the engine as specified in the JOBNAME keyword in the engine script.

@SHM - required and indicates that communication will be through a shared memory area

Daemon - QUEUE=<host_name> -s <port_number>

Where:

<host_name> is the name of the host that the daemon resides on

-s <port_number> is the port number that the Daemon is listening on

DB2 Capture: CABFL=<cab_file_name>

Where:

<cab_file_name> is the fully qualified directory/file name of the CAB file for the DB2 Capture Agent

IMS Log Capture: CABFL=<cab_file_name>

Where:

<cab_file_name> is the fully qualified directory/file name of the CAB file for the IMS Log Capture Agent

zLOGC Publisher: CABFL=<cab_file_name>

Where:

<cab_file_name> is the fully qualified directory/file name of the CAB file for the IMS/VSAM Publisher