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

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

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

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

2012-10-01 Thread u2ug
...@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 [mailto:u2-users-boun

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.

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

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

2012-07-13 Thread u2ug
-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: [U2] trimming a list (a test of your ability) For universe, I believe that used to be true - I seem

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

2012-07-13 Thread u2ug
: u2ug simpson-u...@gerzio.ca To: U2 Users List u2-users@listserver.u2ug.org 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=abc:char(j):xyz l=len(x) p=index(x,x,1) if j=0 or l

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] 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

[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(

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:

Re: [U2] Passing by Value

2012-01-26 Thread u2ug
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, January 26, 2012 4:16 PM To: U2

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

[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] Testing . . .

2011-11-24 Thread u2ug
: [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] Testing . . . 1 ... 2 ... 3

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]

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:

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]

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

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: Monday, May

Re: [U2] Hello ?

2011-05-02 Thread u2ug
??? -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 ? The list has gone silent for me for the past week - is there anybody out

Re: [U2] Hello ?

2011-05-02 Thread u2ug
triptophan nap. Charles Barouch u2ug simpson-u...@gerzio.ca 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.u2ug.org [mailto: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

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

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=FXI1,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
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

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. Different processes

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:

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

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:

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

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

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

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] 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-

Re: [U2] where did everyone go ?

2010-10-01 Thread u2ug
everyone go ? Same here :-) Anant On Tue, Sep 28, 2010 at 12:58 PM, bpar...@nemianlife.lu wrote: I'm lurking as usual, nothing to add, lots to learn. 8-) Brian From: u2ug simpson-u...@gerzio.ca To: u2-users@listserver.u2ug.org Date: 27/09/2010 18:07 Subject: [U2

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:

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]

[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

[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...@silverlinewindow.com

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

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

Re: [U2] Unix to SQLServer

2010-08-14 Thread JPB-U2UG
Subject: Re: [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 syme...@gmail.com Sent: Friday, July 16, 2010 2:42 PM To: 'U2

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

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

2010-06-17 Thread u2ug
. Documented) @USER3 (This is actual usage. Documented) @USER4 (This is actual usage. Documented) @USER.RETURN.CODE (This is actual usage. Documented) @YEAR Regards, Dan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug

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 simpson-u...@gerzio.ca Sent

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] 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.

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]

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

[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

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.

[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

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: Re:

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:

Re: [U2] extraction conversion codes

2010-02-08 Thread u2ug
] 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 don't have to be misled

Re: [U2] Resize Question

2010-02-05 Thread jpb-u2ug
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. First, I created a PICK account using the U2UG

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

[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

[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

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

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

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

2009-12-15 Thread JPB-U2UG
Instead of CASE -1 use CASE 1 -- From: George Gallen ggal...@wyanokegroup.com Sent: Tuesday, December 15, 2009 1:23 PM To: U2 Users List u2-users@listserver.u2ug.org Subject: [U2] An interesting find Here is an interesting tidbit I happened

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

[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 ?

Re: [U2] UVPE linux setup

2009-12-14 Thread u2ug
-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 fine. However I can't

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 UO.NET either

Re: [U2] UVPE linux setup

2009-12-14 Thread u2ug
To: u2-users@listserver.u2ug.org Subject: Re: [U2] UVPE linux setup In message 47c1b98393896f41a7bfe435442394e5268...@gmsdc.gerzio.ca, u2ug simpson-u...@gerzio.ca 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 telnet

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...@listserver.u2ug.org [mailto:u2-users-boun

[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 ___

Re: [U2] Uniobjects and login paragraph

2009-12-10 Thread u2ug
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 that someone said Uniobjects

[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] 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:

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

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

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

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:

[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
- 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 minutia then why

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

2009-10-14 Thread jpb-u2ug
. Eventually the lack of specs turns around and bites the organization that allowed it to happen (unless the application was a one-time quick-and-dirty project that will never have to be resurrected). Susan Lynch - Original Message - From: jpb-u2ug jpb-u...@hotmail.com To: 'U2 Users List

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

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

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

2009-10-13 Thread jpb-u2ug
...@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 ever produce is for a specific purpose

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,

Re: [U2] U2 is now Rocket U2

2009-10-09 Thread jpb-u2ug
This all depends, if I am reading it correctly, their other products are being advertised until their original names and Rocket is more in the background. So they may advertise the U2 products under a completely different name. What would you like the name to be? Maybe Rocket would like some input

Re: [U2] hpux to linux; Solaris 2.6 to Solaris 10

2009-10-07 Thread JPB-U2UG
, why are you moving to windows? Are there specific benefits? Thanks. On 10/07/2009 10:55 AM, jpb-u2ug wrote: We have moved from Unix V5 on Motorola, to Solaris 2.6, to Solaris 8, to RH Linux AS3, and are now in the process of moving to Windows 2008

Re: [U2] [U2C] what's in a (rocket) name?

2009-09-21 Thread jpb-u2ug
Yes, but it may not be all that bad for Universe, you can Take a Rocket to the Universe! But, that doesn't work for Unidata. Jerry Banker -Original Message- From: u2-community-boun...@listserver.u2ug.org [mailto:u2-community-boun...@listserver.u2ug.org] On Behalf Of Results Sent:

Re: [U2] Indexing

2009-09-15 Thread jpb-u2ug
I just tried it on 10.2.4 or UV and it works! Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Henry Unger Sent: Monday, September 14, 2009 8:55 PM To: 'U2 Users List' Subject: Re: [U2] Indexing Yes

[U2] FW: Running a test program and getting an error

2009-09-10 Thread jpb-u2ug
Forwarding for one of our .NET developers. Have you got an answer? Jerry Banker Running the test program below and getting an error. Any idea's? C:\Program Files\IBM\SQLLIB\BINtestconn20.exe Database=AACSQL;UserID=swd;Server =linux2;Pooling=False;ServerType=UniVerse Step 1:

Re: [U2] FW: Running a test program and getting an error

2009-09-10 Thread jpb-u2ug
the password and you've removed it for the reason of not dumping passwords on to the list? Brian On 10 September 2009 at 15:25 jpb-u2ug jpb-u...@hotmail.com wrote: Forwarding for one of our .NET developers. Have you got an answer? Jerry Banker Running the test program below and getting

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread jpb-u2ug
You can tell it's Friday :-) Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steven M Wagner Sent: Friday, September 04, 2009 3:56 PM To: U2 Users List Subject: Re: [U2] H...Learn something new

Re: [U2] back to the socket problem....

2009-08-28 Thread u2ug
I did this once and ran into the same issue and came up with a scheme using pipes. The server process handles all incoming requests and starts up a phantom to actually handle each request. The server and the phantom process communicate via pipes. The server then does a round-robin polling for data

[U2] What ever happened...

2009-08-27 Thread jpb-u2ug
Whatever happened to the Toucan? Jerry Banker UV Project Leader Senior Programmer Analyst IBM Certified Solutions Expert ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

  1   2   3   4   5   >