Author |
Message |
Topic: Restrict Linear search |
mahapatrasoumya
Replies: 3
Views: 1773
|
Forum: Application Programming Posted: Wed Aug 23, 2006 2:51 am Subject: Restrict Linear search |
Hi gans79,
If you define your table with an indexed by clause even without a depending clause and then do alinear search with the SEARCH keyword your job is done.
Because SEARCH does a linear ... |
Topic: Restrict Linear search |
mahapatrasoumya
Replies: 3
Views: 1773
|
Forum: Application Programming Posted: Wed Aug 23, 2006 1:08 am Subject: Restrict Linear search |
define your table with a depending on clause so that while loading ur table it only loaded as much as your data is. Keep incrementing the value of subscript till ur exhaust all record that have to be ... |
Topic: Compilation of subroutine while increasing the table size |
mahapatrasoumya
Replies: 9
Views: 4192
|
Forum: Application Programming Posted: Wed Aug 23, 2006 1:03 am Subject: Compilation of subroutine while increasing the table size |
it is a batch IMS program |
Topic: Compilation of subroutine while increasing the table size |
mahapatrasoumya
Replies: 9
Views: 4192
|
Forum: Application Programming Posted: Tue Aug 22, 2006 10:17 pm Subject: Compilation of subroutine while increasing the table size |
No I was stopping the loading of table even before the occurence was 500.
So no question about that...
The reason might be something else |
Topic: SOC7 abend after increasing the table occurence |
mahapatrasoumya
Replies: 1
Views: 2328
|
Forum: Problem Determination Posted: Tue Aug 22, 2006 8:47 am Subject: SOC7 abend after increasing the table occurence |
Hi Kolusu,
My main program has a table that has 500 occurences. Due to more input data coming I increased the occurence to 1000. Now this program of mine calls a date formating subroutine by passin ... |
Topic: Compilation of subroutine while increasing the table size |
mahapatrasoumya
Replies: 9
Views: 4192
|
Forum: Application Programming Posted: Tue Aug 22, 2006 8:29 am Subject: Compilation of subroutine while increasing the table size |
neways teh programs being dynamically called recompilation is not required. |
Topic: Compilation of subroutine while increasing the table size |
mahapatrasoumya
Replies: 9
Views: 4192
|
Forum: Application Programming Posted: Tue Aug 22, 2006 8:28 am Subject: Compilation of subroutine while increasing the table size |
No the table is not a part of he linkage section but the program still abends with S0C7 abend. I increased the occurence from 500 to 1000.
The program actually calls a date subroutine while passing ... |
Topic: Compilation of subroutine while increasing the table size |
mahapatrasoumya
Replies: 9
Views: 4192
|
Forum: Application Programming Posted: Mon Aug 21, 2006 8:34 am Subject: Compilation of subroutine while increasing the table size |
Hi,
I am increasing the table size in my program that calls 3 other programs dynamically.
The program now abends with a S0C7 abend in one of the called programs.
Do I need to compile the cal ... |
|