Skip to Content
0
Former Member
Apr 20, 2009 at 08:02 AM

os400 external program for outbound trigger

28 Views

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