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

Panel not found on PF3 with libdef of ISPPLIB


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

New User


Joined: 14 Jun 2005
Posts: 75

PostPosted: Tue Apr 28, 2020 9:00 pm
Reply with quote

I get a 'Panel not found' error when i hit PF3 on a panel
I have coded libdef for the panel library and the panel does get displayed
But I get the error when i hit PF3
I am sure I messed up something very elementary. Been struggling with this issue for a few days now. I looked online but could not find a solution.
Your help is greatly appreciated

Code:

/* REXX */                                                     
"ispexec libdef ispplib dataset id('mylib.ispplib')"   
do forever                                                     
   "ispexec display panel(testpan)"                           
   if rc <> 0 then leave                                       
end                                                           
"ispexec libdef ispplib"                                       


Code:

                        Test Panel                                             
Command ===>                                                                   
                                                                               
Dummy Field...........                                                         
                                                                               

Code:

                              ISPF Dialog Error                               
Command ===>                                                                 
                                                                             
******************************************************************************
* ISPP100                                                                    *
*                                                                            *
* Panel 'EZY2P99' error                                                      *
* Panel not found.                                                           *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
* Enter HELP command for further information regarding this error.           *
* Press ENTER key to terminate the dialog.                                   *
*                                                                            *
*                                                                            *
*                                                                            *
*                                                                            *
******************************************************************************
Back to top
View user's profile Send private message
harisukumaran

New User


Joined: 14 Jun 2005
Posts: 75

PostPosted: Tue Apr 28, 2020 9:23 pm
Reply with quote

I just noticed this happens only when i am exec ing the rexx from EZYEDIT (PDSMAN) panel
I don't have the issue when I exec the rexx using TSO EXEC
This must have something to do with the way PDSMAN is installed at our shop
I am closing this question. No point in wasting people's time with it, i guess.
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1245
Location: Bamberg, Germany

PostPosted: Wed Apr 29, 2020 12:41 am
Reply with quote

harisukumaran wrote:
Code:

"ispexec libdef ispplib dataset id('mylib.ispplib')"   

Replace with:
Code:
"ispexec libdef ispplib dataset id('mylib.ispplib') stack"
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 I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts A directory in the pathname was not f... ABENDS & Debugging 0
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
Search our Forums:

Back to Top