how can we differentiate between conventional and
pseudo-conventional coding just by seeing cobol code?
Answers were Sorted based on User's Feedback
Answer / dinesh
conventional IS NOT GIVING ANY TRANSACTION ID ON THE RETURN
COMMAND NEED TO JUST STOP THE PROGRAM. WHEREAS PESUDO GIVING
THE TRANSACTION ID ON THE RETURN COMMAND FOR MORE
TRANSACTION IN COBOL PROGRAM.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sriharsha
By coding RETURN TRANSID command immediatly after SEND MAP
command will tell You that the program is pseudo-
conversation program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Can multiple CICS regions exist under one O/S?
if we want to add new column in the db2 table.How can add in the copybook?
Explain the difference between start and xctl?
What is the term bms in cics?
How are VSAM files Read in CICS pgms?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Receive consists of buffer option in it. What is the significance of this option?
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
What are the two types of transient data queues?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM