Hi people, How can I configure my system AS/400 when the Journal Receiver is detached and automaticaly save to a savefile and send to another server by a ftp command ?
Software/Hardware used:
ASKED:
March 3, 2010 3:30 PM
UPDATED:
April 5, 2011 5:04 AM
Use REMOTE journals.
Review the <help> text for the MSGQ() parameter to get an understanding of the messages that your break-handler might receive. You will want to decide if and how your program will react for different possible messages. You might handle them or ignore them, but you will need to expect them to show up. I would strongly recommend that you not use any existing message queue, nor should you allow other processes to send unexpected messages to this queue.
Tom