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
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 |
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 |
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Can we define an alternate index on VSAM/RRDS ?
What is the command used for receiving a map from a terminal?
Explain how do you access storage outside your cics program?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
What is interval control?
how can you prevent more than one user from accessing the same transient data queue?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What are the CICS commands associated with transient data queue processing?
What is the type of ppt in the cics?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?