ILE COBOL Programmer's Guide

Passing Parameters to an ILE COBOL Program Through the CL CALL Command

You use the PARM option of the CL CALL command to pass parameter to the ILE COBOL program when you run it.

CALL PGM(program-name) PARM(parameter-1 parameter-2 parameter-3)

Each of the parameter values can only be specified in only one of the following ways:

Refer to the section on passing parameters between programs in the CL Programming book for a full description of how parameters are handled.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]