anubhavrastogi
Programmer
We hit the max limit of Working Storage Section in our modules. We reached the limit due to large WS tables defined in our modules which we use for further processing. Clause 'EXTERNAL' is also used to make the data available to other modules. These WS tables are populated from DB2 tables. Is there any way i can go away with WS table process so that we don't hit the limits and also new approach doesn't degrade the performance?
Data (rules/profiles) is written to WS table to make the SEARCH of these faster for later processing. I believe writing to file or fetching from DB2 for each customer may cause a problem and impact the performance.
This whole process works for some 8 million customers going for each case thru DB2 query i mean it's surely a degrade in performance as compared to Cobol SEARCH.
Data (rules/profiles) is written to WS table to make the SEARCH of these faster for later processing. I believe writing to file or fetching from DB2 for each customer may cause a problem and impact the performance.
This whole process works for some 8 million customers going for each case thru DB2 query i mean it's surely a degrade in performance as compared to Cobol SEARCH.