How can tell whether a program is pseudo conversational just by looking at it?
Any program which ends like
EXEC CICS RETURN
TRANSID (EIBTRNID)
COMMAREA (WS-COMMAREA)
LENGTH (1)
END-EXEC.
IS pseudo conversational??
Secondly we check EIBCALEN to check whether its first call of program or not.
If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?