Issuing API calls
Before you begin
Note: Refer
to the TSO/E REXX™ User's
Guide for information on REXX™ programming standards and procedures.
About this task
Procedure
Use the following procedure to configure your calling
exec:
- Assign values to your parameters:
parameter = value - Issue the API call.
rccresult = function_name(parm1,parm2,parm3...)The returned data from the call is placed in rccresult, delimited by spaces. - Parse rccresult into the variables rccret, rccrsn,
and rccmsgtext
Parse Var rccresult rccret rccrsn rccmsgtext