zSecure reports in XML are nice because the reports are generated with useful CSS for viewing with a web browser or excel. However, the safety features of excel have improved since the time when zSecure got its XML support, so now the user has to disable those safeties in excel, or answer the prompts.
XML support in CARLa introduces significant limitations to CARLa programs. See here. Also, for best effect you should generate the XML in UTF8 format, making it laborious to inspect the XML code in ISPF, transfer it to workstations, etc. In my experience, it is far easier to use tab separated variable with titles (TSVT) to transfer zSecure reports to a spreadsheet.
newlist type=racf header=tsvt
select class=user special
sortlist profile("Userid") name ljdate
Note, the string you specified as column header will turn up in the title line of the TSVT file, if no title was specified the default zSecure title will be found.
The resulting EBCDIC report can be transferred to windows/linux in text mode with no hassle. Specify tab as the field separator during import. One limitation: report headers go awol.
------------------------------
Rob van Hoboken
------------------------------