{
{   The purpose of this request is to provide configuration information about a
{ peripheral element of the mainframe's active configuration.  A peripheral
{ element is one of the following types of elements:  channel adapter,
{ communications element, controller, storage device, or external processor.
{
{   For example the state of the element, its product identification, serial
{ number, etc.  can be obtained; however, not all items of information are
{ available for all peripheral elements, since some of the information is
{ device specific.
{
{   To use this request it is necessary to initialize the element_type field of
{ the element descriptor to one of the values identified in the case of the
{ peripheral_descriptor; however, it is not required that you know exactly
{ which type of peripheral you are querying.  The intent of this request is to
{ query about a peripheral without having to know anything except its name.
{
{       CMP$GET_ELEMENT_INFORMATION (ELEMENT, INFORMATION, STATUS)
{
{ ELEMENT: (input)  This parameter specifies the identity of the system element
{       for which information is desired.  The identity may be specified using
{       either the name of the element or its hardware address.
{
{       If a hardware address is specified you must initialize the
{       physical_address_specifier to indicate how many parts of the address
{       are initialized in the address path.  For example, if you are querying
{       a unit, the physical_address_specifier must include a channel, a
{       channel_address and the unit_address and you must initialize all three
{       fields of the hardware address.
{
{       If a hardware address is specified and the mainframe has more than one
{       IOU, the name of the IOU must be initialized because the channel
{       identification is ambiguous in this case.  The IOU component of the
{       peripheral descriptor will be ignored on single IOU mainframes.
{
{ INFORMATION: (output)  This parameter specifies the requested information
{       about the system element.
{
{ STATUS: (output) This parameter specifies the request status.
{
{         CONDITIONS:
{                     cme$lcm_element_not_found,
{                     cme$lcm_empty_pa_set,
{                     cme$lcm_missing_pa_set_member,
{                     cme$lcm_not_available,
{                     cme$lcm_ring_validation_error,
{                     cme$privileged_job_required.
{
{         IDENTIFIER : 'CM'
{
{
{
