I need to sort from a seq file to a vsam file.
The seq file is 200 bytes and the vsam file is 21 bytes long (1st 9bytes is key).
Iam sorting the seq file in a prev step on the reqd 9 bytes key and extracting only the 21 bytes without duplicates.
Iam encountering an error as below
"VSAM LOGICAL ERROR 0C ON OUTPUT"
please can anybody help resolve this?