Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 17 IBM z/OS and IBM i : IBM z/OS Functions : 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 for z/OS MVS.
COBOL does not support callback functions.
See Also
tibx_MVSConsole_Create() on page 573

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved