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 any one give good example for cond 88 level number and for renames pls urgent dudes ?
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?
How to read a 100 record from a file through cobol?
Can a Search can be done on a table with or without Index?
What is different between variable length and fixed length?
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.
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
What is LENGTH in COBOL II?
How do you set a return code to the JCL from a COBOL program?
what is the difference between perform varying and perform until
perform I from 0 by 1 until I=5?How maney times it will executes
Difference between next and continue clause