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 do you do to resolve SOC-7 error?
What is report-item?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
What are the different forms of EVALUATE statement?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
Explain call by context by comparing it to other calls.
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
) how do u code after getting data?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there