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 

ISPF Command Line

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Jamylady
Beginner


Joined: 04 Nov 2004
Posts: 68
Topics: 22

PostPosted: Wed Apr 12, 2006 8:10 am    Post subject: ISPF Command Line Reply with quote

Is it possible to have the ISPF command line to apprear as two lines? I need use COMP command with a PDS name which is too long to accomodate in the default single command line space.
I also need to use some options like EXCLUDE etc so the avilable spaces is not enough.
Thanks
JA
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Wed Apr 12, 2006 8:44 am    Post subject: Reply with quote

Try using option 6 (' COMMAND - Enter TSO command or CLIST')
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
Jamylady
Beginner


Joined: 04 Nov 2004
Posts: 68
Topics: 22

PostPosted: Wed Apr 12, 2006 8:51 am    Post subject: Reply with quote

Mervyn

Compare command is not working in option 6 (ISPF command shell- Enter TSO or Workstation commands below:).
COMPARE command is invoked from the ISPF editor (EDIT/VIEW mode)
Thanks
JA
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Wed Apr 12, 2006 8:54 am    Post subject: Reply with quote

There is no way to expand it. You can write an edit macro to do the commands since it can pass longer lines. It can be as simple as (not tested):
Code:
/* rexx */
address isredit
"MACRO"
say "Command?"
parse pull editCommand
editCommand
Though you'd probably want it to be a little more robust.
Back to top
View user's profile Send private message Visit poster's website
Jamylady
Beginner


Joined: 04 Nov 2004
Posts: 68
Topics: 22

PostPosted: Wed Apr 12, 2006 8:57 am    Post subject: Reply with quote

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


Joined: 04 Nov 2004
Posts: 68
Topics: 22

PostPosted: Wed Apr 12, 2006 9:04 am    Post subject: Reply with quote

This looks useful, but I am not very good in REXX . I copied the same code and try to execute it. But seems like it is not doing anything. It just accept the string and that is it. So could you please tell how to make that command to execute.? (Asking too much ah?? Smile
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Wed Apr 12, 2006 9:43 am    Post subject: Reply with quote

semigeezer,

I remember that you can add delimiter at the end of the command and press enter and on the new command line you type the next line of the command and ISPF treats it as a single command.

However I can't recall what it is now Sad

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities 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