Page 1 of 1

Check table overflow?

Posted: Thu Apr 28, 2016 12:01 pm
by Pradeep Kumar
Hi,

Is there any way to check the table overflow with out changing all the programs in the application system? I did not understand this question, can anyone of you please answer this question?

I asked more detail on this question to the interviewer but he said let's move on to next one.

Re: Check table overflow?

Posted: Thu Apr 28, 2016 6:58 pm
by Robert Sample
If the programs are COBOL and the site has SSRANGE as a default (few do -- it uses run-time resources) then the programs would check for table overflow while executing.  Otherwise, there might be some product on the market to do this but I'm not aware of one.  It sounds more like an interviewer question that the interviewer doesn't understand, either.

Re: Check table overflow?

Posted: Fri Apr 29, 2016 4:11 am
by William Collins
If not using SSRANGE already, you can recompile all the programs with SSRANGE. You don't need to change any code.

Re: Check table overflow?

Posted: Sun May 08, 2016 12:37 pm
by Pradeep Kumar
Thannks. Yes, SSRANGE was the answer.