Looking at an CICS module how would one will identify that
it is pseudo or full conversational?
Answers were Sorted based on User's Feedback
Answer / kasyap
If RETURN command with COMMAREA option follows the SEND command immediately then we can say it as a pseudo conversation mode
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / ravi
when we see the program we can say by checking whethere the
EXEC CICS
RETURN TRANSID(TR1)
END-EXEC.
After every send command in CICS.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rajesh reddy
After every send command there is a return command wth
TRANSID
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID('TSK')
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lu
when u see in the program there are PFKEY, and EIBCALEN = 0
send map else receive map...it's a pseudo.....
| Is This Answer Correct ? | 4 Yes | 9 No |
Answer / smart
Basically all the CICS programs are pseudo conversational.
for this purpose the CICS/COBOL programs are compiled with
RENT,LIB,RESIDENT compiler options.
| Is This Answer Correct ? | 2 Yes | 7 No |
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
Define the term mro (multi region operation)?
Can dynamic calls be used in CICS?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
Into what fields will the date and time values be moved after execution of the above command?
What is ENQ in CICS?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Explain how pa key is different from pf key?
Can you use occurs in bms map?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Why is a TERM ID recommended in naming a TSQ?
Explain how do you control cursor positioning?