Previous Topic: LDSTIMEOUT—LDS Server TimeoutNext Topic: LMPCHECK—Verify LMP Key


LDSTRACE—Control LDS Tracing

Valid on z/OS.

Use LDSTRACE to control tracing of LDS outbound processing.

The LDS trace records are written to the SYSOUT data set and provide diagnostics information useful for debugging LDS server problems.

All entry methods are accepted.

This control option has the following format:

LDSTRACE(ON|OFF)
ON

Enables LDS tracing.

OFF

(Default) Disables LDS tracing.

Example: LDSTRACE control option

This example dynamically enables the LDSTRACE control option in a CA Top Secret system:

F TSS,LDSTRACE(ON)