Author |
Message |
Topic: Converting Service Units to Cpu Time |
rgb
Replies: 4
Views: 12265
|
Forum: Other Technical Topics Posted: Fri Jan 30, 2004 8:45 am Subject: Converting Service Units to Cpu Time |
Thank you very much !  |
Topic: Converting Service Units to Cpu Time |
rgb
Replies: 4
Views: 12265
|
Forum: Other Technical Topics Posted: Thu Jan 29, 2004 8:27 am Subject: Converting Service Units to Cpu Time |
kolusu
Thank you for your answer. I already managed to get the calculation right. So this is not really an information that I need, but only a sort of a nice to know thing. In the Cpu Adjustment Fiel ... |
Topic: Converting Service Units to Cpu Time |
rgb
Replies: 4
Views: 12265
|
Forum: Other Technical Topics Posted: Thu Jan 29, 2004 6:12 am Subject: Converting Service Units to Cpu Time |
I need to convert CPU + SRB service units to CPU seconds in a Workload Manager (goal mode) report.
In SMF record type 72 (WM Control Section) I can extract R723MADJ to get the adjustment factor, R723 ... |
Topic: Rexx and local time displacement from GMT |
rgb
Replies: 6
Views: 4460
|
Forum: TSO and ISPF Posted: Tue Nov 25, 2003 2:32 pm Subject: Rexx and local time displacement from GMT |
Many thanks. It works.
The cobol program is now:
...
WORKING-STORAGE SECTION.
01 HWORK PIC S9(9) USAGE IS BINARY.
01 MWORK PIC S9(9) USAGE IS BINARY.
01 SWORK PIC X(8). ... |
Topic: Rexx and local time displacement from GMT |
rgb
Replies: 6
Views: 4460
|
Forum: TSO and ISPF Posted: Tue Nov 25, 2003 11:19 am Subject: Rexx and local time displacement from GMT |
kolusu Thank you for you promt answer. Unfortunately the CLOCKxx in our shop contains just ETRMODE YES, ETRZONE YES, no timezone stmnt. I will try with the cobol program... |
Topic: Rexx and local time displacement from GMT |
rgb
Replies: 6
Views: 4460
|
Forum: TSO and ISPF Posted: Tue Nov 25, 2003 10:22 am Subject: Rexx and local time displacement from GMT |
Anybody knows of a way to get the local time displacement from GMT in a TSO/REXX running under ISPF ?
It seems that all time function in rexx only report local time and I need to get GMT Time.
Tha ... |
|