DCOLLECT Generator
Generate JCL to collect dataset information from z/OS
How to use
- Select the collection type: Storage Group for SMS-managed datasets or Volumes for non-SMS datasets.
- Enter the storage group name or volume list (comma-separated) and the output dataset name.
- Click 'Generate' to create the DCOLLECT JCL.
- Copy the JCL and submit it on your z/OS system to collect dataset information.
- (Optional) Enable CSV conversion to generate REXX code that transforms the DCOLLECT output into a CSV file for analysis.
- If using CSV: Save the REXX code to a PDS library, then use the 'Run REXX JCL' to execute the conversion.
CSV Conversion (Optional)
Last updated on