Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


How to read a 100 record from a file through cobol?

2 Answers  


Can a Search can be done on a table with or without Index?

0 Answers  


What is different between variable length and fixed length?

2 Answers   TCS,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,


What is LENGTH in COBOL II?

2 Answers   CSC,


How do you set a return code to the JCL from a COBOL program?

4 Answers  


what is the difference between perform varying and perform until

4 Answers   TCS,


perform I from 0 by 1 until I=5?How maney times it will executes

8 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


Categories