Customer Information Control System Question:

What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT - Single PPT entry?

CICS Interview Question
CICS Interview Question

Answer:

EIBCALEN - To check if COMMAREA has been passed in terurn command.
EXEC CICS RETURN
TRANSID(data-name)
COMMAREA(data-area)
LENGTH (data-value)
END-EXEC


Previous QuestionNext Question
Specify the requirements for Automatic Task Initiation. (Mention the control table, it is entries and the corresponding Procedure division CICS command).?What are the two ways of breaking a CPU bound process to allow other task to gain access to CPU?