what is sysncpoint?

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


Please Help Members By Posting Answers For Below Questions

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

992


Can you please let me know the centre name of INS certification in Kolkata.

1713


How do you reference the fixed block file formats from cobol programs

699


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

674


What is a scope terminator give example?

652






How do get the result of your program directly on your pc?

1875


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

670


When is inspect verb is used in cobol?

671


Write the code to count the sum of n natural numbers.

697


how do you reference the printer file formats from cobol programs

651


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2656


What is the LINKAGE SECTION used in COBOL?

885


what is search and searchall?what is the diffrence between them?give an best example?

5538


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

928