Purpose
Defines the status of each user exit point:
- Whether it is active
- The name of the program associated with the exit point, if any
- Whether CICS can load the program and find the program in the DFHRPL load
library concatenation.
You can set these values using the CICS® Configuration Manager ISPF
dialog option 1.6 Exit Points.
For
more information about user exit points, see Extending and customizing the CICS Configuration Manager server.
Object criteria
Fixed object name:
<ObjName> Exits </ObjName>
Object data
Input data |
|
|
<Name> EXITS </Name>
|
|
<Ver> object_version </Ver>
|
|
<ChangeTime> time_stamp </ChangeTime>
|
|
<UserID> user_ID </UserID>
|
Yes |
<RGroup> 1
<EPCount> element_count </EPCount>
<RGroupElement>
<EPName> exit_point_name </EPName>
<EPPgmName> program_name </EPPgmName>
<Defined> Yes | No </Defined>
<Loadable> Yes | No </Loadable>
<EPState> Enabled | Disabled </EPState>
</RGroupElement>
More repeating group elements…
</RGroup>
|
- 1
- The <RGroup> ("repeating group") element is
a container for a set of <RGroupElement> elements.
Here, each <RGroupElement> identifies a user exit point.