<?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: Find AST level in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025213#M35356</link>
    <description>I'd call lib$ast_in_prog.  It's fast, easy, and it knows how to optimize the underlying system service calls where that's feasible.&lt;BR /&gt;&lt;BR /&gt;code example:&lt;BR /&gt;&lt;A href="http://www.eight-cubed.com/examples/framework.php?file=lib_ast_in_prog.c" target="_blank"&gt;http://www.eight-cubed.com/examples/framework.php?file=lib_ast_in_prog.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;documentation:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/DOC/82final/5932/5932pro_002.html#ast_in_p" target="_blank"&gt;http://h71000.www7.hp.com/DOC/82final/5932/5932pro_002.html#ast_in_p&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs</description>
    <pubDate>Mon, 29 Jan 2007 10:02:22 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2007-01-29T10:02:22Z</dc:date>
    <item>
      <title>Find AST level</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025211#M35354</link>
      <description>In a C function I want to find out if this function is handled within or not. I would assume that sys$getjpi is suitable to find the ast level or something like that. But I cannot find the item that gives me the information that my function is handled in an AST or not.&lt;BR /&gt;Any ideas ??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;   Hans</description>
      <pubDate>Mon, 29 Jan 2007 08:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025211#M35354</guid>
      <dc:creator>Hans Adriaanse</dc:creator>
      <dc:date>2007-01-29T08:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find AST level</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025212#M35355</link>
      <description>Hans,&lt;BR /&gt;&lt;BR /&gt;the PCB$L_ASTACT longword in the PCB contains one bit for active ASTs for each access mode.&lt;BR /&gt;&lt;BR /&gt;$GETJPI item code JPI$_ASTACT retuns a longword bit vector with a bit set for each access mode with an active AST.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 29 Jan 2007 09:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025212#M35355</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-01-29T09:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find AST level</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025213#M35356</link>
      <description>I'd call lib$ast_in_prog.  It's fast, easy, and it knows how to optimize the underlying system service calls where that's feasible.&lt;BR /&gt;&lt;BR /&gt;code example:&lt;BR /&gt;&lt;A href="http://www.eight-cubed.com/examples/framework.php?file=lib_ast_in_prog.c" target="_blank"&gt;http://www.eight-cubed.com/examples/framework.php?file=lib_ast_in_prog.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;documentation:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/DOC/82final/5932/5932pro_002.html#ast_in_p" target="_blank"&gt;http://h71000.www7.hp.com/DOC/82final/5932/5932pro_002.html#ast_in_p&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs</description>
      <pubDate>Mon, 29 Jan 2007 10:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025213#M35356</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-01-29T10:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find AST level</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025214#M35357</link>
      <description>LIB$AST_IN_PROG&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/5932/5932pro_002.html#index_x_19" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/5932/5932pro_002.html#index_x_19&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2007 10:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025214#M35357</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-01-29T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Find AST level</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025215#M35358</link>
      <description>Thank you guys. Both suggestions solved my problem.</description>
      <pubDate>Mon, 29 Jan 2007 10:07:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/find-ast-level/m-p/5025215#M35358</guid>
      <dc:creator>Hans Adriaanse</dc:creator>
      <dc:date>2007-01-29T10:07:48Z</dc:date>
    </item>
  </channel>
</rss>

