ObSturgeon'sLaw A competent auditor would understand that there are several viable approaches and would give a requirement rather than an implementation. Using HC is certainly one of them. I'd probably write a script to issue "DISPLAY PROG,APF,ALL" using CONSOLE and capture the output the a file, but direct use of CSVAPF would be more transparent for an auditor familiar with MVS.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [[email protected]] on behalf of Peter Relson [[email protected]] Sent: Thursday, February 18, 2021 7:50 AM To: [email protected] Subject: Re: Anyway to save ISRDDN output? If I were an auditor, I'd prefer an approach that is implemented by a required base element of the operating system (where SDSF and, I think, ISPF do not meet that criterion) That would cover: -- hzsproc CHECK(IBMCSV,CSV_APF_EXISTS) -- DISPLAY PROG,APF Or provide my own (if I trust myself) -- a program I provided that issues CSVAPF REQUEST=LIST and surfaces the output But that's just me. And I'm no auditor. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
