{
{    The purpose of this request is to write a generic queue file's system
{ label information to the system label of the file in NOS/VE's generic queue.
{
{       QFP$WRITE_QFILE_SYSTEM_LABEL (FILE_REFERENCE, WRITE_LABEL,
{             SYSTEM_LABEL, APPLICATION_ATTRIBUTES_SIZE, STATUS);
{
{ FILE_REFERENCE: (input)  This is the name of the file whose label is to be
{       written.
{
{ WRITE_LABEL: (input)  This specifies whether or not the system label is to be
{       written.  (The initial generation of the system label has to occur
{       before the representative file is initially opened.  The initial open
{       will cause the generated system label to be written to the file's
{       system label.  Under this circumstance, when the file has not been
{       opened, the value of WRITE_LABEL should be FALSE.  For any updates or
{       additions to the system label WRITE_LABEL should be TRUE).
{
{ SYSTEM_LABEL: (input)  This is the system label information to be written.
{
{ APPLICATION_ATTRIBUTES_SIZE: (input) This is the size of the application
{       attributes to be written.
{
{ STATUS: (output) This is the record that contains the status of the request.
{      CONDITION:
{            jme$write_qfile_system_label
