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

shortcut for 3.4


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

New User


Joined: 10 Jul 2005
Posts: 58

PostPosted: Tue Sep 13, 2005 1:10 am
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
MGIndaco

Active User


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

PostPosted: Tue Sep 13, 2005 1:57 pm
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

Active User


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

PostPosted: Tue Sep 13, 2005 1:59 pm
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
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 How to remove this shortcut bar? TSO/ISPF 3
No new posts Action bar shortcut TSO/ISPF 4
No new posts Microsoft to releases security patch ... General Talk & Fun Stuff 1
No new posts How to create a shortcut from ISPF Pr... TSO/ISPF 12
No new posts shortcut key to command line TSO/ISPF 7
Search our Forums:

Back to Top