SET DEBUGOUT Command

Directs debugging output to a file.

SET DEBUGOUT TO [FileName [ADDITIVE]]

Parameters

FileName

Specifies the name of the file to which debugging output is directed. If the file you specify does not exist, it is automatically created. If the file you specify already exists, its contents are overwritten unless you include the ADDITIVE clause.

Issue SET DEBUGOUT TO to stop direction of debugging output to the file and close the file.

ADDITIVE

Specifies that debugging output is appended to the end of the file specified with FileName.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic