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

How to execute a panel in CLIST


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

New User


Joined: 22 Feb 2007
Posts: 24
Location: Chennai

PostPosted: Fri Nov 16, 2007 6:17 pm
Reply with quote

Please tell me how to execute a panel in CLIST
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri Nov 16, 2007 6:25 pm
Reply with quote

You don't execute a panel in a CLIST you DISPLAY a panel in a CLIST.

ISPEXEC DISPLAY PANEL(name)

There, that saved you looking in the manuals didn't it
Back to top
View user's profile Send private message
ayappanb
Warnings : 1

New User


Joined: 22 Feb 2007
Posts: 24
Location: Chennai

PostPosted: Fri Nov 16, 2007 7:03 pm
Reply with quote

Hi,

Please provide me a CLIST program to display a panel.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Nov 16, 2007 7:07 pm
Reply with quote

Code:
/* REXX */
.... initialization ....
....
Address ISPEXEC "DISPLAY PANEL(PANELNAME)"
....
.... termination ...
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Fri Nov 16, 2007 7:12 pm
Reply with quote

Code:

PROC 0
ISPEXEC DISPLAY PANEL(name)
Back to top
View user's profile Send private message
ayappanb
Warnings : 1

New User


Joined: 22 Feb 2007
Posts: 24
Location: Chennai

PostPosted: Fri Nov 16, 2007 7:13 pm
Reply with quote

pROVIDE FULL CLIST PROGRAM, I AM BEGIONER IN THIS.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Nov 16, 2007 7:14 pm
Reply with quote

Quote:
pROVIDE FULL CLIST PROGRAM, I AM BEGIONER IN THIS.


provide training fee at current rate + travel expenses
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Fri Nov 16, 2007 7:47 pm
Reply with quote

ayappanb wrote:
pROVIDE FULL CLIST PROGRAM, I AM BEGIONER IN THIS.


My example IS a full CLIST program.
Back to top
View user's profile Send private message
ayappanb
Warnings : 1

New User


Joined: 22 Feb 2007
Posts: 24
Location: Chennai

PostPosted: Fri Nov 16, 2007 8:04 pm
Reply with quote

hi superk

I got the following error, when i executed your program.

ISPS118L SERVICE NOT INVOKED. A VALID ISPF ENVIRONMENT DOES NOT EXIST.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Nov 16, 2007 8:11 pm
Reply with quote

what about doing a little reading ??
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/ISPBKM08

( not the last release, but more then enough to get started )
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Fri Nov 16, 2007 8:20 pm
Reply with quote

ayappanb wrote:
hi superk

I got the following error, when i executed your program.

ISPS118L SERVICE NOT INVOKED. A VALID ISPF ENVIRONMENT DOES NOT EXIST.


ISPS118L Description

OK. And, what steps are you taking to resolve the error?
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Fetch data from programs execute (dat... DB2 3
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Call program, directly from panel CLIST & REXX 9
Search our Forums:

Back to Top