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
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
-
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
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
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
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
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
; 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: [
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
:= 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
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
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
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
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
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
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
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
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]
1 ... 2 ... 3
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
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
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
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
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,
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
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.
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 ?
>
&
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
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
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
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
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
-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.
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
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
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
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
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
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
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
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
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
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:
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
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:
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"
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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:
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
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
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...
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
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
! 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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 467 matches
Mail list logo