what is sysncpoint?



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

Post New Answer

More COBOL Interview Questions

What is the use of EVALUATE statement?

4 Answers   Tesco,


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

0 Answers  


Can the OCCURS clause be at the 01 level?

2 Answers  


What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......

3 Answers   BirlaSoft,


What are the different ways to run a COBOL DB2 program using JCL?

2 Answers  






how would find total records in files using seqientional

1 Answers   HSBC,


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


What is an index for tables?

2 Answers  


What is inspect in cobol ?

0 Answers   Infosys,


how do you reference the esds vsam file formats from cobol programs

0 Answers  


What the difference is between continue and next sentence?

0 Answers  


How many maximum number of procedures can we write in one COBOL program?

5 Answers  


Categories