Re: Separating monitor records by date

2010-02-11 Thread Quay, Jonathan (IHG)
To: IBMVM@LISTSERV.UARK.EDU Subject: Separating monitor records by date We have a daily monitor file from MONWRITE that ended up with 2 days worth of monitor records. Is anyone aware of a utility, or pipe incantation, or anything else that could be used to s

Re: Separating monitor records by date

2010-02-11 Thread Berry van Sleeuwen
Or use the source REXX (IIRC, SREXX) instead of the REXX. The source REXX is the uncompiled rexx, rename them to REXX. The free runtime library doesn't work with monview. Berry. Scott Rohling schreef: > Well - I tried this, but some of the REXX is compiled.. so I'll have > to see about getting th

Re: Separating monitor records by date

2010-02-11 Thread Scott Rohling
either browse for it in the file or feed it in to a comparison against >> the timestamp in the monitor records. >> >> >> -- >> >> *From:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *On >> Behalf Of *Scott Rohl

Re: Separating monitor records by date

2010-02-11 Thread Kris Buelens
rison against > the timestamp in the monitor records. > > > -- > > *From:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *On > Behalf Of *Scott Rohling > *Sent:* Thursday, February 11, 2010 10:54 AM > > *To:* IBMVM@LISTSERV.UARK.E

Re: Separating monitor records by date

2010-02-11 Thread Quay, Jonathan (IHG)
. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Thursday, February 11, 2010 10:54 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Separating monitor records by date We have a daily monitor file from MONWRITE that ended up with 2 days worth of

Re: Separating monitor records by date

2010-02-11 Thread Scott Rohling
Well - I tried this, but some of the REXX is compiled.. so I'll have to see about getting them to install the free runtime stuff.. Thanks - Scott On Thu, Feb 11, 2010 at 9:09 AM, Dave Jones wrote: > Scott, I think the MONVIEW app on IBM's VM download page might be a good > place to start.

Re: Separating monitor records by date

2010-02-11 Thread Dave Jones
Scott, I think the MONVIEW app on IBM's VM download page might be a good place to start. http://www.vm.ibm.com/download/packages/descript.cgi?MONVIEW On 02/11/2010 09:54 AM, Scott Rohling wrote: We have a daily monitor file from MONWRITE that ended up with 2 days worth of monitor records.

Separating monitor records by date

2010-02-11 Thread Scott Rohling
We have a daily monitor file from MONWRITE that ended up with 2 days worth of monitor records. Is anyone aware of a utility, or pipe incantation, or anything else that could be used to separate the file into 2 daily files? Thanks for any tips you can give - Scott