View previous topic :: View next topic |
Author |
Message |
shynitha Beginner
Joined: 16 Mar 2006 Posts: 3 Topics: 2
|
Posted: Mon May 01, 2006 5:17 am Post subject: IMS status code TP |
|
|
Hello all,
Iam trying to run an update program with just only one PCB in the PSB.
When I run the job, I get an IMS status code TP, although the same PSB works ok for another program that performs similar updates on the database.
Iam only reading and replacing the segments in both programs.The explanation for TP error says, procopt invalid.If so how does it work for the oter program? What could be the error, any pointers to solve this will be grately appreciated.Thanks.
Kind Reagrds,
shynitha |
|
Back to top |
|
|
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Mon May 01, 2006 6:50 am Post subject: |
|
|
Shynitha,
The description for Status code TP goes this way:
Code: |
-------|-------------|------|-------------------------------------------
| TP | PCB | 4 | INVALID NUMBER FOR PCB OR INVALID |
| | STAT(1) | | PROCESSING OPTION (COMMAND-LEVEL ONLY). |
-------|-------------|------|-------------------------------------------
|
Can you please post your Run JCL and the Call which your are making in the pgm the code for HOLD and REPL as well as the PSB which your are using so that it will be helpful to debug the problem ? _________________ Shekar
Grow Technically |
|
Back to top |
|
|
ANIL SARATHY Beginner
Joined: 30 Aug 2005 Posts: 88 Topics: 3 Location: Syracuse,New york
|
Posted: Wed May 03, 2006 12:57 pm Post subject: |
|
|
Since it is only one pcb in a psb and it works for other programs,
So i expect that these two programs are updating or using same database.
Check , what operation both the programs are doing (may be one loading database). or Is the other one a BMP program
Is the procopt has 'L' . This is self explainable if you carefully go thru operations
of both programs.
Just have a simple checklist _________________ Anil Sarathy |
|
Back to top |
|
|
|
|