Re: Micro Focus COBCPY Question



> The end result is a VERY long COBCPY value that looks similar to my
original post.

> /app/source subdirectories

Directories can be relative while you are using absolute. If
'/app/source' is your 'current' directory when the compile runs then
you only need the subdirectory names:

COBCOPY=.:gen:inc:fd:ws

to which you can add absolute directories as well.

.