[U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Denny Watkins
We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an IBM F50. Since there are still some us around who used PR1ME computers and PR1ME Information, I'll direct this question mainly to them. Does anyone know of any software for Unix which is compatible with the old PR1MOS Editor? I

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Martin Phillips
Hi Denny, Does anyone know of any software for Unix which is compatible with the old PR1MOS Editor? I had to blow the dust off my old copy of the Hacker's Guide to the Prime to remind myself about the Primos ED command. Dare I ask why you would want to find a Unix equivalent? Martin Phillips

RE: [U2] Emails into AIX

2005-12-08 Thread Larry Hiscock
We've done it on Linux SCO, but not AIX, although the concepts should be the same. Under AIX, the locations and names of the files will undoubtedly be different ;-) There are a couple of issues: 1) I'm not sure I'd expose my application server's to receive email directly from the outside

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread aegerton
From: Martin Phillips [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, December 08, 2005 12:32 PM Subject: Re: [U2] OT: Unix Version of PR1MOS EDitor Hi Denny, Does anyone know of any software for Unix which is compatible with the old PR1MOS Editor? I had to blow the

[U2] PHANTOM question

2005-12-08 Thread Donnie Jacobs
I've got a really curious situation. We are running UV 10.1.12 (PICK flavor) on UNIX It appears that the PHANTOM command doesn't like to execute commands that contain the string -U Below are the two programs that I'm trying to run as a phantom (DLJ1 and DLJ-U). Both are compiled and

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Drew Henderson
Hey Denny, Do you need it because of familiarity with the Primos editor, or do you have software that makes use of it? Drew Denny Watkins wrote: We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an IBM F50. Since there are still some us around who used PR1ME computers and

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Richard A. Wilson
you can try [EMAIL PROTECTED] perhaps Randy has something aegerton wrote: From: Martin Phillips [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, December 08, 2005 12:32 PM Subject: Re: [U2] OT: Unix Version of PR1MOS EDitor Hi Denny, Does anyone know of any software

Re: [U2] Emails into AIX

2005-12-08 Thread Michael Doyle
Mr. Witney: If you don't want to deal with the horrors of sendmail.cf, the quick and dirty way on any old Unix would be to create a system user with a crontab entry that checks mail every minute or so and greps the message contents for a command to run. Use perl. -Mike Doyle On Wed,

RE: [U2] Emails into AIX

2005-12-08 Thread Hennessey, Mark F.
snip I am happily using sendmail to email from the aix boxes but I need to be able to email into the aix box to trigger automatioc process /snip Allowing mail to come in from the outside world could be dangerous, so read up on sendmail first. I'd guess one way would be to have mailboxes for

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Ron Hutchings
Does anyone know of any software for Unix which is compatible with the old PR1MOS Editor? I had to blow the dust off my old copy of the Hacker's Guide to the Prime to remind myself about the Primos ED command. Dare I ask why you would want to find a Unix equivalent? I'll bet he is longing for

Re: [U2] PHANTOM question

2005-12-08 Thread Jerry Banker
Just a guess but it is probably taking the -U as an option. - Original Message - From: Donnie Jacobs [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, December 08, 2005 12:37 PM Subject: [U2] PHANTOM question I've got a really curious situation. We are running UV

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Jim Koca
Think of ; as a CR/LF - separate line of code. Hope this helps IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13)=DATE() THEN CC=CC END ELSE INS 1 BEFORE AR(14)1,1 DEL AR(14)1,9 END END

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Ron Hutchings
IF P(2)-AR(12)=28 THEN CC=CC+1; INS 0 BEFORE AR(14)1,1; DEL AR(14)1,9; ELSE IF AR(13)=DATE() THEN CC=CC ELSE INS 1 BEFORE AR(14)1,1; DEL AR(14)1,9 Here is my interpretation: IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13)=DATE() THEN

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Larry Hiscock
First thing I would do is indent it to make it readable. This is the way I see it: IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13)=DATE() THEN CC=CC END ELSE INS 1 BEFORE AR(14)1,1 DEL AR(14)1,9 END END Larry

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Jerry Banker
I wouldn't mind having it either. There were some options in the Prime Editor that are not in the UV editor. One was the ability to overwrite part of a line, another was the ability to do appends to more than one line, and the G options. I use to have a DOS version of the program but I lost it

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Denny Watkins
ABSOULTELY CORRECT At 01:18 PM 12/8/2005 -0600, you wrote: Does anyone know of any software for Unix which is compatible with the old PR1MOS Editor? I had to blow the dust off my old copy of the Hacker's Guide to the Prime to remind myself about the Primos ED command. Dare I ask why you

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Denny Watkins
Hey Drew, Both. Denny At 11:51 AM 12/8/2005 -0500, you wrote: Hey Denny, Do you need it because of familiarity with the Primos editor, or do you have software that makes use of it? Drew Denny Watkins wrote: We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an IBM F50. Since

Re: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Dawn Wolthuis
On 12/8/05, Martin Phillips [EMAIL PROTECTED] wrote: Hi Denny, Does anyone know of any software for Unix which is compatible with the old PR1MOS Editor? I had to blow the dust off my old copy of the Hacker's Guide to the Prime to remind myself about the Primos ED command. Dare I ask why

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread u2
My god, who would write a line of basic code like that? Must have been a former MUMPS programmer. IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13)=DATE() THEN CC=CC ---huh? END ELSE INS 1 BEFORE AR(14)1,1 DEL AR(14)1,9 END -Original

Re: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Timothy Snyder
Caleb Ng [EMAIL PROTECTED] wrote on 12/08/2005 02:10:32 PM: IF P(2)-AR(12)=28 THEN CC=CC+1; INS 0 BEFORE AR(14)1,1; DEL AR(14)1,9; ELSE IF AR(13)=DATE() THEN CC=CC ELSE INS 1 BEFORE AR(14)1,1; DEL AR(14)1,9 OK, this is some kind of test, right? Nobody actually put that mess in production

Re: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Richard Brown
- Original Message - From: Caleb Ng [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, December 08, 2005 2:10 PM Subject: [U2] Deciphering Pick UniBasic statement I'm trying to decipher and break the following IF/THEN/ELSE statement into multiple lines because I need

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Norman Morgan
How about: IF P(2) - AR(12) = 28 THEN CC = CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13) = DATE() THEN CC = CC END ELSE INS 1 BEFORE AR(14)1,1 DEL AR(14)1,9 END END === Norman

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Lance Jahnke
IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13)=DATE() THEN CC=CC ELSE INS 1 BEFORE AR(14)1,1 DEL

Re: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Jerry Banker
IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1 DEL AR(14)1,9 END ELSE IF AR(13)=DATE() THEN CC=CC END ELSE INS 1 BEFORE AR(14)1,1 DEL AR(14)1,9 END END - Original Message - From: Caleb Ng [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent:

RE: [U2] PHANTOM question

2005-12-08 Thread Donnie Jacobs
The problem has been identified. This blurb was found in the file patchlist.101 in the uv home directory. So it is trying to use the -U as an parameter, it's just not doing a very great job of parsing the command line. Thanks for the replies. Problems Fixed in UniVerse Release 10.0.16 (Build

RE: [U2] Emails into AIX

2005-12-08 Thread Anthony Dzikiewicz
This software might be of interest; http://www.ornicusa.com/products/ We use this for basically the same functionality that you might require. However, it is done via the PC instead of the server. The software is used in the rules part of outlook (means you have to have a Windows PC on your

RE: [U2] Emails into AIX

2005-12-08 Thread Glen Batchelor
Check out procmail. --- Glen Batchelor IT Director All-Spec Industries phone: (910) 332-0424 fax: (910) 763-5664 e-mail: [EMAIL PROTECTED] --- www.allspec.com ---

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Peter Gonzalez
Several years go I wrote a utility to clean source code for Unidata, for this very same reason. The utility added END statements when need. It also accounted for all Unidata functions, Verbs. An added feature that I was not able to complete, due to time, was a flowchart. A second program would

RE: [U2] Emails into AIX

2005-12-08 Thread Chuck Mongiovi
I need to be able to email into the aix box to trigger automatioc process Automatic processes on the PICK side or the AIX side? .. I have a .forward script that gets run every time a piece of email comes in for a specific user and writes it out individually into a UNIX directory .. I then have a

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Stevenson, Charles
Everyone's going to jump in with the answer, but here's a way to figure it out yourself (on UV, but not UD): Use VLIST. Compile the program, then VBLIST will decompile the object (pcode) into an assembler-kinda-looking output you can see step by step what's happening. CT CDS.BP CALEB

RE: [U2] OT: Unix Version of PR1MOS EDitor

2005-12-08 Thread Keith W. Roberts
Original Message From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Denny Watkins Sent: Thursday, December 08, 2005 11:51 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] OT: Unix Version of PR1MOS EDitor I had to blow the dust off my old copy of the Hacker's Guide to

RE: [U2] Deciphering Pick UniBasic statement

2005-12-08 Thread Caleb Ng
The general consensus of replies confirms my findings of how this was originally meant to be nested. Thanks for all your help. Caleb [EMAIL PROTECTED] 12/08/05 12:09PM IF P(2)-AR(12)=28 THEN CC=CC+1 INS 0 BEFORE AR(14)1,1

[U2] SOX question (United States only, I believe)

2005-12-08 Thread Charlie Rubeor
When we started implementing Sarbanes-Oxley, I knew the question of why we don't separate the Database Admin role from the Programmer role would come up. Has anyone on this list been able to provide a satisfactory answer to the auditors, without spending a lot of time explaining the benefits

RE: [U2] Emails into AIX

2005-12-08 Thread Tony Gravagno
Bob Witney wrote: I am happily using sendmail to email from the aix boxes but I need to be able to email into the aix box to trigger automatioc process See http://nebula-rnd.com/products/mail.htm NebulaMail sends and receives e-mail from MV BASIC with no need for sendmail, procmail, blat, or

[U2] Re: [UV] Account name in prompt ?

2005-12-08 Thread Jacques G.
Is there any feature in UV to get the account name into the prompt ? I know we can type: WHO anytime but having it there can help prevent people from running things into the wrong account. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

RE: [U2] PHANTOM question

2005-12-08 Thread Glenn Herbert
While I don't have an answer as to why this occurs, having tested it on uv9.6.1 without failure, the interesting thing is the Insufficient privilege to invoke this command error message. I added this message when implementing the non-root administration functionality.

Re: [U2] MVInternet Replacement

2005-12-08 Thread Bob Kinney
Pixius discontinued support in Dec. 2004 (still accepted payment this year though). Mike and Luke at Sierra-Bravo did write mvi about 6 years ago. We just cut over to Sierra-Bravo DBC last week. Mvi has been running for 6 year for us with no issues, but we wanted to get the extra functionality

[U2] FW: Uonet Timeout

2005-12-08 Thread Bob Modrich
With the following .net code I am setting the timeout property for a uniobject session. Does anything have to get set on the server side for this to work? Try UniSession = UniObjects.OpenSession(HostName, UserName, PassWord, AccountPath, udcs) UniSession.Timeout

SV: [U2] SOX question (United States only, I believe)

2005-12-08 Thread bjorn . eklund
Charlie, we get the same questions here in sweden, we don't have any good answer to that eitherThe auditors here are upset about that our programmers put new code in the production environment for example. Bjvrn Eklund -Ursprungligt meddelande- Fren: Charlie Rubeor [mailto:[EMAIL