3. Embedded SQL for COBOL : Advanced Processing : User-Defined Data Handlers for Large Objects : ESQL/COBOL Usage Notes
 
Share this page                  
ESQL/COBOL Usage Notes
When using ESQL/COBOL, the following notes apply:
The datahandler, and the datahandler argument, should not be declared in an ESQL declare section. Therefore, do not use a colon before the datahandler or its argument.
You must ensure that the datahandler argument is a valid COBOL record. ESQL will not do any syntax or datatype checking of the argument.
The datahandler must be declared to return an integer. However, the actual return value will be ignored.