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

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wjhonson
So Ian, everything is globally catalogued? -Original Message- From: McGowan, Ian james.mcgo...@bankofthewest.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Mon, Jan 6, 2014 6:57 pm Subject: Re: [U2] Logging program execution in Unidata? Wow! Didn't know about that command

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wjhonson
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? -Original Message- From: Charles Stevenson stevenson.c...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent:

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Wjhonson
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. I've never heard of that ability before this thread. Thanks. -Original Message- From: Dennis Bartlett

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread McGowan, Ian
It's probably overkill, but we have an elaborate scheme for dealing with compiling code. It ties into our source control and build methods. * All generic/utility programs are cataloged global so the same version is available in all accounts. * Anything specific to a particular account (we have

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread McGowan, Ian
Dennis, I think you're right that a combo is the best approach. There were several great ideas in this thread, and it was a good opportunity to learn some new things (apparently I just don't read the manuals like I used to ;_) We do use a pseudo-TCL utility called STACK -

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Ladd, Ryan
For Universe, the R-pointer description and security subroutines information can be found in the Universe System Description, chapter 3. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday,

Re: [U2] Logging program execution in Unidata?

2014-01-07 Thread Daniel McGrath
You can find it in the 'Using UniData' manual under 'R Types - Remote Items' http://docs.rocketsoftware.com/nxt/gateway.dll/RKBnew20/unidata/7.3/udtu.pdf You can also find a slightly larger code example of a subroutine you could call via this mechanism on GitHub:

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 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 option.

[U2] JET Command parameters

2014-01-07 Thread George Gallen
OK. I'm looking at Paragraph that runs JET-OUT and passes (J,Q,P) What do the J, Q and P signify? J=justified? Q=quiet? P=to the printer? George Gallen Senior Programmer/Analyst Accounting/Data Division, EDI Administrator ggal...@wyanokegroup.com ph:856.848.9005 Ext 220 The Wyanoke Group

Re: [U2] JET Command parameters

2014-01-07 Thread Bruce Decker
J= Printer driver. For printers that use table-drive printer drivers such as the HP laserJet to activate letter quality features. Q=Quality (letter quality) P=Print to spooler On 1/7/2014 12:23 PM, George Gallen wrote: OK. I'm looking at Paragraph that runs JET-OUT and passes (J,Q,P) What

Re: [U2] JET Command parameters

2014-01-07 Thread George Gallen
Hmmm. Since the output is going to the spooler, then being exported and being printed From another application. Looks like the J and the Q really aren't needed (for this application) Thanks George -Original Message- From: u2-users-boun...@listserver.u2ug.org

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

[U2] Migrating UniVerse 10.1.20 on HP-UX to UV 11.x on Redhat Linux

2014-01-07 Thread mburgun
Hi, The general consensus seems to be that when migrating UniVerse across platforms the best approach is to use UVBACKUP on the old platform and then UVRESTORE on the target platform and all platform issues are taken care of. We, however have just attempted this process in migrating UniVerse

Re: [U2] Migrating UniVerse 10.1.20 on HP-UX to UV 11.x on Redhat Linux

2014-01-07 Thread Hona, David
Did you use format.conv (UNIX / DOS/Windows command) or FORMAT.CONV (TCL command) on the HPUX sourced files that restored - post-restore? This will convert them into the format required for the target system... There are many options to choose from...see Admin.pdf (In the UV11.1 edition, see