HP 3000 Manuals

SDCONV's Run Options [ HP System Dictionary XL Gen. Ref. Vol. 2-Part 3 SDCONV ] MPE/iX 5.0 Documentation


HP System Dictionary XL Gen. Ref. Vol. 2-Part 3 SDCONV

SDCONV's Run Options 

SDCONV provides you with a run option.  If you enter a positive run
option and the number of errors detected reaches the run option
parameter, the program terminates with an error message.

The run option can be specified during run time with the PARM parameter
on the RUN command.  For example, if you wish to terminate the program
when 5 errors are found, simply issue the RUN command as follows:

     RUN SDCONV.PUB.SYS;PARM=5 

Some special run options are recognized:

     run option = -1 (parse only option)
                =  0 (execute until the EXIT command, or a fatal error)

If the run option is -1, the commands are parsed only, and no other
action is taken.  This run option is helpful when some commands need to
be verified for correct syntax.

Run option = 0 is the default.  Under this run option, the program
continues until the EXIT command is issued, or a fatal error is
encountered.

The positive run options are not recognized when the program is run in
session mode.  Positive run options are, however, recognized in batch
mode.  A run option of -1 is recognized in both session mode and batch
mode.



MPE/iX 5.0 Documentation