PROGRAMMING

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


Commands to Manage System Programming

COMMENT   Inserts a comment into a job stream.
CONTINUE  Overrides a job error to continue execution.
ECHO      Displays a message on terminal/printer.
ELSE      Provides alternative execution sequence for IF.
ELSEIF    Provides alternative execution sequence for IF.
ENDIF     Terminates an IF block.
ENDWHILE  Terminates a WHILE block.
ERRCLEAR  Zeroes out all Hewlett-Packard predefined variables.
ESCAPE    Allows simulation of all aspects of the CI error handling.
IF        Controls execution sequence in job/command file/UDC.
LINK      Creates an executable program file.
OCTCOMP   Converts compiled MPE V/E program in NM code for MPE/iX.
PREP      Prepares a compiled source program for execution.
PREPRUN   Prepares and executes a program compiled in a USL file.
RUN       Executes a specified program.
WHILE     Controls execution sequence in job/command file/UDC.
                                                       (more - )
Back to Main Index