EXIT Command [ HP SYSTEM DICTIONARY XL COBOL DEFINITION EXTRACTOR Reference Manual ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL COBOL DEFINITION EXTRACTOR Reference Manual
EXIT Command
The EXIT command terminates the SDCDE program. The EXIT command closes
the dictionary, copy library, and other opened files before terminating
the program.
Syntax
EXIT [.]
Example
The following example exits the program (closing the dictionary and any
files used by the system) and returns to the operating system prompt.
>EXIT.
END OF PROGRAM
:(Back to MPE)
MPE/iX 5.0 Documentation