RE: [U2] I need a favor

2007-07-26 Thread Brenda Price
Charles,

I tried to get there but keep getting an internet page not found error.

Brenda

-Original Message-
From: Charles Barouch [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 26, 2007 10:02 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] I need a favor

All,
   I just put up a new (free) tool on my site. It
takes very little time to use and I'd appreciate it if some of you would
beat on it and let me know what you think.

   
http://www.keyally.com/fasterskel/Main.php5

-- 
Charles
Barouch
[EMAIL PROTECTED] - Consulting
(718) 762-3884x1
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] I need a favor

2007-07-26 Thread Norman Morgan
I guess mine is a generator based on a template.  Internally it isn't
real elegant, just a bunch of IF...THEN code and literal strings, but it
does what I need.  I did actually start with a functioning program that
had some of everything in it which I stripped down to a skeleton, then
broke into bits and pieces, adding the logic to reassemble only the
needed bits into the output.

===
Norman Morgan  [EMAIL PROTECTED]  http://www.brake.com
===
Enroute to a decision I usually take the cynic route.
===

 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Charles Barouch
 Sent: Thursday, July 26, 2007 11:24 AM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] I need a favor
 
 Norman,
 Sounds like you are making an excellent case for Brian's 
 template idea.
 
 Brian,
  I *think* the lowercase issue is all resolved now.
 --
 Charles Barouch
 [EMAIL PROTECTED] -
 Consulting
 (718) 762-3884x1
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Another gripe about IBM not letting end users access the articles in the knowledge base - Final Result

2007-07-26 Thread Brenda Price
I received an email from IBM telling me to contact our VAR and ask them
to set us up.  Which is what I was complaining about as we had and they
(our VAR) had tried several times to do so and got nowhere with IBM's
software support.

Our Var also received an email from IBM regarding this from someone who
was able to tell them what they needed to do which was to get a form
from IBM's site, fill it out and submit it.  Why couldn't IBM support
tell them that in the first place?

When our VAR tried to download the document, they were denied access to
the document.  After several emails between them and IBM and after
jumping through several hoops they were able to download the document.
It has been filled out and sent on its way back to IBM.  Now we are
waiting for the result. 

Complicated steps is right.  In our case the process hung up because our
VAR could NOT get the correct answer from IBM support, then when the
right answer was given, they could not access the document they were
told to get without several emails back and forth from the VAR to IBM,
IBM to our VAR.  There needs to be an easier why for the VARs and the
end users.

I want to thank the IBM personnel that responded to my compliant and
helped our VAR and myself in this process.  This is NOT a criticism of
them but of the whole process.  Again it should not be that difficult
for the VARS and the end users when you, the end user are paying several
thousand dollars in license fees.  

Quite frankly, if this was my business and I had this type of trouble
after paying those licensing costs, I'd move to another product in a
heartbeat and I am a UV diehard! How many UV customers has IBM lost for
this reason?  We've looked at Cache from InterSystems and they did a
great presentation and the response to any question we had was great.
We were given access to information to their knowledge base and we
weren't a customer but a potential customer.  I would not be surprised
if InterSystems Cache because of its tools, costs, and the level of
support does not become the next leader in the MV world passing up IBM
and the others in the next few years.  That is my personal views even
though I do NOT like how Cache stores the data.

Brenda Price
Affiliated Acceptance Corporation
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Phil Harris is out of the office.

2007-07-26 Thread Phil_Harris
I will be out of the office starting  26/07/2007 and will not return until
06/08/2007.

I will respond to your message when I return.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] I need a favor

2007-07-26 Thread Charlie Rubeor
[EMAIL PROTECTED] wrote on 07/26/2007 01:16:44 PM:

 I got stuck with file names like CLIENT-MASTER, CLIENT-CRED-FILE, etc.
 You should convert dashes in file names to periods or underscores in the
 variable names.  Otherwise, you get:
 OPEN 'CLIENT-MASTER' TO CLIENT-MASTER.FILE ...
 READ CLIENT-MASTER.REC FROM CLIENT-MASTER.FILE, CLIENT-MASTER.ID ...
 
 UV compiler doesn't like variables with dashes.
 

It's not just Universe.  Not many compilers will like variables with 
dashes.  With CLIENT-MASTER.FILE, the compiler would think that you wanted 
to subtract MASTER.FILE from CLIENT.

For example, try this (if it even compiles, that is):

CLIENT = 3
MASTER.FILE = 1
TEMP = CLIENT-MASTER.FILE
PRINT TEMP

It should print out 2

--
Charlie Rubeor
Senior Database Administrator
Wiremold/Legrand
60 Woodlawn Street
West Hartford, CT  06110
Tel: 860-233-6251 x3498
Fax: 860-523-3690
Email: [EMAIL PROTECTED]
--
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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

2007-07-26 Thread SP
This is really ugly. In the company I work for such things are strictly 
forbidden by Standards.




- Original Message - 
From: Manu Fernandes [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Wednesday, July 25, 2007 5:44 PM
Subject: Re: [U2] [u2] : Cleaner Case Statement



Try this
ON index('AB2',Ans,1) GOSUB Check.A, Check.B, Check.B

Manu - Original Message - 
From: Brutzman, Bill [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Wednesday, July 25, 2007 5:48 PM
Subject: [U2] [u2] : Cleaner Case Statement



How can this structure be cleaned-up?

 begin case
   case Ans = 'A'  ;  gosub Check.A
   case Ans = 'B'  ;  gosub Check.B   case Ans = '2'  ;  gosub 
Check.B  end   case


The following is more difficult to read.

 begin case
   case Ans = 'A'   ;  gosub Check.A
   case Ans = 'B' or Ans = '2'  ;  gosub Check.B   end   case

I would like something like...

 begin case
   case Ans = 'A'  ;  gosub Check.A
   case Ans = 'B'case Ans = '2'  ;  gosub Check.B  end   case

so that the gosub Check.B command is not repeated.  I have tried a few
alternatives without a victory.

Suggestions would be appreciated.

--Bill
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/ 

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] I need a favor

2007-07-26 Thread iggchamp
Pretty cool.

-- Original message -- 
From: Charles Barouch [EMAIL PROTECTED] 

 All, 
 I just put up a new (free) tool on my site. It 
 takes very little time to use and I'd appreciate it if some of you would 
 beat on it and let me know what you think. 
 
 
 http://www.keyally.com/fasterskel/Main.php5 
 
 -- 
 Charles 
 Barouch 
 [EMAIL PROTECTED] - Consulting 
 (718) 762-3884x1 
 --- 
 u2-users mailing list 
 u2-users@listserver.u2ug.org 
 To unsubscribe please visit http://listserver.u2ug.org/ 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] I need a favor

2007-07-26 Thread Charles Barouch
Norman,
Sounds like you are making an excellent
case for Brian's template idea.

Brian,
 I *think* the lowercase issue is all resolved
now.
-- 
Charles Barouch
[EMAIL PROTECTED] -
Consulting
(718) 762-3884x1
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] I need a favor

2007-07-26 Thread Charles Barouch
Brenda,
   I just re-checked the link. Please try again. It
is possibly a timing issue, or perhaps your firewall doesn't trust 'php5'
or my site.
-- 
Charles Barouch
[EMAIL PROTECTED] -
Consulting
(718) 762-3884x1

Brenda Price wrote:
|
Charles,
| 
| I tried to get there but keep getting an internet
page not found error.
| 
| Brenda
| 
| -Original
Message-
|
From: Charles Barouch
[mailto:[EMAIL PROTECTED]
| Sent: Thursday, July 26, 2007 10:02
AM
| To: u2-users@listserver.u2ug.org
| Subject: [U2] I need a
favor
| 
| All,
|I just put up a new (free) tool on my
site. It
| takes very little time to use and I'd appreciate it if
some of you would
| beat on it and let me know what you think.
|

| 
| http://www.keyally.com/fasterskel/Main.php5
| 
|
--
| Charles
| Barouch
| [EMAIL PROTECTED] -
Consulting
| (718) 762-3884x1
| ---
| u2-users mailing
list
| u2-users@listserver.u2ug.org
| To unsubscribe please
visit http://listserver.u2ug.org/
| ---
| u2-users mailing
list
| u2-users@listserver.u2ug.org
| To unsubscribe please
visit http://listserver.u2ug.org/
|
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] I need a favor

2007-07-26 Thread Charles Barouch
Brian,
   I am open to templates and I've noted the
lowercase bug. What exactly don't you like?

   NOTE:
THIS IS NOT AN INVITATION FOR EVERYONE TO CREATE A RELIGIOUS WAR OVER
CODING STYLES. This is an attempt at a civil discussion for the purpose of
making the tool more useful.

-- 
Charles Barouch
[EMAIL PROTECTED] - Consulting
(718)
762-3884x1

Brian Leach wrote:
| Charles
| 
| I
get the idea, but I don't like the code it produces...
| 
|
(sorry did that sounds too blunt)
| Also the 'lowercase' option turns
the file names into lower case as well.
| 
| How about offering
a choice of templates (and option to upload)?
| 
| Brian
|

| 
| -Original Message-
|
From:
[EMAIL PROTECTED]
|
[mailto:[EMAIL PROTECTED] On Behalf Of
|
Charles Barouch
| Sent: 26 July 2007 16:02
| To:
u2-users@listserver.u2ug.org
| Subject: [U2] I need a favor
|
| All,
|I just put up a new (free) tool on
my site. It takes very
| little time to use and I'd appreciate it
if some of you would
| beat on it and let me know what you
think.
|
|
|
http://www.keyally.com/fasterskel/Main.php5
|
| --
| Charles
| Barouch
| [EMAIL PROTECTED] -
Consulting
| (718) 762-3884x1
| ---
|
u2-users mailing list
| u2-users@listserver.u2ug.org
|
To unsubscribe please visit http://listserver.u2ug.org/
| ---
| u2-users mailing list
| u2-users@listserver.u2ug.org
| To
unsubscribe please visit http://listserver.u2ug.org/
|
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] : Cleaner Case Statement

2007-07-26 Thread Les Hewkin
Coming from somewhere with over 40 developers the first thing that comes
to mind is KISS. Why or why would you want to change a very simple easy
to read case statement for something more contrived? We train developers
to write clean easy to maintain code. When I say we what I mean is we
get Martin in for two weeks and then I introduce them to our standards.
Must nip upstairs and see how Martin is getting on..bye..


Les Sherlock Hewkin 
Project Manager - Financial Systems 
01604 592289 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: 25 July 2007 18:55
To: 'u2-users@listserver.u2ug.org'
Subject: RE: [U2] : Cleaner Case Statement

Martin:

Thanks very much indeed.

--Bill


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Martin Phillips
Sent: Wednesday, July 25, 2007 12:38 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [u2] : Cleaner Case Statement


Hi Bill,

Unlike languages such as C, Basic does not allow multiple conditions in
the way in which you are looking to do. In terms of run time performance
or program size, if it really is just a GOSUB, there whould be little
disadvantage in writing the more verbose form of your first example.


Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

html
head
meta http-equiv=Content-type content=text/html; charset=UTF-8
/head
body
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This e-mail and any 
attachments are confidential and intended solely for the use of the addressee 
only. If you have received this message in error, you must not copy, distribute 
or disclose the contents; please notify the sender immediately and delete the 
message. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'This message is 
attributed to the sender and may not necessarily reflect the view of Travis 
Perkins plc or its subsidiaries (Travis Perkins). Agreements binding Travis 
Perkins may not be concluded by means of e-mail communication. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'E-mail transmissions are 
not secure and Travis Perkins accepts no responsibility for changes made to 
this 
message after it was sent. Whilst steps have been taken to ensure that this 
message is virus free, Travis Perkins accepts no liability for infection and 
recommends that you scan this e-mail and any attachments. /SPAN/P
P style=MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0ptSPAN 
style=FONT-SIZE: 8.2pt; FONT-FAMILY: 'MS Sans Serif'Part of Travis Perkins 
plc. Registered Office: Lodge Way House, Lodge Way, Harlestone Road, 
Northampton, NN5 7UG. /SPAN/P
/BODY
/HTML
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] I need a favor

2007-07-26 Thread Kryka, Richard
I got stuck with file names like CLIENT-MASTER, CLIENT-CRED-FILE, etc.
You should convert dashes in file names to periods or underscores in the
variable names.  Otherwise, you get:
OPEN 'CLIENT-MASTER' TO CLIENT-MASTER.FILE ...
READ CLIENT-MASTER.REC FROM CLIENT-MASTER.FILE, CLIENT-MASTER.ID ...

UV compiler doesn't like variables with dashes.

Dick Kryka
Director of Applications
Paragon Financial Services
a Division of Money Management International
303-632-2226
[EMAIL PROTECTED]
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Charles Barouch
Sent: Thursday, July 26, 2007 9:02 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] I need a favor

All,
   I just put up a new (free) tool on my site. It
takes very little time to use and I'd appreciate it if some of you would
beat on it and let me know what you think.

   
http://www.keyally.com/fasterskel/Main.php5

-- 
Charles
Barouch
[EMAIL PROTECTED] - Consulting
(718) 762-3884x1
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Another gripe about IBM not letting end users access the articles in the knowledge base

2007-07-26 Thread Doug Miller

Ask your VAR to ask IBM for document Accessing_entitled_IBM.pdf.

It explains the process.  While it was complicated at first, once you 
learn the process and what information IBM expects you to submit, it 
becomes rather routine to get access for the end users.  The end user 
must follow some complicated steps as well and this is often where 
the whole process fails.



HTH,



Doug Miller   [EMAIL PROTECTED]
Manager of Technical Services
Strategy 7Dallas TX 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] !!EASY ANSWER HERE!! Re: Move data files from Unidata to Universe

2007-07-26 Thread Doug Miller
I have used this before.  I recall it working
well.  Converts UniData files to UniVerse on the spot!
Sorry was little slow in response.  Still catching up from vacation...

Here is a portion from the documentation...

Introduction
UniVerse 9.4.1 introduces a utility called
udtconv to ease the task of migrating from
UniData to UniVerse. This utility creates a
UniVerse file from a UniData static or
dynamic hashed file, using the same name and file
parameters as the UniData file
being converted.
udtconv does not convert UniData directory files or multiple data files. It
can
convert the individual data files of the multiple
data file structure. This utility does
not run on UniData dynamic files that contain part files.
Note: udtconv has been tested against files created at UniData Release 4.0.
The udtconv Command
You can use the udtconv command from a UNIX or MS-DOS prompt, or you can
use the UDTCONV command from the UniVerse prompt. Both commands require
that UniVerse be running. udtconv must be run in a directory that is a valid
UniVerse account.
Syntax
 From the operating system, the syntax is:
udtconv f filename format format [save] [udt] [uv]
Qualifiers
filename Specifies a file.
format Specifies the byte format of the UniData file being processed. The
valid formats are:
1  UNIX (Motorola 68000 format)
2  XINU (Intel x86 format)
3  NUXI (VAX format)
Check the FORMAT.CONV command in UniVerse User Reference for
a listing of machines and their corresponding machine classes.
Machine classes 0 and 16 are byte format 1 and machine class 1 is byte
format 2.

Enjoy!



Doug Miller   [EMAIL PROTECTED]
Manager of Technical Services
Strategy 7Dallas TX
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/