Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GRS87RPT.REXX.txt #290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions SMF-Tools/SMF87Formatter/GRS87RPT.REXX.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*REXX-----------------------------------------------------------------
Updated : Mickey Virdi in 03/21/2024 to add the RC and RSN
for GRS formatter
ENQ Report from SMF87 Records

Copyright 2017 IBM Corp.
Expand Down Expand Up @@ -174,6 +176,8 @@ process_smf_data: procedure expose __.
SMF87DATA_Scope||__.0dlm||,
SMF87DATA_RnameLen||__.0dlm||,
SMF87DATA_ReqType||__.0dlm||,
SMF87REQ_RC||__.0dlm||,
SMF87REQ_RSN||__.0dlm||,
SMF87DATA_Qname||__.0dlm||,
SMF87DATA_Rname
if __.0IncludeTimes then
Expand All @@ -191,9 +195,10 @@ process_smf_data: procedure expose __.
end
GRS_out.0 = count
say GRS_out.0' Records written'
GRS_out.1 = 'DATE'||__.0dlm||'TIME'||__.0dlm||'SMF'||__.0dlm||'SYS'||__.0dlm||'ASID'||__.0dlm||'TCB'||__.0dlm||,
'PSW'||__.0dlm||'F1'||__.0dlm||'F2'||__.0dlm||'F2-e'||__.0dlm||'Sc'||__.0dlm||'rln'||__.0dlm||'typ'||__.0dlm||'Qname'||__.0dlm||'Rname'
if __.0IncludeTimes then GRS_out.1 = GRS_out.1||__.0dlm||'obtain_time'||__.0dlm||'release_time'
GRS_out.1 = 'DATE '||__.0dlm||'TIME'||__.0dlm||' SYS'||__.0dlm||' JOBNAME '||__.0dlm||'ASID'||__.0dlm||'TCB '||__.0dlm||
'PSW '||__.0dlm||'F1'||__.0dlm||'F2 '||__.0dlm||'F2-e '||__.0dlm||'Sc'||__.0dlm||,
'rln'||__.0dlm||'typ'||__.0dlm||'RC '||__.0dlm||'RSN '||__.0dlm'Qname'||__.0dlm||' Rname
if __.0IncludeTimes then GRS_out.1 = GRS_out.1||__.0dlm||'REQUEST START TIME '||__.0dlm||'REQUEST COMP TIME'

"Execio * Diskw OUTDS (finis stem grs_out."

Expand Down