Answer Posted / naidu sekhar yandrapu
The updates done by a task automatically committed at task termination .
Syncpoint is used to commit portion of work completed without terminating the task.
SYNTAX:
EXEC CICS SYNCPOINT
END-EXEC
During the program processing , if want to rollback the changes made by you ,then by you code SYNCPOINT WITH ROLLBACK
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to explain size error.
Whats the difference between search & search ALL?
Write a program that uses move corresponding.
What are the pertinent COBOL
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
For rewrite, why is it mandatory that file needs to be opened?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between PIC 9.99 and PIC9v99?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Can you please let me know the centre name of INS certification in Kolkata.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How do get the result of your program directly on your pc?
Explain the configuration section of a cobol program with examples of syntax.