Queries the server as to the status of the load.
Authorization
None
Required Connection
Database
API Include File
sqlutil.h
C API Syntax
/* File: sqlutil.h */ /* API: Load Query */ /* ... */ SQL_API_RC SQL_API_FN sqluqry ( char * pLocalMsgFileName, char * pRemoteMsgFileName, struct sqlca * pSqlca); /* ... */ |
Generic API Syntax
/* File: sqlutil.h */ /* API: Load Query */ /* ... */ SQL_API_RC SQL_API_FN sqlgqry ( unsigned short LocalMsgFileNameLen, unsigned short RemoteMsgFileNameLen, char * pLocalMsgFileName, char * pRemoteMsgFileName, struct sqlca * pSqlca); /* ... */ |
API Parameters
REXX API Syntax
This API can be called from REXX through the SQLDB2 interface. See How the API Descriptions are Organized, or the Embedded SQL Programming Guide. For a description of the syntax, see the Command Reference.
Sample Programs
Usage Notes
This API reads queries the status of the load from the file specified by pRemoteMsgFileName and places the results in the file specified by pLocalMsgFileName. The remote file specified will be the same as the remote file specified on the call to the LOAD API.