CONTINUE

The CONTINUE command overrides a command error so that a job or user command stream con tinues executing. You typically insert this command in the command ￿le line preceding an y command that y ou suspect may cause the job or user command to abort. If an error occurs, the job or user command continues to run, and the system displa ys an accompanying error message.

Syntax

CONTINUE

Parameters

None.

Operation Notes

Usage

You can enter this command from a job, but not from a session, a program, or in break mode. Pressing 4Break5 does not a￿ect this command.

Example

To override a possible error resulting from the processing of MYPROG and enable JOB1 to continue executing, insert the follo wing in your ￿le:

!JOB JOB1,USER.FINANCE !RUN MYPROG !CONTINUE

!IF JCW <= WARN THEN

!RUN MYPROG2 !ENDIF

!EOJ

Related Commands

JOB

2-52 MPE/iX Commands