Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TJ2

  1. TJ2

    Return Code Register

    I'm not calling any subroutines. The job ends with a RC=12 with all of the following values in the special register return code: 16611, 16448, 16581, 16599, 16624, 19264 I am moving the special register value to a field defined in working storage as follows: 01 RETURN-CD PIC...
  2. TJ2

    Return Code Register

    Glenn, Thanks. I do have the routine to force user abends at the appropriate places but, I guess I really just wanted to understand why my job was completing with RC=12 when it wasn't abending during execution. This return code seemed to be causing the problem and I wanted to understand why...
  3. TJ2

    Return Code Register

    Moving 0 to Return code in this manner would prevent future problems from being caught/identified.
  4. TJ2

    Return Code Register

    Thanks for responding. I am not calling any other programs or moving anything to return-code.
  5. TJ2

    Return Code Register

    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...

Part and Inventory Search

Back
Top