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

Facing "Panel definition too large" error


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

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Mon Aug 18, 2008 12:07 pm
Reply with quote

Hi,

I have designed an ISPF Panel named as ISR@PNL1. On invoking it, it is throwing the following error:

ISPP121

Panel 'ISR@PNL1' error
Panel definition too large, greater than screen size.

Can anyone plz tell how to resolve this error? The )BODY of panel definition is exceeding 24 rows. Is this a possible cause of the error?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Aug 18, 2008 12:13 pm
Reply with quote

Ekta Sharma wrote:
The )BODY of panel definition is exceeding 24 rows. Is this a possible cause of the error?


Most definitely, yes.
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Mon Aug 18, 2008 12:18 pm
Reply with quote

I faced this error long time back I was using TN3270and the error which I got was

Quote:
Panel definition too large, greater than screen size.



In my case I resolved it by doing this . I am not sure which model are you using and all .But just have a look at this

I selected the model mainframe should be 3278-5A and the model was set as setting the model in mainframe is 5-27 x132.

In the settings of tso (option 0) changed the screen format to 3 and
Terminal format to 5 .
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Mon Aug 18, 2008 12:19 pm
Reply with quote

How to resolve it?
I want to have 24 input fields (vertically aligned) on the panel.
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Mon Aug 18, 2008 12:28 pm
Reply with quote

I changed the TSO settings to screen format 3 and Terminal format 5.
But the same error is still coming.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Aug 18, 2008 12:33 pm
Reply with quote

Hello,

You could change the panel definition to be a scrolling panel.

You could re-define the panel to contain less than 24 vertical entries.
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Mon Aug 18, 2008 12:43 pm
Reply with quote

Scrolling panel...U mean defining a dynamic area?
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Mon Aug 18, 2008 12:57 pm
Reply with quote

Here is the panel code:

COMMAND %===>_ZC+

EDIT(E)/VIEW(V) %===>_A+

$PDS LIST+
$********+
+¦$1._DS1
+¦$2._DS2
+¦$3._DS3
+¦$4._DS4
+¦$5._DS5
+¦$6._DS6
+¦$7._DS7
+¦$8._DS8
+¦$9._DS9
+¦$10._DS10
+¦$11._DS11
+¦$12._DS12
+¦$13._DS13
+¦$14._DS14
+¦$15._DS15
+¦$16._DS16
+¦$17._DS17
+¦$18._DS18
+¦$19._DS19
+----------------
+--------------
+
+-----------
+
+---------------------
+¦$48._DS48

)INIT
.CURSOR = ZC
&ZC = &Z
&A = ' '
&B = ' '
&D = &ZDATE
&T = &ZTIME
)PROC
VPUT (DS1 DS2 DS3 DS4 DS5 DS6 DS7 DS8 DS9 DS10 DS11 DS12) PROFILE
)END
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon Aug 18, 2008 7:24 pm
Reply with quote

Look into )AREA formatting on your panel. Look in the ISPF manuals or brwose a sample panel.

1. do TSO ISRDDN command
2. enter M ISRUDA2S
3. browse the panel definition when located
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top