Call a program on the IBM i.
BOOL fOK;
int iSession;
fOK = LceExecute400(iSession, "CALL PGM(LIBL/NAME)");
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
Call a program on the IBM i.
BOOL fOK;
int iSession;
fOK = LceExecute400(iSession, "CALL PGM(LIBL/NAME)");
Copyright © 2004-2026 IDERA, Inc.