<?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: SYS$INPUT causing COM error  v7.2-1 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125577#M87815</link>
    <description>That worked  Thank You !!!&lt;BR /&gt;&lt;BR /&gt;Although, I am not sure if something in one of the applications on this server needed this assignment.  I will re-configure IP then put the assignment back until I can figure out what the heck is goin on.  Thanks Again for your help!!!</description>
    <pubDate>Mon, 07 Jan 2008 21:06:00 GMT</pubDate>
    <dc:creator>Mike D'Amico</dc:creator>
    <dc:date>2008-01-07T21:06:00Z</dc:date>
    <item>
      <title>SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125572#M87810</link>
      <description>&lt;!--!*#--&gt;Hello,  We have an Alpha server 8400 running openVMS 7.2-1. &lt;BR /&gt;&lt;BR /&gt;When I run SYS$MANAGER:TCPIP$CONFIG.COM, I get this error:&lt;BR /&gt;   %TYPE, file not accessible SYS$INPUT:.;&lt;BR /&gt;   -RMS, file specification syntax error&lt;BR /&gt;&lt;BR /&gt;When I look at the TCPIP$CONFIG.COM file it is failing on the first "TYPE" statement while trying to output to the screen.&lt;BR /&gt; $TYPE SYS$INPUT&lt;BR /&gt;&lt;BR /&gt;Infact, sys$input doesn't work in any context on the system.&lt;BR /&gt;&lt;BR /&gt;Is this something related VMS 7.2-1?  Is there a workaround in lieu of installing a patch or upgrade?&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 19:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125572#M87810</guid>
      <dc:creator>Mike D'Amico</dc:creator>
      <dc:date>2008-01-07T19:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125573#M87811</link>
      <description>Mike, what you describe is 'too big a bug'.&lt;BR /&gt;&lt;BR /&gt;Something is mucking with your environment!&lt;BR /&gt;When did this start failing?&lt;BR /&gt;Check edits to SYLOGIN.COM and LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;Out-of-the-box SYS$INPUT works.&lt;BR /&gt;It works on all OpenVMS versions from V1.0 on&lt;BR /&gt;It works without a patch.&lt;BR /&gt;&lt;BR /&gt;Do a SHOW LOGICAL SYS$INPUT /FULL&lt;BR /&gt;&lt;BR /&gt;In a batch job it should look like:&lt;BR /&gt;&lt;BR /&gt;    "SYS$INPUT" [exec] = "_&lt;NODE&gt;$&lt;DISK&gt;:" [terminal] (LNM$PROCESS_TABLE)&lt;BR /&gt;&lt;BR /&gt;Interactively it should look like:&lt;BR /&gt;&lt;BR /&gt;   "SYS$INPUT" = "_&lt;NODE&gt;$&lt;TERMINAL_NAME&gt;:" [terminal] (LNM$PROCESS_TABLE)&lt;BR /&gt;&lt;BR /&gt;terminal_name could be something like FTA12, RTA1, TNA5, OPA1, or I suppose even TTA1: for a 'real' terminal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fyi... The term "[terminal]" does not refer to it being a terminal device, just a terminal (last) translation.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;/TERMINAL_NAME&gt;&lt;/NODE&gt;&lt;/DISK&gt;&lt;/NODE&gt;</description>
      <pubDate>Mon, 07 Jan 2008 19:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125573#M87811</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-01-07T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125574#M87812</link>
      <description>I checked the main login.com and there is an assignment in there as follows:&lt;BR /&gt;&lt;BR /&gt;$    define/nolog sys$input sys$command&lt;BR /&gt;&lt;BR /&gt;If do a $ Sho Log SYS$INPUT/FULL I get:&lt;BR /&gt;&lt;BR /&gt;"SYS$INPUT" [exec] = "_TNA1310:" [concealed,terminal] (LNM$PROCESS_TABLE)&lt;BR /&gt;&lt;BR /&gt;The same result is given for SYS$COMMAND.&lt;BR /&gt;So for some reason they are set to be equal.  Do you think this could be the problem?</description>
      <pubDate>Mon, 07 Jan 2008 20:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125574#M87812</guid>
      <dc:creator>Mike D'Amico</dc:creator>
      <dc:date>2008-01-07T20:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125575#M87813</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;by default SYS$INPUT is teh procedure that is executing.&lt;BR /&gt;Any line following asometing that takes input from the default input stream just reads the nexr lines, until the terminator is encountered.&lt;BR /&gt;(by default a "$", there are ways to manipulate that)&lt;BR /&gt;&lt;BR /&gt;Interactively, SYS$COMMAND is by default the terminal you type into.&lt;BR /&gt;&lt;BR /&gt;Now, somewhere in the procedure you try to execute there is a TYPE SYS$INPUT&lt;BR /&gt;&lt;BR /&gt;That would normally just display the next lines in the procedure.&lt;BR /&gt;&lt;BR /&gt;But,  SYLOGIN command DEFINE SYS$INPUT SYS$COMMAND tells the command processor to get what it is to display ... FROM the terminal!&lt;BR /&gt;&lt;BR /&gt;$ DEFINE SYS$INPUT SYS$COMMAND&lt;BR /&gt;should DEFINITELY NOT be in sys$sylogin!!! &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</description>
      <pubDate>Mon, 07 Jan 2008 20:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125575#M87813</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-01-07T20:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125576#M87814</link>
      <description>Oops,&lt;BR /&gt;&lt;BR /&gt;Mike, sorry, just now noted you only joined us today.&lt;BR /&gt;&lt;BR /&gt;So&lt;BR /&gt;&lt;BR /&gt;WELCOME to the VMS Forum!!&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, 07 Jan 2008 20:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125576#M87814</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-01-07T20:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125577#M87815</link>
      <description>That worked  Thank You !!!&lt;BR /&gt;&lt;BR /&gt;Although, I am not sure if something in one of the applications on this server needed this assignment.  I will re-configure IP then put the assignment back until I can figure out what the heck is goin on.  Thanks Again for your help!!!</description>
      <pubDate>Mon, 07 Jan 2008 21:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125577#M87815</guid>
      <dc:creator>Mike D'Amico</dc:creator>
      <dc:date>2008-01-07T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$INPUT causing COM error  v7.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125578#M87816</link>
      <description>$DEFINE SYS$INPUT SYS$COMMAND &lt;BR /&gt;&lt;BR /&gt;This is typicall used just before running an image from a command file (cobol program, edit, ...) which needs input from teh terminal.&lt;BR /&gt;&lt;BR /&gt;The appropriate way to use that is as the very last action right before the image and to add /USER to make sure the assignment is gone when the image is done  (or explodes).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 21:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-input-causing-com-error-v7-2-1/m-p/4125578#M87816</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-01-07T21:32:01Z</dc:date>
    </item>
  </channel>
</rss>

