COBOL program running on MVS receive the error "TIBEMS_OS_ERROR (status=68)" when trying to connect to an EMS server.
book
Article ID: KB0090593
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Not Applicable
-
Description
Resolution: Cause = = = = Program may not be able to obtain enough memory from OS.
Resolution ========== 1). Try to set the JCL statement to REGION=0M. This means that there is no maximum size of the execution region for any job step in the job.
2). The amount of memory used is also affected and controlled by the UOPT (User Options) setting. This can be linked into a program or used system wide.
How to test and see this is by adding the following JCL:
//CEEOPTS DD * RPTSTG(ON)
Environment ============ MVS
Issue/Introduction
COBOL program running on MVS receive the error "TIBEMS_OS_ERROR (status=68)" when trying to connect to an EMS server.