<?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 Move files with a queue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965165#M74963</link>
    <description>Does anyone know if it is possible to set up a queue that would copy files to a remote location (disk) rather than send them to a printer? If it is possible, are there any examples out there to look at?</description>
    <pubDate>Tue, 07 Mar 2006 10:50:00 GMT</pubDate>
    <dc:creator>Richard Wingate</dc:creator>
    <dc:date>2006-03-07T10:50:00Z</dc:date>
    <item>
      <title>Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965165#M74963</link>
      <description>Does anyone know if it is possible to set up a queue that would copy files to a remote location (disk) rather than send them to a printer? If it is possible, are there any examples out there to look at?</description>
      <pubDate>Tue, 07 Mar 2006 10:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965165#M74963</guid>
      <dc:creator>Richard Wingate</dc:creator>
      <dc:date>2006-03-07T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965166#M74964</link>
      <description>You could either create a custom print symbiont (MAILSYM might be a good example) or perhaps use John Osudar's EXECSYMB. Each can be found at &lt;A href="http://vms.process.com/ftp/vms-freeware/fileserv/" target="_blank"&gt;http://vms.process.com/ftp/vms-freeware/fileserv/&lt;/A&gt; .</description>
      <pubDate>Tue, 07 Mar 2006 11:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965166#M74964</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-03-07T11:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965167#M74965</link>
      <description>On Dsn its (now dead) there was a command procedure doing decnet copy from one node to another using a batch queue, with submit/remote. The same procedure was acting as server on a side, as client on another side. I have been unable to find it on askq.compaq.com :-(&lt;BR /&gt;&lt;BR /&gt;may be I have it somewhere, I will dig in my archives.</description>
      <pubDate>Tue, 07 Mar 2006 11:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965167#M74965</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-03-07T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965168#M74966</link>
      <description>If you don't like installing extra stuff :&lt;BR /&gt;&lt;BR /&gt;Create a stopped queue. Let them print stuff and use a (permanently running) dcl procedure to extract the file name of the file to be printed and copy it to the remote node. Then delete the entry.&lt;BR /&gt;&lt;BR /&gt;Should be possible in about 20 lines of dcl.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Mar 2006 11:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965168#M74966</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-03-07T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965169#M74967</link>
      <description>Whats the purpose behind the queueing?</description>
      <pubDate>Tue, 07 Mar 2006 11:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965169#M74967</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-07T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965170#M74968</link>
      <description>If all you want is to move files from one node to another when they are "ready" then why not create a holding directory and use a DCL procedure that runs on the system as a detached process to look at the holding directory and copy the files then delete them from the holding dorectory.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Tue, 07 Mar 2006 12:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965170#M74968</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-03-07T12:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965171#M74969</link>
      <description>or (more wild speculation :-) you can use FTSV/FTSO to delay the sending.</description>
      <pubDate>Tue, 07 Mar 2006 12:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965171#M74969</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-07T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965172#M74970</link>
      <description>we use DQS (DEC Distributed Queuing Service for OpenVMS AXP) for this.</description>
      <pubDate>Wed, 08 Mar 2006 04:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965172#M74970</guid>
      <dc:creator>Jiri_5</dc:creator>
      <dc:date>2006-03-08T04:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965173#M74971</link>
      <description>Here is something you can use directly.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 08 Mar 2006 05:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965173#M74971</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-03-08T05:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965174#M74972</link>
      <description>I too read about EXECSYMB but have never actually tried it (does sound very good).&lt;BR /&gt;&lt;BR /&gt;I had a need to capture text output originally sent to a printer, and modified a program in C from someone else to do this (within the Multinet TCP/IP stack).  We needed to capture LPD output from a remote system rather than just printing it locally.&lt;BR /&gt;&lt;BR /&gt;My version is called DRAIN and is on the v7 Freeware distribution and also at &lt;A href="http://vaxa.wvnet.edu/vmswww/drain.html" target="_blank"&gt;http://vaxa.wvnet.edu/vmswww/drain.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Verne&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2006 12:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965174#M74972</guid>
      <dc:creator>Verne Britton</dc:creator>
      <dc:date>2006-03-09T12:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move files with a queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965175#M74973</link>
      <description>Thank you all. I will most likely go with a DCL script for this. This seems to be the easiest route.</description>
      <pubDate>Tue, 14 Mar 2006 08:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/move-files-with-a-queue/m-p/4965175#M74973</guid>
      <dc:creator>Richard Wingate</dc:creator>
      <dc:date>2006-03-14T08:33:10Z</dc:date>
    </item>
  </channel>
</rss>

