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

How you can delete a record from a ps file in cobol?

1 Answers  


Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is

12 Answers   TCS,


77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,






Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 Answers  


u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?

2 Answers   IBM,


If I want to increase the Limit in GDG. What should I do?

2 Answers   IBM,


I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,


have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code

3 Answers  


What is SSRANGE, NOSSRANGE ?

5 Answers  


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


Categories