This REXX will issue an API SITE call to obtain the PARMLIB(E2ELOGMBR) and BROWSE it so you can easily find the Event Log USS directory.
231183110.zip
Accurately parsing Endevor CSV data can be challenging when some of the fields can contain free text like descriptions, comments etc. Using the CSV LIST OPTION DELIMITER '|' can help but to be more accurate you need to look for the delimiters AND the bounding quotes. The following two...