Interview Questions

Specify the requirements for Automatic Task Initiation

CICS Interview Questions


(Continued from previous question...)

Specify the requirements for Automatic Task Initiation

Q: Specify the requirements for Automatic Task Initiation. (Mention the control table, it is entries and the corresponding Procedure division CICS command).

AN: DFHDCT TYPE = INTRA,
DESTIN = MSGS,
TRANSID = MSW1,
TRIGLEV = 1000


EXEC CICS WRITEQ TD
QUEUE('MSGS'),
FROM(DATA-AREA),
LENGTH(MSG_LEN)
END-EXEC.

(Continued on next question...)

Other Interview Questions