Page 1 of 1

accommodate fields in already full cics screen.

Posted: Tue Nov 13, 2018 4:52 pm
by alpna
Hi,

Is there any way to accommodate fields in already full cics screen? Page up and page down logic shouldn't be used. Plz suggest

[ Post made via Android ] Image

Re: accommodate fields in already full cics screen.

Posted: Tue Nov 13, 2018 6:16 pm
by Robert Sample
We are not miracle workers here -- if your CICS screen is full, you only have a few options to add fields:
- remove some fields from the screen to make room for the new ones
- create a new screen with appropriate logic to get there (a PF key is the usual way)
- resize the screen from its current size to a larger size (43 x 80, for example), which requires the map to be completely redesigned
- tell the requester that the screen is full and cannot have any more fields and let that person(s) determine what to do

Re: accommodate fields in already full cics screen.

Posted: Thu Dec 05, 2019 7:22 pm
by alpna
Thanks. Sometimes your seniors are just intelligent. :D