RE: UNCLASSIFIED RE: [UV] Resize - Dynamic or 64 bit?

2004-01-29 Thread Gordon Glorfield
In UniData there is no such animal as a distributed file. You only have the choice of static hashed or dynamic hashed. Dynamic files in UD are how you get past the 2 gig limit because the UD implementation of dynamic files breaks the file into different pieces. How many pieces and what goes into

RE: Format Text in Output Data File

2004-02-04 Thread Gordon Glorfield
Title: Message By definition a .csv file is plain text.  That means no formatting.  Best thing you could do is to setup a macro in your spreadsheet to do the formatting you want after loading and parsing your .csv.   HTH, Gordon Gordon J. GlorfieldSr. Systems AnalystMAMSI301-360-8839

RE: UniDebugger

2004-02-05 Thread Gordon Glorfield
I find that it doesn't matter, for testing purposes, if I keep program source locked. What issues are you running into? Gordon J. Glorfield Sr. Systems Analyst MAMSI 301-360-8839 -Original Message- From: Shawn Waldie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 11:55 A

RE: Dale Bertke is out of the office

2004-02-16 Thread Gordon Glorfield
I get these through the list server. Clif, can you stop these at the server? Gordon J. Glorfield Sr. Systems Analyst MAMSI 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, February 15, 2004 1:34 PM To: [EMAI

RE: Common Universe/Unidata files

2004-02-25 Thread Gordon Glorfield
Unfortunately, there is no hashed file that can be common to both UniVerse and UniData. You may want to explore some sort of duplicate file with 2 way updates. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PR

RE: [UV] Ever wondered how something works...

2004-03-04 Thread Gordon Glorfield
On our UV 10.0.8 on a Sun box there is no "L" VOC entry. "LD" is someones shortcut to LIST DICT. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik Se

RE: Pick AP-Pro Discs

2004-03-05 Thread Gordon Glorfield
No, it's a newsgroup list. Go to Google and get into the groups. You'll find it there. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson Sent: Frida

Strange results from I Descriptor

2004-03-15 Thread Gordon Glorfield
UV 10.0.8 I am trying to create an I-Descriptor that calls a subroutine. The subroutine does a select on another file. When the select is executed I get this error: "Non-SQL re-entrant query calls are not allowed." I'm clueless as to what is wrong. Any hints would be greatly appreciated. Gor

RE: Strange results from I Descriptor

2004-03-15 Thread Gordon Glorfield
Yes, I'm doing that. Here is the code for the subroutine: SUBROUTINE FIND.TERM.DIR (RESULT) COMMON /FIND.TERM.DIR/ F.DIR, THIS.ACCT * MOD1 03/15/2004 GJG Change to use select rather than trust PROV<71>. * IF THIS.ACCT # @WHO THEN OPEN 'PROV.DIR.DB' TO F.DIR EL

RE: Ad - Programmer/Analyst

2004-03-24 Thread Gordon Glorfield
Nancy! Please contact me offline. Sorry to the group for the intrusion. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Berube Sent: Wednesday, March 24,

RE: PDF Manual [Data typing in MV Basic]

2004-04-01 Thread Gordon Glorfield
I use a copy of the VMark UniVerse Quick Reference. It is a small (8" x 4.75") wire bound notebook. It is a little dated now. It was published as the 7th edition for release 9.4.1 and is dated July 1997. The VMark part number is 70-9009-941. Is this Quick Reference no longer available from IBM

RE: Email report

2004-04-06 Thread Gordon Glorfield
The attachment that I got was only a text file. Presumably Clif's anti-virus software on the list server is replacing whatever evil attachment was originally sent with this text file before forwarding the message. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-3

RE: The future of U2

2004-04-14 Thread Gordon Glorfield
I don't really care what the backend DB engine is as long as I can use my favorite set of tools to develop applications. But if a change to DB2 or whatever is going to force me to severly change the way I operate, then I'd see that as a bad thing. Gordon J. Glorfield Sr. Applications Developer MA

RE: Jbase handles multivalue on RDBMS

2004-04-15 Thread Gordon Glorfield
Do you mean like SQL? Oracle has SQL+ that uses their PL/SQL language. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dawn M. Wolthuis Sent: Thursday, April 15

RE: What client platform do YOU use (Parallel to GUI thread)

2004-04-20 Thread Gordon Glorfield
[snip] I wonder what the REAL numbers are - I mean theory is one thing, but how do the numbers stack up in the real world? How many people are there that actually do use, or WANT to use (I'm talking management want here, not the "gee, if I had my way" kind of thing) non-windows platforms on the des

RE: What client platform do YOU use (Parallel to GUI thread)

2004-04-20 Thread Gordon Glorfield
Are you saying UD/SB+ runs *natively* on Macs? Or that UD has an OS layer for Macs? Or that you used Accuterm/Wintegrate to talk to some kind of server ? Will [snip] No no, UD and SB+ were running on Sun Boxes. The Macs were desktop clients. We ran an emulator from Carnation Software. The actua

RE: What client platform do YOU use (Parallel to GUI thread)

2004-04-20 Thread Gordon Glorfield
Found it. It was called MacToPic. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Glorfield Sent: Tuesday, April 20, 2004 2:36 PM To: 'U2

RE: How do we convert lowercase letters to uppercase in Pick basi c

2004-04-22 Thread Gordon Glorfield
UPCASE(Variable) or OCONV(Variable,'MCU') DOWNCASE(Variable) or OCONV(Variable,'MCL') Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Th

RE: How far can U2 scale?

2004-04-23 Thread Gordon Glorfield
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dawn M. Wolthuis > At what point in the life of application software would it be > so large that you could not (or would not want to) support it > with your existing UniData or UniVerse database? >

RE: Help on uv syntax, please

2004-04-27 Thread Gordon Glorfield
To do what you are saying I would use the RAISE function. NEWARRAY = RAISE(OLDARRAY) This would change all @SVM to @VM. Of course you would have to be kind of careful with it as it would also change all @VM to @AM. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company)

RE: [UD] Union Query

2004-04-30 Thread Gordon Glorfield
In that case, I'm sorry to say, there is no way to logically do what you're asking with UD. You could physically do it by creating a temp file and copy all records from both files to it. But that would be a great deal of overhead for a query. Gordon J. Glorfield Sr. Applications Developer MAMSI