Chapter 17 IBM Mainframe : Console_Response

Console_Response
Function Type
Purpose
Callback function to relay the results of MVS console commands to C programs.
C Declaration
signed long int
 Console_Response(
    signed long int rc,
    char* ops_command );
Parameters
 
Remarks
Available only in C in MVS.
COBOL does not support callback functions.
See Also
tibx_MVSConsole_Create() on page 532