{
{    The purpose of this procedure is to obtain information on the location of
{ a particular family.  Information is returned about whether the family
{ resides on the local mainframe or resides on a server mainframe.  If the
{ familiy is a local family the information includes the set_name that the
{ family resides on.  If the family is a served family the information contains
{ the mainframe name of the server mainframe as well as the state of the
{ server.
{
{       DFP$GET_FAMILY_STATUS (FAMILY_NAME, FAMILY_STATE, STATUS)
{
{  FAMILY_NAME: (input)  This parameter specifies the family for which
{        information is requested.
{
{  FAMILY_STATE: (output)  This parameter returns infromation about the
{        location of the family.
{
{  STATUS: (output) This parameter returns the request status.
{      CONDITIONS:
{          pfe$bad_family_name
{          pfe$unknown_family
{
