Re: [U2] RPL was Pick History et al

2011-02-07 Thread Steve Kunzman
My first Pick job was in 1985 on a Honeywell Ultimate. Our programming 
language was RPL from Systems Management, Inc. I still have my RPL81 manual 
in a three ring binder.


Steve


- Original Message - 
From: fft2...@aol.com

To: u2-users@listserver.u2ug.org
Sent: Monday, February 07, 2011 5:03 PM
Subject: Re: [U2] RPL was Pick History et al





I'm thinking it might be good to write up an article about RPL.
If any of you has knowledge of the history of the language, the company, 
etc. you can email me, and we can collaborate on getting it all laid 
out... straight.


Will
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1204 / Virus Database: 1435/3428 - Release Date: 02/07/11



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Anybody familiar with Storis software?

2009-10-07 Thread Steve Kunzman
I have been talking to a company about some programming work. They are running 
a software package called Storis. Is the source code included with this 
software? What is the GUI front end written in (Revision 8.5)?

Thank you.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] voice recognition software

2007-01-03 Thread Steve Kunzman
One of my customers asked if it was possible to interface voice recognition
software with a Unidata (Dataflo) application. Has anyone done anything like
this? Has anyone used voice recognition software? Productive?

Thank you.
Steve Kunzman
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Plant hopping help

2005-11-08 Thread Steve Kunzman
Put a DW in front of the MSO-03 - EXECUTE DW MSO-03 and it should
work.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason K.
Szemborski
Sent: Tuesday, November 08, 2005 1:17 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Plant hopping help

Here's the whole situation...

There are plants 10, 20, 30, 40 and 50.  If a user is in plant 20, they
enter the customer entry screen, a prompt will appear asking for search
information (which can be phone, email, name, or account number) and
based on this, I go check against the customer master and log the user
to the plant that the customer belongs to.  At this point, also based on
the type of input, I may put them into the customer screen or contact
screen or something else.

UPDATE:

I have achieved the plant change, so based on the search criteria, I get
the user to the correct plant, however I am still trying to find a way
to execute a command that places the user in the screen that I want them
in.  Currently I am executing this in this fashion...

EXECUTE LOGTO :PLANT.NAME
EXECUTE MSO-03   
CALL PV.SENDKEYS(1,1)
CALL PV.SENDKEYS(DW_IMP.PRM{ENTER},1)
RETURN  

They get to NB-TRAINING but they do not get into the MSO-03 Screen, nor
does it output the 1 value to the screen or any field on the screen.
I also tried the EXECUTE MSO-03 command as a CALL
PV.SENDKEYS(MSO-03,1).  I even sprinkled SLEEP commands in between
each execute and PV, and that did not seem to have an effect.

That's where I am stuck at this point, still trying little things here
and there.  I think the problem I am running into is that once the LOGTO
is executed, my program loses control and the rest does not execute.

Thanks yet again...

Jason


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Trebbien
Sent: Tuesday, November 08, 2005 12:13 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Plant hopping help

The ERP system is DataFlo.  The current systems are either running
UniData or UniVerse on Unix or NT or Windows.  DataFlo has a Multi-Plant
module for which you would set up a UniData or UniVerse account (on the
same system) for each Plant - for example:
ACCOUNT-A could be Plant 0 in California
ACCOUNT-B could be Plant 1 in New Mexico
ACCOUNT-C could be Plant 2 in Florida

With the Multi-plant module a couple of the features are that the plants
can be setup to 'share' data (like General Ledger), to order from each
other, and to drop-ship (Order from 1 plant but ship to customer from
another).

Jason,
I'm not sure what you're trying to accomplish (need more info).

* If user is trying to logon are you searching to see what Plant the
user belongs in so you can log them onto to the correct account?  You
may wish to look at program SYS.35 and try Executing the LOGTO command
(as mentioned below).

* If user is at menu, they can use the LOGTO AccountPath or
AccountName or simply enter PLANT and choose which plant they wish to
go to.

* If user is in an Inquiry screen, there are subroutines to allow you to
pull data from another account...

Note, I was with the DataFlo Tech Support from Budget Systems to
DataWorks to Epicor (16 years) and have since joined Kore Technologies.

Have a Great Day!

 Paul Trebbien
 Kore Technologies, Senior Support Tech. 
 Solutions that work. People who care.
 V 858.678.0030 F 858.300.2600 W koretech.com
 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of George Gallen
Sent: Tuesday, November 08, 2005 9:03 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Plant hopping help


if each plant is on a different machine, and all machines are running
unix, you could use the rlogin command. 

WARNING: rlogin has some very serious security risks however.

rlogin is the equivilent of a telnet without the username/password
   authentication. There is an assumed trust between machines and
   usernames.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Keith W. 
 Roberts
 Sent: Tuesday, November 08, 2005 11:23 AM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Plant hopping help
 
 
 You'll have to define this a bit more.  Assuming you mean that each 
 plant
 is a different account ... a simple EXECUTE 'LOGTO ':ACCT.NAME will do

 it.
 
 -Keith
 
 Original Message
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jason K. 
 Szemborski
 Sent: Tuesday, November 08, 2005 7:30 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Plant hopping help
 
  Hi all,
  
  I've been working on something that have run into a road block and 
  know it can be done, but I can't figure it out.  We have a 
  multi-plant system and I need to take a user from one plant to 
  another based on some search criteria.  I have the search routine 
  written out and have a place to call a 

RE: [U2]: Epicor

2005-03-13 Thread Steve Kunzman
...also forgot Dataflo (DataWorks) and Manfact, both use U2.



From: [EMAIL PROTECTED] on behalf of Debster
Sent: Sat 3/12/2005 3:38 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2]: Epicor



You forgot Avante



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Allen E. Elwood
Sent: Saturday, March 12, 2005 4:15 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2]: Epicor


Hi Will,

You mean, like the epicor product that uses u2? (which I believe Manage-2000
is the only one). Or the epicor product that uses SQL? I have little
knowledge of that one but an associate says it's a very poor substitute for
M2K.

His exact words:I know their glorified jobshop package won't do diddly for
m2k folk used to an mrp engine.

(Manage-2000 abbreviated is M2k)

If you're interested in M2k, I used it in a production distribution
environment from 1988 to 1999, and still specialize in
programming/consulting for that product.  It's a very big system.  Over 800
menus!

Allen

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
Sent: Friday, March 11, 2005 17:52
To: u2-users@listserver.u2ug.org
Subject: [U2]: Epicor


Is anyone on this list an Epicor user ?  I have a client who is examining
Epicor as a possible solution to part of what they need and would like some
input.
Thanks
Will Johnson
Fast Forward
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

[demime 1.01d removed an attachment of type application/ms-tnef which had a 
name of winmail.dat]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re: WinteGrate

2005-01-12 Thread Steve Kunzman
Not cataloged, just running from TCL (RUN BP PROGX).

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin King
Sent: Wednesday, January 12, 2005 2:14 PM
To: u2-users@listserver.u2ug.org
Subject: FW: [U2] Re: WinteGrate

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of 
[EMAIL PROTECTED]

Bill, yes recompiled many times  - FIBR.

How is the program cataloged?

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UD] merging data - fuzzy keys

2004-11-02 Thread Steve Kunzman
Amy,

This data is downloaded from a company that provides fee/subscription based
information about manufacturing companies.  We are trying to build an industry
based database for marketing to use. I am trying to programatically narrow
down the list. The rest will have to be manually linked.

Thanks. Steve



From: [EMAIL PROTECTED] on behalf of Amy Cook
Sent: Tue 11/2/2004 4:36 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2][UD] merging data - fuzzy keys



Wow...do you ever have overlap? A bill-to and ship-to with the same
name, and in the same citybut different customer numbers in your
production database? What if someone spelled something wrong or with a
different abbreviation in your excel db than your production?

If you had the key to your customer master, it'd be easy...write a
little upload utility from a flat file, or an update query using odbc.
Any chance you can get that to add to your excel db?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Kunzman
Sent: Tuesday, November 02, 2004 2:25 PM
To: [EMAIL PROTECTED]
Subject: [U2][UD] merging data - fuzzy keys

I am working on a project to populate industry information (SIC, NAICS,
etc.) into my customer database from a different database (excel).  The
only thing somewhat in common is the customer name, city, and state.  By
using these common data elements, I have limited success with SOUNDEX.
Is there some other tool/utility I could use to help me merge this data?



Unidata 6.0

HP9000 RP5470/ HPUX 11.11



Thanks in advance. Steve
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

[demime 1.01d removed an attachment of type application/ms-tnef which had a name of 
winmail.dat]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Pyramid HR

2004-08-05 Thread Steve Kunzman
Has anyone worked on a package called Pyramid HR?  It uses Unidata for its
database. Any details would be appreciated.

TIA

Steve Kunzman
Minneapolis, MN
(612)750-3899 cellular
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] telnet sessions losing connection

2004-07-20 Thread Steve Kunzman
Our system has been running fine for a year.  This morning it started losing
telnet sessions and we have down most of the day.  HP replaced the network
card (core i/o), but it is still having problems. Pinging and telneting from
other servers/workstations works intermittently and once it does connect, it
doesn't last long. Tried replacing cables and switching ports.

HP9000 RP5470
HP-UX 11i (11.11)
Epicor Dataflo
wIntegrate telnet
Unidata 6.0

Thank you.
Steve Kunzman

ASI DataMyte
?xml:namespace prefix = o ns = urn:schemas-microsoft-com:office:office
/2800 Campus Drive, Suite 60
Plymouth, MN 55441
(763)746-4179 office
(612)750-3899 cellular
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/