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

SSR: Panel Invocation - many options concatenation


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
SSR
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 38

PostPosted: Mon Feb 27, 2006 8:22 pm
Reply with quote

hi,

The below command opens the panel and the specified option.

ADDRESS ISPEXEC 'SELECT PANEL(ISRUTIL) OPT(13) NEWAPPL(ISR)'

I want to navigate through many options i.e. after OPt(13) a screen is displayed there i want to select OPT(5).

Is there any way to concatenate the list of options in the single statement.

I just want to open the Endevor screen through this.

Thanks
Sundar
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Feb 27, 2006 10:35 pm
Reply with quote

You can't concatenate options, but you can try something like:
Code:

ADDRESS ISPEXEC 'SELECT PANEL(ISRUTIL) OPT(13) NEWAPPL(ISR)'
ADDRESS ISPEXEC 'SELECT PANEL(ISRUTIL) OPT(05) NEWAPPL(ISR)'


O.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
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 panel creation question TSO/ISPF 12
No new posts Panel variable model line TSO/ISPF 3
No new posts REXX table content on panel will be r... CLIST & REXX 6
Search our Forums:

Back to Top