when you will get abend U0077?
Answers were Sorted based on User's Feedback
Answer / meenakshi selvaraj
The below reasons may cause the abend U0077:
1) A DML statement has been issued before the required
initial 'BIND RUN-UNIT' statement
2) More than one 'BIND RUN-UNIT' statement has been issued
3) No 'BIND RUN-UNIT' statement was issued after a 'FINISH'
or 'ROLLBACK' but other DML commands were attempted
4) The program got a different IDMS ERROR-STATUS on the
prior verb, causing the run unit to terminate. The program
code failed to check for this error, and allowed the
program to continue, thus leaving the real cause of the
error unknown
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / murali
Subschema not binded properly, or double binded.
| Is This Answer Correct ? | 4 Yes | 1 No |
What is an area sweep?
What is an ook-rec in idms?
Explain about record currency?
What is the difference between fixed length and variable length records?
Difference between fixed length and variable length records.
Define a page in idms?
Explain how does idms communicate with cics?
What is a bind?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first?
What does a COMMIT statement do?
What is the difference between an obtain next and obtain first in idms?
What does a store statement do?