I am compiling a program with the following command line:
cobol cgetords.cbl case litlink makesyn "comp-5" = "comp" omf(obj)
but the object code file (cgetords.obj) is not being created, with the following resulting Linker errors:
-----
Object file-name [CGETORDS.OBJ]:
Source listing [NUL]:
Object listing [NUL]:
* Checking complete with no errors - starting code generation
C:\\Workarea\\Eloq>link
Micro Focus Net Express - CBLLINK utility
Version 5.100.0157 Copyright (C) 1984-2008 Micro Focus (IP) Limited.
ERROR: (1) Cannot open file : cgetords.obj
ERROR: (6) No public symbols found. No object file generated
----
I have been through this compile/link process dozens of times in the last couple of weeks so I'm somewhat baffled as to why it should now fail. Has anyone any ideas as to cause and solution? Thanks