M204.1948
M204.1948 Open Process must run within a subsystem
The process definition specifies that the process may be opened only by a SOUL request running as an APSY subsystem. The Open Process statement was executed as an ad hoc request.
Response: Run the request as part of an APSY subsystem. If this is not possible, contact your system manager.
System manager response: The DEFINE PROCESS command for this process specifies RESTRICT=APSY. If you want to allow ad hoc requests to open this process, you may change this parameter to RESTRICT=NONE or by removing the RESTRICT clause.
Message attributes:
| RETCODEO=0 | Sets online return code |
|---|---|
| RETCODEB=4 | Sets batch (single user) return code |
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
| AUDITER | Writes the message with line type ER to the audit trail |
| COUNT | Increments the error count (ERCNT) parameter |
| NOTERM | Does not display the message on the user's terminal |
| SAVE | Saves the message in the VIEW ERRORS table |