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 idms?
Define autostatus in idms?
What does a FINISH do?
Explain how does idms communicate with cics?
Why would you use find and get rather than an obtain?
How can we debug cobol pgm containig idms using xpeditor?
So manual and automatic are the connect options for a set. What are the disconnect options?
Is there a application program coding difference between local and central version mode in idms?
What methods are available for persisting records in an idms database? Explain.
What is the difference between record occurrence and record type in idms?
Explain the difference between record occurrence and record type?
Is there a application program coding difference between local and central version mode?