the code tags... use the FREE code tags
do You realize that not using them makes the data difficult to read or not
Since you seem to be having trouble understanding written English, let me rephrase the error message: there is at least one record in the VSAM file which is NOT 13268 bytes long, and your COBOL program read that record. You can either rebuild the VSAM file, making sure every record is 13268 bytes long, or you can change your COBOL program to handle records that are not the right length.I am getting the Return code 04 when reading VSAM file (KSDS)..I am not understanding what's the meaning of below description..
can you please help me to solve the program
04 - A READ statement was successfully executed, but the length of the record being processed did not conform to the fixed file attributes for that file.