Hi,
I'm facing follow problem... Please advise if any. Many thanks.
When running a job to execute a DB2 program, my program is stucked in the paragraph 'OPEN CURSOR'. Job keeps running for long time without IO, not error message displayed..
I've try to debug as:
1. Display message before 'OPEN CURSOR', the message displays normally.
2. Display message after 'OPEN CURSOR', the message never shows up.
3. Tried to use JCL to run the SQL statement that declare in the cursor. The job ended and result showed normallly.
4. Tables are REORG, RUNSTAT, REBIND.
Please advise any hint..