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

Command for setting the Command Line at top


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

New User


Joined: 25 Feb 2009
Posts: 5
Location: Spain

PostPosted: Wed Mar 18, 2009 8:34 pm
Reply with quote

Does anybody know any command for setting the command line at top?
We use some mainframe applications that always set the command line at bottom and is really painful... this feature is independent on how do you have the ISPF settings.
Back to top
View user's profile Send private message
genesis786

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Wed Mar 18, 2009 8:42 pm
Reply with quote

on ur ispf main menu, find something like settings

Code:

 Option ===>                           
                                       
 0  Settings      Terminal and user para


then uncheck command line at bottom..

Code:

                                 ISPF Settings
 Command ===>                                 
                                             
 Options                                   Pri
   Enter "/" to select option                F
      Command line at bottom                 D
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Mar 18, 2009 8:44 pm
Reply with quote

like qmf? gotta live with it.
if they are homegrown applications,
correct the code so as to use the user profile to decide where the command
line should be in a panel. (yea, two panels).
Back to top
View user's profile Send private message
alfbonilla

New User


Joined: 25 Feb 2009
Posts: 5
Location: Spain

PostPosted: Wed Mar 18, 2009 8:44 pm
Reply with quote

Hi genesis,

I have that option as you mention... but the aplic I told... ignores it and set the line at bottom. That's why I'm trying to force it by executing some command from REXX

Regards
Back to top
View user's profile Send private message
alfbonilla

New User


Joined: 25 Feb 2009
Posts: 5
Location: Spain

PostPosted: Wed Mar 18, 2009 8:50 pm
Reply with quote

It is like if the aplic is not able for retrieving the ISPF profile, so it uses the default options. That's why, at least I would like to put the command line at top... just for avoiding the current solution:
-once enter in the application,
-type settings,
-press intro...
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Wed Mar 18, 2009 9:43 pm
Reply with quote

This may work

View the variables in dialog test - usually -7.3
LOCATE ZPLACE
set the value to ASIS

or VPUT ZPLACE with a value of ASIS to the profile pool.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Mar 19, 2009 12:35 am
Reply with quote

ZPLACE is in the profile pool, so you have to make sure you are changing the right profile for the application you are having problems with.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top