To run a EGL application in the iSeries environment, call the *PGM application object just as you would any other *PGM object on iSeries. You can run EGL applications from menus, commands, command lines, or interlanguage program calls. This applies to main and called EGL applications. Examples of how to run a EGL application from an iSeries command line follow:
CALL applname
CALL applname ('char arg literal')
CALL applname ('char arg literal' 1234)
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.