SvrInfo (server information)

Purpose

Contains information about the CICS® Configuration Manager server.

Object criteria

None.

Object data

<CCVRel> CCV_release </CCVRel>  1 
<CICSRel> CICS_release </CICSRel>  2 
<SvrCSDName> CSD_DSN </SvrCSDName>  3 
<SvrApplIDe> application_ID </SvrApplID>  4 
<SvrSysIDe> system_ID </SvrSysID>  5 
 1 
Product release level of CICS Configuration Manager.
 2 
Product release level of CICS Transaction Server that is running the CICS Configuration Manager server.
 3 
Fully qualified data set name of the CICS system definition file (with no enclosing quotes) used by the CICS region that is running the CICS Configuration Manager server.
 4 
Application ID (APPLID) of the CICS region that is running the CICS Configuration Manager server.
 5 
System ID (SYSID) of the CICS region that is running the CICS Configuration Manager server.

Usage

List is the only command that you can use for server information. Here is the request format:

<CCV210>
  <List>
    <LocationCriteria>
      <LocationType> Repository </LocationType>
    </LocationCriteria>
 
    <ObjectCriteria>
      <ObjType> SvrInfo </ObjType>
    </ObjectCriteria>
 
    <ProcessParms>  1 
      <ConnectionData> NO|YES </ConnectionData>
    </ProcessParms>
 
  </List>
</CCV210>
 1 
Optional. Specify YES to return information about connections between the CICS Configuration Manager server and other remote CICS systems.