?? NEWTITLE := 'nfc$parameter_21_definitions' ??

{ nfc$parameter_21_definitions }

  CONST
    nfc$p21_min_param_len = 5, { Minimum size of parameter }
    nfc$p21_max_param_len = 5, { Maximum size of parameter }
    nfc$p21_prefix_position = 1, { Position in param data of prefix }
    nfc$p21_prefix_length = 1, { Number of chars in prefix }
    nfc$p21_prefix_value_take = 'T', { Value for take }
    nfc$p21_prefix_value_give = 'G', { Value for give }
    nfc$p21_prefix_value_null = 'N', { Value for null }
    nfc$p21_opt_position = 2, { Position in param data of option }
    nfc$p21_opt_length = 4, { Number of chars in option }
    nfc$p21_num_option_values = 9, { Number of trailer values }
    nfc$p21_opt_non_specific = '0000', { Non-specific }
    nfc$p21_opt_make_only = '0001', { Create a new file (QTF,T) }
    nfc$p21_opt_replace_only = '0002', { Write over existing file }
    nfc$p21_opt_replace_make = '0003', { Write over or make new file }
    nfc$p21_opt_append_only = '0004', { Can only append to existing file }
    nfc$p21_opt_append_or_make = '0005', { Can append or make file }
    nfc$p21_opt_read_remove = '0006', { Read file and delete }
    nfc$p21_opt_read_only = '0007', { Read file (PTFS,T) }
    nfc$p21_opt_destructive_read = '0008',
          { Read destroying section by section }
    nfc$p21_opt_make_only_too = '1001';
          { Create a new file (QTF,T) ,same as 0001 - need this to support IBM }

?? OLDTITLE ??
