RE: [UD] Union Query

2004-04-30 Thread Jeff Schasny
If you really must use TCL (as opposed to writing some code) you could copy
the data from both files to a single temp file and report from it.

-Original Message-
From: Burwell, Edward [mailto:[EMAIL PROTECTED]
Sent: Friday, April 30, 2004 8:24 AM
To: 'U2 Users Discussion List'
Subject: RE: [UD] Union Query


No, a record ID in one file will not exist in the other file.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: HTML to Universe conversion codes

2004-04-28 Thread Jeff Schasny
The numeric after the % is the hex representation of the ascii code for
the character:

 = hex 26 = decimal 38

-Original Message-
From: Lee Messenger [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 9:11 AM
To: [EMAIL PROTECTED] Com
Subject: HTML to Universe conversion codes


Does anyone have a complete list of the unique HTML conversions 'codes' and
their Universe equivalents when passing data from an html page to Universe
using the form 'post' method.  For example the string
 '%26' is '' in Universe.

Would you share this list with me?

Thank you in advance.


Lee J Messenger
Sr VP Operations
[EMAIL PROTECTED]

DLT Transportation Services, Inc.
Phone :(816) 242-4505
Fax   :(816) 483-7222


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How far can U2 scale?

2004-04-26 Thread Jeff Schasny
The HP superdome systems I've seen running Universe apps were single large
multiprocessor systems.  One notable example was for a wholesale
distribution company running 400+ branches and around 7500 users on a single
24 processor machine attached to a large EMC Clariion disk array. One big
database too.  

In my experience UV Net is much too slow to use as a clustering tool.

-Original Message-
From: Anthony Dzikiewicz [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 7:27 AM

What does the hardware look like for a system with this many users ?
Are they all running the same apps going after the same data ?
Is UV/NET involved ?
I curious on how you would scale up to a large number of users running the
same application.  Would you beef up the machine or would it be better to
hook up a number of machines with UV/NET linking them together ?
Anthony

 -Original Message-

afaik france telecom has 3 users online on a universe/unidata system
and i also think there is a hp superdome running 3000 users in gb
looks like its scalable to me :-)
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: OT: Terminal emulator for Mac

2004-04-22 Thread Jeff Schasny
sarcasm
What?  Actually BUY software? We all know that software developers work for
free.
/sarcasm

-Original Message-
From: Karl L Pearson [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 7:25 AM
To: U2 Users Discussion List
Subject: Re: OT: Terminal emulator for Mac (was Re: What client platform
do YOU use (Parallel to GUI thread))
[snip]
Of course, you then get to determine if taking the time to do that would
be more expensive in your time than just picking up one of the $99-$149
products that may have a good 'canned' VT100 MAC emulator.
[snip]
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How do we convert lowercase letters to uppercase in Pick basi c

2004-04-22 Thread Jeff Schasny
OCONV(whatever,MCU)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 12:11 PM
To: [EMAIL PROTECTED]
Subject: How do we convert lowercase letters to uppercase in Pick basic


Hi,


Can some one tell me how to convert lower case letters to uppercaseand 
vise versa


tx in advance for the help


regards
reddy
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How to schedule upl program in pick basic

2004-04-22 Thread Jeff Schasny
Um.  Whats a upl?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 1:49 PM
To: U2 Users Discussion List
Subject: How to schedule upl program in pick basic


Hi,


I have upl which calls a set of basic programs. The set of programs will 
create text files form Universe datanase. Can anyone tell me how to 
schedule the UPL so that i can run the upl everday at particular time.


tx in advance

regards
Reddy 
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Dialing a Fax/Modem from A UV basic program

2004-04-22 Thread Jeff Schasny
What kind of scripts?  Batch files?  I have a number of processes which
write out and execute batch files and ordinary users can execute them just
fine.

-Original Message-
From: Jeremy Adell [mailto:[EMAIL PROTECTED]
Subject: RE: Dialing a Fax/Modem from A UV basic program


you cannot run scripts if not logged in as administrator, but it would be 
possible to run an .exe . not sure if you know how to program c++ or vb.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: GUI as nice as character-based

2004-04-20 Thread Jeff Schasny
I disagree with a couple of points. 

For one, there is no reason that a character based app can not be written to
validate data inputs just as efficiently as a GUI.  Users can be forced to
choose from a list of pre authorized values by a number of means. An
assigned function key which brings up a box of options which can be
highlighted and selected for example.

Also, IMHO the primary usefulness of a GUI (lets face it folks, we're
talking about the Microsoft Windows GUI) is the fact that so many people
already know how to use it.  Heck, even my technophobic 75 year old mother
knows that Files is on the left side of the menu bar and Help is on the
right.  Employers can bring people in to an organization and be reasonably
sure that they will be able to do some useful work on a computer system
quickly because the look and feel of their GUI is a soft, cuddly, familiar
face to just about everyone. Its not more efficient. It requires more
resources.  It increases the overall complexity of the application and
therefore increases the probability of failures. Unfortunately, the bottom
line is that users like it.  Since we write software for users we need to
use the GUI.  


-Original Message-
From: Dawn M. Wolthuis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 9:19 AM

Excellent point -- that is also my main issue with terminal emulations that
look pretty.  A GUI interface does more than look pretty -- it helps
prohibit any invalid data from being entered.  There are much fewer data
entry fields in favor of point and click on drop downs and such.  Of
course, the point and click slows folks down.

Software developers of packaged software have the issue of needing to make
all of the data entry approaches look way cool and yet ensure that in those
cases where there is still a need for fast data entry, the users will not
reject the software.  The primary need for GUI's that are clicky-clicky is
handled well enough with a variety of tools and such applications can often
function just fine within a web browser (using jsp or asp for example).

It is always harder to add in new stuff than the remove the old and I'd like
to see something that will let us remove any need for character-based,
terminal emulation software from our production environments, without losing
their great features that have kept us using them these many years.  Cheers.
--dawn

Dawn M. Wolthuis
Tincat Group, Inc.
www.tincat-group.com

Take and give some delight today.


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Uniobjects / php

2004-04-20 Thread Jeff Schasny
If you want to play around with PHP interacting with the Universe
environment in an extremely simple way you can try the stuff below. Note
that I dont recommend this methodology for production systems but its a good
simple example.

The following stuff will execute any Universe command/cataloged program,
pass it data via the command line, and display the results.  Assumptions:
You have a universe account setup as uvtest under your web root on a machine
running apache/php. The lister.html and lister.php files will reside in the
uvtest Universe account directory.

First create an html file (lister.html) containing a form to collect our
program name and any data to be passed to it.  Here is my html:

html
head
title
Generic UV Process Runner
/title
/head
body bgcolor=white
center
h2Lets Run A Universe Process/h2
p
hr
form bgcolor=white name=aform action=lister.php method=post
table
tr
td
Program Name 
td
input type=text name=name size=35
tr
td
Some Data 
td
input type=text name=somedata size=35
/table
p
input type=submit value=Submit
/form
/body
/html

Now create our PHP file (lister.php):

html
head
titleUvtest/title
/head
body
?php
$name = $_POST[name];
$dat = $_POST[somedata];
$cmdstr = uv ;
$cmdstr .= $name;
$cmdstr .=  ;
$cmdstr .= $dat;
exec($cmdstr,$returnedstuff,$retval);
foreach($returnedstuff as $oo) {
   echo $oo br;
}
?
/body
/html


Point your browser to Http://localhost/uvtest/lister.html and happily
execute anything you can do from a UV command line.  I first tested this
with LIST VOC SAMPLE 5 as the program name and no data entered. If you
construct programs which take command line input and output html code you
can pretty much create a whole application which uses lister.php as a
generic data mover.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Jeff Schasny
001 I
002 FIELD(@RECORD59,4,'|',1,1)
003
004 LAST.LTR.NAME
005 12L
006 S

-Original Message-
From: Steve Ferries [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: [UV] - Dictionary Item for Multi-valued field


HI All,

Would someone please point out what I'm doing wrong with the following?

I am trying to extract the 'hello' field from the attribute below:

0059 }}}hello|13236|13226|13}E55}12478}}12657

I have tried this:

001 A
002 0
003 LTR NAME
004
005
006
007
008 F;0;(TDLT;X4;;59);X4;(G1\1)
009 R
010 12

and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S

without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread Jeff Schasny
Oh... were those subvalues or pipes?

-Original Message-
From: chris [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 10:16 AM
To: U2 Users Discussion List
Subject: Re: [UV] - Dictionary Item for Multi-valued field


try...

001 I
002 @RECORD59,4,1
003
004 LAST.LTR.NAME
005 12L
006 S


HTH
Chris


Steve Ferries wrote:

HI All,

Would someone please point out what I'm doing wrong with the following?

I am trying to extract the 'hello' field from the attribute below:

0059 }}}hello|13236|13226|13}E55}12478}}12657

I have tried this:

001 A
002 0
003 LTR NAME
004
005
006
007
008 F;0;(TDLT;X4;;59);X4;(G1\1)
009 R
010 12

and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S

without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250

  


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: GUI as nice as character-based

2004-04-19 Thread Jeff Schasny
My former employer Intuit Eclipse has successfully implemented a Java front
end (Solar Eclipse... get it, Sun... Java... Solar, Arrgh) for their
distribution ERP system.  The nice part is that you can use any combibnation
of GUI and character interface you like. For example, the guys in the
warehouse can have old PC's with the Eclipse terminal emulator (which by the
way allows a multi windowing charachter interface)installed while the
accounting folks use the GUI or you can even run the terminal emulator for
some things on the same PC as the Java GUI.  This was all possible because
the entire ERP system was VERY modular including a very smart INPUT
routing used by every process requiring inputs from a user.  Even so, the
development of the java front end took over 2 years.

-Original Message-
From: Dawn M. Wolthuis [mailto:[EMAIL PROTECTED]

I haven't gotten through all of the postings in the GUI thread as yet, but
am working on the question of how to write a GUI that is as good as a green
screen from the perspective of folks currently using a green screen
application.  I saw hints at that, but nothing that tackled it from the
standpoint of being able to use any tools on the market today to accomplish
this (no need to retain databasic code, for example).  

What could be used to actually replace, completely, the character screens?  

Requirements:
0) work with U2 as multiuser databases

1) Be able to use any Windows, new Mac (unix) or Linux client
2) Have graphically attractive  colorful screens, looking enough like
standard GUIs (M$, in particular) that users would understand the use of
icons, etc.
3) Respond to keystrokes by users -- not only to the click of a submit
button
4) Require no preparation of the client computers in advance of using the
software, likely directing user to a web page.
5) type ahead can be done so that the user is not waiting constantly for
the computer to respond
6) Heads down data entry folks are as happy with this as they were with
their green screens when they first got those and have only minor complaints
if converting now from a green screen, none of substance

What are the options -- who has written or seen such a GUI?  --dawn

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UV to Text Conversion Standard?

2004-04-14 Thread Jeff Schasny
You might look at Cedarville Download (ftp.cedarville.edu). Its a free
utility written in UD/UV Basic that will output CSV, HTML, XML, and DIF
files (all of which are directly readable by Excel) from command line
queries.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 7:34 AM
To: [EMAIL PROTECTED]
Subject: UV to Text Conversion Standard?


I am hopeful someone can offer me some guidance.

I have to move data off of my Universe system and send it to a PC for
inclusion in a Excel Spreadsheet.

Some background:
Source data is alpha/ numeric and contains VM's, SVMs and TM
Source data fields are variable lengths

Requirements:
Output must be fixed length
Output must be importable into Excel (column definitions will be based on a
fixed length map)

My problem:
I think Excel will choke on VMs, SVMs and TM characters. Is there a
standard , ASCII character that I should use to represent them? To further
complicate things, sone of the fields represent data that was input with
little (or no restrictions), ie. any character on the keyboard was
considered valid.

Thanks

Jim


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Unidata 6.0 upgrade from 5.7

2004-04-14 Thread Jeff Schasny
1) obtain a revolver loaded with one round.
2) take it to the office(s) of the person(s) involved and ask them to spin
the cylinder, point the gun to their head, and squeeze the trigger
3) if they refuse feign a suprised look and remind them that what they are
asking you to do is functionaly then same thing

-Original Message-
From: Yeatrakas,James [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 8:35 AM
To: [EMAIL PROTECTED]
Subject: New: Unidata 6.0 upgrade from 5.7


We are a Unix shop using Unidata 5.7. We are being asked to upgrade to 6.0
in our LIVE system without much advanced preparation. If there is anybody
who can point to anything that we should be concerned or aware of, your
input is highly desired. We are scheduled to do this on 4/24 so don't have
much opportunity to react. Thanks in advance!

James (Jim) Yeatrakas 
Application Analyst 
Trident Technical College, Charleston, SC 
(843) 574-6634, [EMAIL PROTECTED] 

 
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Performance

2004-04-08 Thread Jeff Schasny
Screen savers?  Best performance to background processes? On AIX?

-Original Message-
From: Brian Leach [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 08, 2004 9:24 AM
To: 'U2 Users Discussion List'
Subject: RE: Performance


First things,

1. turn off any screen savers
2. ensure your server is set to adjusted to give best performance to
background processes
3. turn off any virus checkers
4. turn off veritas backup

Brian Leach 

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] MCP

2004-04-07 Thread Jeff Schasny
if you consider a space a printable character then seq(32) to seq(126) would
be printable so

IF SEQ(YOURVAR)  31 AND SEQ(YOURVAR) 127 THEN ITS.PRINTABLE = 1

-Original Message-
From: Craig Bennett [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 5:36 PM
To: U2 Users Discussion List
Subject: [UV] MCP


Hi All,

does anyone know how I can determine which characters are in the
non-printable class on a NON-NLS system?

We are runing uv 10.0.

Thanks,


Craig

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: callHTTP

2004-04-05 Thread Jeff Schasny
Since its such as lovely Monday...

Here's a routine for moving data using HTTP or HTTPS. You can send data as
if from a form (i.e. encoded in the command string) or as a file. Obviously
you can also get data.  This uses the public domain Curl
(http://curl.mirrors.redwire.net/utility) utiliy which is useful for a bunch
of other stuff as well.

http://jschas1.home.mindspring.com/bp/HTTP.TRANSFER

-Original Message-
From: Donald Kibbey [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 7:56 AM
To: [EMAIL PROTECTED]
Subject: RE: callHTTP


It's good to remind ourselves that there are a ton of command line type
tools out there that do some pretty amazing things.  (lynx, wget, rsync,
etc).  Most are availble in source form and with compiled versions for both
Unix and Windows.


Don Kibbey
Financial Systems Manager
Finnegan, Henderson, Farabow, Garrett  Dunner LLP

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [ADMIN] Re: Modern Universe - was: The lists are closing

2004-03-30 Thread Jeff Schasny
Then perhaps you should take your own advice and HIT DELETE

-Original Message-
From: Joe Eugene [mailto:[EMAIL PROTECTED]

[unsightly rubbish snipped]

IF you feel my comments are without SUBSTANCE... 
WHY NOT ARGUE BACK with some Valid Proof...

Instead of start Calling People Names... like school kids!

Yes, it is only Normal when People Fail or Run out of Arguments... they
start making Personal Remarks... This Denotes their FAILURE!

Joe Eugene
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Modern Universe - was: The lists are closing

2004-03-29 Thread Jeff Schasny
At the risk of being rude (which I don't really mind all that much).  Your
comments simply verify my initial suspicion that you are quite ignorant of
the structure and usage of the Universe environment.  Anyone who would
characterize the Universe database as flat file is either A) an idiot or
B) clueless. 

And the use PICK to read through it???  What?

I also suspect that you suffer fronm a common malady: If all you know how to
use is a hammer everything begins to look like a nail.

Your arguments are nonsensical, your logic is missing and in general the
internet has a term for those who post irritating comments about a subject
on that subject's newsgroup which this list certainly resembles.  We call
them trolls

-Original Message-
From: Joe Eugene [mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 9:07 AM
To: U2 Users Discussion List
Subject: RE: Modern Universe - was: The lists are closing


 I can't say if MV is slow or inefficient as far as database handling
 compared to various relational DBMS environments.  

I don't think its hard to prove that UV is Much IN-Efficient than other
advanced DataBase Technologies. Here is a simple test...

1. Populate UV and Oracle with around 10 Million records.
2. Write fairly complex Web Application against it.
3. Run a Web Application Stress tool(around 1000 Users) 
   switching Databases within the same DB Machine.

You don't have to be a scientist to look at Performance Monitor.

 Stating that UV people use PICK and
 that
 UV is not supported by SAP or Peoplesoft tells me you aren't very
familiar
 with this technology

I have only worked at one place that used UV, am Not interested in
learning PICK Or UV. In the current state...UV is used as a FLAT FILE...
with a bunch of Stuff..packed on it.. and then use PICK  to read through
these UV Files.

Do you think SAP can integrate with the above Environment? SAP
Integrates
with all Major RDBMS well am aware UV.. can be treated as a RDBMS...
but I don't belive Corporations use UV as RDBMS... if that's the case
why Not just use Oracle Or DB2.. which are highly efficient and Ton of
resources out there to depend on.

 with this technology.  Saying MV is slow and then advocating a
translation
 to Java tells me you aren't too familiar with Java either

I have done Java integration with UV/RedBack and am familiar with
UNIJ...thats all I want to know about the details of UV Java!

I belive developers should appreciate technology for

1. Performance
2. Scalability
3. Ease Of Integration.
4. Advanced Techniques.
5. Resources for Development... RAD etc.

I personally like Java...but I still do appreciate MS.NET C# cause of
some of its advanced techniques and performance stuff.

Joe Eugene




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Tony Gravagno
 Sent: Monday, March 29, 2004 1:30 AM
 To: 'U2 Users Discussion List'
 Subject: RE: Modern Universe - was: The lists are closing
 
 I can't say if MV is slow or inefficient as far as database handling
 compared to various relational DBMS environments.  Since the tests
 themselves (TPC, etc) are biased because they themselves are defined
based
 on relational constructs, I suspect we'll never get real numbers that
we
 can
 all agree on.
 
 Aside from that you're way off.  Stating that UV people use PICK and
 that
 UV is not supported by SAP or Peoplesoft tells me you aren't very
familiar
 with this technology.  Saying MV is slow and then advocating a
translation
 to Java tells me you aren't too familiar with Java either.  Saying
Pick
 doesn't support advanced level computing is simply wrong, and so are
a
 couple of your other claims.  But I think we understand and can agree
with
 your point that MV isn't mainstream.
 
 Pick-based DBMS products are very capable with regard to
communications.
 We
 can connect an MV app to anything.  Connectivity methods aren't always
 mainstream but the claims of little/NO support and not compatible
are
 incorrect.  Non-MV products incorporate tools that we can use just as
 easily.  Remember that programming and connectivity are not natively
done
 within most other DBMS environments, they use outside tools to connect
 into
 a DBMS too.  So in a sense, because we have tools inside and outside
of
 our
 environments, we have a bit more to work with than they do - that is,
 BASIC
 can be considered a built-on RAD language compared to the inadequacies
of
 stored procedures.
 
 It's counter-productive to get into one-upmanship against relational
 products and other staples of the IT world, so I'll just close by
saying
 all
 of these products are as good as the skills of the people using them.
 Here
 at Nebula RD we'll be happy to help you connect your app to anything
you
 want, including SAP, Peoplesoft, DB2, or whatever else you or your
trading
 partners use.
 
 Tony
 
 Joe Eugene wrote:
 PICK is LEGACY Technology and does NOT Support alot of
 advanced level computing we have today.
 
 1. UV has 

RE: Correlative

2004-03-25 Thread Jeff Schasny
A pick flavor account will still support I types

-Original Message-
From: Kate Stanton [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 2:31 PM
To: U2 Users Discussion List
Subject: Re: Correlative


You are probably right, Trevor, but we converted when we went to Universe
whenever that was, and all our reporting, etc is on PICK format.  Hard to
get changed format to the top of the list.

- Original Message - 
From: Trevor Ockenden [EMAIL PROTECTED]
To: U2 Users Discussion List [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 5:01 PM
Subject: Re: Correlative


Kate

Use an I-type dictionary as follows:

0001: I
0002: F1:@TM:F10
0003:
0004: Whatever
0005: 30T
0006: S

If the contents of either F1 or F10 they will wrap appropriately.

I find I-types to be s much easier as a programmer.

Cheers

Trevor Ockenden
OSP

- Original Message - 
From: Kate Stanton [EMAIL PROTECTED]
To: U2 Users Discussion List [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 1:54 PM
Subject: Correlative


 I have a file with field 1 containing description (30 chars), and field 10
 containing notes (30 characters, multi-value).

 For reports, I want to print a single column containing description with
 notes underneath.

 So if description is Name of item and notes line 1 is: First line of
 notes, line 2 is 2nd line of notes, I want a column of:

 Name of item
 1st line of notes
 2nd line of notes

 I have tried the following correlative:  F1;'
 ';1;30;[];10;:
 but it repeats the description before each line of notes:

 Name of item
 1st line of notes
 Name of item
 2nd line of notes

 If I just concatenate with F1;10;:  I am not surprised to get:

 Name of item1st line of notes
 2nd line of notes

 I can't for the life of me work out how to do it.  Can anyone help?
Please!

 TIA,  Kate


 Kate Stanton
 Walstan Systems Ltd
 4 Kelmarna Ave, Herne Bay, Auckland, New Zealand
 ph +64 9 360 5310  fax +64 9 376 0750
 ah +64 9 378 9594
 [EMAIL PROTECTED]

 -- 
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users



---
Outgoing mail is certified Virus Free by AVG 6.0.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.642 / Virus Database: 410 - Release Date: 24/03/2004

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] Program dying

2004-03-22 Thread Jeff Schasny
You might try running it as a phantom and then checking the entry in the
PH file to trap any Universe level errors

-Original Message-
From: Mark Eastwood [mailto:[EMAIL PROTECTED]
[snip]

Can anybody shed light on what the error is trying to tell me?

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [UV] Program dying

2004-03-22 Thread Jeff Schasny
Hmmm... Nothing like a good Monday mystery.  I'd probably look next for file
corruption in the data files in question.

-Original Message-
From: Mark Eastwood [mailto:[EMAIL PROTECTED]
Tried that...the PH entry just stops - no messages.
It has a Record Counter display but 'where' it stops (if it stops) is
random.  There could very well be a problem with the program, but I can't
see it, I was hoping the Event Entry would point-out the problem.

FYI - Here is some sudo-code...the odd piece of logic (to me) this program
does is process Lists within Lists (three deep).
EXECUTE SELECT FILE1 WITH blah... RTNLIST LIST1
LOOP
  READNEXT ID1 FROM LIST1 ELSE EXIT
  CLEARSELECT LIST2
  EXECUTE 'SELECT FILE2 WITH xxx = ':ID1:'' RTNLIST LIST2
  LOOP
READNEXT ID2 FROM LIST2 ELSE EXIT
CLEARSELECT LIST3
EXECUTE 'SELECT FILE3 WITH xxx = ':ID2:'' RTNLIST LIST3
LOOP
  READNEXT ID3 FROM LIST3 ELSE EXIT
  ...do stuff...
REPEAT
  REPEAT
REPEAT
END

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: SETPTR for sending to file

2004-03-22 Thread Jeff Schasny
SETPTR 0,132,2,0,0.3,BANNER MYFILE,BRIEF
  ^^

Should be a comma not a period:

SETPTR 0,132,2,0,0,3,BANNER MYFILE,BRIEF


-Original Message-
From: Cyndi Calvin [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 5:07 PM
To: U2 Users Discussion List
Subject: SETPTR for sending to file


I'm trying the command suggested from this forum:

SETPTR 0,132,2,0,0.3,BANNER MYFILE,BRIEF

Then 'LIST PRINTERS' but the output goes to screen and there is no MYFILE in
the underlying directory.   Am I missing something?
SETPTR
Unit Number   : 0
Page Width: 132
Page Depth: 2
Top Margin: 0
Bottom Margin : 0
Print mode: 3 - Output to HOLD file

Output to HOLD file   : MYFILE
Output formatting : Off
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: SETPTR for sending to file

2004-03-22 Thread Jeff Schasny
And you need a LPTR at the end of your TCL sentence

LIST FILENAME XX X   LPTR


-Original Message-
From: Jeff Schasny [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 5:19 PM
To: U2 Users Discussion List
Subject: RE: SETPTR for sending to file


SETPTR 0,132,2,0,0.3,BANNER MYFILE,BRIEF
  ^^

Should be a comma not a period:

SETPTR 0,132,2,0,0,3,BANNER MYFILE,BRIEF


-Original Message-
From: Cyndi Calvin [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 5:07 PM
To: U2 Users Discussion List
Subject: SETPTR for sending to file


I'm trying the command suggested from this forum:

SETPTR 0,132,2,0,0.3,BANNER MYFILE,BRIEF

Then 'LIST PRINTERS' but the output goes to screen and there is no MYFILE in
the underlying directory.   Am I missing something?
SETPTR
Unit Number   : 0
Page Width: 132
Page Depth: 2
Top Margin: 0
Bottom Margin : 0
Print mode: 3 - Output to HOLD file

Output to HOLD file   : MYFILE
Output formatting : Off
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Universe Sockets Interface

2004-03-15 Thread Jeff Schasny
There's a files area?

-Original Message-
From: Ray Wurlod [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 13, 2004 4:53 AM
To: U2 Users Discussion List
Subject: RE: Universe Sockets Interface


However, the attachment gets stripped.  How about sending it to the
moderator to put into the files area?

- Original Message -
From: Jeff Schasny [EMAIL PROTECTED]
Date: Fri, 12 Mar 2004 14:28:23 -0700
To: U2 Users Discussion List [EMAIL PROTECTED]
Subject: RE: Universe Sockets Interface

 Ok, so maybe I AM replying to the list  :)

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Universe Sockets Interface

2004-03-12 Thread Jeff Schasny
I'm replying off list.

The attached subroutines can be called to establish, read and write to
socket connections.

1) run the SOCKET.ACCEPT.CONNECT on the server side to establish a
listener and return a socket handle to the controling process.
2) run SOCKET.OPEN on the client side to establish a connection to the
remote server and return a socket handle to the controling process.

3 Use SOCKET.READ and SOCKET.WRITE as required to transmit data



-Original Message-
From: Matt Sedlak (EL) [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 1:39 PM
To: [EMAIL PROTECTED]
Subject: Universe Sockets Interface


Does anyone have a solid working example of a Universe Basic program that
uses the Sockets Interface to communicate between two machine?

 

Matt

 

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Universe Sockets Interface

2004-03-12 Thread Jeff Schasny
Ok, so maybe I AM replying to the list  :)

-Original Message-
From: Jeff Schasny [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 2:25 PM
To: U2 Users Discussion List
Subject: RE: Universe Sockets Interface
[snip]

I'm replying off list.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UV ODBC drivers for AIX

2004-03-10 Thread Jeff Schasny
AIX would have the ODBC server running and would be accessed from a
client(pc) using the ODBC drivers installed on it.

-Original Message-
From: Robert Stearns [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 11:48 AM
To: [EMAIL PROTECTED]
Subject: UV ODBC drivers for AIX


While investigating ODBC for our use, I came across the 10.1 ODBC 
manual. It references on Micro$oft NT and 2000 in the installation of 
ODBC drivers. Does that mean the the UNIX variants (esp. AIX) no longer 
support ODBC links or is there another place I should be looking in the 
documentation set?

In the same vein, is there a secure ODBC driver for this environment? 
Has anyone gotten ODBC to work over SSL or as a port tunnel of SSH? In 
the University environment, with users distributed all across campus, I 
really don't want unencrypted user names, passwords, and sensitive data 
on the wire. Good, free packet sniffers are all to easy to come by.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UV ODBC drivers for AIX

2004-03-10 Thread Jeff Schasny
Its included as part of Universe on AIX on 9.6 and above if I remmember
corectly. The install files are on the same media (CD) as Universe but is
installed and activated seperately.  The client side drivers are on the
Universe clients CD.

-Original Message-
From: Robert Stearns [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 11:59 AM
To: U2 Users Discussion List
Subject: Re: UV ODBC drivers for AIX


Is it a standard part of the Universe install then? AFAIK  Universe 
needs its own special ODBC driver.

Jeff Schasny wrote:

AIX would have the ODBC server running and would be accessed from a
client(pc) using the ODBC drivers installed on it.

-Original Message-
From: Robert Stearns [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 11:48 AM
To: [EMAIL PROTECTED]
Subject: UV ODBC drivers for AIX


While investigating ODBC for our use, I came across the 10.1 ODBC 
manual. It references on Micro$oft NT and 2000 in the installation of 
ODBC drivers. Does that mean the the UNIX variants (esp. AIX) no longer 
support ODBC links or is there another place I should be looking in the 
documentation set?

In the same vein, is there a secure ODBC driver for this environment? 
Has anyone gotten ODBC to work over SSL or as a port tunnel of SSH? In 
the University environment, with users distributed all across campus, I 
really don't want unencrypted user names, passwords, and sensitive data 
on the wire. Good, free packet sniffers are all to easy to come by.

  


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: U2 hardware conversion inquiry

2004-03-08 Thread Jeff Schasny
Would that be DEC/COMPACQ/HP Unix to IBM AIX or DEC/COMPAC/HP
WinNT/2000/3003 to IBM AIX or DEC/COMPAQ/HP WINwhatever to IBM WINwhatever?

Hardware isnt really the issue.

-Original Message-
From: Downey, Thomas A 454 [mailto:[EMAIL PROTECTED]
Sent: Monday, March 08, 2004 10:01 AM
To: '[EMAIL PROTECTED]'
Subject: U2 hardware conversion inquiry



We are a UniVerse shop that is investigating moving off our DEC/COMPAQ/HP
hardware.

Our company is a heavy user of IBM equipment and I am inquiring on folks'
experience with moving UniVerse from the DEC/COMPAQ/HP to an IBM system. I
am looking for very high level information. 

I know that most of the time, the devil is in the details but I have
worked with PICK on various hardware platforms in the past without any real
troubles and just need some general information c/o DEC/COMPAQ/HP to IBM to
present to our team.

Thanks,

Tom Downey

Universe 10.0.3
Digital UNIX  


CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please
immediately notify the sender by e-mail at the address shown.  This e-mail
transmission may contain confidential information.  This information is
intended only for the use of the individual(s) or entity to whom it is
intended even if addressed incorrectly.  Please delete it from your files if
you are not the intended recipient.  Thank you for your compliance.
Copyright (c) 2004 CIGNA




-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Universe File Corruption

2004-02-27 Thread Jeff Schasny
Or, assuming you have good backups, delete the file and restore it from
backups

-Original Message-
From: Eppel,Gary [mailto:[EMAIL PROTECTED]
Sent: Friday, February 27, 2004 8:34 AM
To: U2 Users Discussion List
Subject: RE: Universe File Corruption



'uvfixfile' won't touch this (bitter experience speaking here). You
really need fixtool and for that you'll need to have UV10.0.x (I think
the 'x' is 15 or higher, not totally sure) or, even better, v10.1,
installed. The versions of fixtool prior to that were not as
sophisticated as the current one, which can actually (usually)
successfully fix something like this.

It can be fixed manually, but that would take a lot more than an email
to spell out the details :-(   and then only if you are extermely
comfortable with bit buckets and reading/modifying hex values, etc.
There have been emails on some of this before - search the archives.

In the meantime, if you need it fixed fast, call Universe support and be
prepared to pay a few hundred bucks.

Gary Eppel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Bob Witney
Sent: Friday, February 27, 2004 10:21 AM
To: 'U2 Users Discussion List'
Subject: RE: Universe File Corruption

do you have this on the system anywhere

./usr/lpp/uv/bin/uvfixfile

bob


-Original Message-
From: TELRIS MAN [mailto:[EMAIL PROTECTED]
Sent: 27 February 2004 15:04
To: [EMAIL PROTECTED]
Subject: Universe File Corruption


Our system is running on UV 9.4.1.3B on SCO Unix 5.0.5.

I have encoutered the following error message when I SELECT a file
'INVOICE'
File /disk3/MYDATA/INVOICE
Computed blink of 0x312e3134 does not match expected blink of 0x158800
Detected within group starting address 0x27e1e00 !
Internal data error.

Anybody over there can tell me how can I fix the problem and save all
data?

Please describe details

Thks

TM
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

Confidentiality Notice: This e-mail and any attachments are 
intended solely for the addressee and may contain confidential or 
privileged information. If you are not the named addressee, or the 
person responsible for delivering the message to the named 
addressee, please notify the sender as soon as possible and delete 
the material from your computer. This message will be protected by 
copyright. If it has come to you in error, you must not take any 
action based on its contents nor must you copy or show the message 
to any person other than the intended recipient.



__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users



CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
 --
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [OT] Making Linux bootable CD

2004-02-24 Thread Jeff Schasny
http://www.winternals.com/support/kbfiles/ISOtoCD.pdf

-Original Message-
From: Martin Phillips [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 24, 2004 10:12 AM
To: [EMAIL PROTECTED]
Subject: [OT] Making Linux bootable CD


OK, I give up.  Someone out there must have done this and have the
answer

I need to set up a new Linux system.  I have downloaded the five RedHat 8.0
.iso CD image files.  I now need to make a set of bootable CDs.  Everything
on the RedHat web site starts from the assumption that your CD writer is on
a running Linux system.  Mine isn't.  It's on a Windows 2000 system.  I have
Roxio Easy CD Creator 5 which has an option to write bootable CDs.

RedHat suggest using cdrecord.  This in turn requires CygWin.  I downloaded
this but the instructions don't work because the commands they use aren't
there.  I want to do the job with my existing Easy CD software.

I have spent the entire day trying to do this.  I will be forever grateful
to anyone who can email me the steps to make these CDs.  Unless you think it
is worth publishing to the whole group, please email it to
[EMAIL PROTECTED] to reduce off topic mailings.

Martin Phillips
Ladybridge Systems
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB
+44-(0)1604-709200

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UniVerse printing problem - cannot print as root

2004-02-18 Thread Jeff Schasny
I haven't seen the problem specifically, but my first thought would be to
look at the differences in the PATH environment variable between root and a
normal user.  

-Original Message-
I have a client with a printing problem.  Running UniVerse 10.x on HP-UX.
The client is able to print except if he is logged in as root.  When
logged in as root the print jobs appear to go off to data hell and don't
show up in the spooler anywhere.

Sounds like it might be a permissions problem or something similar.  Anyone
encounter this?

Thanks in advance!

Jeff Fitzgerald
Fitzgerald  Long, Inc.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Distributing U2 files

2004-02-18 Thread Jeff Schasny
1) Make your source files Universe type 19s (eliminate the whole fnuxi
thing)
2) Gzip them all up along with a paragraph to be placed in the voc file to
resize them to whatever filetype you prefer (I'd go with dynamic for
anything other than source code files, but thats just me).

Installation procedure would then be:

1) download the gzip file
2) ungzip into an existing Uni* directory 
3) copy the paragraph to the VOC file
4) execute the paragraph
5) dance joyously

-Original Message-
I have a set of small UniData files that I would like folks to be able to
receive via e-mail and then install.  The requirements are:

1) OS can be most flavors of Windows or UNIX
2) DB can be UniData or Universe
3) I would like to have a single zipped up file for distribution, but if
two or more are best, I'd like to know that
4) assume there is only a windows server available for the packaging
function (no unix box available for that task)
5) the user should need to do almost nothing to be able to get to the
point where they can type LIST filename for these files and have them work
at the command prompt.

Thanks in advance for your suggestions.  --dawn

Dawn M. Wolthuis
Tincat Group, Inc.
www.tincat-group.com

Take and give some delight today.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Distributing U2 files

2004-02-18 Thread Jeff Schasny
Gzip is gnu licensed and available for both Unix and Windows platforms.  You
can get them here:

http://www.gzip.org/

-Original Message-
Thanks -- I zip all the time, but never have I gzip'd, so I'm green.  I'll
have to figure out what tools are used for that since it appears that my
WinZip copy doesn't permit a gzip archive to be created (as best I can tell
at first glance).  Is there an obvious choice (e.g. free) that runs on
Windows?  

I can do your step 5 now -- ever since folks at the Datatel User Group
meetings forced me to dance at age 36 or 7 (having grown up in a non-dancing
sub-culture).

Dawn M. Wolthuis
Tincat Group, Inc.
www.tincat-group.com

Take and give some delight today.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Enabling ODBC for non-SQL file

2004-02-16 Thread Jeff Schasny
First create an @SELECT item in the dictionarys of the files you are aiming
at.

Then logto HS.ADMIN and issue the HS.ADMIN command from TCL.  Select Option
#3 to activate access to files in an account. Whenever you change an @SELECT
Item or want to add access to another file you can run HS.UPDATE.FILEINFO in
the account rather than going back to the HS.ADMIN account and running
option #4 (Update File Information Cache in an account).

-Original Message-
From: John Hester [mailto:[EMAIL PROTECTED]
Sent: Monday, February 16, 2004 3:34 PM
To: U2 Users Discussion List
Subject: UV: Enabling ODBC for non-SQL file


I'm trying to enable ODBC access to a standard UV non-SQL file and have 
found the following in the ODBC manual:

To make UniVerse files accessible to ODBC applications, you must run 
the ODBC file access utility in the account.

However, they don't bother to say what this ODBC file access utility is 
called.  I've tried listing the VOC LIKE ...HS... and ...MENU... but 
can't find anything relevant.  Are they referring to HS.UPDATE.FILEINFO?

TIA,
John

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Payroll computations

2004-02-13 Thread Jeff Schasny
You could start here:

http://taxes.yahoo.com/rates.html

-Original Message-
From: George Gallen [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 8:40 AM
To: 'Ardent List'
Subject: Payroll computations


I'm trying to write a program that will give a estimate (fairly close
estimate)
for determine what amount of money deducted pre-taxed, will cause your
taxable income to drop a tax bracket.

What I'm looking for is an excel file for tax rates on salary income.
I'm assuming you take the gross * (# payperiods in year) for annualized
salary
and use that as a base (depending on the # of dependants on the w4) would
give you the % to charge for fed inc tax.

Is that how it works? 

(Annualized Salary - pre tax $) * (% based on dedecutions from table) = Fed
withholding $

I'm not looking to include state / FICA at this point

Is the above the correct method for determining taxable income for a
paycheck, and
if it is via tables where can I get the table in computer readable format.

George

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UV on SCO Unix

2004-02-11 Thread Jeff Schasny
Why not Linux?

-Original Message-
From: Brutzman, Bill [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 11, 2004 10:35 AM
To: 'U2 Users Discussion List'
Subject: UV on SCO Unix



We bought the year-end UV amnesty upgrade from IBM.  Because of an existing
ERP license agreement, we need to stay with Unix.

While I would prefer to stay with HP-Ux, pricing for a new HP-Ux server
seems to be approaching $10,000.  Right now, I am not sure if it makes any
sense to upgrade hardware in our HP-9000-E45 box.

We would rather spend $3k.  Thus, I am considering running SCO on say a Dell
server.  Any comments on running UV on SCO ?

Perhaps there is another Unix besides SCO...

Bill Brutzman, Manager IT
HK MetalCraft Mfg Corp
PO Box 775
35 Industrial Road
Lodi  NJ  07644-0775

973.471.7770 x145 .voice
973.471.9666  .fax

[EMAIL PROTECTED]
www.hkMetalCraft.com
 

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Format Text in Output Data File

2004-02-06 Thread Jeff Schasny
I think the point is not so much that its simpler, certainly not for the
programmer, but that you have so many more options.  Text size, formatting,
cell widths, multiple tables on a page, pretty much anythings possible.  As
for the overhead:

html
head
/head
body

Everything else goes here


/body
/html

Doesnt seem like that much overhead to me.


-Original Message-
From: Mark Johnson [mailto:[EMAIL PROTECTED]

I must be missing something. How is creating HTML simpler than CSV for
simple tables.. I may be wrong but i've gotten hung up on the head-like
overhead before i can get to the cells. I would like to learn more if this
is an easier way especially if i can export formatting. Any code examples
would be nice.

thanks.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: SELECT NOT WORKING [uv 10 - unix]

2004-02-02 Thread Jeff Schasny
Try WHEN insted of WITH

-Original Message-
From: George Gallen [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 2:41 PM
To: 'Ardent List'
Subject: SELECT NOT WORKING [uv 10 - unix]


OKWhat gives.

GET-LIST MYLIST

253 ITEMS SELECTED
SELECT FILE WITH TYPE # CREDIT
253 ITEMS SELECTED




BUT

GET-LIST MYLIST

253 ITEMS SELECTED
SELECT FILE WITH TYPE = CREDIT
10 ITEMS SELECTED



Why Do I have to search the = , save the list, then merge.list DIFF to do
the same thing as select # ?

The ONLY thing is that TYPE is multivalued field.
It is defined in the DICT as multivalued.
There is NO entry in VOC called TYPE

What gives..

George


George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: RF Bar Code Scanners

2004-01-28 Thread Jeff Schasny
You might want to look into TCP wrapper:

http://www.ccd.bnl.gov/pdsdir/pds/9410-tcp-wrapper.html

-Original Message-
From: Karl L Pearson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 12:11 PM
To: U2 Users Discussion List
Subject: Re: RF Bar Code Scanners


I have been here just over a year and wondered why the system was setup
for an open, plain-text telnet session from anywhere. I've been
monitoring it for the entire time I've been here, and so far, no
break-ins, or attempted break-ins as far as I can tell.

As the IT Director, it's my responsibility to make sure we are secure,
so I'm feeling the pressure. So, what does all this mean? We aren't
secure and I'd much rather use some type of SSL/SSH application, though
I haven't found one for the scanners. I think that's because the
scanners run DR. DOS and have a version of Novell's TCP/IP stack to
connect.

I'm also using a java telnet applet run off our server through any
browser that supports java (not javascript). For those without scanners
who want access to our site, it's very nice and requires nothing
installed on their PCs. That product is free and DOES have SSL/SSH
capability, and I'm slowly moving clients over as they are willing to
learn and try it.

Karl

On Wed, 2004-01-28 at 12:05, [EMAIL PROTECTED] wrote:
 Karl,
 
 That sounds like a great application.  Could you share what steps you take

 to secure the telnet session, to keep the wrong people our of your server?
 
 
 Harman Armstrong
 
 
 
 
 
 Karl L Pearson [EMAIL PROTECTED]
 Sent by: [EMAIL PROTECTED]
 01/28/2004 11:54 AM
 Please respond to U2 Users Discussion List
 
  
 To: U2 Users Discussion List [EMAIL PROTECTED]
 cc: 
 Subject:Re: RF Bar Code Scanners
 
 
 We use the Symbol PDT3146US model of handheld and have found them to be
 quite reliable. We install VTL46K VT emulation software and then just
 telnet into our server. We provide them for our clients who use them in
 their tool cribs for checking out tools to employees. The nice thing is
 that they are logged into our system here in Salt Lake City (most of
 them are in Arizona), and when they hit a pre-determined minimum
 quantity, our system kicks out an order and the process is started for a
 replenishment order to be shipped. We buy the scanners for them, so they
 use them, but the amount of product we move more than pays for the
 scanners, even though one set, including the access point (802.11b
 currently) costs us around 3K USD.
 
 
 On Wed, 2004-01-28 at 09:26, Ray Buchner wrote:
  What kind of RF bar code scanners are popular out there for Pick apps. 
 I'm
  running universe 10 on NT.  I would prefer an 802.11 solution with a 
 screen
  capable of running a telnet session back to the server.
 
 
 
  TIA,
 
  Ray
 
  ___
  u2-users mailing list
  [EMAIL PROTECTED]
  http://www.oliver.com/mailman/listinfo/u2-users
 
 --
 Karl L. Pearson
 Director of IT,
 ATS Industrial Supply
 Direct: 801-978-4429
 Toll-free: 888-972-3182 x29
 Fax: 801-972-3888
 http://www.atsindustrial.com
 [EMAIL PROTECTED]
 
 
 ___
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users
 
 
 ___
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users
 
-- 
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 888-972-3182 x29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]


___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UV Setptr Question

2004-01-27 Thread Jeff Schasny
Send the report to the HOLD file and print it from there.  Use the SETPTR
mode option number 3 to direct LPTR output to the file instead of a
printer.

Try HELP SETPTR at TCL for more info

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 11:23 AM
To: [EMAIL PROTECTED]
Subject: UV Setptr Question


Hi,
I have a few applications that produce daily reports.  Every now and then,
someone walks off with the print out .  The report can not be recreated.
Is it possible, via SETPTR (or some other setting), to print the report and
keep a copy of the report on the print queue?  I would not want the reports
to accumulate on the queue, but instead get overwritten by the next day's
report. Ideally I would like a non-programming solution

I am running UV 9.6.2.5

Thanks.

Jim


___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: looking for faster Ideas...

2004-01-27 Thread Jeff Schasny
how about keeping a list of excluded names as a record in a file (or as a
flat file in a directory with each name/item/whatever on a line) and reading
it into the program as a dynamic array then doing a locate on the string in
question.  Something like this:


READ ALIST FROM AFILE,SOME-ID ELSE STOP
X = 0
LOOP
   X += 1
   ASTRING = INLISTX
UNTIL ASTRING = ''
   LOCATE ASTRING IN ALIST SETTING POS THEN
  DO
  OTHER
  STUFF
   END ELSE
  DONT
   END
REPEAT

Of course of you really want speed then sort the list and use a BY clause
in the locate

-Original Message-
From: George Gallen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 11:33 AM
To: 'Ardent List'
Subject: looking for faster Ideas...


I can't setup any indexs to speed this up. Basically I'm scanning a CSV file
for names to remove
   and set the flag of KICK=1 to remove it (creating a new CSV file at the
same time).

Keep in mind the .. are people's last names, or zip codes, or part of
their address, changed
them to .. to protect the unwanting...

Right now, I do a series of CASE's ...
Now, it's not a major problem as I'm only checking for 20 or so names, but
as more and more people
  request to be removed (and we don't have access to the creation of the
list). this could get quite
  slow over 50 or 60 thousand lines of checking.

LIN is one line of the CSV file, the INDEX is checking for a last name  a
zip code and sometimes
   part of the address line.

Any Ideas?

Remember, we can't change the source of the file, it will always be a CSV,
being read line by line

   KICK=0
   BEGIN CASE
  CASE -1
 KICK=1
 BEGIN CASE
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 AND
INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 AND
INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE INDEX(LIN,..,1)#0 AND INDEX(LIN,..,1)#0 
CASE -1
   KICK=0
 END CASE
   END CASE

George Gallen
Senior Programmer/Analyst
Accounting/Data Division
[EMAIL PROTECTED]
ph:856.848.1000 Ext 220

SLACK Incorporated - An innovative information, education and management
company
http://www.slackinc.com

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users