<?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: Pass IN OUT variable parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517267#M701151</link>
    <description>The more I look at this, it appears to be some sort of SQL script although you called it an OS shell script. You really need to identify the OS, Database, and scripting language.</description>
    <pubDate>Mon, 04 Apr 2005 10:27:15 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-04-04T10:27:15Z</dc:date>
    <item>
      <title>Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517263#M701147</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I'm executing the Shell script with IN OUT PARAMETERS, Im UNABLE TO return the values: &lt;BR /&gt;&lt;BR /&gt;Here is the exectuion os shell script:&lt;BR /&gt;&lt;BR /&gt;define sTicket='A456';&lt;BR /&gt;&lt;BR /&gt;define sUtime=$Utime&lt;BR /&gt;&lt;BR /&gt;execute sp_aloghistorydw2($Time,:sTicket,:sUtime);&lt;BR /&gt;&lt;BR /&gt;$Ticket=:sTicket&lt;BR /&gt;&lt;BR /&gt;$Utime=:sUtime&lt;BR /&gt;&lt;BR /&gt;I'm getting "no value", when I expect to see the value in ":sTicket" and ":sUtime" variable.&lt;BR /&gt;&lt;BR /&gt;Please shed some ideas on this ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2005 09:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517263#M701147</guid>
      <dc:creator>la_cool</dc:creator>
      <dc:date>2005-04-04T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517264#M701148</link>
      <description>&lt;BR /&gt;WHat shell are you using?&lt;BR /&gt;&lt;BR /&gt;what does sp_aloghistorydw2 do ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 04 Apr 2005 10:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517264#M701148</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-04T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517265#M701149</link>
      <description>Is it a Korn-shell script or a SQL script ?</description>
      <pubDate>Mon, 04 Apr 2005 10:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517265#M701149</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-04-04T10:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517266#M701150</link>
      <description>What shell is this? It's certainly not obvious to me.&lt;BR /&gt;&lt;BR /&gt;One thing I notice is that you seem to be trying to change the value in a parent process by executing something as a child process -- that's never going to work in UNIX.</description>
      <pubDate>Mon, 04 Apr 2005 10:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517266#M701150</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-04T10:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517267#M701151</link>
      <description>The more I look at this, it appears to be some sort of SQL script although you called it an OS shell script. You really need to identify the OS, Database, and scripting language.</description>
      <pubDate>Mon, 04 Apr 2005 10:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517267#M701151</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-04T10:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517268#M701152</link>
      <description>I apologize for not sending the complete info.&lt;BR /&gt;&lt;BR /&gt;The parent script is Shell script called using C shell.&lt;BR /&gt;&lt;BR /&gt;Passing the parameter is for using Oracle SQL script .&lt;BR /&gt;&lt;BR /&gt;Please see the attachment .&lt;BR /&gt;It has shell script calling .sql Script &lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 11:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517268#M701152</guid>
      <dc:creator>la_cool</dc:creator>
      <dc:date>2005-04-05T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pass IN OUT variable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517269#M701153</link>
      <description>As I suspected you are trying to change the environment of a parent process (in this case variables) by actions of a child process. This will never work. You can have sqlplus write tyhe values to a file and then read the file for the values.</description>
      <pubDate>Tue, 05 Apr 2005 12:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pass-in-out-variable-parameter/m-p/3517269#M701153</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-05T12:07:16Z</dc:date>
    </item>
  </channel>
</rss>

