Chase, John wrote:
-----Original Message-----
From: IBM Mainframe Discussion List On Behalf Of Mark Pace


[ snip ]
Change works on all elements at once, not having to continuously press PF6.

On the command line, C STRING ROPE ALL <Enter> will change every occurrence of STRING to ROPE in the currently-edited member.

No fair, to easy.  :-)


OK, to change ALL to SOME is slightly more difficult:  C ALL 'ALL'
'SOME' <Enter>.  Since ALL is a keyword, just enclose it and its
replacement in apostrophes.

You can also specify column boundaries to confine the change:  C RAM EWE
ALL 31 60 <Enter>.


Sort macro

On the command line, SORT x y will sort the currently-edited or -viewed member using column x for a length of y as the sort

key. It
*might* be possible to specify multiple "keys" and/or reverse collating sequence, neither of which I've tried.


Again.

Thanks.


Oops, I lied:  SORT x y specifies the first and last columns of the sort
key, rather than first column and length.  But SORT x y D does indeed
sort in reverse collating sequence.

You can restrict the sort to a range of lines using
labels:

===> sort 5 10 A  12 15 D .st .en

where ".st" and ".en" have been keyed into the sequence
area (prefix area / line command area)

You can also sort on just excluded lines or just non-excluded
lines:

===> sort 22 25 nx

You can also sign up for a class with to cover all
the changes, see http://www.trainersfriend.com/TSO_Clist_REXX_Dialog_Mgr/a634descrpt.htm

but the thing is, no managers will pay for people to take
an ISPF update class because "My people already know ISPF".

Kind regards,


-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

-- to be included in our opt-in list of announcements of
-- new courses and other products and services from The
-- Trainer's Friend, send an email to [EMAIL PROTECTED]


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
          • ... Ray Mullins
            • ... Dave Salt
            • ... Mark Pace
              • ... Ray Mullins
              • ... Rick Fochtman
            • ... Gregory, Gary G
            • ... Gregory, Gary G
              • ... Mark Pace
              • ... Anne & Lynn Wheeler
          • ... Chase, John
            • ... Steve Comstock
              • ... thomas . berg
        • ... Hardee, Charles H
          • ... Chris Hoelscher
            • ... Hardee, Charles H
          • ... Chase, John
        • ... Rick Fochtman
          • ... Chase, John
      • ... Thompson, Steve
  • ... Visser, Hans (PinkRoccade Infrastructure Services Technisch Specialist)
  • ... Taylor, Clarence B

Reply via email to