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

Using this function, WinDev program cal call any AS/400 program or procedure, with parameter passing. Value of parameters changed by the called program can be retrieved by WinDev program.

AS/400 Program or procedure must be described using RPC-DTAQ Description utility, and imported in the analysis.

Before to call the program with AsRunRPC, input and input/output parameters must be initialised.

After program call, output, and input/output parameters are updated. You can retrieve values like you retrieve database field values.