HP3000-L Archives

January 2005, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Keven Miller <[log in to unmask]>
Reply To:
Keven Miller <[log in to unmask]>
Date:
Wed, 5 Jan 2005 15:47:23 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
From what I remember,

This means that you are calling TAXCHK from 2 or more places
and that at least one has a different number of parameters.

You need to find the reference to TAXCHK that came just before
this add.

Since this is an ADDSL, get a LISTSL, and search for the
last occurance of TAXCHK.
If it is the procedure itself,
   then your calling sequence is bad in a reference
   in your USL segment.
If it is an external reference in a SL segment,
   then that SL segment contains a call
   to TAXCHK that differs from the one your are trying to add.
   One (at least) is incorrect.
   Find and validate the procedure that calls TAXCHK in your USL segment.
   Find and validate the procedure that calls TAXCHK in your SL segment.

You may have multiple instances of TAXCHK in the USL segment,
then you need to check each.
[:) or try PREPing the usl (keeping the list) and get a similar
 error indicating which one is in error :)]
_______________________________________________
Keven Miller       [log in to unmask]

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2