Re: call rpgle program from within a java program...
Gerald Magnuson <[email protected]>
| Newsgroups | gmane.comp.lang.as400.java |
|---|---|
| Message-ID | <CAN-KPi4mTs=SjABUmZzCK+NUt516v=+tK3iFv4p301s2O60oVQ@mail.gmail.com> |
getting the error at compile time... this is page I got the code from: https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/rzasc/javacallrpgpcml.htm do I have to create a as400 connection, and log in again? On Tue, Sep 25, 2018 at 2:57 PM David Gibbs <david-Zwy7GipZuJhWk0Htik3J/[email protected]> wrote: > On 9/25/2018 2:08 PM, Gerald Magnuson wrote: > > I am getting the following errors: > > Recv.java:39: error: unreported exception PcmlException; must be caught > or > > declared to be thrown > > pcd = new ProgramCallDocument (as400, "GETMQMSG"); > > You need to surround the code in a try / catch block and 'catch' the > PcmlException. > > Are you getting this error at run time or compile time? > > david > > > -- > David Gibbs > midrange.com > > IBM i on Power Systems: For when you can't afford to be out of business! > > I'm riding 615 miles (Yes, you read that right) in the American Diabetes > Association's Tour de Cure to raise money for diabetes research, education, > advocacy, and awareness. You can make a tax deductible donation to my ride > by visiting https://lsteml.diabetessucks.net. > > See where I get my donations from ... visit > https://lsteml.diabetessucks.net/map for an interactive map (it's a geeky > thing). > > I may have diabetes, but diabetes doesn't have me! > -- > This is the Java Programming on and around the IBM i (JAVA400-L) mailing > list > To post a message email: JAVA400-L-Zwy7GipZuJhWk0Htik3J/[email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/java400-l. > > -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: JAVA400-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l.