[U2] [UD] FILE.STAT

2004-10-06 Thread Kevin King
Forget the question: I found it. FILEINFO() gives FILE.STAT - like information from BASIC. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] documentation for programs in /UV/UV/BIN

2004-10-05 Thread Kevin King
Can you not just remove the file and then touch a new one? One of the things I've been doing is to open the directory via a directory-type file (DIR in Unidata, type 1 in Universe) and delete the record via the directory file, then OPENSEQ the output file. This eliminates the need for operating

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Kevin King
Everyone has their own preference, so take this for what it's worth, but if I'm building a big comment block to explain a data structure in a program, I usually try to show it without a lot of symbology: * 001 Some attribute * 002 Something else * 003 List of somethings (cmv) * 004 Dependent list

RE: [U2] Comparison Unidata and Universe

2004-09-18 Thread Kevin King
://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood (CA) Sent: Saturday, September 18, 2004 12:50 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Comparison Unidata and Universe Kevin King Wrote: If the S/A is paranoid and won't open up ftp

RE: [U2] Copying _HOLD_ records to Windows folders

2004-09-16 Thread Kevin King
Why can't you just setup a DIR-type file and write it to that file? That'll drop it in the Windows folder. You might need to remove any special characters in the name, like wildcard characters that Unidata doesn't care about (but Windows does!), but other than that it should be quite simple.

RE: [U2] [UV] Processing a string

2004-09-15 Thread Kevin King
Here's a thought: Break the code into lines and then parse each line independently. The more you break it down into smaller pieces, the faster the substring extraction will be because there'll be less characters to scan. -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original

RE: [U2] [UV] Processing a string

2004-09-15 Thread Kevin King
Is it not against the XML standard to have a quoted string containing or in a tag? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Beahm Sent: Wednesday, September 15, 2004 4:04 PM To: [EMAIL PROTECTED] Subject: Re: [U2] [UV] Processing a string

RE: [U2] Unidata shared memory and catalogs

2004-09-01 Thread Kevin King
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno I've tried the !NEWPCODE and !NEWVERSION ... Sorry, I missed that detail in my previous response. The problem I usually have w/ NEWPCODE is the syntax. You might try using FIBCDFN in the AE editor and see if that

RE: [U2] Unidata with AccuTerm?

2004-09-01 Thread Kevin King
I'm no Wintegrate person, so I can't say what's happening there, but I have seen terminal types send an ASCII 127 (DEL) for a BS. To the terminal it looks perfectly normal but to the command interpreter it's totally whacked. What does PTERM -DISPLAY show? -Original Message- From:

RE: [U2] Credit Crd range checking

2004-08-26 Thread Kevin King
Switch and Solo card numbers are constantly changing; I've tried to keep up with my Javascript card validation routine, but it's a little over a year behind. Still, it might be something to get you started. You might contact Barclays to get the most up-to-date Switch and Solo rules.

RE: [U2] Clearing a Sequential File:

2004-08-24 Thread Kevin King
There are a number of approaches to this. If you're on a *nix platform, you could rm and touch the file you want and that'll create the null file. On Windows you can do a similar thing, but of course the OS verbs are different. I use a cross-platform approach that doesn't use OS verbs at all.

RE: [U2] Clearing a Sequential File:

2004-08-24 Thread Kevin King
] Clearing a Sequential File: Thanks for the idea, Kevin. I'll keep that in mind for future work. Unfortunately, I can't live with the blank line. Some specs get 'set in stone' early in the project. Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King

RE: [U2] Secure connex from outside world

2004-08-20 Thread Kevin King
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davis, Dawn Sent: Friday, August 20, 2004 8:04 AM To: [EMAIL PROTECTED] Subject: [U2] Secure connex from outside world Greetings to all. For those of you who are UNIX/UNIDATA/DATATEL clients, how have you

RE: [U2] [UD] Sorting

2004-08-20 Thread Kevin King
You could write a simple insertion sort routine to reorder the information. Assuming the list is called DATE.LIST and you want ascending right-justified sorting, something like this might work: NEW.DATES = '' DATE.CNT = DCOUNT(DATE.LIST,@VM) FOR DATE.LOOP = 1 TO DATE.CNT THIS.DATE =

RE: [U2] [UD] Sorting

2004-08-20 Thread Kevin King
-Original Message- From: Kevin King [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 9:24 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UD] Sorting You could write a simple insertion sort routine to reorder the information. Assuming the list is called DATE.LIST and you want ascending right

RE: [U2] [UD] Sorting

2004-08-20 Thread Kevin King
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Olson Sent: Friday, August 20, 2004 1:47 PM To: '[EMAIL PROTECTED]' Subject: RE: [U2] [UD] Sorting fyi...i hate when dates are stored in ascending order... makes locates a :( Clarify

RE: [U2] EVAL formatting

2004-08-16 Thread Kevin King
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Michaelsen Sent: Monday, August 16, 2004 3:02 PM To: [EMAIL PROTECTED] Subject: [U2] EVAL formatting I had one of my IT folks look at this one and I don't want to belive them. They said you cannot

RE: [U2] Question on Unidata tables access speeds

2004-08-10 Thread Kevin King
. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: 09 August 2004 18:07 To: [EMAIL PROTECTED] Subject: RE: [U2] Question on Unidata tables access speeds AFAIK = As Far As I Know You should be indexed on BRANCH and/or LEASE_TYPE, and based

RE: [U2] Question on Unidata tables access speeds

2004-08-09 Thread Kevin King
column, even then if I run the run the job (query) 4 times in parallel, I am not getting advange of the parallel query. Is Unidata not good for the parallel query ?, or is there any tuning method ? thanks Kevin King [EMAIL PROTECTED

RE: [U2] Question on Unidata tables access speeds

2004-08-09 Thread Kevin King
of the parallel query. Is Unidata not good for the parallel query ?, or is there any tuning method ? thanks Kevin King [EMAIL PROTECTED]To: [EMAIL PROTECTED] cc

RE: [U2] UniVerse/AIX - COMMON error message

2004-08-06 Thread Kevin King
The two programs both declare COMMON and the common is not the same in the two programs. Possibly the common is not being $INCLUDEd? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Louis Sent: Friday, August 06, 2004 6:44 AM To: [EMAIL PROTECTED]

RE: [U2] UniVerse Basic Status command 5 Permission's

2004-08-05 Thread Kevin King
Directory, or possibly sticky bit? Just guessing here. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Boroditsch Sent: Thursday, August 05, 2004 10:30 AM To: [EMAIL PROTECTED] Subject: [U2] UniVerse Basic Status command 5 Permission's When doing

RE: [U2] -UNIBASIC - MULTIPLE SAVEDLIST

2004-08-05 Thread Kevin King
Is there anyway to have two or more active savedlist at any one time keeping the readnext pointers in sync? $BASICTYPE U (Unidata) will allow you to have multiple active (numbered) saved lists. READNEXT variable FROM listnumber { THEN | ELSE } ... -Kevin [EMAIL PROTECTED]

RE: [U2] [OT] Sarbanes-Oxley

2004-08-05 Thread Kevin King
I just re-read Susan's excellent article, and it strikes me as odd that the definition of world class (reducing overhead, et al.) seems to run counter to the way folks are approaching SOA compliance. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clifton

RE: [U2] Univere Login Security

2004-08-04 Thread Kevin King
How dynamic? Do all 4 parts of the IP address change or just the last one? He might be able to open up a range based on the first three parts of the IP address. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August

RE: [U2] Univere Login Security

2004-08-04 Thread Kevin King
Webex works, but it's far from inexpensive. I use Genesys and despite having some past difficulties, it's inexpensive and getting more reliable every day. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doyen Klein Sent: Wednesday, August 04, 2004 10:15

RE: [U2] (UV} Syntax Error Results

2004-08-02 Thread Kevin King
Is the question why? If so, it's because the field function takes three parameters. The incorrect one has only one parameter in the field(..) function. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl L Pearson Sent: Monday, August 02, 2004 3:53 PM

RE: [U2] Creating a comma seperated flat file in UniData.

2004-07-15 Thread Kevin King
HELP LIST list ... TO DELIM , textFileName ??? -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Al DeWitt Sent: Thursday, July 15, 2004 11:11 AM To: [EMAIL PROTECTED] Subject: [U2] Creating a comma

RE: [U2] Help needed about the process being slow

2004-07-13 Thread Kevin King
1) Throttle the polling program so that it does not go out searching for information repeatedly, but rather waits 1-2 seconds between polls. 2) Put protections in place that will prevent the receiving program from attempting to open a file in progress from the sender. This may be as simple as

RE: [U2] How to use change(), inside a I-Desc (UV)

2004-07-02 Thread Kevin King
Unidata or Universe, version #, and what's it doing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Friday, July 02, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: [U2] How to use change(), inside a I-Desc (UV) OK. Can't figure out

RE: [U2] Unidata 6 XML DTD question

2004-07-01 Thread Kevin King
You mean on the TERREFFXML-MV*, as an example? If so, that simply means that the CNTYCD_record element can contain a plurality (0..n) of this element. Note however that _ID and CNTYN can appear only once in the record. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] Date Conversion Format

2004-06-10 Thread Kevin King
Could you double-convert? Convert via D2/ or D4/ to start, then MCN to remove the symbols. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave S Sent: Thursday, June 10, 2004 8:21 AM To: U2 USERS Subject: [U2] Date Conversion Format I am using looking

<    5   6   7   8   9   10