REXX functions

EYUAPI()

Passes an API command to CICSPlex® SM.

   var = EYUAPI(command string)
 
       OR
 
   var = EYUAPI('command string')

EYUINIT()

Initialize the CICSPlex SM API environment and allocate the necessary resources.

   var = EYUINIT()

EYUREAS()

Translate the numeric value returned by the REASON option of an API command.

   var = EYUREAS(reason)

EYURESP()

Translate the numeric value returned by the RESPONSE option of an API command.

   var = EYURESP(response)

EYUTERM()

Terminate the CICSPlex SM API environment and release any allocated resources.

   var = EYUTERM()
[[ Contents Previous Page | Next Page Index ]]