Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Logging of KDCS calls from C/C++ program units

This function can be used to log all KDCS calls from C program units. For this to be possible, the C program unit must use the macros from the header file kcmac.h.

Enabling logging

Set the job variable link *KDCSCDB.

The job variable link is evaluated each time a UTM task is started. By default, logging is output to SYSOUT.

If logging is to be written to a different file, before including kcmac.h you must set the preprocessor variable KDCS_DEBUG_FP to the name of a self-defined FILE variable in every program unit in which you want to write traces to this file, and define this FILE variable as external. You define this FILE variable in the Start-Exit and supply its value.

Default: The calls are not logged.