{
{ PURPOSE:
{   This module allows the storing and retrieving of the static_label attributes
{ in the system_file_label.
{
{        FMP$PUT_LABEL_ATTRIBUTES (STATIC_LABEL_ATTRIBUTES, SYSTEM_FILE_LABEL,
{              STATUS)
{
{ STATIC_LABEL_ATTRIBUTES: (input) This parameter specifies the record
{        containing the attributes to be stored.
{
{ SYSTEM_FILE_LABEL: (output) This parameter specifies the record in which
{        the static_label attributes are to be stored.
{
{ STATUS: (output) This parameter returns the request status.
{
{        FMP$GET_LABEL_ATTRIBUTES (SYSTEM_FILE_LABEL, STATIC_LABEL_ATTRIBUTES,
{              STATUS)
{
{ SYSTEM_FILE_LABEL: (input) This parameter specifies the record containing
{        the static_label attributes to be retrieved.
{
{ STATIC_LABEL_ATTRIBUTES: (output) This parameter specifies the record which
{        will contain the retrieved attributes.
{
{ STATUS: (output) This parameter returns the request status.
{
