SUSPEND command
Relinquishes control to a task of higher or equal dispatching priority. In Smalltalk, the parameters of the SUSPEND command are contained in two classes: CICSSuspend and CICSSuspendResult. 
See CICS Application Programming Reference for the syntax of the command and a description of its parameters. 
Defined instance methods
Parameters supplied to CICS in CICSSuspend
None. 
Parameters returned by CICS in CICSSuspendResult
 
|  |  |  |  |  | 
| RESP  | resp  | Output  | Fixed(2)  | Inherited from CICSResult.  | 
| RESP2  | resp2  | Output  | Fixed(2)  | Inherited from CICSResult.  | 
Example
Relinquishes control to another task. 
| result |
 
result := CICS suspend exec.
Last modified date: 07/09/2019