Chapter Contents

Previous

Next
WATCH

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
specifies a DATA step variable.


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:


Examples


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.