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

Panel Error


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

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Thu Sep 10, 2009 3:54 pm
Reply with quote

Hi
Help me out in this

Panel:
Code:
)body window(25,60)                                 
£                                                   
+Command==>_ZCMD                                     
+                                                   
+      Enter Variables to be Displayed              +
+                                                   +
+  1.                                               +
+  2.                                               +
+  3.                                               +
+  4.                                               +
+  5.                                               +
+                                                   
¢          Press Enter to Proceed                   
£                                                   £


REXX:
Code:
"ISPEXEC ADDPOP ROW(15) COLUMN(60)"


Error Message:
Code:
ISPP352                                                           
                                                                 
Panel 'VARIABLE' error                                           
Invalid window depth value (must be numeric, > 0, less than screen
depth).                                                           
                                                                 
Panel line where error was detected:                             
)body window(25,60)
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Sep 10, 2009 4:02 pm
Reply with quote

Errrrrr, which part of the error message is giving you problems.
Back to top
View user's profile Send private message
HameedAli

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Thu Sep 10, 2009 4:07 pm
Reply with quote

Not sure of the window and depth constraints icon_sad.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Sep 10, 2009 4:10 pm
Reply with quote

It tells you in the error message exactly what the problem is.

So how many lines can you see on a screen, and how many have you specified.
Back to top
View user's profile Send private message
ShameemOracle

New User


Joined: 23 Sep 2009
Posts: 15
Location: bangalore

PostPosted: Tue Sep 29, 2009 3:16 pm
Reply with quote

i think it has something to do with size of your window. First make sure what is your display screen size. If its 24x80 then definitely your window of 25,60 will not work.

For trial just do this following modification:
Make sure your panel does not have more than 15 lines
Panel
Code:
)body window(15,60) 


REXX:
Code:
"ISPEXEC ADDPOP ROW(5) COLUMN(60)"
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Sep 29, 2009 4:43 pm
Reply with quote

ShameemOracle wrote:
i think it has something to do with size of your window. First make sure what is your display screen size. If its 24x80 then definitely your window of 25,60 will not work.

For trial just do this following modification:
Make sure your panel does not have more than 15 lines
Panel
Code:
)body window(15,60) 


REXX:
Code:
"ISPEXEC ADDPOP ROW(5) COLUMN(60)"

How nice it is to see a tried and tested solution - only I don't think this is icon_evil.gif

I just tried my code which worked and yours which didn't

Please DO NOT post untested code
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 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
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top