Passes an API command to CICSPlex® SM.
var = EYUAPI(command string)
OR
var = EYUAPI('command string')
Initialize the CICSPlex SM API environment and allocate the necessary resources.
var = EYUINIT()
Translate the numeric value returned by the REASON option of an API command.
var = EYUREAS(reason)
Translate the numeric value returned by the RESPONSE option of an API command.
var = EYURESP(response)
Terminate the CICSPlex SM API environment and release any allocated resources.
var = EYUTERM()