Hallo,
das klappt soweit alles wunderbar.
Aber wie muß ich ein Programm aufrufen, in dem die Parameter zum Teile über eine externe Datenstruktur übergeben werden?
aus einem anderen RPG-Programm sieht der Aufruf wie folgt aus:

D ...
D AUS1 E DS EXTNAME(DATEI)
D
D AUSGABE S DIM(999)
D LIKE(AUS1)
C *ENTRY PLIST
C PARM PARM1
C PARM PARM2
C PARM PARM3
C ...

C CALLB 'PROGRAMM'
C PARM PARM1
C PARM PARM2
C PARM PARM3
C ...
C PARM AUSGABE
C PARM PARMx
C ....


Gruß Heinfried