HP 3000 Manuals

CONTINUE [ HP 3000 Series 9X8LX Computer Systems Commands Reference ] MPE/iX 5.0 Documentation


HP 3000 Series 9X8LX Computer Systems Commands Reference

CONTINUE 

The CONTINUE command overrides a command error so that a job or user
command stream continues executing.  You typically insert this command in
the command file line preceding any command that you 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 displays 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 Break does not affect this
       command.

Example 

   *   To override a possible error resulting from the processing of
       MYPROG and enable JOB1 to continue executing, insert the following
       in your file:

            !JOB JOB1,USER.FINANCE
            !RUN MYPROG
            !CONTINUE
            !IF JCW <= WARN THEN
            !   RUN MYPROG2
            !ENDIF
            !EOJ

Related Commands 

     JOB



MPE/iX 5.0 Documentation