How to solve S000 abend with file status code 39 (attribute mismatch for a file in JCL and cobol program) .

Showing Answers 1 - 6 of 6 Answers

ms_ks

  • Jan 31st, 2008
 

Hi,
   Frndzs
              This is the common abend which always happend
basically it abends due to line no. mismatch in the COBOL /CICS program  e.g if this is the cobol line no. as
011400
011500
and by mistake you entered something in between like
0114A0
0115X0 etc.
and the attribute defined in the program and jcl should not differ or the attribute of the file which you are using and same should be defined in to program

  Was this answer useful?  Yes

dashing

  • Mar 8th, 2009
 

This abend is due to the mismatch in DCB parameters and the record layout of the specified file in the FD section of the file section.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions