CL Programming
With most CL procedures and programs, the work station user provides input
to the procedure or program by specifying parameter values passed to the
procedure or program or by typing into input-capable fields on a display
prompt.
You can also prompt the work station user for input to a CL procedure or
program in the following ways:
- If you enter a ? before the CL command in the CL procedure or program
source, the system displays a prompt for the CL command. Parameter
values you have already specified in your procedure or program are filled in
and cannot be changed by the work station user. See Using the Prompter within a CL Procedure or Program later in this section.
- If you call the QCMDEXC program and request selective prompting, the
system displays a prompt for a CL command, but you need not specify in the CL
program source which CL command is to be used at processing time. For
more information on the QCMDEXC program, see Using the QCMDEXC Program.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.