How to Terminate a Load Utility

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venkateswari
    New Member
    • Dec 2007
    • 2

    How to Terminate a Load Utility

    Need Information on ‘how to terminate a load utility?’



    I am getting the following error while loading a table:

    Code:
    DB2 OBJECT DEFINITION(S) HAVE CHANGED PRIOR TO UTILITY RESTART. UNABLE TO PROCEED
    
    UTILITY EXECUTION TERMINATING, RETURN CODE = 8


    Once we terminate this load utility, the problem seems to be solved.

    Regards,
    Venkateswari
    Last edited by eWish; Dec 30 '07, 03:49 PM. Reason: Added Code Tags
  • karpalmera
    New Member
    • Jun 2007
    • 14

    #2
    hello, try displaying the utility id first using -DIS UTIL(*)
    then, when you see the utility id, terminate it using -TERM UTIL(loadpc) where loadpc is the utility id.

    hope this works for you...
    karpalmera



    Originally posted by venkateswari
    Need Information on ‘how to terminate a load utility?’



    I am getting the following error while loading a table:



    DB2 OBJECT DEFINITION(S) HAVE CHANGED PRIOR TO UTILITY RESTART. UNABLE TO PROCEED

    UTILITY EXECUTION TERMINATING, RETURN CODE = 8



    Once we terminate this load utility, the problem seems to be solved.

    Regards,
    Venkateswari

    Comment

    • t3chn0n3rd
      New Member
      • Dec 2007
      • 19

      #3
      great answer.

      What type of job is running? Is it CICS?

      Comment

      Working...