input
Defines an input parameter for the subroutine.
General format
StoreProcedure input (parm) |
Syntax rules
1. parm is any COBOL data item
2. StoreProcedure is an object reference to com.iscobol.lib.StoreProcedure
General rules
3. An input parameter can be read but not modified by the COBOL subroutine.