Author: Robert Sample
Posted: Sun Mar 19, 2017 8:26 pm (GMT 5.5)
After getting a chance to test the commands, what is actually needed is
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Sun Mar 19, 2017 8:26 pm (GMT 5.5)
After getting a chance to test the commands, what is actually needed is
Code: |
EXEC CICS ASKTIME ABSTIME(time-variable) END-EXEC EXEC CICS FORMATTIME ABSTIME(time-variable) DATESTRING (data-area) RFC3339 END-EXEC |
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth