Any one knows how to turn on the trace in Unix Micro Focus Cobol?
I googled it. I need to put READY TRACE statement, but in addition, it also said something about Compiler directive which I do not know.
My compiling statement is like this:
cob -xvP /src/AAA.CBL /obj/TORDCNCL.int -o /bin/AAA
There is no man page for it.
According to the current MF documentation on the READY TRACE
statement:
VSC2
(where it is documentary only)OSVS
dialect at allTRACE
directive to be active, by either
-C TRACE
or $SET TRACE