Another option: If program A is calling B and does not care what the
return values of B are, then change the CALL in A from a CALL to a *CMD
object. That way, when you change the size of parameters in B you just
have to change one command object and not every program that calls B.
Rob Berendt