Sessions/Screens

This forum provides the support of Dezhi Mainframe systems. Please post your questions about logon, usage of our mainframe environment.

Moderators: sysprog, prino, sfan, steve-myers, Tim001

Sessions/Screens

Postby _skywy_ » Tue 01 Jun 2010, 09:11

Hello
is there any session-/screen Manager on the Dezhi System ?

I have macros to swap the Screen via F-Key's (Swap 1, Swap 2, Swap 3, ...) but at first i need to open multiple sessions/screens.
for Example, on Screen 5 i have SDSF, on Screen 2 the Source, on Screen 4 The CompileJob...etc..

Thanks, Skywy
_skywy_
 
Posts: 2
Joined: Thu 29 Apr 2010, 09:09

Re: Sessions/Screens

Postby prino » Tue 01 Jun 2010, 09:35

_skywy_ wrote:is there any session-/screen Manager on the Dezhi System ?

I have macros to swap the Screen via F-Key's (Swap 1, Swap 2, Swap 3, ...) but at first i need to open multiple sessions/screens.
for Example, on Screen 5 i have SDSF, on Screen 2 the Source, on Screen 4 The CompileJob...etc..


:?

Why not just open a few screens with the ISPF "SPLIT NEW" command and use "SWAP n", "SWAP LIST" or "SWAP {scrname}" to swap between screens?
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
Some programming here :mrgreen:
prino
 
Posts: 479
Joined: Sat 06 Jun 2009, 21:41
Location: Vilnius, Lithuania

Re: Sessions/Screens

Postby steve-myers » Tue 01 Jun 2010, 12:58

What would be the point? Unless you're cheating and have multiple IDs, you can only be logged onto TSO once.
steve-myers
 
Posts: 452
Joined: Tue 04 May 2010, 15:43

Re: Sessions/Screens

Postby _skywy_ » Tue 01 Jun 2010, 13:27

Ok then... i will write something that open me my default screens at startup ;) and close after work.
We have this at our workplace and i find it very useful.
Perhaps i make something in REXX.

Thanks, Skywy
_skywy_
 
Posts: 2
Joined: Thu 29 Apr 2010, 09:09

Re: Sessions/Screens

Postby prino » Tue 01 Jun 2010, 18:49

_skywy_ wrote:Ok then... i will write something that open me my default screens at startup ;) and close after work.
We have this at our workplace and i find it very useful.
Perhaps i make something in REXX.


If you start ISPF with the "ISPF CMD('COMMAND')" option and your command contains something like
Code: Select all
/* REXX */
zcmd = ";start 1;start 2;sdsf;pre" user"*;owner" user"*;st"
"ispexec control nondispl end"
"ispexec display panel(isr@prim)"


You can probably automate the whole process.

Robert
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
Some programming here :mrgreen:
prino
 
Posts: 479
Joined: Sat 06 Jun 2009, 21:41
Location: Vilnius, Lithuania


Return to Dezhi systems: Mainframe

Who is online

Users browsing this forum: No registered users and 0 guests