Re: Uniobjects / php

2004-04-21 Thread Mats Carlid
OOPS my nice looking cut and paste thingy didn't stick: [EMAIL PROTECTED] wrote: But the problem has always been the equivalent of what mvInternet does. That is, connect Apache to Universe. So you have another idea of how to connect Apache (or really any other page server) to Universe? I don

Re: Uniobjects / php

2004-04-21 Thread Mats Carlid
[EMAIL PROTECTED] wrote: But the problem has always been the equivalent of what mvInternet does. That is, connect Apache to Universe. So you have another idea of how to connect Apache (or really any other page server) to Universe? I don't understand what "open port 80" means or whether this ac

Re: universe 10.???? - array size

2004-04-02 Thread Mats Carlid
INMAT( ARRAY )returns the current dimensions of ARRAY as a m-v string with @vm as delimiter. HTH -- mats Peter Olson wrote: is there a native function that will tell me the size of a dimensioned array ? if not are there any suggestions for something graceful ? Thanks, Pete Notice of Co

Re: Data typing in MV Basic

2004-03-30 Thread Mats Carlid
Mats Carlid wrote: Trevor Ockenden wrote: Will, I stand corrected on that one. So far in 20 odd years of programming in MV I haven't needed to worry about it. Neither have I . Now Will raises a terrific question. If A = "1" assigns 1 as numeric. How would you determine i

Re: Data typing in MV Basic

2004-03-30 Thread Mats Carlid
Trevor Ockenden wrote: Will, I stand corrected on that one. So far in 20 odd years of programming in MV I haven't needed to worry about it. Neither have I . Now Will raises a terrific question. If A = "1" assigns 1 as numeric. How would you determine if A contained a numeric or a string in thi

Re: COMMON Variable.

2004-03-30 Thread Mats Carlid
George Gallen wrote: You don't seem to be able to put any values on the phantom line (and if you do, they seem to be ignored). I never tried Commons for this. Another method I use is I create a VOC entry based on UserNO and something static like: (ex. 101phantom) <1>PA <2>RUN LIB PROGRAMNAME PASS

Re: [UV] Unable to use MOTIF SYSADM.MENU in home UV

2004-03-24 Thread Mats Carlid
Liu, A possible cause of Your dropping to unix is thtat the LOGIN paragraph has a Q or QUIT command after the one starting MOTIF. How can You check for that when You can't get to the command line? Two alternatives: If You can create a new uv account by just invoking uv in an perferably empty

Re: Common DICT

2004-03-12 Thread Mats Carlid
Schalk van Zyl wrote: U2-ers, UNIVERSE. PICK flavour. AIX If you have 40 branches, each in a UVaccount, each with an INVENTORY-FILE, and a master inventory in HO, would there be any problem to let all the branch inventory files' DICTs point to the DICT of HO's master inventory?. Normally, one w

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

2004-03-04 Thread Mats Carlid
uv System Administration manual chapter Adding Commands to the VOC File says for 'V' entries that field 4 K - Keep select list S - Uses select list Of course it doesn't bother with tiny details like wich behavioiur is default or what effect these settings have when the program isn't f

Re: How to Add Triggers on Dicts

2004-03-02 Thread Mats Carlid
Dennis Bartlett wrote: Hi Mats Have you inserted it ( the dict entry ) into DICT DICT.DICT and CD'd it? Sounds promising, but a tad baffling in itself... I've found the DICT.DICT file, and viewed a sample 200 of them to see if I can find an example - alas! Please elaborate! - by {th

Re: How to Add Triggers on Dicts

2004-03-02 Thread Mats Carlid
Dennis Bartlett wrote: Hi Vincent, Is your subroutine GLOBAL cataloged ? Thanks for the prompt reply! Yes, it is cataloged using the INFORMATION FLAVOR catalog command. (our system runs on a PICK flavor account) The trigger is currently working fine on DATA files. It's just the adding o

Re: [OT] Re: [ADMIN] The aforementioned and promised NAG about OVERQUOTING

2004-02-10 Thread Mats Carlid
kevin zollinger wrote: ... IHNSHO, ... Wich means? -- mats -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

Re: using locate in compound true/false statement

2004-02-09 Thread Mats Carlid
Dangerous syntax this pick style locate. It ooks like a function but it isn't. Actually it is a statement with THEN ELSE clauses. Once you realise that it's crystal clear . You can't write IF READ ... and you can't write IF LOCATE() ... but you can write WHILE READ and WHILE LOCATE() as y

Re: SV: [ud] TOADS

2004-01-28 Thread Mats Carlid
meddelande----- Från: Mats Carlid [mailto:[EMAIL PROTECTED] Skickat: den 28 januari 2004 11:06 Till: U2 Users Discussion List Ämne: Re: [ud] TOADS Björn go to an account where toads is already set up, copy all file pointers that point to TOADS.MASTER or TOADS to the new account. Then - unle

Re: [ud] TOADS

2004-01-28 Thread Mats Carlid
Björn go to an account where toads is already set up, copy all file pointers that point to TOADS.MASTER or TOADS to the new account. Then - unless toads is globally cataloged - also copy all program entries that belongs to toads. How do I know wich ones belong to toads, You ask. The answer is

Re: looking for faster Ideas...

2004-01-28 Thread Mats Carlid
George, my guess is that You use sequential IO on the CSV-file and that is what eats time. If You have memory enough to read the entire file inte memory and REMOVE lines instead of READSEQ them You'll see a _dramatic_ performance increase. Else split Your case into say four cases of ruog