HPlogo Commands Reference HP 3000 Series 9X8LX Computer Systems > Chapter 2 MPE/iX Commands

CONTINUE

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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
Feedback to webmaster