HOpenConnection(MaConnection1)
sFichier is a string
sFichier = "EASYCOMXMP/QRPGLESRC,CVTNW_H"
IF NOT ASXMLLoadDefinition("RPG",sFichier ,MaConnection1) THEN
Info(ErreurInfo())
ELSE
Info("The definition has been loaded")
END