Create variables for parameters
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Before passing a parameter, you must create a variable
of the correct Java data type. If you want to pass the ABL Unknown
value (?) (null in Java) for intrinsic
types, you must use the corresponding object. The Progress to Java
mappings are the same as the ones defined for passing parameters
to Open Client proxy methods. For more information on the supported
mappings between ABL and Java data types, see Pass Parameters.