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 |
What are the divisions in a cobol program? Which one is the mandatory division among them?
comp-3 field occupy?
What rules are to be followed while using the corresponding options?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
What kind of error is trapped by on size error option?
If we use GO BACK instead of STOP RUN in cobol?
) what is the difference between AID and HANDLE AID?
What do you understand by passing by reference and passing by content?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
can we write paragraph in area B .....
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.
can we display comp-3 variables. if we want to display what we have to do . give me one example