Anybody ever run a program on an AS/400?

A

Alex Lifeson

Through an Access / VBA application I have to run a program on an AS 400.

The program takes 6 parameters. The first 5 are input and the 6th is an
output parameter.

I guess I would do something like:

Create an ADODB.Command object. Command type is text. Command text "call
Library.ProgramName". Populate / append 5 parameters of type input.
Populate / append one parameter of type input output.

Does this sound correct?
 
Top