RE: [U2][UV] EQUATEs Using System Delmiiters

2008-10-06 Thread Perry Taylor
of just assigning a variable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Tuesday, 7 October 2008 4:06 AM To: U2-Users List Subject: [U2][UV] EQUATEs Using System Delmiiters I'm trying to use EQUates to setup static arrays in a BASIC

RE: [U2] Universe PE on CentOS

2008-08-22 Thread Perry Taylor
This might be the same thing I ran into on RHEL5. You need to install a compability library. Here's the command I ran to install it... yum install compat-libstdc++-33.i386 Hope that helps. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff

RE: [U2] Unidata Training

2008-04-21 Thread Perry Taylor
FYI... We recently purchased a copy of this book directly from JES Assocaiates. Apparently they found some new copies of this book they didn't know they had. Jon even autographed it for us ;) Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: [U2] Testing for TRANSACTION block

2008-03-04 Thread Perry Taylor
If you are running on UniVerse try @TRANSACTION. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacques G. Sent: Tuesday, March 04, 2008 12:09 PM To: u2-users@listserver.u2ug.org Subject: [U2] Testing for TRANSACTION block If there a way for a

[U2][UV] *LISTFILES is not in the CATALOG space.

2008-02-21 Thread Perry Taylor
. [EACCES] Permission denied What would cause this? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use

RE: [U2][UV] *LISTFILES is not in the CATALOG space.

2008-02-21 Thread Perry Taylor
Update: I put a support call into U2 support. Turns out the catdir directory does not have the correct permissions. Support suggests permissions be set to full control. Thanks to all who made suggestions. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [U2][UV] Type 18 File Hashing Algorithm

2008-02-14 Thread Perry Taylor
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Wednesday, February 13, 2008 9:00 AM To: u2-users@listserver.u2ug.org Subject: [U2][UV] Type 18 File Hashing Algorithm I need to come up with an equivalent in BASIC to UniVerse's type 18 file hashing algorithm. I

RE: [U2][UV] Type 18 File Hashing Algorithm

2008-02-14 Thread Perry Taylor
, Perry Taylor wrote: FOR NC = 1 TO LEN.ID GROUP = GROUP * 10 + SEQ(ID[NC, 1]) NEXT NC --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole

[U2][UV] Type 18 File Hashing Algorithm

2008-02-13 Thread Perry Taylor
eight characters GROUP = 0 LEN.ID = LEN(ID) FOR NC = 1 TO LEN.ID GROUP = GROUP * 10 + SEQ(ID[NC, 1]) NEXT NC IF GROUP THEN GROUP = MOD(GROUP, FILE.MODULUS) + 1 Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole

Re: [U2] date on a pick item

2008-01-03 Thread Perry Taylor
Only on a directory-type file. - Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org u2-users@listserver.u2ug.org Sent: Thu Jan 03 10:29:16 2008 Subject: [U2] date on a pick item Is there a way in universe (10.1) to see the date a pick item was

Re: [U2] testing

2007-12-24 Thread Perry Taylor
Output is saved to the PH file. Include the SQUAWK keyword in your PHANTOM command to get the specific item I'd Perry - Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org u2-users@listserver.u2ug.org Sent: Mon Dec 24 11:39:00 2007 Subject: RE:

RE: [U2] anyone seen this error before?

2007-12-20 Thread Perry Taylor
One disadvantage to using PHANTOM is the challenges required to retrieve the output from the program. For example, suppose you needed to get some piece of data from UniVerse to use in a shell script, say the email address to which to mail a report. The BASIC program MAILTO.LOOKUP does the lookup

RE: [U2] sigh phantom ?

2007-12-12 Thread Perry Taylor
Doug, Here example of PORT.STATUS on my system [EMAIL PROTECTED]:TRAX PORT.STATUS There are currently 4 uniVerse sessions; 1 interactive, 3 phantom Pid User name. Who. Port name. Last command processed... 29890 perryt35 /dev/pts/24 PORT.STATUS

RE: [U2] To Ad or Not to Ad

2007-12-05 Thread Perry Taylor
Amen! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn Sent: Wednesday, December 05, 2007 8:09 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] To Ad or Not to Ad Chuck and Tony and all, When I was a little girl I didn't wake up in my

[U2][UV] MASTER OFF Signals

2007-11-29 Thread Perry Taylor
to be able to respond to a request to log off. To do so I need to know what mechanism MASTER OFF uses to make processes go away. Anyone have any ideas how UniVerse does this? Thanks. Perry Taylor ZirMed, Inc CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use

[U2][UV] Dynamic File MINIMUM.MODULUS Calculation

2007-11-29 Thread Perry Taylor
offer some suggestions for accurate calculation of MINIMUM.MODULUS? Thanks. Perry Taylor ZirMed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any

RE: [U2][UV] Dynamic File MINIMUM.MODULUS Calculation

2007-11-29 Thread Perry Taylor
offer some suggestions for accurate calculation of MINIMUM.MODULUS? Thanks. Perry Taylor ZirMed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized

[U2][UV] PE Edition Telnet Service Won't Start

2007-11-28 Thread Perry Taylor
. The Windows telnet service is disabled. I have uninstalled and re-installed UniVerse and still have had no success. Has anyone any suggestions? Thanks. Perry Taylor ZirMed CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may

RE: [U2][UV] PE Edition Telnet Service Won't Start

2007-11-28 Thread Perry Taylor
] On Behalf Of Jerry Banker Sent: Wednesday, November 28, 2007 9:20 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2][UV] PE Edition Telnet Service Won't Start Your license has probably expired. Load a new one. -Original Message- From: Perry Taylor [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: [U2][UV] PE Edition Telnet Service Won't Start

2007-11-28 Thread Perry Taylor
Ah hah! Baker hit it right on! I uninstalled my ATT Connection Manager software (Sierra Wireless AirCard) and magically my UniVerse telnet service starts every time. I found a newer version of the ATT software and was going to upgrade, however in looking around the ATT website I found a link

RE: [U2] Time Travel

2007-11-27 Thread Perry Taylor
Hrm... That makes me sad (zirmed.com) Perry Taylor Office (877) 494-7633 ext. 4392 Direct (502) 779-4392 Zirmed, Inc. 626 West Main St., 6th Floor Louisville, KY 40202 www.zirmed.com -Original Message- From: Thomas Derwin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 11

RE: [U2] Time Travel

2007-11-26 Thread Perry Taylor
I also experience the hour or so response time getting emails from this list. I would love to see this situation remedied. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 26, 2007 11:56 AM To:

RE: [U2] OCONV Extraction Question

2007-11-14 Thread Perry Taylor
Unless I'm missing something would you not.. CRT VAR11,1 ?? Perry Taylor ZirMed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of D Sent: Wednesday, November 14, 2007 2:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] OCONV Extraction Question VAR1

[U2][EMPLOYMENT] UniVerse Developer

2007-10-25 Thread Perry Taylor
is expected to adhere to all company policies. Perry Taylor ZirMed 626 West Main St , 6th Floor ● Louisville, KY 40202 www.zirmed.com CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged

RE: [U2] [UV] Bad Breakpoint in Debugger

2007-10-11 Thread Perry Taylor
I have experienced this as well. While not positive about it I think it has to do with having reached the limit of break points. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 3:57 PM To:

RE: [U2] [UV] - Getting the call stack trace within a program

2007-09-03 Thread Perry Taylor
Here's a little user-defined function which might help out. Hope it helps. Perry - FUNCTION CALLSTACK ! * RETURN ATTRIBUTE-DELMITED CALLSTACK * * 07/08/2004 * PERRY TAYLOR ! CALLSTK = DELETE(SYSTEM(9001), 1) FOR AMC

RE: [U2] HASH.HELP

2007-08-09 Thread Perry Taylor
, the second of which is identical to that of HASH.HELP. Hope this helps. Perry Taylor Zirmed, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 09, 2007 10:49 AM To: u2-users@listserver.u2ug.org Subject: [U2

RE: [U2] How to use LOCATE in an I Descriptor

2007-08-09 Thread Perry Taylor
the EVENTSTATUS associated with EVENTCODE B but I don't want to resort to BY-EXP. Here's how I do it in the I-desc... 0002: EVENTSTATUS1, INDEX(@VM: EVENTCODE: @VM, @VM: 'B': @VM, 1) - 1 ... Seems to do the trick. Hope this helps. Perry Taylor Zirmed, Inc. -Original Message- From: [EMAIL

RE: [U2] [u2] : Cleaner Case Statement

2007-07-25 Thread Perry Taylor
Someone want to explain to me why ON GOSUB is bdd ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel Sent: Wednesday, July 25, 2007 1:06 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [u2] : Cleaner Case Statement ON

[U2][UV] List-type Item File

2007-07-23 Thread Perry Taylor
? Perry Taylor ZirMed 626 West Main St , 6th Floor $B!|(B Louisville, KY 40202 www.zirmed.com http://www.zirmed.com/ CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any

RE: [U2][UV] GROUP Command Equivalent

2007-07-04 Thread Perry Taylor
That's what I was afraid of. I was hoping to avoid the overhead of an EXECUTE/PERFORM. Also, I was hoping for a solution which did not incur the i/o overhead of determining an item's existence in the file... Only to which group it would hash. Thanks for everyone's input. Perry Perry Taylor

RE: [U2] UV CREATE.FILE

2007-07-03 Thread Perry Taylor
This may be flavor dependent. We run Pick flavor and I create dir-type files all the time with... CREATE.FILE FILENAME 1,1,19 1,1,19 This of course assumes you want both the dictionary and data files to be type 19. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[U2][UV] GROUP Command Equivalent

2007-07-02 Thread Perry Taylor
Is anyone aware of a way in UniVerse to programmatically determine the group to which an item will hash, either using a command similar the Pick ITEM command, or preferably, in BASIC? Thanks. Perry Taylor ZirMed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments

RE: [U2][UV] GROUP Command Equivalent

2007-07-02 Thread Perry Taylor
@listserver.u2ug.org Subject: Re: [U2][UV] GROUP Command Equivalent RECORD - I think -- Original message -- From: Perry Taylor [EMAIL PROTECTED] Is anyone aware of a way in UniVerse to programmatically determine the group to which an item will hash, either using a command similar

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Perry Taylor
Two things. 1) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Tuesday, June 19, 2007 8:50 AM To: u2-users@listserver.u2ug.org Cc: Dominion Subject: [U2] [UV] - Distributed Files REPOSTED FOR NON-MEMBER ADDRESS: Dominion [EMAIL

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Perry Taylor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Tuesday, June 19, 2007 8:50 AM To: u2-users@listserver.u2ug.org Cc: Dominion Subject: [U2] [UV] - Distributed Files REPOSTED FOR NON-MEMBER ADDRESS: Dominion [EMAIL PROTECTED] Hi, I'm

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Perry Taylor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Tuesday, June 19, 2007 8:50 AM To: u2-users@listserver.u2ug.org Cc: Dominion Subject: [U2] [UV] - Distributed Files REPOSTED FOR NON-MEMBER ADDRESS: Dominion [EMAIL PROTECTED] Hi, I'm

[U2][EMPLOYMENT]

2007-06-01 Thread Perry Taylor
Senior UniVerse System Administrator (Technology) ZirMed, Inc. Louisville, Kentucky This job reports to the Chief Technology Officer Relocation is negotiable and travel is not required. This is a Full-Time position, working 1st Shift. Number of Openings for this position: 1 To apply

RE: [U2] [BB] U2 Enhancement Request - WRITE

2007-05-23 Thread Perry Taylor
, a part file for a distributed file is not found. 3) Unknown 4) No there is not. Have to write your own permissions-checking routine There are similar issues with OPENSEQ relating to permissions issues. FYI. Perry Taylor ZirMed, Inc. 626 West Main St , 6th Floor ● Louisville, KY 40202

RE: [U2] UV - Transaction Logging - Stale Transactions

2007-03-26 Thread Perry Taylor
Sara, We had occasional instances of this in the past. We finally tracked the cause down to one of our developers copying transaction logging-enabled files between servers without disabling them first. Not sure if this is happening in your case. Hope this helps. Perry -Original

RE: [U2] @VARIABLES

2007-03-22 Thread Perry Taylor
@(-4) typically clears from the current cursor position to the end of the line, leaving the cursor position unchanged. So technically.. CRT @(2,15): @(-4): Is effectively the same as CRT @(2,15): @(-4): @(2,15): Does this answer your question? Perry -Original Message- From: [EMAIL

RE: [U2] spam using u2

2007-02-28 Thread Perry Taylor
Yes. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Sent: Wednesday, February 28, 2007 8:47 AM To: u2-users@listserver.u2ug.org Subject: [U2] spam using u2 Have other people been getting spam with the [U2] subject line (see below) lately?

[U2] wIntegrate Help File Missing

2007-02-22 Thread Perry Taylor
, wIntegrate.jpg, is a screen capture showing the error. wIntegrate.JPG How can I get this corrected? Thanks. Perry Taylor Zirmed, Inc. (502) 473-7709 ext 4392 mailto:[EMAIL PROTECTED] UniVerse 10.1.21, RHEL V3, Serial No: 12358315 Pick Flavor CONFIDENTIALITY NOTICE: This e-mail message, including

RE: [U2] wIntegrate Help File Missing

2007-02-22 Thread Perry Taylor
Woops! I meant to send this to U2-supp. Please ignore. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Thursday, February 22, 2007 4:12 PM To: u2-users@listserver.u2ug.org Cc: Chris Schremser; Robin Harrison Subject: [U2

RE: [U2] UV 10.0 XML

2007-02-21 Thread Perry Taylor
Bob, What if you run the command as a phantom then grab the PH file? Perry Taylor Zirmed, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Wednesday, February 21, 2007 6:45 PM To: U2-Users List Subject: [U2] UV 10.0 XML Hi folks

RE: [U2] UVBACKUP

2007-02-20 Thread Perry Taylor
Linda, You don't *have* to reference a record in the DEVICE file. You can just redirect output to any file. Something like this find /your/acct/directory -print | uvbackup -f -v - /your/backup/file Does this help? Perry Taylor Zirmed, Inc. -Original Message- From

RE: [U2] A trail of bread crumbs

2007-02-13 Thread Perry Taylor
I'm not sure if you're looking for a UniVerse or UniData solution. Here's what I use on Universe... FUNCTION CALLSTACK ! * RETURN ATTRIBUTE-DELMITED CALLSTACK * * 07/08/2004 * PERRY TAYLOR ! * FORM THE STACK * CALLSTK = DELETE(SYSTEM(9001), 1) FOR AMC = DCOUNT(CALLSTK, @AM) TO 1

RE: [U2] Index Problem

2007-02-08 Thread Perry Taylor
possible that I'm the last one on the planet to learn of this.) Perry Taylor Zirmed, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stevenson, Charles Sent: Thursday, February 08, 2007 12:15 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Index

RE: [U2] [UV] Basic Program Scheduling Priority

2007-01-15 Thread Perry Taylor
Thanks to everyone for their suggestions. The CHAP command was exactly what I was looking for (thanks Martin and Ray). Many years ago I had used the General Automation R91 BASIC statement CHAP and actually had looked in the UniVerse BASIC manual for it. It never occurred to me to look for a

[U2] [UV] Basic Program Scheduling Priority

2007-01-13 Thread Perry Taylor
? Thanks. Perry Taylor Senior MultiValue Architect ZirMed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure

RE: [U2] [UV] Data Replication

2007-01-08 Thread Perry Taylor
Barry, I cannot speak for replication but I do believe that FINFO$RECOVERYTYPE is a flag indicating whether or not the file is recoverable from a transaction logging perspective. IOW.. 0 = transactions are not logged, 1 = transactions are logged. Perry -Original Message- From: [EMAIL

[U2][UV] Determining INDEX.nnn File

2006-11-15 Thread Perry Taylor
ideas? Thanks Perry Taylor ZirMed 626 West Main St , 6th Floor b Louisville, KY 40202 www.zirmed.com http://www.zirmed.com/ CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged

RE: [U2][UV] Determining INDEX.nnn File

2006-11-15 Thread Perry Taylor
, November 15, 2006 6:02 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2][UV] Determining INDEX.nnn File INDICES BASIC command possibly? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Thursday, 16 November 2006 12:00 p.m. To: u2-users

RE: [U2][UV] Terminal Cursor Control

2006-10-30 Thread Perry Taylor
@listserver.u2ug.org/msg17686.html Regards David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Friday, October 27, 2006 5:53 AM To: u2-users@listserver.u2ug.org Subject: [U2][UV] Terminal Cursor Control I'm having one of those how do

[U2][UV] Terminal Cursor Control

2006-10-26 Thread Perry Taylor
hints there but most everything is either based on INPUT @(X,Y) or raw character input using KEYIN(). I have no idea if the SYSTEM(4001/4002) input routine is implemented in BASIC or something else. Feels like I'm at a dead end. Anyone have any ideas? Thanks. Perry Taylor ZirMed 626 West Main St

[U2] UV.ACCESS Record Structure

2006-09-17 Thread Perry Taylor
}NT AUTHORITY\system 0002 READ}WRITE Note that there are three users but only two privileges. I find that I can add a user to attribute one and accomplish what I need but I'd like to know more about UV.ACCESS so I don't break something. Thanks. Perry Taylor Zirmed, Inc. (502) 473-7709 ext 4392

RE: [U2][UV] Show Empty Fields in Vertical Listing

2006-08-29 Thread Perry Taylor
a space into the field so it will print. Tom Dodds [EMAIL PROTECTED] 513-563-2800 Cincinnati Office 708-234-9608 Chicago Office 630-235-2975 Anywhere Cell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Tuesday, August 29, 2006 2:33 PM

RE: [U2] Change command prompt character

2006-08-10 Thread Perry Taylor
SYSTEM(4001), SYSTEM(4002) and/or the disappearing ? Perry Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 2:25 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character

RE: [U2][UV] XML DOM

2006-07-27 Thread Perry Taylor
~~~ On Jul 26, 2006, at 6:46 AM, Perry Taylor wrote: I'm struggling with setting up an extraction file on UniVerse in order to process an XML document. Unless I'm missing something it appears that the documentation is anything but consistent and complete. Does anyone have a How

RE: [U2][UV] XML DOM

2006-07-27 Thread Perry Taylor
. Clifton Oliver, CCP CLIFTON OLIVER ASSOCIATES Tel: +1 619 460 5678Web: www.oliver.com ~~~ On Jul 26, 2006, at 6:46 AM, Perry Taylor wrote: I'm struggling with setting up an extraction file on UniVerse in order to process an XML document. Unless I'm

RE: [U2][UV] XML DOM

2006-07-27 Thread Perry Taylor
. This is on udt on linux, it may be different on other platforms, tho there are a number of people on this list who have experienced xml api problems when dealing with utf-8. Apparently IBM may be re-doing there whole xml API because it does have some flaws. rgds Symeon. On 27/07/06, Perry Taylor [EMAIL

[U2][UV] XML DOM

2006-07-26 Thread Perry Taylor
. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. ZirMed, Inc. has

[U2][UV] Inhibiting Access to Debugger

2006-06-07 Thread Perry Taylor
Does anyone know of a way to prohibit selected users in an account from gaining access to the debugger while still allowing all users to break out of the application? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use

RE: [U2] [UV] RE: Record Lock Outside of Transaction

2006-05-23 Thread Perry Taylor
Thanks for the input, David. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Jordan Sent: Saturday, May 20, 2006 8:10 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] RE: Record Lock Outside of Transaction Hi Perry The impact of record

[U2] Record Lock Outside of Transaction

2006-05-20 Thread Perry Taylor
END END TRANSACTION END ELSE RELEASE F.FILE, ITEM.ID END Are there any negative consequences of doing so? Thanks. Perry Taylor Zirmed, Inc. Perry Taylor Office (877) 494-7633 ext. 4392 Direct (502) 779-4392 Zirmed, Inc. 626 West Main St., 6th Floor Louisville, KY

RE: [U2] Indexes on distributed files

2006-03-22 Thread Perry Taylor
Unfortunately, BSCAN is not supported on distributed files in UniVerse. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mac Bhyat Sent: Wednesday, March 22, 2006 5:08 AM To: u2-users@listserver.u2ug.org Subject: [U2] Indexes on distributed files Hi, I

RE: [U2] Indexes on distributed files

2006-03-22 Thread Perry Taylor
. Mark Baldridge wrote something that does this very thing and you probably can get it from them. Hope this helps some. Perry -Original Message- From: Mac Bhyat [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 7:21 AM To: Perry Taylor Subject: RE: [U2] Indexes on distributed

RE: [U2] MegaWest Practice Managment system

2006-03-13 Thread Perry Taylor
Martin, I worked for MegaWest for several years and unless Companion Technologies (the company who now owns MegaWest) has begun not installing dictionaries they have always been there. One convention that I introduced while there was for all production dictionary items were to be named with a

[U2] [UV] Item Modification Date/Time

2006-02-21 Thread Perry Taylor
Does anyone know if UniVerse stores the modification date/time of records stored in hashed files? If so, is there any way to get that information via a dictionary item? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole

RE: [U2] [UV] Item Modification Date/Time

2006-02-21 Thread Perry Taylor
? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. ZirMed, Inc

RE: [U2] [u2][ud] Poor select performance

2006-02-10 Thread Perry Taylor
of the UniData syntax) ... CREATE.INDEX A_FILE @ID BUILD.INDEX A_FILE @ID SELECT A_FILE WITH @ID LIKE 66-... OR SELECT A_FILE WITH @ID MATCHING '66-'1N0N Perry Taylor www.zirmed.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday

RE: [U2] Converting Jbase Code into Universe

2006-01-26 Thread Perry Taylor
EXIT END IDX += 1 REPEAT RETURN(FOUND) Hope this helps. Perry Taylor Zirmed, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Castilletti Sent: Thursday, January 26, 2006 7:05 AM To: u2-users

RE: [U2] Socket errors from .NET

2006-01-17 Thread Perry Taylor
Brian, If this error, 99, is coming from one of the UniVerse socket api calls it's usually indicative of the number of available licenses being exceeded. Perry Taylor Zirmed, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent

RE: [U2] CallHTTP

2006-01-09 Thread Perry Taylor
is an attribute-delimited array of error messages and NUMBER.OF.ERRORS = DCOUNT(ERROR.MESSAGES, @AM). It makes it simple to make sure we got something legitimate back from the POST without having to interpret all the various http status codes. Hope this helps. Perry Taylor Zirmed, Inc. ! POST

[U2] Emptying I/O Cache

2006-01-09 Thread Perry Taylor
Does anyone have any suggestions as to how to get UniVerse to flush all buffers so that all reads come from disc for testing i/o ? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may

RE: [U2] Emptying I/O Cache

2006-01-09 Thread Perry Taylor
So am I to assume that all caching is a function of the operating system and not UniVerse? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Monday, January 09, 2006 12:38 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Emptying I/O

RE: [U2] Elections and Membership

2006-01-06 Thread Perry Taylor
: ( _FIELD_REQUIRED ) Option: Allow other users to view your e-mail address Fatal error: Call to undefined function getuserfieldlist() in /home/httpd/vhosts/u2ug.org/htdocs/modules/NS-NewUser/user.php on line 115 --- Thanks. Perry Taylor Zirmed, Inc

RE: [U2] [UV] PORT.STATUS From Unix

2005-11-23 Thread Perry Taylor
From Unix From: Perry Taylor What would be the indications/complications of this happening? No one else can run port.status until the port.status semaphore is cleared. A more dangerous similar example is locking the login semaphore. Logins to UV shell are singlethreaded via this semaphore

RE: [U2] [UV] PORT.STATUS From Unix

2005-11-23 Thread Perry Taylor
Great info! Thanks. Perry Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Herve Balestrieri Sent: Wednesday, November 23, 2005 10:27 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] PORT.STATUS From Unix Starting at release 10.1.15

[U2] [UV] PORT.STATUS From Unix

2005-11-22 Thread Perry Taylor
Does anyone know of a way to run PORT.STATUS externally? I want to process it's output in a shell script without the overhead of starting up uvsh. Something akin to running smat -r to get the same output as LIST.READU from with uvsh. Any ideas? Thanks. Perry Taylor Senior Multi-Value System

RE: [U2] [UV] PORT.STATUS From Unix

2005-11-22 Thread Perry Taylor
for PORT.STATUS you'll see it calls list_readu. Just cd /u1/uv/bin then ln list_readu port.status. Then you can run port.status at the unix level. HTH Rod Hills -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Tuesday, November 22, 2005 10

RE: [U2] [UV] PORT.STATUS From Unix

2005-11-22 Thread Perry Taylor
for PORT.STATUS you'll see it calls list_readu. Just cd /u1/uv/bin then ln list_readu port.status. Then you can run port.status at the unix level. From: Perry Taylor Does anyone know of a way to run PORT.STATUS externally? I want to process it's output in a shell script without the overhead

[U2] [UV] UniVerse Date/Time to UTC

2005-10-28 Thread Perry Taylor
Does anyone know if there is built-in functionality in UniVerse to convert a date and time to UTC? I look through conversion codes and cannot seem to find anything there. Any ideas? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments

RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Perry Taylor
Just a thought... Make sure you don't have a missing comma. -Original Message- From: Rick Ward [mailto:[EMAIL PROTECTED] Sent: Tue Aug 30 12:23:10 2005 To: u2-users@listserver.u2ug.org Subject:[U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the

RE: [U2] Where's the FAQ for UV/PE on Linux

2005-07-27 Thread Perry Taylor
You need the installation guide. http://www-306.ibm.com/software/data/u2/pubs/library/100univ/univ_101.html -Original Message- From: Ross Ferris [mailto:[EMAIL PROTECTED] Sent: Thu Jul 28 00:03:47 2005 To: u2-users@listserver.u2ug.org Subject:[U2] Where's the FAQ for

RE: [U2] Field Count from a Seq File

2005-06-21 Thread Perry Taylor
How about... EXECUTE sh -c\wc -l : FILENAME: \ CAPTURING LINE.COUNT Perry Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 1:38 PM To: u2-users@listserver.u2ug.org Subject: [U2] Field Count from

RE: [U2] Finding last day of month

2005-06-02 Thread Perry Taylor
Here's how I do it... JJ = ICONV(THE.DATE, 'D') MO = OCONV(JJ, 'DM') YR= OCONV(JJ, 'DY') DAY=28 LOOP TRY = OCONV(ICONV(MO:'/':DAY+1:'/':YR, 'D'), 'DM') WHILE TRY = MO DO REPEAT LAST.DAY = MO:'/':DAY:'/':YR Perry Taylor -Original Message- From: Marco Manyevere [mailto:[EMAIL

RE: [U2] [UV] determining what kind of record/file lock is blocking you

2005-05-19 Thread Perry Taylor
I think you can use the RECORDLOCKED() function. Perry Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stevenson, Charles Sent: Thursday, May 19, 2005 1:49 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] determining what kind of record

[U2] [UV] Transaction Compile Failure

2005-02-01 Thread Perry Taylor
IF @TRANSACTION THEN but not sure about that. Anyone have any ideas on what's going on here? Thanks. Perry Taylor -- ERRMSG = '' REC.ID = '' OPEN 'HDR' TO F.HDR ELSE STOP 201,'HDR' OPEN 'HDR.ARCHIVE

RE: [U2] [UV] Transaction Compile Failure

2005-02-01 Thread Perry Taylor
Correction to the code listing... All RETURNS should be CONTINUEs. Appologies, Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Tuesday, February 01, 2005 8:40 AM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] Transaction

RE: [U2] [UV] Transaction Compile Failure

2005-02-01 Thread Perry Taylor
TRANSACTION - Original Message - From: Perry Taylor [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, February 01, 2005 9:39 AM Subject: [U2] [UV] Transaction Compile Failure I have an archiving program that I am porting from another platform which I cannot get to compile

[U2] [AD] Employment Opportunity

2005-01-21 Thread Perry Taylor
ZirMed is the preeminent Web-based healthcare transaction services company in the country, as evidenced by our ongoing explosive growth. We are seeking a highly skilled individual to fill a Senior Multi-Value Developer position in our Information Technology Department. This position is a

RE: [U2] XP's telnet with UV 10

2004-10-28 Thread Perry Taylor
uses /u1/uv for the UniVerse home directory and vt100 as the terminal type. Substitute in the correct information for your system. cd /u1/uv/sample /u1/uv/bin/uvtidc vt100 myvt100 vi myvt100 within vi, search for the string ( /$5 ) and delete all ocurrances. /u1/uv/bin/uvtic -a myvt100 Perry

RE: [U2] [UV] Max Files Per Directory

2004-10-01 Thread Perry Taylor
I, too, agree with Stephen. We use file variables in named common extensively. However, we have a few processes, CGI's in particular, that launch anew each time they are invoked which makes named common of little use for this purpose. Thanks to all for the info. Perry -Original

[U2] 64BIT Option with mkdbfile

2004-09-10 Thread Perry Taylor
Does anyone happen to know the syntax to specify a 64-bit file be created using mkdbfile? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged

RE: [U2] 64BIT Option with mkdbfile

2004-09-10 Thread Perry Taylor
Update: A little experimentation proved that -64BIT did the trick! (Too obvious :[ ) Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Friday, September 10, 2004 9:07 AM To: [EMAIL PROTECTED] Subject: [U2] 64BIT Option

RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Perry Taylor
Looks like an R VOC record is the ticket! Thanks to all who responded! Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Monday, August 09, 2004 9:04 AM To: U2-Users List Subject: [U2] Paragraphs in Files Other Than VOC

RE: [U2] [UV] 10.x File Triggers

2004-08-02 Thread Perry Taylor
] Subject: Re: [U2] [UV] 10.x File Triggers Search the list archives. There's a bunch of stuff out there. This is a good place to start: http://www.indexinfocus.com/dl/u2list/200210/40370.html On Mon, 2004-08-02 at 09:09, Perry Taylor wrote: Does anyone know of a good discussion of or have some

<    1   2