<?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 F$GETQUI Playing Up in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911670#M32381</link>
    <description>&lt;BR /&gt;Please tell me why can't I use this item code???&lt;BR /&gt;&lt;BR /&gt;$START:&lt;BR /&gt;$       !&lt;BR /&gt;$MONI_QUE:&lt;BR /&gt;$       QUE = F$GETQUI("")&lt;BR /&gt;$       QNAME = F$GETQUI("DISPLAY_QUEUE","QUEUE_NAME","FTG_ITOPS_PDF1","WILDCARD")&lt;BR /&gt;$       !&lt;BR /&gt;$MONI_QUE_LOOP:&lt;BR /&gt;$       ENTRY_NO = F$GETQUI("DISPLAY_JOB","ENTRY_NUMBER")&lt;BR /&gt;$       SH SYM ENTRY_NO&lt;BR /&gt;  ENTRY_NO = 4993   Hex = 00001381  Octal = 00000011601&lt;BR /&gt;$       !&lt;BR /&gt;$       JOB_FILE = F$GETQUI("DISPLAY_JOB","FILE_SPECIFICATION",,"FREEZE_CONTEXT")&lt;BR /&gt;%JBC-F-INVITMCOD, invalid item code or option code&lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.</description>
    <pubDate>Mon, 11 Jul 2005 08:26:00 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2005-07-11T08:26:00Z</dc:date>
    <item>
      <title>F$GETQUI Playing Up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911670#M32381</link>
      <description>&lt;BR /&gt;Please tell me why can't I use this item code???&lt;BR /&gt;&lt;BR /&gt;$START:&lt;BR /&gt;$       !&lt;BR /&gt;$MONI_QUE:&lt;BR /&gt;$       QUE = F$GETQUI("")&lt;BR /&gt;$       QNAME = F$GETQUI("DISPLAY_QUEUE","QUEUE_NAME","FTG_ITOPS_PDF1","WILDCARD")&lt;BR /&gt;$       !&lt;BR /&gt;$MONI_QUE_LOOP:&lt;BR /&gt;$       ENTRY_NO = F$GETQUI("DISPLAY_JOB","ENTRY_NUMBER")&lt;BR /&gt;$       SH SYM ENTRY_NO&lt;BR /&gt;  ENTRY_NO = 4993   Hex = 00001381  Octal = 00000011601&lt;BR /&gt;$       !&lt;BR /&gt;$       JOB_FILE = F$GETQUI("DISPLAY_JOB","FILE_SPECIFICATION",,"FREEZE_CONTEXT")&lt;BR /&gt;%JBC-F-INVITMCOD, invalid item code or option code&lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.</description>
      <pubDate>Mon, 11 Jul 2005 08:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911670#M32381</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-07-11T08:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: F$GETQUI Playing Up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911671#M32382</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;For the F$GETQUI specifications you must look to the SYS$GQTQUI system service:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_060.html#index_x_618" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_060.html#index_x_618&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you look at the QUI$_DISPLAY_JOB function, you will see that has no QUI$_FILE_SPECIFICATION item. This is an item for QUI$_DISPLAY_FILE function. To get the job file name use:&lt;BR /&gt;&lt;BR /&gt;JOB_FILE = F$GETQUI("DISPLAY_FILE","FILE_SPECIFICATION")&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 11 Jul 2005 09:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911671#M32382</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-07-11T09:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: F$GETQUI Playing Up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911672#M32383</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;I mean SYS$GETQUI system service :)&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 11 Jul 2005 09:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911672#M32383</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-07-11T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: F$GETQUI Playing Up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911673#M32384</link>
      <description>The FILE_SPECIFICATION item code is used with DISPLAY_FILE not DISPLAY_JOB.&lt;BR /&gt;&lt;BR /&gt;I think within the job context you have to do a DISPLAY_FILE loop for each possible file in the job (often just one file). &lt;BR /&gt;&lt;BR /&gt;See&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_060.html#jun_304" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_060.html#jun_304&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 09:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911673#M32384</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-11T09:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: F$GETQUI Playing Up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911674#M32385</link>
      <description>Cheers guys.&lt;BR /&gt;&lt;BR /&gt;I'd tried substituting with DISPLAY_ENTRY, but didn't spot DISPLAY_FILE.&lt;BR /&gt;&lt;BR /&gt;I think I might try and get the help text updated so you can see what item codes match which calls.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Mon, 11 Jul 2005 09:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911674#M32385</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-07-11T09:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: F$GETQUI Playing Up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911675#M32386</link>
      <description>Best I can tell, it is a bug.  FILE_SPECIFICATION is listed in the manuals and the footnote specifically references DISPLAY_JOB, so that combination should be allowed.  I have not used this item code before, but I have used other item codes with the same setup.  I took some of that code and changed the item code to be FILE_SPECIFICATION and received the same error.  One difference I noted in my code is that I had to include a wildcard in the queue name string passed into the wildcard operation or it would not set the context.</description>
      <pubDate>Mon, 11 Jul 2005 09:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-getqui-playing-up/m-p/4911675#M32386</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2005-07-11T09:22:17Z</dc:date>
    </item>
  </channel>
</rss>

