NAME
	continue

SYNOPSIS
	continue

DESCRIPTION
	The continue command allows PSD to continue on error, thus permitting
	the next test or iteration to execute.  By default, PSD will stop test
	execution when an error occurs (halt on error).

	The continue command also controls the manner in which error messages
	are displayed. By default, error messages are paginated on the console.
	However, when continue on error is enabled, pagination is turned off
	and error messages simply scroll on the console.

	Continue on error is useful for diagnosing intermittent failures.  By
	setting PSD to continue on error, several errors may accumulate in the
	error log file while the system is unattended.  Later, the test can be
	stopped and the error log examined to isolate the cause of the failure.

See Also: 
	exit, halt.
