Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between fixed length and variable length records?
What is a set in idms?
Explain about record currency?
What is a run unit?
What does a ROLLBACK do?
What is a set in idms? What pointers are required, what are possible? How may sets be ordered?
What are storage attributes of records?
Explain the difference between record occurrence and record type?
What is the return codes 0307 and 0326?
Define a page in idms?
Does Disconnect and Connect creates page lock in IDMS ?
Name and explain the three location modes?
What are the types of record locks and how are they set?
Discuss some of the terminology of idms.
Is it possible to obtain a record from IDMS database without mentioning the record-name itself?