diff --git a/ReadMe.txt b/ReadMe.txt index 164f208..bfa63e3 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,7 +1,7 @@ # $RCSfile: ReadMe.txt,v $ -# $Revision: 1.6 $ +# $Revision: 1.7 $ # $Name: $ -# $Date: 2002/05/02 17:24:15 $ +# $Date: 2002/05/21 15:22:00 $ # $Author: giberta1 $ @@ -34,6 +34,7 @@ Notes: - Message breaks are used for message separation in the batch file, - Message breaks are striped from the sended message if "-kmb" (keep message break) is not set, + - Message tail specified after "-mt" option is inserted between message and message break, - Field breaks are striped from the sended message. - Windows text files: newline is specified as "\r\n", @@ -55,5 +56,7 @@ Usage Examples: java MQSLoad -mb "---MESSAGE-BREAK---\r\n" SWIFT-QUEUE swift-batch.txt - To load a raw swift batch file "swift-batch-raw.txt" with "}\r\n" message break into the MQ/Series "SWIFT-QUEUE" and by keeping message break separator use: java MQSLoad -mb "}\r\n" -kmb SWIFT-QUEUE swift-batch-raw.txt + - To load a raw swift batch file "swift-batch-raw.txt" with "}\r\n" message break into the MQ/Series "SWIFT-QUEUE" and by keeping only "}" as end of message use: + java MQSLoad -mb "}\r\n" -mt "}" SWIFT-QUEUE swift-batch-raw.txt - To load a csv batch file "batch.csv" with ";" field separator into the MQ/Series "DATA-QUEUE" use: java MQSLoad -fb ";" DATA-QUEUE csv-batch.csv