From: David E. <de...@us...> - 2012-01-15 04:36:52
|
The CWD is not included in the copybook search PATH. For a quick fix just add the copybook PATH to command line, '-I.' or '-I $PWD'. For a more permanent solution add the copybook PATH to the COPYBOOK-PATH variable in the htcobolrc file. Carlucio Lopes wrote: > Good day, > > where is the error? > ... > root@notebook:/usr/local/tinycobol-0.66/test.code/t02# ls > Makefile.in TEST02A.cpy TEST02C.cpy TEST02.cpy test02.lis > test02a.cob TEST02B.cpy test02.cob test02.i > root@notebook:/usr/local/tinycobol-0.66/test.code/t02# > htcobol -x -P test02.cob > error: copybook file 'TEST02.cpy' not found > root@notebook:/usr/local/tinycobol-0.66/test.code/t02# |