Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Creating a UTM dump (Unix and Linux systems)

The function KCX_WRITE_DUMP() initiates creation of a UTM dump.

C prototype
void KCX_WRITE_DUMP(char * reason);

The function requires a pointer to a 6 byte long field containing the reason for the dump.

Example for the call
KCX_WRITE_DUMP("MYDMP1");