Places the address of a variable into another variable. It is used in host languages, such as FORTRAN and COBOL, that do not provide pointer manipulation.
Authorization
None
Required Connection
None
Version
sqlutil.h
Generic API Syntax
/* File: sqlutil.h */ /* API: Get Address */ /* ... */ SQL_API_RC SQL_API_FN sqlgaddr ( char * pVariable, char ** ppOutputAddress); /* ... */ |
API Parameters
Usage Notes
This API is used in the COBOL and FORTRAN languages only.
See Also
sqlgdref - Dereference Address.