Check table overflow?

All sort of Mainframes Interview Questions.
Post Reply
User avatar
Pradeep Kumar
Registered Member
Posts: 15
Joined: Sat Aug 16, 2014 11:25 pm

Check table overflow?

Post 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.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Check table overflow?

Post 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.
William Collins
Global Moderator
Global Moderator
Posts: 490
Joined: Sun Aug 25, 2013 7:24 pm

Re: Check table overflow?

Post by William Collins »

If not using SSRANGE already, you can recompile all the programs with SSRANGE. You don't need to change any code.
User avatar
Pradeep Kumar
Registered Member
Posts: 15
Joined: Sat Aug 16, 2014 11:25 pm

Re: Check table overflow?

Post by Pradeep Kumar »

Thannks. Yes, SSRANGE was the answer.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Interview Questions.”