Extract shipment destination mapping rules and dataset details - Endevor
search cancel

Extract shipment destination mapping rules and dataset details - Endevor

book

Article ID: 446309

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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.

Environment

Endevor

Resolution

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:

  • MVS Mappings: Located under the MAPPING RULE section.
  • USS Mappings: Located under the USS MAPPING RULE section.
  • Dataset Names: Both Host and Remote dataset names are explicitly listed within these rules.

Additional Information

See techdoc page for more details: Build SCL for Shipment Destination syntax

Currently CSV reporting for this specific metadata is not available.