Version 5.3.1
 —  Natural Business Services Subprogram-Proxy-Client Model  —

Calling Natural Objects

Each generated Natural client will have the following parameter interface:

PARAMETER                             
 01 CALL-PARMS                         
   02 BROKER-ID (A32)                  
   02 SERVER-NAME (A80)                
   02 SERVER-CLASS (A80)               
   02 SERVER-SERVICE (A80)             
 01 #METHOD (A32)                      
 PARAMETER                             
 ...[your service parameters]...

Start of instruction setTo invoke the service locally:

Start of instruction setTo invoke the service via EntireX:

Tip:
You can also use the CSXCSQI supplied sample routine in the SYSCSTX library to automatically configure the CALL-PARMS interface when your client is invoked. For more information, refer to the source for CSXCSQI.

Top of page