Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
shortcut for 3.4

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
hyuzen

Active User


Joined: 10 Jul 2005
Posts: 50

PostPosted: Tue Sep 13, 2005 1:10 am    Post subject: shortcut for 3.4
Reply with quote

Hi all,

let's say I'm working at SDSF then I need to go 3.4 (panelid:ISRUDLP) then I want to return my last panel in SDSF when I exit 3.4

I do not want to do:
* =3.4
* press F9 (swap)
* Start (for new session to swap)

Just wanna type a shortcut for 3.4 like sc34 from any panel of ISPF or SDSF then would like to go 3.4 . When I leave the 3.4 panel I want to return my last panel.

Thanks in advance,
hyuzen
Back to top
View user's profile Send private message
References
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy

PostPosted: Tue Sep 13, 2005 1:57 pm    Post subject:
Reply with quote

Try to catalog this little rexx:
Code:
/*Rexx*/
trace n                                               
parm = arg(1)                                         
say '                Utility Section Menu'
address 'ISPEXEC'                                     
'SELECT PANEL(ISRUTIL) OPT('PARM') NEWAPPL(ISP)'     

When you do it you will able to call 3.4 with the command:
Code:
UT 4
or
Code:
UT 3

To go to 3.3 and so on.
When you will press PF3 to return, you will go back to the original screen.(If you were in SDSF you will return there after a PF3)

I hope in this suggest.
Back to top
View user's profile Send private message
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy

PostPosted: Tue Sep 13, 2005 1:59 pm    Post subject:
Reply with quote

Ops....sorry... The member where you must catalog it must be named UT(i.e. SYS1.CLIST(UT))
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1