EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

How to Call BasicProgram

  • 1.  How to Call BasicProgram

    Posted 07/06/15 09:46 AM

    Hello,


    how to call a java gen BasicProgram from rui?

    The program i want to call looks like this:

     

    program XMLImport type BasicProgram(){}    function main()    endend

     

    Marcel-D


  • 2.  Re: How to Call BasicProgram

    Posted 07/06/15 10:05 AM

    okay the solution was too easy....

    call XMLImport();

     

    Marcel-D