AS/400 native programs and procedures can be called from WinDev programs using functions ASRunRPC , or ASPgmCall
If you use ASRunRPC to call AS/400 native programs or procedure, you need to describe program parameters with RPC/DTAQ Configuration Tool., and import the description into the analysis, like a file, using *PGM as library name.
Data Queues are handled like database files from WinDev programs. A file exists in the analysis for each data queue to access.
Data Queues also must be described with RPC/DTAQ Configuration Tool., and then imported into the analysis, by using *DTAQ as library name.
Descriptions for Programs and Data Queues are stored on your AS/400 system in files YPROCHDR and YPROCPARMS, located in the Easycom Job LIBL. (Default is EASYCOM library).
RPC/DTAQ Configuration Tool. allows you to export and import descriptions to help porting description from one AS/400 to another one.