Can a tsq of one particular transaction be accessed from an alternate transaction?
Answer / ram
Yes. It is possible for a TSQ to be accessed from an alternate transaction provided as both of the
Transactions are running in identical regions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
Explain the difference between a physical bms mapset and a logical bms mapset?
Can you explain common systems area?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What are the types of important programs that are used in the cics?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
What is the difference between using the READ command with INTO option and SET option?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What is the primary function of the Processing Program Table (PPT)?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?