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

ISPP100 : Panel not found error


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

New User


Joined: 25 Nov 2005
Posts: 49
Location: Pune

PostPosted: Tue May 08, 2007 10:40 am
Reply with quote

Hi

I have written one Clist which invokes one panel by command

"ISPEXEC DISPLAY PANEL(<<PANEL NAME>>)

I get the error :ISPP100 Panel "<<panel name>.>" error. Panel not found

What should be the reason?
I defined my clist and panel in seperate library. I also tried with ALTLIB command.

Is there any diff procedure to invoke panel from CList.?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue May 08, 2007 12:40 pm
Reply with quote

As long as your panel library is concatenated into ISPPLIB it should work.

Have you done a typo and mis spelled the panel name - A most common problem
Back to top
View user's profile Send private message
prashantshinde

New User


Joined: 25 Nov 2005
Posts: 49
Location: Pune

PostPosted: Tue May 08, 2007 12:49 pm
Reply with quote

Sorry , but I don't know how to concatnate panel library to ISPPLIB.

I am learning the CLIST. I am sure there is no splling mistake.

If you give how to code ISPPLIB and where to code , it would be better to understand. I searched in the reference manual on this site, but not get it.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue May 08, 2007 1:37 pm
Reply with quote

The LIBDEF service might be a good solution for you.

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

New User


Joined: 25 Nov 2005
Posts: 49
Location: Pune

PostPosted: Tue May 08, 2007 5:52 pm
Reply with quote

Thanks Ofer71

I inserted "ISPEXEC LIBDEF ISPPLIB DATASET ID('dataset name').
Now it is getting panel.

I have one new prob. When I execute my clist it shows error:

ISPP111

Panel 'PS1260P1' error
Illegal characters or statement type found in )ATTR section.







Panel line where error was detected:
)ATTR DEFAULT(%+_)

Enter HELP command for further information regarding this error.
Press ENTER key to terminate the dialog.

What is wrong in my following code:
)ATTR DEFAULT(%+_)
{ TYPE(TEXT) SKIP(ON) INTENS(LOW)
| TYPE(OUTPUT) INTENS(LOW) SKIP(ON) JUST(RIGHT)
@ TYPE(OUTPUT) SKIP(ON) JUST(RIGHT)
# TYPE(OUTPUT) HILITE(BLINK)
$ PAD(_) JUST(LEFT)
)BODY SMSG(SHORT) LMSG(LONG)
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue May 08, 2007 7:42 pm
Reply with quote

Try PF11 to scroll right... see if there are anything there.

Use HEX command to make sure you don't have illegal characters.

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

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue May 08, 2007 7:56 pm
Reply with quote

I tried your panel and it worked fine.
But I got the same message after I added sequence numbers.
Check if there are numbers on the right (columns 73-80).
If yes, do UNNUM, save the panel and retry.
Back to top
View user's profile Send private message
prashantshinde

New User


Joined: 25 Nov 2005
Posts: 49
Location: Pune

PostPosted: Wed May 09, 2007 12:40 pm
Reply with quote

Thanks Ofer71 and Marso

The problem has resolved. It was problem of number in columns 73-80.
I created new member , entered NUM OFF on command line and copied data from previous member. And it worked fine!!
Back to top
View user's profile Send private message
srinath narayanan

New User


Joined: 19 Feb 2008
Posts: 1
Location: Chennai

PostPosted: Wed Apr 23, 2008 11:37 am
Reply with quote

Hi,

I too got the same error when I was teaching myself - the Panels. Thanks a lot I did UNNUM and things started working fine.

Regards
Srinath.
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
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