what is sysncpoint?
Answer / 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 |
Can the OCCURS clause be at the 01 level?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
What is normalisation?
how can we fetch 3 records in cobol pgm any coding pls ?
In COBOL "BEFORE" advancing is there or not ?
what is the difference between perform varying and perform until
How many types of sorts are there in cobol?
what is meaning by design document? who can repared for this?
How do you do in-line PERFORM?
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
what is the advantage of sync class
What are the different ways to run a COBOL DB2 program using JCL?