My assembler is a little rusty. Does anyone have a sample routine that
would be willing to share that would perform any or all of the
following basic function on a Z/OS operating system?
1. Get the current time (time1)
2. (do some other processing)
3. Get the current time (time2)
4. Determine difference between time1 and time2 (time3)
5. Make time3 printable
TIA,