Hi ,
I need to get the time stamp difference before and after MQPUT and MQGET in COBOL.
So i get the timestamp from DB2 and stored in Field1 which is x(26)
after MQPUT
I get the timestamp from Db2 and stored in field2 which is x(26)
I need to get the differnce between Field3 - Field 2- Field1
How i can do this,since Timestamp declartion is X(26) , How can I calcuate the difference ?
And also I need to show this difference in the report too. Can someone help me in this regard ?