Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread George Hammerle
We use Unidata and we globally catalog our programs. A previous poster was correct that a 'touch" of the program does update the _MAP_ file. We have weekly backups that 'touch' every file and so the _MAP_ information becomes worthless. So to work around it, this is what I did. 1. I created a n

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wols Lists
On 07/01/14 17:20, Wjhonson wrote: > I think we've found before, that *if* you ask the system what was the last > access date... it's updates the last access date. > Because you just accessed it. > > Wrong? Yes and no. This "feature" is often (by default?) disabled on linux, as it's a mount opti

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wols Lists
On 07/01/14 17:19, Wjhonson wrote: > > On this R-pointer point, can someone point me to the manual which describes > the ability to have a security routine on these? > I can't quite figure out where that information is. > iirc, if you put a globally catalog'd subroutine in field 4, that will run

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Daniel McGrath
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, January 07, 2014 10:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Logging program execution in Unidata? On this R-pointer point, can someone point me to the manual which describes the ability to have a security routine on

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Ladd, Ryan
, January 07, 2014 11:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Logging program execution in Unidata? On this R-pointer point, can someone point me to the manual which describes the ability to have a security routine on these? I can't quite figure out where that information is.

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread McGowan, Ian
riginal Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dennis Bartlett Sent: Monday, January 06, 2014 10:02 PM To: U2 Users List Subject: Re: [U2] Logging program execution in Unidata? Ian Perhaps your answer lies in a combo - rather than

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread McGowan, Ian
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, January 07, 2014 9:17 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Logging program execution in Unidata? So Ian, everything is globally catalogued? -Original Message- From: McGowan, Ian To: U2 Users Li

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wjhonson
rtlett To: U2 Users List Sent: Mon, Jan 6, 2014 10:02 pm Subject: Re: [U2] Logging program execution in Unidata? Ian Perhaps your answer lies in a combo - rather than looking at the actual code you have, why not focus on what calls it: This will minimise what changes are needed. MENU: you say

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wjhonson
2] Logging program execution in Unidata? track OS's last access date on the object? On 1/7/2014 3:08 AM, McGowan, Ian wrote: > We're looking into a major conversion late this year, which will involve checking out several thousand programs (mostly opens, reads or writes). Some progra

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wjhonson
So Ian, everything is globally catalogued? -Original Message- From: McGowan, Ian To: U2 Users List Sent: Mon, Jan 6, 2014 6:57 pm Subject: Re: [U2] Logging program execution in Unidata? Wow! Didn't know about that command either. This has been very instructional. I can e

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Charles Stevenson
track OS's last access date on the object? On 1/7/2014 3:08 AM, McGowan, Ian wrote: We're looking into a major conversion late this year, which will involve checking out several thousand programs (mostly opens, reads or writes). Some programs are run many times a day, whereas some were throwaw

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Dennis Bartlett
they run many > times per day, so time-stamps don't cut it. > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto: > u2-users-boun...@listserver.u2ug.org] On Behalf Of Charlie Noah > Sent: Monday, January 06, 2014 5:31 PM > To: U2 Users List

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
Users List Subject: Re: [U2] Logging program execution in Unidata? What we did was have a cron run every 10 minutes that executed a Unidata program. The Unidata program did a PCPERFORM sbcsprogs to capture everything that was running out of the global catalog. It parses up the output of sbc

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
al Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charlie Noah Sent: Monday, January 06, 2014 5:31 PM To: U2 Users List Subject: Re: [U2] Logging program execution in Unidata? Ian, You said you didn't have a wrapper program. How

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Charlie Noah
7:07 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Logging program execution in Unidata? I believe there is something wrong with this suggestions. IIRC you don't get the time and date it was last RUN, only the date it was last "Accessed". I suspect this is the "touc

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Baakkonen, Rodney A (Rod) 46K
g [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of lar...@wcs-corp.com Sent: Monday, January 06, 2014 4:44 PM To: U2 Users List Subject: Re: [U2] Logging program execution in Unidata? MAKE.MAP.FILE > We catalog all our programs - locally (so they end up in CTLG in the > current account

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Wjhonson
een run a thousand times, but not run at all in the past ten years. But if I ruled the world, things would be different. Not better just different. Anyway, let us know how it works for your purpose. -Original Message- From: McGowan, Ian To: U2 Users List Sent: Mon, Jan 6, 2014 4:55 pm Sub

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
new things today - off to check out R pointers now! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Phil Walker Sent: Monday, January 06, 2014 4:17 PM To: U2 Users List Subject: Re: [U2] Logging program execution in Un

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
Sent: Monday, January 06, 2014 4:44 PM To: U2 Users List Subject: Re: [U2] Logging program execution in Unidata? MAKE.MAP.FILE > We catalog all our programs - locally (so they end up in CTLG in the > current account) for programs specific to a particular account, as > well as globally

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Wols Lists
Wol > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of dale kelley > Sent: Monday, January 06, 2014 4:13 PM > To: U2 Users List > Subject: Re: [U2] Logging program execution in Unidata? >

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
rs-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jeffrey Butera Sent: Monday, January 06, 2014 4:14 PM To: U2 Users List Subject: Re: [U2] Logging program execution in Unidata? On 1/6/14, 7:08 PM, McGowan, Ian wrote: > We're looking into a major convers

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread larryh
kelley > Sent: Monday, January 06, 2014 4:13 PM > To: U2 Users List > Subject: Re: [U2] Logging program execution in Unidata? > > Ian, > > In universe the map file contains the most recent execution date for > cataloged programs. Programs that are just "RUN" I do

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
t: Re: [U2] Logging program execution in Unidata? Ian, In universe the map file contains the most recent execution date for cataloged programs. Programs that are just "RUN" I don't know of any way. Dale On 01/06/2014 06:08 PM, McGowan, Ian wrote: > We're looking into a maj

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Phil Walker
] Logging program execution in Unidata? We're looking into a major conversion late this year, which will involve checking out several thousand programs (mostly opens, reads or writes). Some programs are run many times a day, whereas some were throwaway and haven't been touched in years.

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread Wjhonson
4:08 pm Subject: [U2] Logging program execution in Unidata? We're looking into a major conversion late this year, which will involve checking out several thousand programs (mostly opens, reads or writes). Some programs are run many times a day, whereas some were throwaway and haven't b

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread jeffrey Butera
On 1/6/14, 7:08 PM, McGowan, Ian wrote: We're looking into a major conversion late this year, which will involve checking out several thousand programs (mostly opens, reads or writes). Some programs are run many times a day, whereas some were throwaway and haven't been touched in years. It w

Re: [U2] Logging program execution in Unidata?

2014-01-06 Thread dale kelley
Ian, In universe the map file contains the most recent execution date for cataloged programs. Programs that are just "RUN" I don't know of any way. Dale On 01/06/2014 06:08 PM, McGowan, Ian wrote: We're looking into a major conversion late this year, which will involve checking out severa

[U2] Logging program execution in Unidata?

2014-01-06 Thread McGowan, Ian
We're looking into a major conversion late this year, which will involve checking out several thousand programs (mostly opens, reads or writes). Some programs are run many times a day, whereas some were throwaway and haven't been touched in years. It would be great to get some sense of which o