{}
{   The purpose of this request is to build a list of elements from
{ the NAME parameter.  IF NAME specifies 'ALL' ELEMENT_LIST will contain
{ all the elements in the installation table.  IF NAME specifies 'OS'
{ all elements in the installation table that have class rac$os will be
{ added to ELEMENT_LIST.  IF NAME contains a single element that element
{ will be added to ELEMENT_LIST.  No element may appear more than once.
{}
{      RAP$BUILD_ELEMENT_LIST (TABLE, NAME, ELEMENT_LIST, LAST, STATUS)
{}
{ TABLE: (input) This parameter specifies a pointer to the installation table.
{}
{ NAME: (input) This parameter specifies which element(s) to add to the list.
{}
{ ELEMENT_LIST: (input - output) This parameter specifies a list of elements in
{       the installation table.
{}
{ LAST: (input - output) This parameter specifies where the last element is in
{       the list.
{}
{ STATUS: (output) This parameter specifies normal or abnormal status.
{}
