{   The purpose of this request is to create an empty master catalog for the
{ specified family on the specified set.  This request may only be issued by a
{ system administrator or the owner of the set upon which the master catalog
{ is created.
{
{       PFP$DEFINE_MASTER_CATALOG (SET_NAME, FAMILY_NAME, MASTER_CATALOG_NAME,
{                                    CHARGE_ID, STATUS)
{
{ SET_NAME: (input) This parameter specifies the name of the set on which the
{       master catalog is to be created.  A blank name is not allowed.
{
{ FAMILY_NAME: (input) This parameter specifies the name of the family for
{       which a master catalog is to be created.  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
{       master catalog that is to be created.  Be convention, the name of
{       a user's master catalog is the same as the user name.  If this
{       parameter is all blanks, the user name of the job making the request
{       will be used.
{
{ CHARGE_ID: (input) This parameter specifies an account name and project name
{       to be associated with the master catalog.  This charge_id will be used
{       as the charge_id for any files that may be created in the master
{       catalog by a user other than the owner of the master catalog.   If the
{       account field of this parameter is all blanks, the account name of the
{       job making the request will be used.  If the project field of this
{       parameter is all blanks, the project name of the job making the request
{       will be used.
{
{ STATUS: (output) This parameter specifies the request status.
{
{        CONDITIONS: pfe$pf_system_error
{                    pfe$bad_account_name
{                    pfe$bad_project_name
{                    pfe$bad_set_name
{                    pfe$bad_family_name
{                    pfe$bad_master_catalog_name
{                    pfe$unknown_set
{                    pfe$duplicate_master_catalog
{                    pfe$not_family_owner
{
{        IDENTIFIER: pfc$permanent_file_manager_id
{
