Re: [U2] Any code share for Levenshtein distance

2013-04-17 Thread u2ug
How hard can porting 20 lines of code be ? ;-) http://en.wikipedia.org/wiki/Levenshtein_distance -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Baker Hughes Sent: Wednesday, April 17, 2013 1:39 PM To: U2 Users Li

Re: [U2] Another job ad written by people who have no clue

2012-12-09 Thread u2ug
mv basic doesn't require an END to an IF either -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Louie Bergsagel Sent: Sunday, December 09, 2012 3:21 AM To: U2 Users List Subject: Re: [U2] Another job ad written by peo

Re: [U2] [u2] Parallel processing in Universe

2012-10-01 Thread u2ug
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug Sent: Monday, October 01, 2012 4:11 PM To: U2 Users List Subject: Re: [U2] [u2] Parallel processing in Universe pipes -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] [u2] Parallel processing in Universe

2012-10-01 Thread u2ug
pipes -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Monday, October 01, 2012 4:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] [u2] Parallel processing in Universe What's the largest dataset i

Re: [U2] Variable Interpolation

2012-08-24 Thread u2ug
http://www.thefreedictionary.com/interpolation in·ter·po·late (n-tûrp-lt) v. in·ter·po·lat·ed, in·ter·po·lat·ing, in·ter·po·lates v.tr. 1. To insert or introduce between other elements or parts. 2. a. To insert (material) into a text. b. To insert into a conversation. See Synonyms at introduce. 3

Re: [U2] trimming a list (a test of your ability)

2012-07-13 Thread u2ug
Oops - meant to say : I seem to remember this being a problem writing values to an mv file rather than internal string handling. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug Sent: Friday, July 13, 2012 2:54

Re: [U2] trimming a list (a test of your ability)

2012-07-13 Thread u2ug
of thing as other characters even if the editor does -Original Message- From: u2ug To: U2 Users List Sent: Fri, Jul 13, 2012 10:43 am Subject: Re: [U2] trimming a list (a test of your ability) Just to be complete : for j=0 to 255 if char(j)='x' then continue x

Re: [U2] trimming a list (a test of your ability)

2012-07-13 Thread u2ug
; len=":l crt " pos=":p end next end j=0 x =[abcxyz] len=7 pos=5 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug Sent: Friday, July 13, 2012 1:10 PM To: U2 Users List Subject: Re: [

Re: [U2] trimming a list (a test of your ability)

2012-07-13 Thread u2ug
For universe, I believe that used to be true - I seem to recall running into this maybe 15+(?) years ago. I also seem to recall that the resolution to this issue was, as was mentioned, prepending all strings with a length. Try it: x="abc":char(255):"xyz" crt "[":x:"]" crt len(x) crt ind

Re: [U2] trimming a list (a test of your ability)

2012-07-12 Thread u2ug
:= doesn't care because a plain string has no concept of 'delimiters' therefore no pointers/position to track other than beginning and end. Agreed <-1> could be special cased to := BUT <3,-1> could not -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@l

Re: [U2] Regarding : Usage of the SEL.CMD

2012-06-08 Thread u2ug
editions from the Rocket website. And if you haven't already done so, check out the tutorials on the U2UG website. Brian ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/ma

Re: [U2] U2, satya satya has invited you to open a Gmail account

2012-05-08 Thread u2ug
This user is very suspicious - email harvesting maybe ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent: Monday, May 07, 2012 1:23 PM To: U2 Users List Subject: [U2] U2, satya satya has invited you to

[U2] Hello

2012-03-05 Thread u2ug
Is the list alive ? Haven't seen anything for a week. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Passing by Value 101 ?

2012-01-27 Thread u2ug
It gives the calling routine a way to ensure that a called routine can't modify the variables value ( intentionally or inadvertently ). FOR COUNTER=1 TO 10 IF IWANTTOCAUSEPROBLEMS THEN CALL *BADSUB( @LOGNAME , COUNTER ) ;* go boom ! ELSE CALL *BADSUB( (@LOGN

Re: [U2] Passing by Value

2012-01-26 Thread u2ug
le it with -Z2, run the program in debug and put a trace on A. On 26/01/2012 21:22, u2ug wrote: > BASIC -X !!! > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Hester > Sent: Thursday, J

Re: [U2] Passing by Value

2012-01-26 Thread u2ug
BASIC -X !!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Hester Sent: Thursday, January 26, 2012 4:16 PM To: U2 Users List Subject: Re: [U2] Passing by Value One of these searches should eventually work: L

Re: [U2] Brilliant? or not?

2012-01-13 Thread u2ug
You can get pretty close : SMAX = IF S1 > S2 THEN S1 ELSE S2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent: Friday, January 13, 2012 3:32 PM To: 'U2 Users List' Subject: Re: [U2] Brilliant? or

Re: [U2] Testing . . .

2011-11-24 Thread u2ug
27; Subject: Re: [U2] Testing . . . 4 ... 5 ... 6 > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of u2ug > Sent: Thursday, November 24, 2011 8:34 AM > To: U2 Users List > Subject: [U2]

[U2] Testing . . .

2011-11-24 Thread u2ug
1 ... 2 ... 3 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Changing TCL prompt?

2011-10-05 Thread u2ug
There is - PROMPT 'x' - but it only allows 1 character -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of gcan...@coverys.com Sent: Wednesday, October 05, 2011 2:06 PM To: u2-users@listserver.u2ug.org Subject: [U2] Chan

Re: [U2] Reading Dictionary Items

2011-09-29 Thread u2ug
The same as you would with any other file - off the top : open 'DICT','filename' to dfp else abortm 'Cant open dict filename' execute 'SELECT DICT filename WITH TYPE="D"' loop while readnext id writev id on dfp,id,4 repeat Gerry -Original Message- From: u2-users-boun...@lists

Re: [U2] Comparing numeric strings

2011-08-12 Thread u2ug
Have you looked at the COMPARE() function ? Does the trick under universe. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Rob Sobers Sent: Friday, August 12, 2011 1:11 PM To: U2 Users List Subject: Re: [U2] Comparin

Re: [U2] Selecting a List

2011-06-08 Thread u2ug
What system ? this works fine in UV. 001 x=@VM:@VM:@VM 002 crt x 003 crt convert(@VM,"x",x) 004 end >RUN DEV.BP X ²²² xxx -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Greg Coelho Sent: Wednesday, June 08,

Re: [U2] Universe PE

2011-05-25 Thread u2ug
This link was posted to the list a while back : http://www.rocketsoftware.com/u2/resources/premium/downloads/universe-li nux?searchterm=universe+personal+edition+linux I just recently downloaded and installed from here. I am thinking that the rocket fish site download setup hasn't really been tho

Re: [U2] Hello ?

2011-05-02 Thread u2ug
triptophan nap. Charles Barouch u2ug wrote: >Well - it looks like I can talk to myself - lots or practice there. > >Actually what is this " u2-users-boun...@listserver.u2ug.org" : >bounces ??? > >-Original Message- >From: u2-users-boun...@listserver.

Re: [U2] Hello ?

2011-05-02 Thread u2ug
s-boun...@listserver.u2ug.org" : > bounces ??? > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug > Sent: Monday, May 02, 2011 9:39 PM > To: U2 Users List > Subject: [U2] Hello ? > &

Re: [U2] Hello ?

2011-05-02 Thread u2ug
Well - it looks like I can talk to myself - lots or practice there. Actually what is this " u2-users-boun...@listserver.u2ug.org" : bounces ??? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug Sent: M

[U2] Hello ?

2011-05-02 Thread u2ug
The list has gone silent for me for the past week - is there anybody out there ? Just yell if you can hear me ... ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Is this worth rewriting?

2011-03-04 Thread u2ug
agreed -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: March 4, 2011 11:05 AM To: 'U2 Users List' Subject: Re: [U2] Is this worth rewriting? I still think all of these constructs as just sooo basic

Re: [U2] Clear Messages

2011-02-11 Thread u2ug
I believe those are the program counters -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman Sent: February 10, 2011 06:29 PM To: U2 Users List Subject: [U2] Clear Messages The following program (and su

Re: [U2] How to Clear Empty VM marks in Field

2011-01-31 Thread u2ug
That gets rid of all @VMs not just the empty trailing ones. I realize it answers the very specific example posted , but if that example was really the case being questioned I would say just use FXI=FXI<1,1,1> or count=1 I would assume that this question is really being asked about a more general

Re: [U2] UUID [was Data in Dict]

2011-01-27 Thread u2ug
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug Sent: Thursday, 27 January 2011 11:19 PM To: U2 Users List Subject: Re: [U2] UUID [was Data in Dict] This is only guaranteed to be unique "per process" due to the usage of named common.

Re: [U2] UUID [was Data in Dict]

2011-01-27 Thread u2ug
This is only guaranteed to be unique "per process" due to the usage of named common. Different processes running on the same system could generate duplicate values. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Greg

Re: [U2] data in dict

2011-01-26 Thread u2ug
Hi Jay, What is the 'multiple data levels' you are referring to here - distributed files ? Gerry -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jay rappaport Sent: January 26, 2011 12:03 PM To: u2-users@listserver

Re: [U2] Migration

2010-12-24 Thread u2ug
Agreed, that this is how it is often done. But there is nothing that says that this is how it has to be done OR even how it should be done. These 2 files could be setup such that : The CUSTOMER file contains no such embedded 'cross reference' field for appointments The APPOINTMENTS file coul

Re: [U2] Why don't calendars show the pick date?

2010-11-11 Thread jpb-u2ug
Simple if you have a calendar that shows the Julian date. Find out what the internal date for December 31st of the previous year is and write it somewhere on the calendar. Then all you have to do is add the Julian date to it. Jerry Banker -Original Message- From: u2-users-boun...@listser

Re: [U2] UniVerse On RedHat?

2010-11-05 Thread jpb-u2ug
I've never moved UV from HP-Ux to Red Hat but I have worked on both. We went from a Sun Risc system to Red Hat on Intel and, like Drew said, you would have to do recompiling of programs and I-descriptors, and either uvbackup/uvrestore or fnuxi the files. If you use any operating system scripts or p

Re: [U2] I'm baaaack

2010-10-28 Thread jpb-u2ug
There are discussion email groups like this one as well as forums. Go to the www.u2ug.org web site and sign up for all of that you want to belong to. Welcome home. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] Building XML using the UV XDOM API functions

2010-10-26 Thread jpb-u2ug
I'll have to disagree with you on this one Tony. As a vendor yourself you would of course think this way. As an end user of the product we would like it all to come from one source. This is the reason that Microsoft has got such a jump on everyone else, they will provide you with all of the tools a

Re: [U2] "too many values in sort"

2010-10-25 Thread jpb-u2ug
I don't think UniVerse has the same limits (SELBUF controls in memory size) but then UniVerse doesn't use the same structure as Unidata in their selects. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of B

Re: [U2] Licensing

2010-10-21 Thread jpb-u2ug
We changed from standard licensing to device licensing because of the fact that many of our users have multiple sessions open of the same IP. It has helped tremendously. We use to run out of licenses on a regular basis with only 75 users on a 117 license system. Now we have kept the same number of

Re: [U2] Compiling 102

2010-10-21 Thread jpb-u2ug
The usage of the CATALOG command depends on the flavor you are using. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann Sent: Thursday, October 21, 2010 2:24 AM To: U2 Users List Subject:

Re: [U2] [U2} Cloud UniVerse?

2010-10-07 Thread jpb-u2ug
I could be wrong but I think they allow it with replication. Then again I think you also have to keep a minimum number of seats on those systems too. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony

Re: [U2] CUPS printing and sequence of jobs

2010-10-05 Thread jpb-u2ug
When we used cups on our Linux server I had to go directly to the IP address of the printer circumnavigating the Windows print server. Going through the print server created too many problems, especially for print jobs that we had imbedded pcl coding. Jerry Banker -Original Message- From:

Re: [U2] where did everyone go ?

2010-10-01 Thread u2ug
t: Re: [U2] where did everyone go ? > > Same here :-) > > Anant > > On Tue, Sep 28, 2010 at 12:58 PM, wrote: > > > I'm lurking as usual, nothing to add, lots to learn. 8-) > > > > Brian > > > > > > > > From: "u2ug"

Re: [U2] UV index with duplicate nodes

2010-09-30 Thread jpb-u2ug
Does the correlative have any special coding in it? I would suggest deleting the index for this field recreate the field as a D type then add the field to the index again. Some correlatives don't give you what you would expect. Jerry Banker -Original Message- From: u2-users-boun...@lists

Re: [U2] UVRESTORE error

2010-09-28 Thread jpb-u2ug
Look up the command in the documentation. You will notice that if you are going to restore to a lower revision you will need to back up with one of the -rev options. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] where did everyone go ?

2010-09-27 Thread u2ug
So it wasn't just me -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: September 27, 2010 12:27 PM To: U2 Users List Subject: Re: [U2] where did everyone go ? >>> The number of post

[U2] FW: Warning: mvargh...@silverlinewindow.com - User unknown!

2010-09-27 Thread u2ug
Any idea why I got this bounce back ? shouldn't this just have gone to the list server and not to me ? -Original Message- From: MDaemon at mdaemon.slbp.com [mailto:mdae...@silverlinewindow.com] Sent: September 27, 2010 12:08 PM To: u2ug Subject: Warning: mvargh...@silverlinewindo

[U2] where did everyone go ?

2010-09-27 Thread u2ug
The number of postings has drastically dropped over the past few weeks down to virtually zero Has the list been relegated the dust bin and I missed the notice ? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/

Re: [U2] Does Reality Flavor have globally cataloged subroutines?

2010-08-26 Thread JPB-U2UG
We are running in Reality flavor and have many globally cataloged programs. We have separate catalog commands for doing this just as others have mentioned. I have never seen a problem doing this. Jerry -- From: "George Gallen" Sent: Thursday, Aug

Re: [U2] Unix to SQLServer

2010-08-14 Thread JPB-U2UG
e: [U2] Unix to SQLServer At the risk of being roasted for mentioning my "vendor product" (see other threads - it seems to be unpopular) ... I'm not speaking for the U2UG officially, but as a moderator on this list, and as the list host. IMHO, there is nothing wrong with mentioning

Re: [U2] RetrieVe enhancements

2010-07-17 Thread JPB-U2UG
Yes, all of the time. It's still a very good ad hoc reporting tool. Plus we have many reports that are generated using retrieve that we transform into PDF's. -- From: "Symeon Breen" Sent: Friday, July 16, 2010 2:42 PM To: "'U2 Users List'" Subje

[U2] UV Session hang using spool.

2010-07-09 Thread jpb-u2ug
We've just converted over to Windows 2008 Server running UV 10.3.3 from RH Linux and I've come across an error that we never had on the Linux system. I set up a printer with the SETPTR command: SETPTR 0,174,58,0,0,1,NFMT,NOHEAD,BRIEF,NOEJECT,AT AccountPrint_Landscape,GDI,FONTNAME Courier New,FO

Re: [U2] @LOGNAME... Changing @variables

2010-06-17 Thread u2ug
ug.org] On Behalf Of u2ug Sent: Friday, June 18, 2010 8:29 AM To: U2 Users List Subject: Re: [U2] @LOGNAME on Unidata We ran into a similar situation in the past with uv on hpux Although @LOGNAME is documented as a readonly value, we found out that it is possible to change it ( and other readonly s

Re: [U2] @LOGNAME on Unidata

2010-06-17 Thread u2ug
We ran into a similar situation in the past with uv on hpux Although @LOGNAME is documented as a readonly value, we found out that it is possible to change it ( and other readonly system variables ) by passing it as an argument to a subroutine - the subroutine can then change the value. I guess uv

Re: [U2] UV Memory issues

2010-06-08 Thread JPB-U2UG
Do you have or have you added any other applications running on the same server or is it dedicated to UV? I have seen where having another application running on the same server will conflict with UV. -- From: "u2ug" Sent: Tuesday, Jun

[U2] UV Memory issues

2010-06-08 Thread u2ug
We started running into a situation recently where a box running universe 10.2.11 on hpux 11.31 started to have severe performance problems, zero response, processes that normally take seconds to run taking hours etc. In Top we could see that the reported free memory was averaging about 28M at tim

Re: [U2] OPENSEQ and Abnormal termination of UV

2010-05-17 Thread jpb-u2ug
Let me see, can it be because you are trying to cram over 4 GB of data into a single cell. Unlike the OPEN statement that just puts the file variable into a variable, the OPENSEQ opens the whole file to the variable. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.o

[U2] UV on Windows

2010-04-15 Thread jpb-u2ug
Anybody know what permissions a person needs to use all of the UniAdmin options on a Windows server running UniVerse. Right now I can bring up the UniAdmin when I rdp to the system but I can't see any of the users except myself. I can't kill a user because they don't show up on the users window. Sa

Re: [U2] Looking for a Job.....

2010-04-13 Thread jpb-u2ug
You do realize that you have more of a chance of finding a job in India than you do here, right. Most of the jobs here have been outsourced to your country or China. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] import data to excel sheet...

2010-04-12 Thread jpb-u2ug
This is a function of the operating system. On Unix systems only a linefeed character is added to the end of a line whereas on Windows both carriage return and linefeed characters are added to the end of a line. If you open a file created on a Unix system with the notepad app it will have one line

Re: [U2] Regex searching UD files

2010-04-01 Thread jpb-u2ug
I'm on UV and from the Unix command line I can do the following: cd /usr/ibm/uv uv port.status | grep j_banker It will list every line with my login. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Pick on Mac

2010-03-29 Thread jpb-u2ug
I think I saw someone on this list that was using one of the U2 products on Mac OSX or on the Windows virtual emulator. Could be wrong. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sen

[U2] Microsoft SQL Server Driver Support

2010-03-03 Thread jpb-u2ug
The U2 team at Rocket Software announces a renewed focus on improving SQL interfaces to the UniData and UniVerse data servers. Microsoft SQL Server Driver Support Starting with the November release of UniData on Windows, the Rocket U2 team will deliver and support the Microsoft SQL Server drive

Re: [U2] UniObjects 'Exec'

2010-02-19 Thread u2ug
I did some playing around with this and was surprised at what I found. First I would have assumed that any error messages would have been returned as part of the command.Response But they aren't. So I tried setting up a simple program to execute a command line, capture the output and CRT it.

Re: [U2] UniData ICONV function

2010-02-10 Thread u2ug
Changing "DIMDY" to "D-MDY" will do what you want in universe regardless of any system settings. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: February 10, 2010 02:05 PM To: U2 Mail List Subject:

[U2] Spooler for Windows

2010-02-10 Thread jpb-u2ug
What products are out there that mimic the Unix UniVerse spooler in a Windows environment? From what I can see on Windows, UniVerse uses the Windows printer subsystem and in my estimation that was a mistake. There's no retention of print jobs, no form type, no ability to use scripts, it is the bigg

Re: [U2] extraction conversion codes

2010-02-08 Thread u2ug
server.u2ug.org] On Behalf Of jpb-u2ug Sent: February 8, 2010 05:59 PM To: 'U2 Users List' Subject: Re: [U2] extraction conversion codes I wonder the same thing. All he's doing is converting a D type to a correlative and in that case I would much rather have it an A or S type so you

Re: [U2] extraction conversion codes

2010-02-08 Thread jpb-u2ug
I wonder the same thing. All he's doing is converting a D type to a correlative and in that case I would much rather have it an A or S type so you don't have to be misled by the type and not looking for the special coding in field 3. Jerry Banker -Original Message- From: u2-users-boun...

[U2] extraction conversion codes

2010-02-05 Thread u2ug
Sorry - I forgot to change the subject - didn't mean to hijack the other thread. We have a process that works strictly with I & D type dictionary items. The fewer I-types we have the better. One scenario where we can drop I-types in favour of D-Types is : DATA.VALUE D multi part

Re: [U2] Resize Question

2010-02-05 Thread u2ug
We have a process that works strictly with I & D type dictionary items. The fewer I-types we have the better. One scenario where we can drop I-types in favour of D-Types is : DATA.VALUE D multi part '*' delimited : date / time 2 ... DATA.VALUE.DATE

Re: [U2] Resize Question

2010-02-05 Thread jpb-u2ug
! That has helped a lot and I can now see the data in the UV command line :) If possible, I am now hoping to be able to expose this imported data to ODBC so I can work with it in PHP, etc. But I am again finding problems I cannot find an answer for in the help docs or searching the list archive. F

Re: [U2] UniVerse RetreiVe how do I query a file for all of its column’s values?

2010-01-20 Thread u2ug
No column names but what about LIST.ITEM ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Evan Carroll Sent: January 20, 2010 07:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] UniVerse RetreiVe how do I qu

[U2] Sharing files

2010-01-20 Thread jpb-u2ug
I am very familiar with how to do things on Unix/Linux systems but my knowledge of the MS Windows Server environment is substantially lacking. So I am wondering if the group can give me some pointers. I have a folder on a RH Linux system that I would like to share on a Windows 2K8 server running UV

Re: [U2] Error connecting to UD 5.2 from SQL Server 2008 SSIS

2010-01-13 Thread jpb-u2ug
Is 5.2 still supported? That may convince them that it is time to upgrade. I can't seem to find an availability matrix on Rocket's site. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gerd Forthmann Sen

Re: [U2] An interesting find....

2009-12-15 Thread JPB-U2UG
Instead of CASE -1 use CASE 1 -- From: "George Gallen" Sent: Tuesday, December 15, 2009 1:23 PM To: "U2 Users List" Subject: [U2] An interesting find Here is an interesting tidbit I happened to run across. PROGRAM A: OPEN "","FILE1" TO F.F

Re: [U2] UVPE linux setup

2009-12-14 Thread u2ug
daemon too: See the Universe Administration PDF under Managing Network Services > Administering the UniRPC on Unix System u2ug wrote: > Thanks jeff - I got telnet working ok - uo.net is still a problem > > > > > -Original Message- > From: u2-users-boun...@listserv

Re: [U2] UVPE linux setup

2009-12-14 Thread u2ug
PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UVPE linux setup In message <47c1b98393896f41a7bfe435442394e5268...@gmsdc.gerzio.ca>, u2ug writes >I have just setup uvpe 10.3.3 on opensuse 11.1 >Locally universe seems to be running fine. >However I can't access it via teln

Re: [U2] UVPE linux setup

2009-12-14 Thread u2ug
Universe for Linux does not install its own telnet server like the Windows version does. Make sure your Linux telnet daemon is running. u2ug wrote: > I have just setup uvpe 10.3.3 on opensuse 11.1 > Locally universe seems to be running fine. > However I can't access it via telnet or

Re: [U2] UVPE linux setup

2009-12-14 Thread u2ug
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug Sent: December 14, 2009 03:03 PM To: u2-users@listserver.u2ug.org Subject: [U2] UVPE linux setup I have just setup uvpe 10.3.3 on opensuse 11.1 Locally universe seems to be running f

[U2] UVPE linux setup

2009-12-14 Thread u2ug
I have just setup uvpe 10.3.3 on opensuse 11.1 Locally universe seems to be running fine. However I can't access it via telnet or UO.NET either local or remote. I must have missed something in the installation guide - how do we configure uvpe on linux to accept connections via telnet & uo.net ? G

Re: [U2] SELECTs on FILEs

2009-12-14 Thread JPB-U2UG
While you are on the subject I have discovered another little annoyance from Windows as opposed to Unix. On Unix, Linux, Solaris, et al you can do a select on an account and get the same results every time, however, on windows you may not. At least with Universe. For a simple test do a select o

Re: [U2] Uniobjects and login paragraph

2009-12-10 Thread u2ug
Objects and you would be stuffed. Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: 10 December 2009 4:38 PM To: 'U2 Users List' Subject: [U2] Uniobjects and login paragraph Did I see tha

[U2] Uniobjects and login paragraph

2009-12-10 Thread jpb-u2ug
Did I see that someone said Uniobjects bypasses the login paragraph? What else bypasses the login paragraph? Is this on both 'nix and Windows? Jerry Banker UV Project Leader Senior Programmer Analyst IBM Certified Solutions Expert ___ U2-Users

[U2] Have I been booted again ?

2009-12-07 Thread u2ug
I haven't seen activity from the list in a week or so - have I been 'delisted' again or is the list just dead ? Gerry ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] UV Transaction logging

2009-11-30 Thread jpb-u2ug
ansaction and logged individually. Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: 30 November 2009 4:14 PM To: 'U2 Users List' Subject: [U2] UV Transaction logging If you have tr

Re: [U2] Mapping files.

2009-11-30 Thread jpb-u2ug
You also have to have Allownfs set to 1 in your configuration and permissions set on the other server so you can use the file. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Paul Parkinson Sent: Monday,

[U2] UV Transaction logging

2009-11-30 Thread jpb-u2ug
If you have transaction logging turned on in UniVerse do all changes get logged even those that don't have the code in the programs to start the transaction and commit it? Jerry Banker UV Project Leader Senior Programmer Analyst IBM Certified Solutions Expert

Re: [U2] Code Coverage Project

2009-11-27 Thread jpb-u2ug
It won't be used by programmers but would by QC/QA types to check and see if the code is being used or is just a bunch of fluff. One good example would be if your company is using outsourcing to do your programming and the outsource is getting paid on the amount of code they produce, instead of the

Re: [U2] [UV] Where is the COMMON block reserved ?

2009-11-19 Thread jpb-u2ug
In the first example the common is declared in program 1 and can be used in both program 1 and the called subroutine program 2. In the second example the common is declared only when the second program is called and can only be used by the second program, and any programs called from it. In this ca

Re: [U2] Unidata odd error

2009-11-16 Thread jpb-u2ug
I can't speak for Unidata but with UniVerse there was no problem going from Solaris to Red Hat. We went to it 4 years ago and I did it on a Saturday. I set up the printers and themaster account ahead of time. 99% of the commands are identical, I think the only problems I had were with the cp and rm

Re: [U2] [UV] printing html documents

2009-11-13 Thread jpb-u2ug
If your html files are in a type 19 file and the location on your network is reachable from your pc, you can kick off the IE browser from Accuterm sending the path of the file and it will pop up like the wed editor. Then you can print it or view it. Jerry Banker -Original Message- From: u

[U2] Agile and Scrum

2009-10-16 Thread jpb-u2ug
http://www.agilegamedevelopment.com/2007/12/pair-programming.html XP Development Jerry Banker ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-14 Thread jpb-u2ug
ion > was all between their ears (and left with them), I am a big believer in > detailed written specs that get turned into test plans and then into > documentation. > > Eventually the lack of specs turns around and bites the organization that > allowed it to happen (unless the ap

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-14 Thread jpb-u2ug
al Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: 13 October 2009 22:54 To: 'U2 Users List' Subject: Re: [U2] Unibasic: Sample program - to extract data from Table If you are going to go that far with the

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-13 Thread jpb-u2ug
From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: 13 October 2009 18:00 To: 'U2 Users List' Subject: Re: [U2] Unibasic: Sample program - to extract data from Table I don't see where you are coming from here. Every program I eve

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-13 Thread jpb-u2ug
I don't see where you are coming from here. Every program I ever produce is for a specific purpose. We don't create one program and then have an assembly line that types it in several times over and over again. We just make copies of it. Programming takes skill, intelligence, and imagination. It is

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-13 Thread jpb-u2ug
I don't think anyone was questioning Jay's intelligence. He is probably a very intelligent person or he would not have been hired. What is in question is the intelligence of the individuals that hired the firm he works for and the intelligence of the people that gave him the work to do without firs

Re: [U2] U2 is now Rocket U2

2009-10-12 Thread jpb-u2ug
Prime Information Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dawn Wolthuis Sent: Monday, October 12, 2009 3:32 PM To: U2 Users List Subject: Re: [U2] U2 is now Rocket U2 Love the U2-rocket story,

  1   2   3   4   5   >