JCL Errors

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
shivarajkn
Member
Posts: 1
Joined: Sat May 07, 2011 10:27 pm

JCL Errors

Post by shivarajkn » Sat May 07, 2011 10:34 pm

JCLJOB1 SAJUTIL SYWVREOG - STEP WAS EXECUTED - COND CODE 0008
DSNURFIT - REAL-TIME STATISTICS INFORMATION MISSING FOR TABLESPACE DW.JIST01
DSNUBCKB - DATA SET ALREADY USED FOR PREVIOUS IMAGE COPY
DSNUGBAC - UTILITY EXECUTION TERMINATED, HIGHEST RETURN CODE=8


I'm getting the above errors when I RUN the JCL JOB .Could you please send why i'm getting the above errors and how to resolve those errors.

MrSpock
Active Member
Posts: 273
Joined: Wed Jun 27, 2007 5:37 pm

Post by MrSpock » Sun May 08, 2011 7:13 am

You can start by looking them up in the IBM manuals and see what they have to say about them. They may point you to other messages as well. I'm presuming that with the DSN* prefix they're actually DB2 error messages, and not JCL errors.

Feel free to post the detailed description from the manuals here if you don't understand what they are saying.

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Re: JCL Errors

Post by Anuj Dhawan » Sun May 08, 2011 7:54 pm

shivarajkn wrote:I'm getting the above errors when I RUN the JCL JOB .
You're executing an Image Copy for DB2. Suggest you change the name of the data set or use MODIFY utility to delete the old SYSCOPY record containing the duplicate data set.
Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others