Hi,
My question is about calling an external program in OS400 in the outbound trigger section of a file port.
I have defined a file port in order to save idocs as files, and afterwards I want to send them via ftp with a program in os400 created for this goal.
Is it possible?
OS400 gave me the following syntax:
CALL PGM(R3TRANS/TRC00) PARM(idoc_file_name)
Thanks