{
{    The purpose of this request is to write a job's system label information
{ to the system label of the file in NOS/VE's job input queue.
{
{       QFP$WRITE_JOB_SYSTEM_LABEL (FILE_REFERENCE, WRITE_LABEL, SYSTEM_LABEL,
{             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.
{
{ STATUS: (output) This is the record that contains the status of the request.
{      CONDITION:
{           jme$write_job_system_label
