Author |
Message |
Topic: .Xml to .mms conversion using mimport.exe in command prompt |
uniswift
Replies: 1 Views: 1658
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2013 10:00 pm Subject: .Xml to .mms conversion using mimport.exe in command prompt |
I have generated Xml file in java say Sample.xml..
whenever i run the command :: mimport.exe "C:\Users\abhi\Desktop\Sample.xml" ..
It gives an error saying:: "Invalid" or empty x ... |
Topic: How to Count number of input parameters from Cobol file |
uniswift
Replies: 13 Views: 4897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 03, 2013 10:10 am Subject: How to Count number of input parameters from Cobol file |
So, for this cobol i want to generate some random input in text.
Later i will just copy that random input to message Q (I wont be writing the input in message Q manually).I don't understand *why* you ... |
Topic: How to Count number of input parameters from Cobol file |
uniswift
Replies: 13 Views: 4897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 03, 2013 9:33 am Subject: How to Count number of input parameters from Cobol file |
I want to append all those parameters into one string, and put it into one text file.
To do the above, you don't need to do this.
CARDINALITY(InputRoot.*
It would be better if you can tell us ... |
Topic: How to Count number of input parameters from Cobol file |
uniswift
Replies: 13 Views: 4897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 03, 2013 7:34 am Subject: How to Count number of input parameters from Cobol file |
ya, i am new to wmb
well thanks..  |
Topic: How to Count number of input parameters from Cobol file |
uniswift
Replies: 13 Views: 4897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 03, 2013 6:44 am Subject: How to Count number of input parameters from Cobol file |
Thank for the solution
I want to append all those parameters into one string, and put it into one text file.
so,
CARDINALITY(InputRoot.*[]), will this function give me the count as 4? |
Topic: How to Count number of input parameters from Cobol file |
uniswift
Replies: 13 Views: 4897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 03, 2013 6:08 am Subject: How to Count number of input parameters from Cobol file |
here is the sample of Cobol input file::
01 XYZ.
03 REPLY-DATA. ... |
Topic: How to Count number of input parameters from Cobol file |
uniswift
Replies: 13 Views: 4897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 03, 2013 4:37 am Subject: How to Count number of input parameters from Cobol file |
I have to manupulate input parametrs from cobol file. I was wandering if there is any function to count those input parameters in compute node.
Please Help
Thanks in advance  |