{ THIS COMMENT APPLIES TO FILES IN THE GENERIC QUEUE ONLY.
{ If a generic queue file is to be processed by QTF, then
{ the remote host directive parameters field contains a string of
{ parameters in SCL format.  These are attributes to be
{ specified when the destination is reached.
{ Attributes that can be specified and their abbreviations are:
{  APPLICATION_NAME (AN)
{  DEFERRED_BY_APPLICATION (DBA)
{  DESTINATION (D)
{  EARLIEST_RUN_TIME (ERT)
{  LATEST_RUN_TIME (LRT)
{  PURGE_DELAY (PD)
{  REMOTE_HOST_DIRECTIVE (RHD)

  TYPE
    jmt$remote_host_directive = record
      size: 0 .. jmc$remote_host_directive_size,
      parameters: string (jmc$remote_host_directive_size),
    recend;

  CONST
    jmc$remote_host_directive_size = 256;
