Hi
I have called a program which would read the contents of the FTPLOG file member for successful transmission and sets an error flag ERR accordingly.Now i need to pass this value from the RPG to CL and use it to send a notification
CALL PGM(FTPLOG)
IF COND(&ERR *EQ 'Y')
SNDUSRMSG MSG('FTP Transmission Failure,Please
Transmit Manually')
ERR is generated in RPG
Software/Hardware used:
ASKED:
January 8, 2009 3:17 PM
UPDATED:
January 8, 2009 4:02 PM