Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Commands Reference HP 3000 Series 9X8LX Computer Systems > Chapter 2 MPE/iX Commands

CONTINUE

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » 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
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.