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

Split Screen using a rexx function


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Nov 25, 2014 3:01 pm
Reply with quote

Hi
I am trying to write a REXX program to use as a replacement of PF2(Split Screen) function.

The reasons I am trying this is that I used this in my last shop and am very used to it because for F2 you need to position the cursor at the top to get full view of the new screen. However when you execute something like 'START' from command line, it will split the screens evenly.

Can somebody tell me how to use PF2 (and other PF keys) using REXX ?

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

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 25, 2014 3:39 pm
Reply with quote

Why not use START. Hardly a great effort to use 5 keystrokes and pressing enter.

START also allows you to go directly to the option you want to
e.g. START 3.4

Always advisable NOT to fiddle with the default PF key settings
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Nov 25, 2014 3:48 pm
Reply with quote

I tried this but when I use start 3.4 it shows 'INVALID OPTION'.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 25, 2014 4:00 pm
Reply with quote

Hmmmmmmmmmmmmmm, always worked for me in the past.
Unfortunately I don't have TSO access at this contract so can not test it again.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue Nov 25, 2014 4:47 pm
Reply with quote

Works for me both when doing
Quote:
START 3.4

and
Quote:
3.4 followed by F2 (which is assigned START)
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Nov 25, 2014 4:55 pm
Reply with quote

I searched for START in my installed REXX libraries, but could not find one. So I thought of writing a REXX routine like START on my own.
Back to top
View user's profile Send private message
David Robinson

Active User


Joined: 21 Dec 2011
Posts: 199
Location: UK

PostPosted: Tue Nov 25, 2014 5:16 pm
Reply with quote

It wont be in a Rexx library, it's a system command. Check to see if it's in your ISPF command table, usually ISPCMDS. But this is the IBM supplied one, I don't see why it shouldn't be. Perhaps something at your site has changed the default?
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Sat Dec 06, 2014 4:37 am
Reply with quote

In our shop we have to use START 1.3.4 because of the way that our local ISPF panels are organized. You may have something similar in your shop.
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Wed Dec 10, 2014 3:29 pm
Reply with quote

I just checked and found that I can use START on my system only when I open a dataset/member in view or Edit Mode, but not from any other screen e.g. Main Menu or 3.4 or anywhere else. icon_sad.gif
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Wed Dec 10, 2014 4:31 pm
Reply with quote

amitc23 wrote:
I just checked and found that I can use START on my system only when I open a dataset/member in view or Edit Mode, but not from any other screen e.g. Main Menu or 3.4 or anywhere else. icon_sad.gif

In other words, someone has badly screwed up by substituting a cobbled together piece of junk for an IBM supplied command.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top