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 to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how can we fetch 3 records in cobol pgm any coding pls ?
whats the difference between search and search all?
what are the control characters used in reports
What are the access modes of START statement?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
What is ASKTIME, SUSPEND