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

EOJ

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The EOJ command terminates an input file batch job and displays the CPU time and the elapsed time since the beginning of the job. This command is used in conjunction with the JOB command to create an input file for streaming.

Syntax



   EOJ

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.

  • Omitting the command

    If you omit this command from an input file, the next JOB command terminates the current job and starts a new one. The standard end-of-job display indicates the end of the first job, and the normal job initiation display indicates the beginning of the next job.

Example

  • To terminate an input file batch job, insert the following in your text file:

       !JOB USER.PUBS
    
       !RUN MYPROG1
    
       !RUN MYPROG2
    
       !EOJ
    

Related Commands



   EXIT

   JOB

   STREAM
Feedback to webmaster