RE: [U2] [PQ] UV ProVerb help capturing manipulating output

2006-11-07 Thread Brian Leach
Charles I don't think you can. Short of executing a little program that PROCWRITEs the result back, or creating a custom user exit. All rather cludgy. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stevenson, Charles Sent: 06 November

RE: [U2] [UV] Auto start a phantom process

2006-11-07 Thread Peter Veenhof
Perfect, that should solve our problem ;) Thanks to all who responded! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony W. Youngman Sent: Saturday, November 04, 2006 4:37 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] Auto start a

RE: [U2] [PQ] UV ProVerb help capturing manipulating output

2006-11-07 Thread Kevin King
Brian had the right idea, create a proc that generates the SETPTR command with the OPEN option that opens the file immediately then call a program from the proc that PROCREADs the buffer and then writes the output to a file or named common where the caller can find it. We used to do this kind of

RE: [U2] [UV] Running UV command from Unix prompt

2006-11-07 Thread Scott, Dave
Thanks folks. You've given me some things to try. Someone also recommended doing a TERM=unknown before running the command. ...ds *** This information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material, the

Re: [U2] RedBack Scheduler

2006-11-07 Thread Andy Pflueger
Are there any clues in the rgw.log or corresponding log files directly tied with the RedBack Server responder PID's? I've found these log files to be quite useful in troubleshooting RedBack responder issues. HTH, Andy On 11/7/06, Baruch Salamander [EMAIL PROTECTED] wrote: Greetings,

RE: [U2][UV] Why does the IF statement think these values are d ifferent?

2006-11-07 Thread Eric Armstrong
Steve, Your problem seems to be the complement of one that we had. We found that in Universe 10.1.10, comparisons of strings of numbers are treated as if they were numbers and not strings. E.g. X= 50001.10 Y= 50001.1 x EQ y returns TRUE We implemented the following to fix it. IF

[U2] Universe Equivalent of the UnIData DIR command

2006-11-07 Thread Doug Farmer
Similar to my last post, Is there is a command that works the same as the UniData DIR command under UniVerse. I have not been able to find any items in the UniVerse documentation that comes close. I am using the DIR command to determine if a file exists at the OA level. The UnIData DIR command

[U2] PCPERFORM - UniVerse Equialent

2006-11-07 Thread Doug Farmer
I am lookin for the UniVerse equivalent to the UniData PCPERFORM command. I need this to work on both Unix and Windows Platforms. Looking at the UniVerse docmentatin, I see the CSH and SH commands, but they do not say they work on Windows Platforms,. Is there something I am missing? Thanks

RE: [U2] PCPERFORM - UniVerse Equialent

2006-11-07 Thread Peter Veenhof
Try typing DOS at TCL, is that what you are looking for? From a basic program you can do: EXECUTE DOS /c whatever-command Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Farmer Sent: Tuesday, November 07, 2006 4:12 PM To:

RE: [U2] Why does the IF statement think these values are different?

2006-11-07 Thread Baker Hughes
Steve, a couple suggestions: a) It shouldn't make a lick of difference, but enclose the math in parans, just to insure the precedence you desire in the operation.. IF (INTREC+PRNREC) # (INTPAY+PRNPAY) THEN b) if that doesn't change things, try something like: WHATSUP = ABS((INTREC+PRNREC) -

Re: [U2] PCPERFORM - UniVerse Equialent

2006-11-07 Thread Jeff Schasny
unix SH windows DOS Doug Farmer wrote: I am lookin for the UniVerse equivalent to the UniData PCPERFORM command. I need this to work on both Unix and Windows Platforms. Looking at the UniVerse docmentatin, I see the CSH and SH commands, but they do not say they work on Windows Platforms,. Is

Re: [U2] PCPERFORM - UniVerse Equivalent

2006-11-07 Thread Gordon J Glorfield
Doug, For this you might want to look at the DOS command. It's similar to the CSH and SH commands. It only works on *NIX platforms if you are running a DOS emulator though. Interacting with the operating system is a strength of UniData over UniVerse. HTH, Gordon Gordon J. Glorfield Sr.

Re: [U2] Universe Equivalent of the UnIData DIR command

2006-11-07 Thread Gordon J Glorfield
Doug, I'm afraid you're out of luck with this one. You'll have to write your own platform aware replacement. Yet another shortcoming of UniVerse as compared to UniData. Sorry, Gordon Gordon J. Glorfield Sr. Applications Developer UnitedHealthcare's Mid-Atlantic Health Plans 301-360-8839

[U2][UV] System() Trace equivalent

2006-11-07 Thread Baker Hughes
Does anyone know I want to report in a logging process the originating calling program - this would be the lowest level, or root level of the 'T'race command in RAID debugger. Normally, it's enough to report the calling subroutine, but in this case I need either the root program in the

RE: [U2] PCPERFORM - UniVerse Equialent {Unclassified}

2006-11-07 Thread HENDERSON MIKE, MR
Doug, There are two alternatives:- 'DOS /c Windows command-line string' This is the direct equivalent of the Unix 'SH /c Unix command-line string', but it mangles strings containing double-quoted spaces, e.g. 'DOS /c MyUtility.exe -qstring with spaces' See HELP DOS To get round that problem, a

[U2] PICK in the news (sort of)

2006-11-07 Thread Gahan, Mick
Nothing big, but... If you're bored, check out this column by John Dvorak in PC Magazine that includes a obscure reference to our beloved PICK operating system. http://www.pcmag.com/article2/0,1895,2037002,00.asp Mick Mick Gahan Metropolitan Community College Omaha, NE USA --- u2-users

RE: [U2] PICK in the news (sort of)

2006-11-07 Thread David Wolverton
It's the 3rd time I can think of that's he's mentioned it in the last several years! Nothing big, but... If you're bored, check out this column by John Dvorak in PC Magazine that includes a obscure reference to our beloved PICK operating system.

RE: [U2] RedBack Scheduler

2006-11-07 Thread D Averch
We had problems with the 4.1 release of Redback stopping for unknown reasons. Those problems went away when we upgraded to 4.2.5/4.2.6. On 11/7/06, Baruch Salamander [EMAIL PROTECTED] wrote: Greetings, We're using Universe 10.1.11 and RedBack 4.1 on W2000 (Universe and RedBack on