PreviousNext
Help > Development > W-Language Functions for AS/400 > Program and Procedure calls > ASPgmCall
ASPgmCall

 ASPgmCall is an alternative solution to ASRunRPC.

The is the same purpose: calling native programs, using different method.

 

First of all, importing the program’s description in the analysis is not needed.

The description can reside :

     in PCML syntax, inside your program

     or: in PCML syntax, in an IFS file on your system

     or: in the program’s description, made using the RPC/DTAQ setup tool.

 

The input/output values are directly managed using the ASPpgmCall function call, one by one or using a structure variable datatype.