Command Line Parser

The COMMAND LINE PROCESSOR (CLE/P®) is a user application programming interface for several platforms including Windows, Unix and z/OS that simplifies and standardizes parameter string processing.

The CLE/P® provides two separate functions:

The COMMAND LINE EXECUTOR provides a list of commands and some built-in functions, please use MANPAGE, HELP and SYNTAX to get extensive information about these capabilities.

Additionally the built-in function GENDOCU can generate a complete or a part of the user manual.

To read the parameter of a command, a compiler (CLP) is applied. To see the regular expressions (lexemes) and the corresponding grammar, please use the built-in functions LEXEMES and GRAMMAR.

The return/condition/exit codes of the executable and the reason codes of the different commands can be reviewed with the built-in function ERRORS. See sections return codes and, if available, reason codes for the meaning of the used return and reason codes.

The CLE uses an owner management in order to separate the settings for different clients and a property management for each command. If problems occur, a trace might be activated.

For each command execution the owner and environment variables can be defined in the configuration file. To see the current configuration use the built-in function CONFIG.

The default trace file is 'stdout'. If the trace is activated before a trace file is defined, the trace will be printed on the screen. To manage the tracing use built-in function TRACE.

Last but not least it is possible to view the license, version and other information about the program.

This is the RELEASE build version of the FLAMCLEP.