Hi
My input file contains the date such as following format mentioned below
Start time 01:00
End Time 01:30
I have written a cobol program to moving these two times into two working storage variable in ready now. Now i have to calculate the difference between two times i.e) Endtime - start time to store in new variable and to add 3 hours in start time to display elapsed time as 4:00 to store in new variable.
Can anyone give solution to implement this in cobol. Please suggest me the solution.
Thanks in advance