Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Answer Posted / azharuddinsyed
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 |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program that uses move corresponding.
Name some of the examples of COBOl 11?
What is a report item?
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol.
What is the utilization of copybook in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do get the result of your program directly on your pc?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between PIC 9.99 and 9v99 in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is amode(31)
What is the usage of comp fields in cobol?