SB+ Tech Tip!

Problem:

In SB+ how can we turn the Auto Extend Field Length on within one screen and then turn it back off when we exit the screen?

Solution:

The following is one way to turn the auto extend feature on and off without using the USER.FLAGS setting:

In Process Before:P:(@USER.KEYS<1,6> = 1) ; will turn autoextend on
In Process After: P:(@USER.KEYS<1,6> = 0) ; will turn autoextend off

This Tech Tip was supplied in the IBM U2 Newsletter .

menu
menu