Endevor administrators may need to retrieve or back up the Host Dataset Name and Remote Dataset Name for shipment destinations. This information includes DSN Mapping Rules and USS Mapping Rules. Using the Batch Admin utility provides a comprehensive extract of these definitions.
Endevor
To extract shipment destination definitions, use the BUILD SCL FOR SHIPMENT DESTINATION statement. This generates the DEFINE statements needed to recreate or review the destination mapping.
1. Run the ENBE1000 utility using the following SCL:
BUILD SCL FOR SHIPMENT DESTINATION "*" TO DSNAME 'YOUR.PDS.DATASET' MEMBER 'SHPRULES' REPLACE .
2. Review the generated SCL in the output dataset:
See techdoc page for more details: Build SCL for Shipment Destination syntax
Currently CSV reporting for this specific metadata is not available.