IMSDEBUG= SAS System Option

Specifies whether the DL/I call function code, segment search arguments, and status code returned from DL/I calls issued by the IMS engine should be displayed in the SAS log.

Valid in: SAS invocation, OPTIONS statement
Category: Engine, DATA Step
Default: N
Tip: Not restrictable

Syntax

IMSDEBUG= N | Y | value

Syntax Description

N
causes no DL/I calls to be displayed.
Y
causes the first 50 DL/I calls to be displayed.
value
a number between 1 and 9999 that causes that number of DL/I calls to be displayed starting with the first one.