{
{    The purpose of this request is to retrieve a list of all family names that
{  exist on a local mainframe.
{
{        PMP$GET_FAMILY_NAMES (FAMILY_NAMES, NAME_COUNT, STATUS);
{
{ FAMILY_NAME: (output) This is the array of family names.
{
{ NAME_COUNT: (output) This is the number of families that exist on the system.
{
{ STATUS: (output) This is the status of the request.
{      CONDITION: pme$result_array_too_small
{

