Console_Response


Function Type

C Declaration

signed long int 
 Console_Response( 
    signed long int rc, 
    char* ops_command ); 

Purpose

Callback function to relay the results of MVS console commands to C programs.

Remarks

Available only in C in MVS.

COBOL does not support callback functions.

 

Parameter
Description
rc
This parameter receives the return status code from the MVS console.
ops_command
This parameter receives the operator command from the MVS console.
return value
Zero indicates a normal return.
All other values indicate a special console command—namely, stop or shut.

See Also

tibx_MVSConsole_Create()


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com