MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Does anyone know how to 'STACK' mutiple ISPF screens?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
pcmoonbeam
Beginner


Joined: 21 Nov 2005
Posts: 31
Topics: 10
Location: Orange County, California

PostPosted: Mon Mar 06, 2006 1:12 pm    Post subject: Does anyone know how to 'STACK' mutiple ISPF screens? Reply with quote

I used to work in an IBM MVS/ESA shop where the system's programmer had set up a command called 'STACK'. What it enabled us to do was litterally stack one ISPF screen on top of another, so that while you were editing a member, you could issue the 'stack' command, be taken to an ISPF Primary Menu screen, and go look up contents of a file or whatever. Then when you finished, you could return to where you had been by pressing PF4 to cancel the screen. Does anyone know how this is done? I think he used either REXX or CLIST but I'm not sure.
Thanks. Confused
_________________
Thanks,
PCMOONBEAM
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Mon Mar 06, 2006 3:53 pm    Post subject: Reply with quote

We did it by setting up a SITE command table to concatenate with the ISPF product command table. Our command is "RE [opt]" for recursive ISPF. To return, press <END> until you're back. Our table looks like:
Code:
Verb      T  Action                                         
RE        0  SELECT PANEL(ISR@PRIM) OPT(&ZPARM) NEWAPPL(ISR)


ISPF has it's own command for this now, too. Except the "START" command functions like "SWAP NEW" and starts a new window on a SPLIT screen.
_________________
Regards,
Bill Dennis

Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Back to top
View user's profile Send private message
pcmoonbeam
Beginner


Joined: 21 Nov 2005
Posts: 31
Topics: 10
Location: Orange County, California

PostPosted: Mon Mar 06, 2006 4:42 pm    Post subject: Reply with quote

Thanks Bill, I'll run this past our systems programmer.
_________________
Thanks,
PCMOONBEAM
Back to top
View user's profile Send private message
taltyman
JCL Forum Moderator
JCL Forum Moderator


Joined: 02 Dec 2002
Posts: 310
Topics: 8
Location: Texas

PostPosted: Tue Mar 07, 2006 2:33 pm    Post subject: Reply with quote

Did you try 'start'?
Back to top
View user's profile Send private message
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Wed Mar 08, 2006 2:54 am    Post subject: Reply with quote

You can have up to 8 screens (default) open at one time, you toggle between two of them - see the SWAP command and as taltyman said take a look at the START command. When you are editing a member you can also enter EDIT member or VIEW member as a command (or just EDIT to get prompts). Take a look at the ISPF tutorials too.
Back to top
View user's profile Send private message Visit poster's website
sriramla
Beginner


Joined: 22 Feb 2003
Posts: 74
Topics: 1

PostPosted: Wed Mar 08, 2006 10:53 am    Post subject: Reply with quote

I don't know whether HOLD command is from ISPF or not. But this command can be used to stack multiple ISPF screens. START command is used to get another new screen altogether (with a max. of 8 screens by default unless installation default is different). SWAP, LIST etc are the commands that go with START to switch between multiple screens.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group