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

 

Result

Boolean: True if function succeed, False otherwise.


ProcedureDescription

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.

 

ServiceProgramName

The name of the service program, this name can be qualified (library/name). If the library is not specified, * LIBL is used.

 

ProcedureName

String - is the actual name of the procedure, or empty string if the current name is to be used via DescProcedure. Is ignored if DescProcedure is of the form * PGM / XXX.Connexion [optionnel]

Connexion - nom de la connexion

Connection [optional]

Connection to AS/400.

 

Param1, Parm2 , …

Variable or values corresponding to the parameters.