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.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.