<?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: Execute a DCL script remotely using Java in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957889#M37091</link>
    <description>&lt;P&gt;Dear Hartmut,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your explanations guiding the GNV DCL wrapper development. They are indeed welcomed and add a real plus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are indeed correct. The GVN DCL wrapper knows SYS$INPUT, SYS$OUTPUT and SYS$ERROR mailboxes whereas the TNA based DCL.EXE only knows SYS$INPUT and SYS$OUTPUT. This last limitation comes from a TCP/IP stream (the BG device associated with the TNA device) which only owns an input and an output stream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So up to the original developer asking in this post to see which DCL.EXE can best fit his requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours truly,&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;</description>
    <pubDate>Thu, 07 Feb 2013 15:59:02 GMT</pubDate>
    <dc:creator>Ph Vouters</dc:creator>
    <dc:date>2013-02-07T15:59:02Z</dc:date>
    <item>
      <title>Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5926103#M37084</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to execute a DCL using java on a remote system, regretfully I have not been able to do it.&lt;/P&gt;&lt;P&gt;I want to run this java into a Win7 machine, so I have&amp;nbsp;neither RSH nor SSH commands on the OS (and I cannot install them).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5926103#M37084</guid>
      <dc:creator>Yyrkoon_</dc:creator>
      <dc:date>2013-01-09T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5928625#M37085</link>
      <description />
      <pubDate>Fri, 11 Jan 2013 04:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5928625#M37085</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2013-01-11T04:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5928743#M37086</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; I am trying to execute a DCL [...]&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; On what?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tcpip show version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VACDM1$ tcpip show version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; HP TCP/IP Services for OpenVMS Alpha Version V5.7 - ECO 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; on an AlphaServer DS10 617 MHz running OpenVMS V8.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; [...] using java on a remote system [...]&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; This was not clear to me.&amp;nbsp; Are you trying to run a Java program on a&lt;/P&gt;&lt;P&gt;&amp;gt;Windows (7) system?&amp;nbsp; And this program should somehow run a DCL script on&lt;/P&gt;&lt;P&gt;&amp;gt;a remote VMS system, and get the results back from that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exactly that, I could go on without results back (but they are desirable).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; I want to run this java into a Win7 machine, so I have neither RSH nor&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; SSH commands on the OS (and I cannot install them).&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; How much other software can you not use on the Windows system?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use no other software but java API, however I could use whatever (if it is strictly necessary), but I want to avoid non corporative software and this is barely all existing software&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; [...] regretfully I have not been able to do it.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; Perhaps because you impose too many limitations on which software can&lt;/P&gt;&lt;P&gt;&amp;gt;be used.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; I know little about Java, and even less about Java on Windows, so I&lt;/P&gt;&lt;P&gt;&amp;gt;don't know how difficult it would be to write a simple rsh or ssh client&lt;/P&gt;&lt;P&gt;&amp;gt;program in Java.&amp;nbsp; There may be some other RPC scheme which could be&lt;/P&gt;&lt;P&gt;&amp;gt;used, but I'd guess that rsh/ssh would be the easy way.&amp;nbsp; How about&lt;/P&gt;&lt;P&gt;&amp;gt;e-mail?&amp;nbsp; FTP?&amp;nbsp; You could send an e-mail message to a user on the VMS&lt;/P&gt;&lt;P&gt;&amp;gt;system, where a program like Deliver could receive it, process it, and&lt;/P&gt;&lt;P&gt;&amp;gt;send a reply of some kind.&amp;nbsp; Or you could use FTP to transfer a file to&lt;/P&gt;&lt;P&gt;&amp;gt;the VMS system, where some program could observe it, process it, and&lt;/P&gt;&lt;P&gt;&amp;gt;send a reply of some kind.&amp;nbsp; A "reply" here could be an e-mail message,&lt;/P&gt;&lt;P&gt;&amp;gt;or a new file created on the (VMS) FTP server, which the remote program&lt;/P&gt;&lt;P&gt;&amp;gt;could fetch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought about FTP, it is not what I would like to do, but if I find no other solution it will work.&lt;/P&gt;&lt;P&gt;I have never eard about "Deliver", but it sounds better than FTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; As usual, many things may be possible, but "and I cannot install&lt;/P&gt;&lt;P&gt;&amp;gt;them" makes it sound as if there are undisclosed constraints, so it's&lt;/P&gt;&lt;P&gt;&amp;gt;hard to know which good solutions you will reject, or which poor&lt;/P&gt;&lt;P&gt;&amp;gt;solutions you may be compelled to use instead.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Could you help me?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; Probably not much, at least not without a better description of the&lt;/P&gt;&lt;P&gt;&amp;gt;problem, and the constraints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p"&gt;I am neither a java expertise, that’s the real problem, Maybe I should look the solution on a java forum, but I supposed that it’s easier to find a VMS expertise knowing java than a java expertise knowing VMS.&lt;/P&gt;&lt;P class="p"&gt;At any case options you gave me are perfectly valid (undesired, but valid), so thanks anyway!!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 08:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5928743#M37086</guid>
      <dc:creator>Yyrkoon_</dc:creator>
      <dc:date>2013-01-11T08:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5954477#M37087</link>
      <description>&lt;P&gt;I have the solution for remotely executing a shell (Unix/OpenVMS/Windows) script using Perl. Refer to:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://vouters.dyndns.org/tima/All-OS-FTP-Perl-Remotely_executing_a_script.html"&gt;http://vouters.dyndns.org/tima/All-OS-FTP-Perl-Remotely_executing_a_script.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the solution to execute a DCL command local to the VMS computer using Java. Refer to:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://vouters.dyndns.org/tima/OpenVMS-Java-Executing_DCL_commands.html"&gt;http://vouters.dyndns.org/tima/OpenVMS-Java-Executing_DCL_commands.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not strongly dependant upon Java, you may use the first URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are strongly bound to Java, you may translate the client/server Perl code to Java.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the hope this helps.&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 17:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5954477#M37087</guid>
      <dc:creator>Ph Vouters</dc:creator>
      <dc:date>2013-02-04T17:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5954565#M37088</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt;I have the solution to execute a DCL command local to the VMS computer using Java.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Issuing DCL commands from Java using the GNV dcl.exe wrapper was shown in this forum (or the previous incarnation of it) several times:&amp;nbsp;&lt;A target="_self" href="https://community.hpe.com/t5/Languages-and-Scripting/Executing-DCL-from-Java/td-p/5145326"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Executing-DCL-from-Java/td-p/5145326&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A target="_self" href="https://community.hpe.com/t5/General/java-procedure-call-os-command/td-p/4187576"&gt;http://h30499.www3.hp.com/t5/General/java-procedure-call-os-command/td-p/4187576&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And yes, DCL.EXE in sys$system is a totally different beast from the gnv wrapper dcl.exe usually installed in&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;GNV$GNU:[bin], as explained in&amp;nbsp;&lt;A target="_self" href="https://community.hpe.com/t5/General/VMS83A-UPDATE-V8-0-breaks-GNV-bash-DCL-capability/td-p/4385164"&gt;http://h30499.www3.hp.com/t5/General/VMS83A-UPDATE-V8-0-breaks-GNV-bash-DCL-capability/td-p/4385164&lt;/A&gt;. If you get an&amp;nbsp;%DCL-W-ACTIMAGE on SYS$COMMON:[SYSEXE]DCL.EXE you do not have the gnv dcl wrapper in the path, the CRTL&amp;nbsp;execve() function is looking for it (no matter whether this function is called from bash or by the Java run time on behalf of your java code).&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Feb 2013 18:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5954565#M37088</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2013-02-04T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957187#M37089</link>
      <description>&lt;P&gt;If you are bound to Java and do not want to use the Perl solution, instead of using of interfacing the Java code wth the GNV provided DCL.EXE which has limits for possible DCL commands you can successsfully execute, may I rather orient toward this DCL.EXE solution at&amp;nbsp; &lt;A target="_blank" href="http://vouters.dyndns.org/tima/OpenVMS-GNV-Alternate_DCL_image_using_a_Telnet_device.html"&gt;http://vouters.dyndns.org/tima/OpenVMS-GNV-Alternate_DCL_image_using_a_Telnet_device.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unlike the GNV DCL.EXE solution which is mailboxes based, this DCL solution is based upon coupling a TNA device (acts as a terminal) with a BG device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The real advantage is that, because it is based upon a terminal (TNA device), you can enter any DCL command which you can't through mailboxes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example you can't do this DCL command through mailboxes which you can via a TNA device based DCL.EXE:&lt;/P&gt;&lt;PRE&gt;$ dcl inquire name """"What is your name ?""""
what is your name ?: vouters
  Process PV_40090 logged out at 17-JUN-2011 20:31:49.85&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957187#M37089</guid>
      <dc:creator>Ph Vouters</dc:creator>
      <dc:date>2013-02-06T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957843#M37090</link>
      <description>&lt;DIV&gt;Yes, I agree, GNV's dcl wrapper has some limitations and I'm sure using a TNA device removes some. But please keep in mind, the main purpose for the wrapper was to do redirection within the GNV/bash,&amp;nbsp;for example&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;$ mc gnv$gnu:[bin]bash&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$ dcl write 'sys$output' '""output""' &amp;gt;o.o 2&amp;gt;e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$ cat o.o&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;OUTPUT&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$ cat e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$ dcl write 'sys$error' '""error""' &amp;nbsp;&amp;gt;o.o 2&amp;gt;e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$ cat o.o&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$ cat e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;ERROR&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash-4.2$&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried your alternate dcl. Unfortunately I couldn't get it to run on EISNER, which uses MULTINET. Anyway, on a V7.3-2 system I get:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$ ./dcl write 'sys$output' '""output""' &amp;gt;o.o 2&amp;gt;e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$ cat o.o&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;OUTPUT&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Process GUEST_30342 logged out at &amp;nbsp;7-FEB-2013 16:11:25.51&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$ cat e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$ ./dcl write 'sys$error' '""error""' &amp;gt;o.o 2&amp;gt;e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$ cat o.o&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;ERROR&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Process GUEST_32974 logged out at &amp;nbsp;7-FEB-2013 16:12:15.10&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$ cat e.e&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;bash$&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957843#M37090</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2013-02-07T15:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a DCL script remotely using Java</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957889#M37091</link>
      <description>&lt;P&gt;Dear Hartmut,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your explanations guiding the GNV DCL wrapper development. They are indeed welcomed and add a real plus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are indeed correct. The GVN DCL wrapper knows SYS$INPUT, SYS$OUTPUT and SYS$ERROR mailboxes whereas the TNA based DCL.EXE only knows SYS$INPUT and SYS$OUTPUT. This last limitation comes from a TCP/IP stream (the BG device associated with the TNA device) which only owns an input and an output stream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So up to the original developer asking in this post to see which DCL.EXE can best fit his requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yours truly,&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/execute-a-dcl-script-remotely-using-java/m-p/5957889#M37091</guid>
      <dc:creator>Ph Vouters</dc:creator>
      <dc:date>2013-02-07T15:59:02Z</dc:date>
    </item>
  </channel>
</rss>

