While not exactly a COBOL question, problem is occuring in a COBOL program...
According to everywhere I search, a code 44 means a VSAM rewrite where the length was changed or a write of a record that isn't within the specified file sizes, (too short/too long).
However, the problem is occuring on a write to a VSAM file with two alternate keys defined unique where the record has a fixed length, (in the COBOL FD).
I'm guessing the problem is actually a duplicate key on the 2nd alternate key - has anyone experienced this problem? If my guess is incorrect, what could cause the problem?
Thanks, Mike
According to everywhere I search, a code 44 means a VSAM rewrite where the length was changed or a write of a record that isn't within the specified file sizes, (too short/too long).
However, the problem is occuring on a write to a VSAM file with two alternate keys defined unique where the record has a fixed length, (in the COBOL FD).
I'm guessing the problem is actually a duplicate key on the 2nd alternate key - has anyone experienced this problem? If my guess is incorrect, what could cause the problem?
Thanks, Mike