{
{   The purpose of this request is to put information about a family
{ into the permanent file system.  This request may only be issued by the
{ set owner, the system administrator or the family administrator. The specified
{ family must not already exist in the permanent file system.
{
{       PFP$PUT_FAMILY_INFO (SET_NAME, FAMILY_NAME, P_INFO_RECORD, STATUS)
{
{ SET_NAME: (input) This parameter specifies the name of the set for which
{       family catalog information is to be registered.
{
{ FAMILY_NAME: (input) This parameter specifies the family to be created.
{       If this family name is different than the name recorded in P_INFO_RECORD
{       this name will be used. If this parameter is all
{       blanks, the family name of the job making the request will be used.
{
{ P_INFO_RECORD: (input) This parameter specifies an info record containing
{       information about family catalogs that are to be registered on the
{       set identified by the set_name parameter.
{
{ STATUS: (output) This parameter returns the request status.
{
{        CONDITIONS: pfe$bad_account_name
{                    pfe$bad_family_name
{                    pfe$bad_group_type
{                    pfe$bad_info_record_format
{                    pfe$bad_project_name
{                    pfe$bad_set_name
{                    pfe$bad_user_name
{                    pfe$catalog_full
{                    pfe$duplicate_family
{                    pfe$not_family_owner
{                    pfe$pf_system_error
{                    pfe$unknown_catalog_description
{                    pfe$unknown_set
{
{        IDENTIFIER: pfc$permanent_file_manager_id
{
