0

While i was unloading table using JCL , i Got this error :

UNSUCCESSFUL EXECUTION CAUSED BY AN UNAVAILABLE RESOURCE

But the table exist in Database and even available, at the beginning it works but when i repeated the process of unloading several times it does not work.

Thanks in advance.

KHL
  • 455
  • 2
  • 12
  • Edit your question to include your JCL and Control Cards, and the full sysout from the step. Explain what worked the first time. Have you looked up the message? From your comments, I'd think not. – Bill Woodger Nov 10 '15 at 21:59

1 Answers1

1

I'm guessing that if you look at the output of your unload job, you will see that the table is in either Check Pending or Copy Pending status. It's impossible to tell without more information, though.

To fix this you (or your DBA) will need to run a Repair Utility to get it out of that status.

You can see this thread on IBMMainframe.com for some more information about both statuses.

bhamby
  • 15,112
  • 1
  • 45
  • 66