COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING
INSTEAD OF COMMIT WE USE SYNC POINT THEN
WT WE USE FOR ROLL BACK?

Answers were Sorted based on User's Feedback



COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN ..

Answer / pramod

We use same ROLL BACK in CICS also.

Is This Answer Correct ?    4 Yes 1 No

COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN ..

Answer / girish kumar

when we r using sync point,the changes what u made that will
automatically commited if any abend occurs cursor move to
the last commiting point with out rollback.

Is This Answer Correct ?    1 Yes 1 No

COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN ..

Answer / kp

An online application can fail in many ways.
If you have an ABEND, it should rollback automatically.
If you terminate the transaction and there is no abend, you
should do the rollback before leaving:
Code:
EXEC CICS ROLLBACK SYNCPOINT END-EXEC

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More CICS Interview Questions

What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


Can we define an alternate index on VSAM/RRDS ?

2 Answers   IBM,


What is the command used for receiving a map from a terminal?

1 Answers  


Explain how do you access storage outside your cics program?

0 Answers  


CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).

1 Answers  


What is interval control?

0 Answers  


how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,


Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)

2 Answers   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  


What are the CICS commands associated with transient data queue processing?

1 Answers  


What is the type of ppt in the cics?

0 Answers  


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

0 Answers   IBM,


Categories