RE: [U2][uv]technical bulletin # 74-0085

2004-11-09 Thread Peter Olson
oops...that should be "usplog info" This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, t

[U2][uv]technical bulletin # 74-0085

2004-11-09 Thread Peter Olson
where / who can one obtain a copy of ibm's technical bulletin # 74-0085 ( upslog info ? ) This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the

RE: [U2] PICK Assembler Language

2004-11-05 Thread Peter Olson
i apologize. how rude of me :(.. i thought you were looking 'for' a contractor. pick assembler ?... impressive -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Olson Sent: Friday, November 05, 2004 10:41 AM To: '[EMAIL PROTECTED]&#x

RE: [U2] PICK Assembler Language

2004-11-05 Thread Peter Olson
lol... oops sorry :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, November 05, 2004 10:09 AM To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody use a contractor who knows

RE: [U2] Dimensioned arrays

2004-11-05 Thread Peter Olson
ahhhthe ol' $OPTIONS -STATIC.DIM option i didn't realize it's cap. i surely miss understood the docs... for some reason i had it that static.dim was more of a performance feature and never tried it with sz+=1 ; dim universe( sz ) which fails to compile w/o it. Thanks! This e-mail,

RE: [U2] Dimensioned arrays

2004-11-04 Thread Peter Olson
"how about just adding the new elements to the end" cause the program will go ka-boom as soon as last.pos exceeds inmat( arr1 ) ? we'll need to insure it doesn't blow past this threshold... This e-mail, including attachments, may include confidential and/or proprietary information, and may be u

RE: [U2] [UV] Term settings for capture and no extra headings

2004-10-28 Thread Peter Olson
if no setting maybe Create an i-desc calling a subroutine with unnamed common flag. if not (flag) then print heading set flag end should only print what you need once... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Buss, Troy (Logitek

RE: [U2] [UV] UO.NET

2004-10-22 Thread Peter Olson
you probable right. i guess i can wait. hu... where are those Oracle cd's i had... This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the inte

RE: [U2] [UV] UO.NET

2004-10-22 Thread Peter Olson
-Original Message- [mailto:[EMAIL PROTECTED] On Behalf Of Peter Olson ... arggg. please kindly remind us of just how/where to download uo.net ? ... --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ --- u2-users mailing list [EMAIL PR

RE: [U2] [UV] UO.NET

2004-10-22 Thread Peter Olson
if anyone wants to store a "backup copy" of it off site. i'd be more then happy to supply the drive space :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marc Harbeson Sent: Friday, October 22, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] UO.

RE: [U2] [UV] UO.NET

2004-10-22 Thread Peter Olson
"...that we will have to wait..." thanks! This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized ag

RE: [U2] [UV] UO.NET

2004-10-22 Thread Peter Olson
arggg. please kindly remind us of just how/where to download uo.net ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nick Cipollina Sent: Thursday, October 21, 2004 4:30 PM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] UO.NET That is exactly what I was

RE: [U2] [UD] running a subroutine

2004-10-20 Thread Peter Olson
command to handle everything. I know of 2 limits: 1) No hanging ELSE or THENs. 2) Cannot use READNEXT. Other than that I'm all ears. My 3 cents. - Original Message - From: "Peter Olson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 8:

RE: [U2] [UD] running a subroutine

2004-10-19 Thread Peter Olson
"but i want more!" found it! 0001: PQ 0002: HSELECT 0003: H EVAL "SUBR(' 0004: A\2 0005: H',

RE: [U2] [UD] running a subroutine

2004-10-19 Thread Peter Olson
...a little less expensive typing-wise Voc's TS entry 0001: PQ 0002: HSELECT 0003: H EVAL "SUBR( 0004: A2 0005: H )" FROM VOC FIRST 1; 0006: P tcl>TS 'AGE.DATE',

RE: [U2] [UD] running a subroutine

2004-10-19 Thread Peter Olson
"a little expensive typing-wise" / SELECT EVAL "SUBR('SUB.NAME',VAR1,VAR2)" FROM VOC FIRST 1; not sure about ud but with uv maybe we can create a proc :) ED VOC TS 0001: PQ 0002: HSELECT

RE: [U2] [UV] Strange Select Results?

2004-10-14 Thread Peter Olson
check the dict's at tcl... i'v seen -1 come back when there was a bad dict... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mats Carlid Sent: Thursday, October 14, 2004 10:09 AM To: [EMAIL PROTECTED] Subject: Re: [U2] [UV] Strange Select Results? I've ne

RE: [U2] UniBasic DeBug - Text After END [Message too long (>400 00 chars)]

2004-10-08 Thread Peter Olson
"we use a program that I wrote called lformat to solve this. It prints the code out (or puts a copy in &HOLD&) with vertical bars "|" between the indentations so you can see straight away where its going wrong." or in the editor... change 3 spaces to pipe + 2 spaces... C/ /| /G100 |

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

2004-10-05 Thread Peter Olson
why not try... openseq "yourDir","yourFile" to f.outfile then * * if the file exists, write an eof marker on it * and make it appear new... * weofseq f.outfile end -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

FW: [U2] Emulation screen size & Editing

2004-10-04 Thread Peter Olson
"At font size 8 I can get 132 columns on my 19" monitor and it's barely readable. How in the world could anyone read a 165 column display? (35" monitor?)" eat carrots? This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the per

RE: [U2] uv-pe problem

2004-09-16 Thread Peter Olson
anything clues in the logs ? other services conflicting ? This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or he

RE: [U2] major (?) @var security hole

2004-09-14 Thread Peter Olson
lol! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Reid Sent: Friday, September 10, 2004 4:11 PM To: '[EMAIL PROTECTED]' Subject: RE: [U2] major (?) @var security hole Is @NOTHING sacred? -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: [U2] major (?) @var security hole

2004-09-10 Thread Peter Olson
neat! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of u2ug Sent: Friday, September 10, 2004 3:34 PM To: [EMAIL PROTECTED] Subject: [U2] major (?) @var security hole this may be common knowledge , but I stumbled across this yesterday at a client's site and w

RE: [U2] Can't find a character in my source code

2004-09-10 Thread Peter Olson
can ya post the code ? or email it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Friday, September 10, 2004 2:41 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Can't find a character in my source code Are there any Includes? George >

RE: [U2] UV: how best for subr to ask "Do I own a readu lock for [file & rec0?"

2004-09-10 Thread Peter Olson
when you enter the routine, try IF RECORDLOCKED( F.VAR , ID ) THEN set a flag for that file/id END do WRITEU's when leaving the routine, test the flag to see if the record should be released. -Original Message- From: [EMAIL PROT

RE: [U2] UNIDATA - SAVING UNIQUE and LIST.ALGEBRA

2004-08-24 Thread Peter Olson
it looks like PST.ROOM.ASSIGNMENT is multivalued and used for other things other then just storing the room# ??? what does the dict PST.ROOM.ASSIGNMENTS look like ? is it defining the entire attribute ? if you just want the 1'st value, create a dict item defining it and select saving unique

RE: [U2] [UD] Sorting

2004-08-23 Thread Peter Olson
in ref to 'Clarify please?' Say our record contains the rates of a widget ( attr 2 ) stored with and associated effective dates ( attr 1 ) 0001= 12345}12367}12390}12480}12590 0002= A}B}C}D}E we want to know the rate on 12380 ( 6/10/02 ) stored in ascending order, the locat

RE: [U2] [UD] Sorting

2004-08-20 Thread Peter Olson
fyi...i hate when dates are stored in ascending order... makes locates a :( This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended rec

RE: [U2] U2 PE and which version of Linux

2004-08-10 Thread Peter Olson
it's been awhile, i think i was able to get them to run on 6.2 ? 7.2 for sure... we needed the right glib's for one... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eugene Perry Sent: Monday, August 09, 2004 8:13 PM To: [EMAIL PROTECTED] Subject: [U2]

RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Peter Olson
another option voc PETES.PROC 0001: PQ 0002: [PETE.BP PETES.PROC --+ +- | | | +- PROC NAME | +--- PROG LIB. This e-mail, including attachments, may include confidenti

RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Peter Olson
"yorkshire terrier next door is living on borrowed time, let me tell you.". ROFLMAO!!! Thank You!!! This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this

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

2004-07-02 Thread Peter Olson
doc ( system description ) doesn't list change as a i-type function can you use convert or maybe call a subroutine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Friday, July 02, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: [U2] How t

RE: [U2] building DICT items

2004-07-01 Thread Peter Olson
maybe Mr Bull's site ???... http://members.aol.com/_ht_a/mbtexts/23.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Mongiovi Sent: Thursday, July 01, 2004 9:12 AM To: [EMAIL PROTECTED] Subject: RE: [U2] building DICT items > In case you

RE: [U2] building DICT items

2004-06-30 Thread Peter Olson
check pfd labeled "system description" under universe file dictionaries. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Mongiovi Sent: Wednesday, June 30, 2004 11:29 AM To: [EMAIL PROTECTED] Subject: [U2] building DICT items Can someone point me to t

RE: [U2] Proc

2004-06-23 Thread Peter Olson
there on the u2 website or i have one email me off line. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Mayo Sent: Wednesday, June 23, 2004 4:43 AM To: [EMAIL PROTECTED] Subject: [U2] Proc I know it's a dirty word, but I am in the need of a "

RE: [U2] FINDSTR difference between UV and UD

2004-06-22 Thread Peter Olson
if the data's compressed, i'm supprised you found the a string at all... may i ask what operating system ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of kmbodine Sent: Tuesday, June 22, 2004 11:56 AM To: [EMAIL PROTECTED] Subject: [U2] FINDSTR difference b

RE: [U2] Counting the number of files in a directory

2004-06-22 Thread Peter Olson
maybe execute "select "< your voc item for your dir > loop readnext filename else exit do_stuff repeat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:39 AM To: [EMAIL PROTECTED] Subject: [U2] Co

RE: [U2] U2 & XML

2004-06-16 Thread Peter Olson
Is anyone interested in the U2 User Group forming a Special Forum on the U2UG web page for those working on the U2 xml interface. yes! This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is

RE: Re: [U2] Dialers with Universe

2004-06-14 Thread Peter Olson
"Dew-we, Screw-em, and how offices, how may i direct you call ?" The phone's already been answered ? the longer you test this , the longer you give the caller an option to hang up. been there. done that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

[U2] [uv 10.x] system(9)

2004-06-11 Thread Peter Olson
what does this system(9) actually do and how would i use it $OPTIONS TIME.MILLISECOND a=0;b=0;dur=0 a = system(9) ; * grab the value in the beginning sleep 10 ; * do what i do best! b = system(9) ; * grab it when we finished dur = b-a crt 'start tick :':a crt 'end tick :':b cr

RE: [U2] Dialers with Universe

2004-06-09 Thread Peter Olson
not in the UK but it in the states using dialogic ( IBM ?? ) products how many phone reps ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Orange Sent: Tuesday, June 08, 2004 6:22 AM To: [EMAIL PROTECTED] Subject: [U2] Dialers with Universe Has anyone

RE: [U2] Reading Excel worksheets natively from within Universe

2004-05-27 Thread Peter Olson
i wrote some subroutines that creates the binary excel worksheets ( biff5 format ) in basic. but first i had to figure out how the different versions ( excel, excel97, excel2000 ) ...were structured. there's a little help on google but not much on the ole2 file structure ( stuff after excel97 ) .

RE: [U2] Connecting to local Universe installed on win32

2004-05-26 Thread Peter Olson
you have to invoke universe ? cd to the account. then type uv at the command prompt to start universe. if the os can't find the bin, you might have to set the path. ( c:\ibm\uv\bin ? ) maybe :) This e-mail, including attachments, may include confidential and/or proprietary information, and may

RE: [U2] Data truncation

2004-05-24 Thread Peter Olson
readblk ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Louis Windsor Sent: Monday, May 24, 2004 6:28 AM To: [EMAIL PROTECTED] Subject: Re: [U2] Data truncation Spoke too soon! All I have to do is work out how to tell UniVerse to leave the binary data al

RE: [U2] SPACE character ignored

2004-05-13 Thread Peter Olson
on universe, maybe try using COMPARE ? a = " 1" b = "1 " c = compare(a,b) crt c output = -1 ( false ) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan Shaw and Keith Johnson Sent: Thursday, May 13, 2004 3:26 AM To: U2-Users Subject: RE: [U2] SPACE chara

RE: [U2] u2ug.org

2004-05-07 Thread Peter Olson
it comes up for me too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dianne Ackerman Sent: Friday, May 07, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: Re: [U2] u2ug.org I have been able to access the page consistently throughout the entire past week! -D

[U2]

2004-05-03 Thread Peter Olson
subscribe [EMAIL PROTECTED] Thanks, Pete   This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her author

[U2]

2004-05-03 Thread Peter Olson
subscribe u2-users-digest [EMAIL PROTECTED] Thanks, Pete   This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or

[U2]

2004-05-03 Thread Peter Olson
subscriber Thanks, Pete   This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the r