Exits

Purpose

Defines the status of each user exit point Start of changeexcept for security call exit pointsEnd of change:

  • 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.7 Exit Points.

Start of changeSecurity call exit points are not represented in the Exits repository object or in dialog option 1.7 Exit Points. Security call exit points always invoke the program CCVXSECI.End of change

For more information about user exit points, see Extending and customizing the CICS Configuration Manager server with user exits.

Object criteria

Fixed object name:

<ObjName> Exits </ObjName>

Object data

Input data Elements
 
<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.