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