|
Here's a sample code:
// Create an AS400 object.
AS400 sys = new AS400("mySystem.myCompany.com");
// Create a command call object
CommandCall cmd1 = new CommandCall(sys,"CALL PGMLIB/PGM");
// Make the call
cmd1.run(); ==================================
MORE INFORMATION ON THIS TOPIC
==================================
The Best Web Links: tips, tutorials and more.
Ask your systems management questions--or help out your peers by answering them--in our live discussion forums.
|