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

 

Result

Boolean: True if function succeed, False otherwise.

 

ProgramDescription

Character string:

- When the program to call was described using using RPC-DTAQ Description utility, this parameter has the form: *PGM/NAME. where NAME is the name of the description given in RPC/DTAQ Configuration tool.

- When the program is described in PCML syntax in a file, this parameter contains an IFS Path.

- When the program is described in PCML syntax in the WinDev program, this parameter contains the PCML description itself.

 

ProgramName

Character string: Real name (and library if needed) of the native program to call (LIB/NAME).

This parameter can be an empty string if the program name to call is the one given by the PCML description, or if *PGM/NAME is used for the program description.

 

Connection [optional]

Connection to AS/400.

 

Param1, Param2 , …

Variables or values for each parameter expected by the native program.