Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

calling an as400 program from java

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • calling an as400 program from java

    There are examples in the toolbox documentation. You can download the current version at http://oss.software.ibm.com/jt400/doc.zip

  • #2
    calling an as400 program from java

    Hi, i want to develop a simple java bean running in websphere on as400 that takes the input parameters ("programName","param1","param2") and calls the "programName" program in as400 that returns a char output parameter. Are there any simple example codes or links for calling an as400 program? is this depend from the program language (rpg,cobol,...)? Does program call work well from java? what java packages do i have to import? is there any help about them? (iam using jdk 1.3) thanx in advance

    Comment


    • #3
      calling an as400 program from java

      I have been trying to call a CL/RPG program with no parameters. I got it to Work in DOS but I haven't gotten it to work in Tomcat or Websphere. the link below shows how to do it in Java with and without PCML. Let me know if you have any luck. Maybe if you know a little more about Websphere than me then we could get mine to work and I could share with you. Maybe if you get yours to work you could share your success with me. http://www.redbooks.ibm.com/redbooks/SG245959.html Good Luck!

      Comment

      Working...
      X