Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Service-controlled queues in distributed processing

Messages to can also be transferred to TAC queues of remote applications with fail safety by means of LU6.1 and OSI TP. Generation and programming are similar to when you send jobs to dialog or asynchronous TACs in remote applications (see "Addressing remote services").

Generation

In an LTAC statement, the name of a TAC queue in the remote application is assigned to a local LTAC name as the RTAC name.

LTAC REMOTEQ, RTAC=name-of-TAC-queue-in-remote-application

Programming

The message is addressed by means of an APRO AM call and sent by means of a subsequent FPUT call.

INIT
...
APRO AM, KCPI=>VGID, KCRN=REMOTEQ
FPUT NE, KCRN=>VGID
...
PEND FI