Re: [OT][U2] Wintegrate

2006-12-14 Thread vance . alspach
Have you checked into Dynamic Connect?  It is the default supplied with 
Unidata/Universe PE version.

Vance Alspach




Mark Johnson [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
12/14/2006 12:03 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
Re: [OT][U2] Wintegrate






If you must get wintegrate, it should still be available from IBM.

I would strongly go with Accuterm as it wins hands down on many 
comparisons.
Unless your apps are married to wintegrate's gui components.

Accuterm's GUI designer is huge. 2 of my clients have dictated that all 
new
programs are done with it and it works perfectly side by side in a green
screen environment.

Best of all, Accuterm is $1,000 for 50 licenses versus $225 each from IBM.
You do the math.

My 1,000 cents
Mark Johnson



 Does anyone know where I can get a copy of Wintegrate?

 Thanks,

 Nick Cipollina
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Taxware

2006-11-29 Thread vance . alspach
Mark,

With all of the changes in Unidata (over the years) we have been able to 
due an awful lot with Shims.  Obviously, it no longer resembles the 
original version.  We interface to conveyor systems, built an EDI engine, 
web presence, Amazon integration, address correction software, external 
search engines, etc.  It really works well for us.  As a matter of fact, 
there is another local company, that I believe, is still using Shims as 
well. 

Unfortunately, every good thing comes to an end.  We were acquired by an 
entity that does not use Unidata.  Theoretically, over the next 6 months 
we will be assimilated to their AS/400 RPG 4 system.

Oh, well.

Vance 



Mark Johnson [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
11/28/2006 11:07 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
Re: [U2] Taxware






I'll bite.

How big (or not big) is SHIMS now-a-days. I worked on it 20 years ago 
along
with its step brother, RESULTS. Is it supported or detached like Results?

Thanks
Mark Johnson.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Taxware

2006-11-28 Thread vance . alspach
I integrated Taxware into our business system (Shims - Unidata 6.0).  We 
use the transactional approach for exemption certificates but have 
developed a c-wrapper (with the help of this list) for the realtime api 
for the tax calculations. 

We do not use the client side application for tax exemptions because it is 
far to limiting (have to download to a local pc and manually enter 
certificates).

If you would like move information, please feel free to contact me 
offline.

Vance




[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
11/28/2006 04:03 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
[U2] Taxware






ok

Task at hand -- install the c version of Taxware on AIX 5.3 Unidata 6.x 
and interact on a transactional or batch basis.  I saw Epicor listed as 
one of their partners --- so

Anyone use Taxware (first data company)? 

Setup?

How it interacts?

Batch or transactional?


Problems?

Support raves/woes?

--
Debster
---
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] [OT] - Texas Sales Tax

2006-10-27 Thread vance . alspach
We have integrated Taxware into our Unidata Shims database, using CALLC. 
Rather than using the client software, we build data-entry screens to 
front-end their client side interface.  State-to-state taxation is so 
complex (especially Illinois) that it is nearly impossible to manage 
without some sort of third party application.


Vance Alspach
J  L Industrial Supply




Tony Gravagno [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
10/26/2006 09:06 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
RE: [U2] [OT] - Texas Sales Tax






Tom Dodds wrote:
 We interfaced to the Vertex package...

There is a company called AdValorem which has an MV interface to Vertex,
Taxware, and possibly other packages that specialize in identifying the
right tax values among jurisdictions.

See this link for contact info:
http://www.  removethisADVALOREM.us/index_files/Page508.htm

The web pages look awful in IE6 but the info is readable.  Someone please
tell Stan - and tell him Tony sent you too.  :)

HTH
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Over write first record with writeseq

2006-09-01 Thread vance . alspach
We have a need to overwrite/update the first record  of a sequential file. 
 Sure I could write 2 sequential files and 'cat' them or make 2 passes 
through the data extract to get the totals but I thought I has seen a way 
to resent the pointer (thereby overwriting the first record).

Any ideas?

Vance Alspach
J  L Industrial Supply
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Over write first record with writeseq

2006-09-01 Thread vance . alspach
That is what I suspected, but I could never get the writeseq to write back 
to the file.  I tried CLOSESEQ and then a WRITESEQ of the new data but 
since they were not the same length maybe it was preventing the write.  I 
would have thought that it would overwrite the first 2 records if it was 
longer than the original.

thanks anyway.

Vance Alspach
J  L Industrial Supply




Martin Phillips [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
09/01/2006 12:54 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
Re: [U2] Over write first record with writeseq






Hi Vance,

If the new data is of exactly the same length as what it is replacing, 
just
write over the top of it. If they are different lengths, you have no
alternative but to copy the file, making the amendment on the way.


Martin Phillips
Ladybridge Systems
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB
+44-(0)1604-709200
---
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] [AD]Job Openning in NY [/AD]

2006-03-29 Thread vance . alspach
On a simliar subject, our company is in the process of an acquisition (we 
are the ones being acquired) by a company NOT using a Multivalue database. 
 Over the next year I anticipate 5 warm bodies available in the Michigan 
area.

Vance Alspach




Charles Barouch [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
03/29/2006 09:38 AM
Please respond to
[EMAIL PROTECTED]


To
u2-users@listserver.u2ug.org
cc

Subject
[U2] [AD]Job Openning in NY [/AD]






All,
 A headhunter has approached me looking
for a full-time (no consultants) D3 programmer in Queens, NY. The company
is a garment company. They have two programmers, one of which is
retiring.
 She can't release salary
requirements, so all I can do is pass her your resumes if you are
interested and put you in touch. If interested, please e-mail to
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [AD]Job Openning in NY [/AD]

2006-03-29 Thread vance . alspach
So have I, have even been a part of one (left after seven years). However, 
this one seems a little more intense.  Purchased us for 14 times our worth 
and our current parent company is only going to support us 12-18 months.

They still have no plan, papers won't be sign until SEC approval around 
the end of May.

Time will tell


Vance



Tom Dodds [EMAIL PROTECTED] 
03/29/2006 03:36 PM

To
[EMAIL PROTECTED], [EMAIL PROTECTED], 
u2-users@listserver.u2ug.org
cc

Subject
RE: [U2] [AD]Job Openning in NY [/AD]






I have seen a lot of companies be acquired by non-mv organizations and it
took years and years to replace the old legacy pick system.  It often 
times
ends up not being replace, but integrated with.

It may not be a bad as it looks on the surface. 

Tom Dodds
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [DC] Dynamic Connect, Ctrl V

2006-03-23 Thread vance . alspach
We do this all of the time in Dynamic Connect.  I use Ctrl-V, etc for our 
in-house editor (ie; C-V shows ascii values, C-C merges from another 
program).  Our production session uses Ctrl-V and Ctrl-C for cut and 
paste.

Go into Setup-Keyboard, select the Alpha-numeric radio-button and change 
C_C to Invoke EditCopy and C_V to Invoke EditPaste (don't forget to check 
the Macro checkbox).  Save Session.

Could not find it in the Dynamic Connect manuals but stumble with the 
Wintegrate manuals and found it.


hth,


I have a user who like to use that Ctrl-V, Ctrl-Something to cut and 
paste.

Although it runs as part of the install, I am having trouble finding 
info on
it in the yr 2000 Using Dynamic Connect manual.

Suggestions would be appreciated.

--Bill


Vance Alspach
J  L Industrial Supply
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [EMAIL PROTECTED] - Email has different SMTP TO: and MIME TO: fields in the email addresses - [U2] Steve Cashman

2006-02-27 Thread vance . alspach
Is anybody else receiving duplicate emails from this weekend?  I have 
received this same email 3 times since Saturday.


Vance Alspach
J  L Industrial Supply




Nick Cipollina [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
02/25/2006 07:51 AM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
[U2] [EMAIL PROTECTED] - Email has different SMTP TO: and MIME TO:  fields in 
the email addresses - [U2] Steve Cashman






Does anyone know when Steve Cashman will be back in the office?



Nick Cipollina



Pick Programmer

ACS Heritage, Inc.

2810 North Parham Road, Suite 210

Richmond, VA 23294

(804)965-8294
---
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/


Re: [U2] OCONV question

2005-12-22 Thread vance . alspach
R%4


Vance Alspach
J  L Industrial Supply
Phone: (248) 200-4942
Fax:  (248) 200-4189



Jeff Powell [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
12/22/2005 12:57 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2 users group u2-users@listserver.u2ug.org
cc

Subject
[U2] OCONV question






I want to convert a number so that it always has the same number of
digits padded with zeros (1-0001, 14-0014, ...). Which conversion code
should I use?

Thanks in advance.

Jeff
---
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] Good Programming Practice Question.........

2005-09-28 Thread vance . alspach
Also,

I would always put the change date/time stamp on the same line, descending 
order, that way you can use/develop utilities to make mass changes 
(increase matrix size) and reliably insert a date/time stamp for the 
change.

In my current job, we place the date/time stamp at the end and therefore 
cannot reliably automatically place a comment in the log since the 
position with differ with each program..


Vance Alspach
J  L Industrial Supply




Marilyn Hilb [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
09/28/2005 10:47 AM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
RE: [U2] Good Programming Practice Question.






Two items I have thought of.

1. In addition to putting a modification tag at the top of the code with 
who/date/what, we also will assign a job number to the mod in addition to 
a No for the mod. Such as mod 01. Then throughout the code where the 
changes are made we put a tag such as *01 start  and *01 end or, 
just a single tag at the end of the line if only one or two lines being 
changed. This makes the changes very easy to search for and spot should 
there be problems in the new code.
2. Consider when to use a paragraph and when to use a program. Paragraphs 
(proc) certainly has their uses, but when the paragraph gets to using IF, 
Case, locate, etc seems time to use a program.  For two reasons. One being 
while paragraphs (at least in SB+) can do a lot, getting it to do 
everything a program can do can be difficult. If you have an involved 
paragraph, sooner or later you'll be adding to it and find you can't 
easily add what you want to add, that it needs to be a program. Second 
reason being some of the commands are different syntax in a paragraph vs a 
program, why learn/memorize or have to look up two different syntaxes? 
---
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] Dynamic Connect

2005-06-29 Thread vance . alspach
PE comes with a version of dynamic connect.  I cannot seem to find any 
information on licensing Dynamic Connect at IBM or on the List.  Can 
anybody point me in the right direction?

thanks,

Vance Alspach
J  L Industrial Supply
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Dynamic Connect

2005-06-29 Thread vance . alspach
Thanks Ian and John,

I have PE at home and have reviewed the Support Information.  Under 
License Information, it gives the serial number and states 'users:  999'.

With that stated, we have recently installed a phone system that allows us 
to monitor customer calls and service representative's screens to help 
improve customer service.  The terminal emulation software that our 
service reps use was written specifically for our needs but unfortunately, 
the monitoring software skips screen displays (possibly because of refresh 
rates). 

In the development group, we are using wIntergrate for obvious reasons. 
Since Dynamic Connect is a 'cut-down' version of wIntegrate, we feel 
comfortable that we can use its terminal emulation capabilities 
(eliminating many of the menu options) for our users.  My only concern is 
that I am uncertain of the licensing restrictions, which I am still 
unclear as to the limitations.

From the readme file, there is mention that 'Installation no longer 
requires authorization' which leads me to believe that we could use this 
as a corporate solution to terminal emulation (baring multiple sessions 
and will it work with the phone system).

Any feedback is greatly appreciated.

Vance Alspach
J  L Industrial Supply

Yes and no

You do not need an activation key but it *is* licensed (should be in the
license information contained with the product).

JayJay


It is my understanding that there is no licensing component for Dynamic 
Connect. You can fiind Dynamic Connect on the client CD's.

... Ian Renfrew


 PE comes with a version of dynamic connect.  I cannot seem to find any
 information on licensing Dynamic Connect at IBM or on the List.  Can
 anybody point me in the right direction?

 thanks,

 Vance Alspach
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] SOX Compliance and Universe

2005-01-27 Thread vance . alspach
Meeta,

We have had to get rather inventive for the same reasons (SOX).

We are controlling it from the OS level (ie; can't clear it if you don't
have write access).  We have multiple environments.  The production
environment is locked down.  The development and staging environments allow
us full access to develop, test and manipulate data.  We are using  a
product called Remedy to document the changes and change control approvals.
We have a process in place that will implement the changes that can only be
run by certain individuals.

In the event (daily) that we need to make changes in the production
environment, we make a 'FIRECALL' to a dedicated support group that will
give us access.

These processes have been in place for a little while.  Auditors come in
March.

Vance Alspach
J  L Industrial Supply




  Stu Glancy
  [EMAIL PROTECTED]To:
u2-users@listserver.u2ug.org
  es.comcc:
  Sent by:   Subject:  Re: [U2] [UV]
SOX Compliance and Universe
  [EMAIL PROTECTED]
  er.u2ug.org

  01/27/2005 11:34 AM

  Please respond to
  u2-users






You can user Remote VOC entries on sensitve commands to excute a
security programs to allow or track access.

Meeta Advani wrote:

Hi all,

The company I work for, Mothers Work Inc., is a publicly held company,
traded on NASDAQ.  As a result, we are obliged to comply with the
Sarbanes-Oxley Act.  I'm sure others of you are in the same position.
We run our business on a DG-UX machine with Universe 9.411.

The guidance we have been given is that we need to put stronger access
controls on programmers, track programmer actions, make sure that
sensitive commands at TCL such as DELETE, CLEAR-FILE, and
DELETE/FILE/etc. within ED are locked down to a certain extent.

Although we normally do all of our programming in-house, in this case we
are interested in finding out if there is already a product out there
(or code that is used internally at some other company) that
accomplishes this, and works as a wraparound.

If anyone has insight on this or other comments about SOX and the MV
world, I'd like to hear how you are dealing with this situation.

Thanks,
Meeta Advani

===
Meeta Advani
Programmer/Analyst
Mothers Work, Inc.
[EMAIL PROTECTED]

[demime 1.01d removed an attachment of type image/gif which had a name of 
graycol.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
ecblank.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
pic13650.gif]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT] Sarbanes-Oxley

2004-08-05 Thread vance . alspach
Same here.  We have established a fairly extensive Change Control Tracking
system with approval tracking at every stage.

Change Request - Approval
Modification - Approval
Testing - Approval
Move to production - Approval
Final - Approval



Vance Alspach
J  L Industrial Supply



I was just wondering what lengths other departments/companies are doing to
satisfy the requirements imposed by the Sarbanes-Oxley act?  How much of an
impact is it on your operations?

Gordon J. Glorfield
Sr. Applications Developer
MAMSI (A UnitedHealth Company)
301-360-8839

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


[U2] ADDS Viewpoint Terminal Emulation

2004-05-27 Thread vance . alspach
Does anybody have or know where I can get a copy of the ADDS Viewpoint
terminal characteristics escape sequences?

thanks,

Vance Alspach
J  L Industrial Supply
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users


Re: [U2] ADDS Viewpoint Terminal Emulation

2004-05-27 Thread vance . alspach
Thanks Bruce.  This is what I was looking for.

David,  I did check Boundless but was unable to find the actual
documentation that referenced the characteristics listed below.


Vance Alspach
J  L Industrial Supply

- Forwarded by Vance E Alspach/J-CORP/JLK/KMT on 05/27/2004 02:29 PM
-
   

  [EMAIL PROTECTED]
 
   To:   [EMAIL PROTECTED] 
   
  05/27/2004 02:13 cc: 

  PM   Subject:  Re: [U2] ADDS Viewpoint 
Terminal Emulation
   

   

   






Here's what I have.

COMMANDSASCII CODE

Address, Absolute   ESC,=,row,column
BeepBEL
Aux Port Enable   ESC,@
Aux Port DisableESC,A
Backspace   BS
Cursor back BS
Cursor down LF
Cursor forwardFF
Cursor home RS
Cursor up   VT
Cursor supressETB
Cursor enable CAN
Erase to end of line  ESC,T
Erase to end of page  ESC,Y
Erase screen  SUB
Keyboard lock SI
Keyboard unlock   SO
Read current cursor position  ESC,?
Set Attribute ESC,0,x  (see below for values of x)
Tag bit reset ESC,(
Tag bit set ESC,)
Transparent Print on  ESC,3
Transparent Print off ESC,4ATTRIBUTES

Normal@
Half IntensityA
BlinkingB
Half Intensity Blinking   C
Reverse Video P
Reverse Video Half Intensity  Q
Reverse Video BlinkingR
Reverse Video Half Intensity
   Blinking S
Underlined  `
Underlined Half Intensity a
Underlined Blinking   b
Underlined Half Intensity
   Blinking c
Video suppressD


HTH
Bruce


Bruce M Neylon
Health Care Management Group
Phone: (301)608-8633



ADDS terminals are manufactured by Boundless Technologies in New York. Try
www.boundless.com. They have some documentation there.


Dave Fisher

[demime 1.01d removed an attachment of type image/gif which had a name of ecblank.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of pic20184.gif]
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users


Re: [U2] My company is complaining about the U2 emails

2004-05-15 Thread vance . alspach
Wow.  Wonder what I have been missing.  Apparently our filter/appliance
works pretty well, I have never seen any 'curse' words.  However bloody
hell did make it through.

By the way, did anybody ever figure out how to change the ECL/TCL prompt
character in Unidata?

Vance
J  L Industrial Supply
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users