<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Print job problems in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085888#M86764</link>
    <description>Do as suggested by others.&lt;BR /&gt;&lt;BR /&gt;My impression from your entry is that SYS$PRINT is a generic queue referring to a number of executiion queues, as it seems rather "random" on what device the output actually appears.&lt;BR /&gt;&lt;BR /&gt;If you _know_ the queue you are to use for printing, specify that queue in a proces- local PRINT command:&lt;BR /&gt;&lt;BR /&gt;$ print :== print/queue=&lt;DESTINATION queue=""&gt;&lt;BR /&gt;&lt;BR /&gt;(You van use another symbol for that, like "Myprint")&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;$ define/job SYS$PRINT &lt;DESTINATION queue=""&gt;&lt;BR /&gt;&lt;BR /&gt;That will bypass SYS$PRINT - for that user only.&lt;BR /&gt;&lt;BR /&gt;&lt;/DESTINATION&gt;&lt;/DESTINATION&gt;</description>
    <pubDate>Mon, 15 Oct 2007 08:03:03 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2007-10-15T08:03:03Z</dc:date>
    <item>
      <title>Print job problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085884#M86760</link>
      <description>when we use print command without using any qualifier ,the print job should redirects to sys$print.But in our case ,when we use print command without any qualifier ,the print jobs goes to any defined que,how could i redirects those print jobs to sys$print.</description>
      <pubDate>Mon, 15 Oct 2007 04:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085884#M86760</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2007-10-15T04:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Print job problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085885#M86761</link>
      <description>Pls. check, if a logical name SYS$PRINT exists, e.g. $ SHOW LOGICAL SYS$PRINT.&lt;BR /&gt;And also check, if PRINT is redefined e.g. as PRINT="PRINT/QUE=..." (SHOW SYMBOL PRINT).&lt;BR /&gt;&lt;BR /&gt;regards kalle</description>
      <pubDate>Mon, 15 Oct 2007 04:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085885#M86761</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-10-15T04:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Print job problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085886#M86762</link>
      <description>You might want to issue a $ sh sym p* to check all possibilities.&lt;BR /&gt;&lt;BR /&gt;Perhaps sys$print is a generic queue pointing to several physical queues ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John.</description>
      <pubDate>Mon, 15 Oct 2007 05:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085886#M86762</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2007-10-15T05:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Print job problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085887#M86763</link>
      <description>kundu,&lt;BR /&gt;&lt;BR /&gt;John wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;You might want to issue a $ sh sym p* to check all possibilities.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;yes, but be sure to do that FROM THE ACCOUNTS that are causing problems, as such symbols are process-specific.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2007 06:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085887#M86763</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-10-15T06:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Print job problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085888#M86764</link>
      <description>Do as suggested by others.&lt;BR /&gt;&lt;BR /&gt;My impression from your entry is that SYS$PRINT is a generic queue referring to a number of executiion queues, as it seems rather "random" on what device the output actually appears.&lt;BR /&gt;&lt;BR /&gt;If you _know_ the queue you are to use for printing, specify that queue in a proces- local PRINT command:&lt;BR /&gt;&lt;BR /&gt;$ print :== print/queue=&lt;DESTINATION queue=""&gt;&lt;BR /&gt;&lt;BR /&gt;(You van use another symbol for that, like "Myprint")&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;$ define/job SYS$PRINT &lt;DESTINATION queue=""&gt;&lt;BR /&gt;&lt;BR /&gt;That will bypass SYS$PRINT - for that user only.&lt;BR /&gt;&lt;BR /&gt;&lt;/DESTINATION&gt;&lt;/DESTINATION&gt;</description>
      <pubDate>Mon, 15 Oct 2007 08:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/print-job-problems/m-p/4085888#M86764</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-10-15T08:03:03Z</dc:date>
    </item>
  </channel>
</rss>

