Can you issue SQL COMMIT from a CICS program?

Answers were Sorted based on User's Feedback



Can you issue SQL COMMIT from a CICS program?..

Answer / murugan

We can not issue COMMIT on CICS Program.
There is Master-Slave Relationship between CICS Tran and
DB2 Program I mean DB2 Plan.

If you want to commit, Use CICS CMD SYNCPOINT on CICS Side.
It will commit as weel as Tran ( CICS SIDE ), Commits on
DB2 Side and Saves on the VSAMS and any other files also.

If you are asking Is it possible to USE COMMIT on CICS,
Then Ur tran will get ABEND as for as I know...

Better Luck!!

Is This Answer Correct ?    6 Yes 0 No

Can you issue SQL COMMIT from a CICS program?..

Answer / ezhil_18

Yes,We can also call this process(SYNCPOINT) as Two phase
commit.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More CICS Interview Questions

what is the deadlock?

2 Answers  


What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?

1 Answers  


How errors are handled in CICS programs?

0 Answers  


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

0 Answers   IBM,


What is the primary objective of CICS ?

1 Answers   IBM,






which transient data queue support ati?

0 Answers   IBM,


Why must all CICS programs have a Linkage Section ?

4 Answers  


how do you intitiate another transaction?

0 Answers   IBM,


Can you define multiple maps in a BMS mapset?

3 Answers   Cap Gemini, IBM,


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

0 Answers  


How do you use altindxs in batch, cics programs?

0 Answers  


Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?

3 Answers  


Categories