In my MVS Cobol program, the value in the Return Code register after a Write to a VSAM file = 16448. This is causing this step in my JCL to end with a RC=12. Since the VSAM status code = 00, the record is written to the file but the job does not abend so, I do not have any other details regarding this problem.
Also, if the field has a Pic S9(4) definition, how can it contain 5 digits?
Any help on finding details regarding this return code of 16448 would be appreciated.
Thank You.
Also, if the field has a Pic S9(4) definition, how can it contain 5 digits?
Any help on finding details regarding this return code of 16448 would be appreciated.
Thank You.