What are the advantages of pseudo conversational vs conversational CICS programming?
问题 I am trying to understand the differences between pseudo conversational and conversational CICS programming. What are the advantages and disadvantages of each approach? 回答1: NealB's answer is a good one, and you should read IBM's description The main advantage pseudo conversational programs is reduced Computer resource usage and they can not hold Database locks. -------------------------------------------------------------- I am going to try and express the answer in Non IBM-Mainframe Terms