My ISPF says SORT x y will sort using the data from column x to column y, not length y. Also, you can have multiple "keys", SORT a b c d will sort on columns a thru b then c thru d. You can also say SORT i j A l m D which will sort based on columns I thru j ASCENDING and then l thru m DESCENDING.
Just my nickel's worth (inflation!) -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Chase, John Sent: Wednesday, March 28, 2007 12:55 PM To: [email protected] Subject: Re: Call for XEDIT freaks, submit ISPF requirements > -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Mark Pace > > I'm not one of the ones that have B&Med about ISPF not being > XEDIT. And I wouldn't because I haven't used ISPF long > enough to know what I can and can't do with it. But off hand > here are the things that I miss, and it may just be because I > don't know how to do it. > > [ 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. > 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. -jc- ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

