Secure Package Ship Destination
search cancel

Secure Package Ship Destination

book

Article ID: 388879

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

We are using Endevor Package ship and was wondering if there was a way to secure with Endevor ESI who can ship based on the Ship Destination?   

 

Environment

z/OS 

Endevor all versions

Resolution

You can secure the Destination if you are securing Packages with ESI.   This mean in the C1DEFLTS Table you would have to set PKGSEC=ESI and ensure that the PKGDEST is part of the NAMEQU PACKAGE_ACTIONS.  

Below is an example of how the BC1TENQU (Name Equates table) would be setup: 

NAMEQU PACKAGE_ACTIONS,
      L1=('C1'),
      L2=('PACKAGE'),
      L3=(MENUITEM),
      L4=(PKGDEST)

If you wanted to restrict who can ship to the Destination PROD, the entity that would be passed to your security package (ACF2, TSS or RACF) would be: 

"C1.PACKAGE.SHIP.PROD"

Only the users that have access to the above rule can ship a package to the destination called PROD.