IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Maximum lenght of an input field in a panel


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
leo_viky

New User


Joined: 28 Oct 2006
Posts: 9

PostPosted: Wed Feb 21, 2007 3:58 pm
Reply with quote

Hi all,

Could someone tell if it is possible to have all 80 characters of a line in a panel as input filed...im asking this because the first byte gets allocated to the attribute byte.....is there some method to override it...ive heard of shadow bytes...but nothin more..
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Feb 21, 2007 5:24 pm
Reply with quote

Who says panel width is 80 character? Try to use a 130-characters library and see....

O.
Back to top
View user's profile Send private message
leo_viky

New User


Joined: 28 Oct 2006
Posts: 9

PostPosted: Wed Feb 21, 2007 6:16 pm
Reply with quote

When im trying to execute the following ISPF Panel code in a PDS having rec length 80 it works fine but as per your suggestion ive tried the same code with rec length 100 i get the following error message

Panel 'ATST' error
Panel not found.


ISPF Panel Definition

)ATTR
? TYPE(INPUT) INTENS(HIGH)
)BODY
?LINE1
?LINE2
?LINE3
)END

Application Code

ADDPOP
DISPLAY PANEL(ATST)
REMPOP

Is this a limitation or am i not doing it properly...please direct me..thanks
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Feb 21, 2007 6:54 pm
Reply with quote

The fina manual says that panel width can be 80-160 wide.

Anyway, your problem looks like the panel library wasn't allocated to ISPPLIB.

O.
Back to top
View user's profile Send private message
leo_viky

New User


Joined: 28 Oct 2006
Posts: 9

PostPosted: Wed Feb 21, 2007 7:15 pm
Reply with quote

nope ive properly allocated the panel library to ISPPLIB,and iive read the fine manual,but im repeatedly getting the same error....but if i move the same panel code to a pds with rec length 80 and allocate it to ISPPLIB it works fine..of course with the first byte used up for the attribute byte...how do i overcome this..
basically my requirement is this....Im trying to display a panel (24x80) with all the lines as input fields..like a free text editor...infact i wasnt able to expand the window to 24x80 since i was gettin error msgs regarding width exceeding screen width etc...but ive overcome this with the RESIZE command but nw im stuck with this prob..pls help me out..
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts force tablespace using LISTDEF input DB2 1
No new posts Two input files & writing counter... DFSORT/ICETOOL 12
Search our Forums:

Back to Top