| Author |
Message |
Topic: DL/I program with ABEND U0260 |
rubenprakash
Replies: 2
Views: 5256
|
Forum: IMS Posted: Thu Nov 30, 2006 11:10 am Subject: DL/I program with ABEND U0260 |
The variable that contains the GN literal has proabaly been overlaid. Look for a table overflow or database record area that is defined as smaller than the actual segment size.
Thanks.
In the c ... |
Topic: DL/I program with ABEND U0260 |
rubenprakash
Replies: 2
Views: 5256
|
Forum: IMS Posted: Thu Nov 30, 2006 1:57 am Subject: DL/I program with ABEND U0260 |
All,
I coded a simple IMS program which will read the database and writes to output file.
The function will be like,
Read DB in GN until EOF
if success
call a sub-routine to refor ... |
Topic: Perfromance Issue |
rubenprakash
Replies: 5
Views: 2195
|
Forum: Database Posted: Tue Nov 21, 2006 11:47 am Subject: Perfromance Issue |
I did all the things and Runstats also , i am pretty sure the data's are same,
While using explain it is going for the tablespace scan ,
how to change the things can u help me
Thanks
Cool
... |
Topic: GHU with PROCOPT=GOTP |
rubenprakash
Replies: 5
Views: 5898
|
Forum: IMS Posted: Fri Nov 17, 2006 12:37 pm Subject: GHU with PROCOPT=GOTP |
The GHU will not lock the record because locking is resolved at the PCB level.
Grant,
So the GHU call will not lock the DB? Could you tell more on the other statement that LOCKING is resolved at ... |
Topic: GHU with PROCOPT=GOTP |
rubenprakash
Replies: 5
Views: 5898
|
Forum: IMS Posted: Thu Nov 16, 2006 10:19 am Subject: GHU with PROCOPT=GOTP |
| Thanks Shekar, The program doesnt have REPL call. But it is fetching the data with GHU. So my question was whether this GHU call can HOLD the DB though the PROCOPT has GOTP. So during this GHU call ti ... |
Topic: GHU with PROCOPT=GOTP |
rubenprakash
Replies: 5
Views: 5898
|
Forum: IMS Posted: Thu Nov 16, 2006 7:50 am Subject: GHU with PROCOPT=GOTP |
| Recently I came across a piece of code with the PSB is declared with PROCOPT=GOTP. In the application program, the DB is called with GHU. From the PROCOPT declared in the PSB it is evident that we can ... |
| |