|
PCML does work well to call iSeries host applications.
The last BPCS version I worked on wasn't ILE procedure enabled so I could only call a program with parms at the entry point. PCML also allows you to call ILE public procedures directly. I think PCML, especially using the WDSC Web Interaction Wizard to generate it, is very productive.
IF you have LOTS of data to pass (a whole order table or something like that) you should write the order table to DB2 using the JDBC driver and just pass the order number as the key parameter in the PCML call.
Let the host program read the "work data" from DB2 and generate a correct order. ==================================
MORE INFORMATION ON THIS TOPIC
==================================
Check out these Best Web Links on Web development.
Ask the Experts yourself: Our Web development gurus are waiting to answer your questions.
Ask your Web development & WebSphere questions -- or help out your peers by answering them--in our WebSphere & Web Development Forum.
|