Page 1 of 1

Increase the display area of variables in Xpeditor?

Posted: Sat Aug 30, 2014 8:40 am
by Sunil Hyderbad
Hi,

How to change the display area of the variables while in xpeditor?In otehr words, I want to increase or decrease the variables (using KEEP) display area whenever I need while debugging the program. Is there any way to do that?

Thanks,

Re: Increase the display area of variables in Xpeditor?

Posted: Sun Aug 31, 2014 12:07 pm
by Anuj Dhawan
Hello Sunil And Welcome To The Forums,

If I got you correctly and you are referring to the AUTOKEEP window -- the command to increase it to , say, 10 lines would be: SET KEEP 10.

This will increase the KEEP Screen to 10 lines.

Just an additional thing - if you want to see the entire content of a copybook or group variable then key-in WS in command line . This will show you all the values in the working storage variable during that instance.

Hope this helps.

Re: Increase the display area of variables in Xpeditor?

Posted: Thu Sep 04, 2014 6:20 pm
by Sunil Hyderbad
Thanks Anuj, this helped.

Re: Increase the display area of variables in Xpeditor?

Posted: Mon Sep 08, 2014 11:18 am
by Anuj Dhawan
Great that you've got it working! :)