| Command | Description | 
|---|---|
| dn : CN=SURROGAT,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local | Identifies the SURROGAT resource | 
| changetype : add | action set to add, will create the resource | 
| objectClass : top | this is a main class | 
| objectClass : container | will contain entities | 
| description: Class for CICS SURROGATE users. JES Class for controlling access to job submission by surrogates. | description | 
| You must leave a blank line between actions | |
| dn : CN=PLTPISUR,CN=SURROGAT,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local | Identifies the entity we want to delete | 
| changetype : delete | action set to delete, we remove any existing definition | 
| You must leave a blank line between actions | |
| dn : CN=PLTPISUR,CN=SURROGAT,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local | Identifies the entity we want to create | 
| changetype : add | action set to add in order to create the entity | 
| objectClass : microfocus-MFDS-Resource | We are creating a resource | 
| microfocus -MFDS-Resource-Class: SURROGAT | name of the class that the entity belongs to | 
| microfocus -MFDS-Resource-ACE: allow:SYSAD:read | Terminology definition, we allow SYSAD to be a surrogat user of PLTPISUR | 
| microfocus -MFDS-Resource-ACE: deny:*:execute | Terminology definition, we deny everyone else | 
| microfocus -MFDS-UID: no | UID (Unique Identifier). use mfuid as the value | 
| description: SAF SURROGAT user for PLTPI. Add all users that can start ES to it | description |