Author |
Message |
Topic: Regarding S0C4 |
ramesh161
Replies: 10
Views: 8230
|
Forum: Job Control Language(JCL) Posted: Tue Sep 05, 2006 10:11 pm Subject: Regarding S0C4 |
I want to add more info. on the above abend
While running the program, it will try to write the temporary data into the memory. If that memory is already filled, then it will give SOC4(data protec ... |
Topic: S0C4 abend while reading |
ramesh161
Replies: 6
Views: 5930
|
Forum: Problem Determination Posted: Tue Jul 04, 2006 6:30 am Subject: S0C4 abend while reading |
I want to add more info. on the above abend
When dealing more volumes of data, the program will try to write into the memory which already filled by data. Then it will give SOC4(data protection err ... |
Topic: S000 U4094=>SQl -805 |
ramesh161
Replies: 3
Views: 6004
|
Forum: Problem Determination Posted: Tue Jul 04, 2006 6:22 am Subject: S000 U4094=>SQl -805 |
If the package is not bounded properly, then it will give this error. So once again the bind package needs to be done using the valid user id. |
Topic: PSB change in Multipositioning |
ramesh161
Replies: 2
Views: 1919
|
Forum: IMS Posted: Tue Jun 27, 2006 3:35 am Subject: PSB change in Multipositioning |
For each position, you need to define seperate pcb in the psb. So each position should be handled by seperate pcb mask.
For example, consider you are using only one database in your program.
but you ... |
Topic: Timeout in IMS DC |
ramesh161
Replies: 2
Views: 3276
|
Forum: IMS Posted: Tue May 09, 2006 7:31 am Subject: Timeout in IMS DC |
The online cobol program might be going into the loop while reading the segment. So after reaching the maximum time limit, the transaction will through this abend code. |
|