<?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: Create a ^@ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868480#M706820</link>
    <description>Mark -&lt;BR /&gt;  Thanks for the clarification. I have placed that in my handy tips.&lt;BR /&gt;   Figured I missed something there as well as Rod pointing out the obvious I missed.&lt;BR /&gt;&lt;BR /&gt;"Red faced, but testing completed".&lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;&lt;BR /&gt;dl</description>
    <pubDate>Wed, 03 Nov 2004 16:27:33 GMT</pubDate>
    <dc:creator>Dave La Mar</dc:creator>
    <dc:date>2004-11-03T16:27:33Z</dc:date>
    <item>
      <title>Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868475#M706815</link>
      <description>Now I know how to create a control D, etc.&lt;BR /&gt;I am stumped on creating a ^@.&lt;BR /&gt;This is supposedly the ascii null, hex 0.&lt;BR /&gt;I have a c socket program I need to send a buffer to an IBM VSE IP stack that converts the buffer to hex in the ip buffer trace.&lt;BR /&gt;A caret @ fools no cobol program.&lt;BR /&gt;Note that the buffer sent is a character array.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Tue, 02 Nov 2004 15:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868475#M706815</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2004-11-02T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868476#M706816</link>
      <description>If it is a "c" program, then "\0" should work. As long as you copy the character array with functions that specify string size (rather then using \0 to end string).&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 02 Nov 2004 15:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868476#M706816</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-11-02T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868477#M706817</link>
      <description>From your standard US keyboard, the ^@ signal is generated by the key combination of ctrl-shift-2.  Is this what you are looking for? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 02 Nov 2004 15:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868477#M706817</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-11-02T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868478#M706818</link>
      <description>Mark -&lt;BR /&gt;That key sequence just results in a back space for me. If I am doing something wrong, please advise.&lt;BR /&gt;Rod -&lt;BR /&gt;Would prefer the strlen, but this works fine for my testing.&lt;BR /&gt;Thanks a bunch.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Tue, 02 Nov 2004 16:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868478#M706818</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2004-11-02T16:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868479#M706819</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;The @ is the default backspace, so you need to change that on a global basis like this:&lt;BR /&gt;&lt;BR /&gt;stty erase &lt;CTRL-V&gt;&lt;CTRL-H&gt; &lt;/CTRL-H&gt;&lt;BR /&gt;&lt;BR /&gt;Where the &lt;CTRL-H&gt; is a control and H key sequence; you can use the Del key or any other control sequence you want there in place of control-H.&lt;BR /&gt;&lt;BR /&gt;We run the above at boot time to deactivate the @ as a backspace at the login prompt so we can include the @ in passwords.&lt;BR /&gt;&lt;BR /&gt;mark&lt;BR /&gt;&lt;/CTRL-H&gt;&lt;/CTRL-V&gt;</description>
      <pubDate>Wed, 03 Nov 2004 15:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868479#M706819</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-11-03T15:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868480#M706820</link>
      <description>Mark -&lt;BR /&gt;  Thanks for the clarification. I have placed that in my handy tips.&lt;BR /&gt;   Figured I missed something there as well as Rod pointing out the obvious I missed.&lt;BR /&gt;&lt;BR /&gt;"Red faced, but testing completed".&lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Wed, 03 Nov 2004 16:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868480#M706820</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2004-11-03T16:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create a ^@</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868481#M706821</link>
      <description>Solution one used, but solution 2 would also have accomplished what I was intending.&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Wed, 03 Nov 2004 16:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a/m-p/4868481#M706821</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2004-11-03T16:28:43Z</dc:date>
    </item>
  </channel>
</rss>

