Invoking AS400 RPG From Java
问题 I have a very limitied (0) knowledge on AS400 and RPG. But we have a urgent requirement where we need to invoke a RPG program from a java class. So I found that we can achieve it through JTOpen. But I am stuck at declaring the ProgramParameter list. I have the following information about RPG Program Program name: ZM30000R Parameters: Branch 7,0 (Numeric) Account type 2 (01-cheque,02 savings) Account Number 20 (character) Error code 7 (character) DR/CR indicater 1 (character D,C) But no clue