Add and fill Compilation, Installation, Notes and Usage Examples chapters.
This commit is contained in:
parent
10646d1aed
commit
9c43a21b50
52
ReadMe.txt
52
ReadMe.txt
@ -1,5 +1,53 @@
|
|||||||
# $RCSfile: ReadMe.txt,v $
|
# $RCSfile: ReadMe.txt,v $
|
||||||
# $Revision: 1.1 $
|
# $Revision: 1.2 $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
# $Date: 2001/07/09 15:51:18 $
|
# $Date: 2002/04/23 17:13:45 $
|
||||||
# $Author: giberta1 $
|
# $Author: giberta1 $
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Compilation:
|
||||||
|
------------
|
||||||
|
- Just type: "javac MQSLoad.java" !
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Installation:
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- You only need the MAQSLoad.class file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
------
|
||||||
|
|
||||||
|
- MQSLoad has been tested with MQ/Series 5.2,
|
||||||
|
|
||||||
|
- -fb and -mb arguments accept a string with formated escape character:
|
||||||
|
+ "\n" for newline,
|
||||||
|
+ "\r" for return,
|
||||||
|
+ "\t" for tabulation,
|
||||||
|
+ "\\" for \.
|
||||||
|
|
||||||
|
- Message break are used for message separation in the batch file, and are striped from the sended message,
|
||||||
|
- Field are striped from the seded message.
|
||||||
|
|
||||||
|
- Windows text files: newline is specified as "\r\n",
|
||||||
|
- Unix text files: newline is specified as "\n".
|
||||||
|
|
||||||
|
- By default:
|
||||||
|
+ There is no field break,
|
||||||
|
+ Message break is "\r\n".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Usage Examples:
|
||||||
|
---------------
|
||||||
|
|
||||||
|
- To load a swift batch file "swift-batch.txt" with "---MESSAGE-BREAK---" message separator into the MQ/Series "SWIFT-QUEUE" use:
|
||||||
|
java MQSLoad -mb "---MESSAGE-BREAK---\r\n" SWIFT-QUEUE swift-batch.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
|
||||||
|
Loading…
Reference in New Issue
Block a user