|
From: David E. <de...@us...> - 2005-08-10 16:57:34
|
Walter Garrote wrote:
> my suggestion to tiny developers is to modify htglobas.c,
> function copytrip, include 4 lines.
> ...
> with these you can specify in htcobolrc environment variable,
> like that
> COPYBOOK_PATH: $GPFONTES
The current TC copybook search sequence is relatively complex, some
would say confusing.
In my view, the addition of another option would further confuse users.
In any case you could achive a similar result by using the COPY library
name clause.
Syntax:
COPY text-name-1 [{ OF | IN } library-name-1] ...
Example:
COPY 'TEST02.cpy' IN GPFONTES ...
$export GPFONTES=path1:path2: ... :pathn
|