CL command prompters

Command prompters allow you to prompt for CL command parameters and values.

Command prompters can be invoked directly or called from application programs. Using the prompters allows you to easily build syntactically correct CL command strings, because the prompters insert parameter keyword names and parameter delimiters, such as single quotation marks and parentheses, for you. The CL prompters also provide access to online command help, which can be used to describe the command, parameters and parameter values, command examples, and error messages signaled by the command.

System i® Navigator provides a graphical CL command prompter for use on a client PC. IBM® System i Access for Web provides an HTML form-based CL command prompter for use in a Web browser. The Remote System Explorer (RSE) function, which is a function of the WebSphere® Development Studio for System i licensed program, also provides a graphical CL command prompter.

The i5/OS® operating system provides a CL command prompter that you can use from the command line by pressing F4. In addition, the Display Command Line Window (QUSCMDLN) API allows you display a command line from within an application.