Previous Page | Next Page

DATA Step Debugger

WATCH



Suspends execution when the value of a specified variable changes.
Category: Manipulating Debugging Requests
Alias: W

Syntax
Arguments
Details
Examples

Syntax

WATCH variable(s)

Arguments

variable(s)

specifies one or more DATA step variables.


Details

The WATCH command specifies a variable to monitor and suspends program execution when its value changes.

Each time the value of a watched variable changes, the debugger does the following:


Examples

Previous Page | Next Page | Top of Page