Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Yes, both are "DUPLICATE KEY" condition. But, the differences are
02 is Duplicate key condition during read/write/rewrite of indexed files only
where as
22 is duplicate key condition during write/rewrite of indexed files(KSDS) or relative files(RRDS)
| Is This Answer Correct ? | 0 Yes | 0 No |
How many sections are there in data division?.
What are the two search techniques ?
What is the difference between a binary search and a sequential search?
how do you reference the variable unblock file formats from cobol programs
how to move the records from file to array table. give with code example
what is the use of comp2 ? where can we use it with example ?
What are the various section in data division and briefly explain them.
How do we get current date from system with century in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
Can we access the a[0] in the array ?
Explain call by context by comparing it to other calls.
can we read records in a file from botom to top. if possible how can we read