Discussion:
A usage question
(too old to reply)
Schuh, Richard
2006-02-17 21:42:36 UTC
Permalink
That depends on the way you entered XEDIT for each. If you did it by typing the xedit command on the command line, then a simple XEDIT (can be abbreviated X) on the command line will cycle you through them; X fn ft will jump to that member of the XEDIT ring. If you used FILELIST, RDRLIST, MACLIST, etc., for any but the first, then you are out of luck. Each one of those commands starts its own ring and you cannot use the XEDIT command to traverse from one ring to another.

Regards,
Richard Schuh

-----Original Message-----
From: VM/ESA and z/VM Discussions [mailto:VMESA-***@LISTSERV.UARK.EDU] On Behalf Of Edward M. Martin
Sent: Friday, February 17, 2006 1:27 PM
To: VMESA-***@LISTSERV.UARK.EDU
Subject: A usage question

Hello Everyone,

When I am xediting a member, I may have jumped into 2 or 3
members.
Is there a way to rotate to each member with getting out of each?

Can I jump to a specific member?

Thanks,

Ed Martin
Aultman Health Foundation
330-588-4723
***@aultman.com
ext. 40441
Dave Jones
2006-02-17 22:15:53 UTC
Permalink
Snag the INFOLIST package off of the IBM VM download page
(http://www.vm.ibm.com/download/packages/). It's a replacement for
FILE LIST, MACLIST and RDRLIST with a lot of handy features. You can
cycle through all of your files in a XEDIT session, regardless of how
you got there. YMMY.

DJ

Schuh, Richard wrote:
> That depends on the way you entered XEDIT for each. If you did it by
> typing the xedit command on the command line, then a simple XEDIT
> (can be abbreviated X) on the command line will cycle you through
> them; X fn ft will jump to that member of the XEDIT ring. If you used
> FILELIST, RDRLIST, MACLIST, etc., for any but the first, then you are
> out of luck. Each one of those commands starts its own ring and you
> cannot use the XEDIT command to traverse from one ring to another.
>
> Regards, Richard Schuh
>
> -----Original Message----- From: VM/ESA and z/VM Discussions
> [mailto:VMESA-***@LISTSERV.UARK.EDU] On Behalf Of Edward M. Martin
> Sent: Friday, February 17, 2006 1:27 PM To: VMESA-***@LISTSERV.UARK.EDU
> Subject: A usage question
>
> Hello Everyone,
>
> When I am xediting a member, I may have jumped into 2 or 3 members.
> Is there a way to rotate to each member with getting out of each?
>
> Can I jump to a specific member?
>
> Thanks,
>
> Ed Martin Aultman Health Foundation 330-588-4723 ***@aultman.com
> ext. 40441
Chris Langford
2006-02-18 14:05:53 UTC
Permalink
Here are two XEDIT macros to rotate thru the ring of files
/* UR = UpRing - Cestrian*/
"extract /ring"
if ring.0>2 then 'x' subword(ring.3,1,3)

/* DR = DownRing - Cestrian*/
"extract /ring"
i=ring.0
if ring.0>2 then 'x' subword(ring.i,1,3)


Edward M. Martin wrote:

>Hello Everyone,
>
> When I am xediting a member, I may have jumped into 2 or 3
>members.
>Is there a way to rotate to each member with getting out of each?
>
> Can I jump to a specific member?
>
> Thanks,
>
>Ed Martin
>Aultman Health Foundation
>330-588-4723
>***@aultman.com
>ext. 40441
>..
>For: ***@CESTRIAN.COM
>
>
>
>
>

--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc.

z/FM - A toolbox for VM & MVS at http://zfm.cestrian.com
Deva Woodcrafting:
Furniture creation, House remodeling, Wagon restoration etc.
Kris Buelens
2006-02-21 12:56:38 UTC
Permalink
RING related, or better, "pure ring":
In my LISTSG package on VM's download library, you can find my RING XEDIT
that allows to execute various XEDIT commands to all (or a subset) of the
files in the current XEDIT ring. Example
RING TOP <-- go to top of file everywhere
RING /begin/ <-- locate this string
.....
RING <-- list the files in the ring in a FILELIST fashion
My improved FILELIST package has an X2 command to place the files in the
same ring as FILELIST, this is what I normally use before playing with my
RING macro.

Kris,
IBM Belgium, VM customer support
Loading...