View previous topic :: View next topic
|
Author |
Message |
sawantdhanaji Currently Banned New User
Joined: 31 Aug 2006 Posts: 3 Location: Mumbai
|
|
|
|
When I tried run a cobol db2 program I am getting -904 error on a perticlar table , tried to fire select query from SPUFI getting the same error.
But the same job was working fine previously , there is another step in jcl to load this table , I think the table has been lock due to parameter used in load card.
Load card first line is as :
LOAD DATA LOG NO REPLACE NOCOPYPEND INDDN SYSREC00
please suggest how to unlock table ? |
|
Back to top |
|
|
Escapa
Senior Member
Joined: 16 Feb 2007 Posts: 1399 Location: IL, USA
|
|
|
|
Quote: |
I think the table has been lock due to parameter used in load card. |
-904 has nothing to do with locks.. check documentation...
Check the status of TABLESPACE |
|
Back to top |
|
|
gylbharat
Active Member
Joined: 31 Jul 2009 Posts: 565 Location: Bangalore
|
|
|
|
Hi,
Can you post the exact error message?
It seems like the table space has reached 251 extents... |
|
Back to top |
|
|
GuyC
Senior Member
Joined: 11 Aug 2009 Posts: 1281 Location: Belgium
|
|
|
|
check pending |
|
Back to top |
|
|
|