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 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. Remarks Available only in C for z/OS MVS. COBOL does not support callback functions. See Also tibx_MVSConsole_Create() on page 541