HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

2- 19
Notice that the RUN command specifies a PARM parameter of 5. Therefore, if 5 or more errors are
encountered, the program terminates. The JCW condition is checked and you are then notified that a fatal
dictionary error occurred. You must use the CONTINUE command. If you do not include it, the job stream
terminates on the FATAL error and you are not informed of the errors that occurred.
You now need to correct the errors and delete the previously executed valid commands in the input file
before you resubmit the job.
Another way to proceed would be to use the Parse-Only option, catch all the syntax errors, and then
resubmit the job. You can still test for the termination condition and be notified by the TELL command of
either a FATAL error or a completed job.
For more information on creating jobs, see the MPE XL Commands Reference Manual.
Terminating SDMAIN
To terminate the SDMAIN program, enter:
>EXIT.
The EXIT command closes the dictionary and then terminates the program, returning you to MPE. If any
structure changes are made while running SDMAIN in customization mode, the dictionary is restructured
before the program is terminated. This could take some time if a large number of dictionary occurrences
are affected.
!EOJ End of job