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 transactions?
how i can enter into cics region in real time.
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
What is dynamic transaction backout?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Explain the cics command that is used for reading a record from the tdq?
How is the storage determined in the symbolic map, if you have multiple maps?
Are sequential files supported by CICS?
What are some of the cics commands associated with interval control?
What are all things you can do with CEDA?
What is meant by an attribute byte?