<?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: F$FAO tutorial in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042413#M12956</link>
    <description>Wim,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Is there a GOOD, FREE f$fao tutorial on the net ? That explains ALL options.&lt;BR /&gt;&lt;BR /&gt;Yes, the system service reference manual, and the dcl help. No more no less.&lt;BR /&gt;&lt;BR /&gt;F$FAO is just a 10 line shell around SYS$FAO.&lt;BR /&gt;No added value other then figuring out whether to pass the variable by descriptor or by reference based on whether is was a string or an integer. &lt;BR /&gt;As you suspect, several conversion are thus of little or no value or require trickery to get to. The DCL help appropriatly omits those. Really the only one of those omitted which has been put to good mis-use is the !AD as a round-about way to get a binary date argument passed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;why are the !DD directive interpreted correctly only when DD is in uppercase ?&lt;BR /&gt;&lt;BR /&gt;Why not? This stuff was written 20+ (30!) years ago when every byte counted, even just a bit-clear. The module has only been touched (10+ years ago) for 64 bit support. It is easier, cheaper, to program for uppercase only, back than and now still. And it marginally enhances the readability of the control strong for humanoids IMHO. &lt;BR /&gt;For SYS$FAO there is clearly no end user usage, just system programmers, so why not just uppercase.&lt;BR /&gt;For F$FAO the lower case is slightly more desirable (I know I have done this wrong accidently), but for DCL to fix it, it woudl have a hard time parsing the control string to find out what to uppercase.&lt;BR /&gt;&lt;BR /&gt;[Je zegt wellicht... het gemak dienst de mens, maar ik vind in dit geval uppercase een heel redelijke eis)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;  I understand that in a program you can convert the *words but in DCL ? &lt;BR /&gt;&lt;BR /&gt;They are just not useful, but so what?&lt;BR /&gt;Too much work and no reason (imho) to explicitly prohibit them from a control string to DCL.&lt;BR /&gt;&lt;BR /&gt;Groet,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Jul 2007 10:17:23 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2007-07-24T10:17:23Z</dc:date>
    <item>
      <title>F$FAO tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042408#M12951</link>
      <description>I'm disapointed with what I read in the manuals.&lt;BR /&gt;&lt;BR /&gt;Is there a GOOD, FREE f$fao tutorial on the net ? That explains ALL options.&lt;BR /&gt;&lt;BR /&gt;BTW : why are the !DD directive interpreted correctly only when DD is in uppercase ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 24 Jul 2007 03:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042408#M12951</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-24T03:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: F$FAO tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042409#M12952</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Wim,&lt;BR /&gt;&lt;BR /&gt;May we assume you read the full description in the system service reference manual?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732FINAL/4527/4527pro_003.html#ssr_fao_directives" target="_blank"&gt;http://h71000.www7.hp.com/doc/732FINAL/4527/4527pro_003.html#ssr_fao_directives&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That page also has a big fat NOTE saying:&lt;BR /&gt;&lt;BR /&gt;" When the characters of the $FAO directive are alphabetic, they must be uppercase. "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042409#M12952</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-07-24T04:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: F$FAO tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042410#M12953</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Sorry but I mean the lexical. But will take a look at the system service too.&lt;BR /&gt;&lt;BR /&gt;I know the note but I don't know why this was done. Programmer power ? To be compatible ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 24 Jul 2007 04:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042410#M12953</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-24T04:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: F$FAO tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042411#M12954</link>
      <description>What I was asking myself is what are all the converts about in DCL. I understand that in a program you can convert the *words but in DCL ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 24 Jul 2007 04:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042411#M12954</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-24T04:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: F$FAO tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042412#M12955</link>
      <description>f$fao is a jacket call around the sys$fao system service -- it's little more than a way for DCL to get at this system service.  System service directives and such related to pointers (and to indirection) didn't make it up through to DCL and its documentation because DCL doesn't "do" pointers, but the rest of f$fao is that of sys$fao.  And indirection does work, if you know the virtual address of what you're looking to format.&lt;BR /&gt;&lt;BR /&gt;There are a number of lexical functions that are jackets.  Which means you end up looking at the system service description.&lt;BR /&gt;&lt;BR /&gt;As for on-line DCL resources, start here: &lt;A href="http://www.kgbreport.com/dcl.html" target="_blank"&gt;http://www.kgbreport.com/dcl.html&lt;/A&gt;&lt;BR /&gt;Kevin Barkes wrote a series of articles on DCL a decade back, and they're now posted.  And there's the Writing Real Programs in DCL, 2nd ed., book that I wrote; it's out of print and apparently still popular; locating a copy probably won't meet your "free" requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042412#M12955</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-24T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: F$FAO tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042413#M12956</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Is there a GOOD, FREE f$fao tutorial on the net ? That explains ALL options.&lt;BR /&gt;&lt;BR /&gt;Yes, the system service reference manual, and the dcl help. No more no less.&lt;BR /&gt;&lt;BR /&gt;F$FAO is just a 10 line shell around SYS$FAO.&lt;BR /&gt;No added value other then figuring out whether to pass the variable by descriptor or by reference based on whether is was a string or an integer. &lt;BR /&gt;As you suspect, several conversion are thus of little or no value or require trickery to get to. The DCL help appropriatly omits those. Really the only one of those omitted which has been put to good mis-use is the !AD as a round-about way to get a binary date argument passed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;why are the !DD directive interpreted correctly only when DD is in uppercase ?&lt;BR /&gt;&lt;BR /&gt;Why not? This stuff was written 20+ (30!) years ago when every byte counted, even just a bit-clear. The module has only been touched (10+ years ago) for 64 bit support. It is easier, cheaper, to program for uppercase only, back than and now still. And it marginally enhances the readability of the control strong for humanoids IMHO. &lt;BR /&gt;For SYS$FAO there is clearly no end user usage, just system programmers, so why not just uppercase.&lt;BR /&gt;For F$FAO the lower case is slightly more desirable (I know I have done this wrong accidently), but for DCL to fix it, it woudl have a hard time parsing the control string to find out what to uppercase.&lt;BR /&gt;&lt;BR /&gt;[Je zegt wellicht... het gemak dienst de mens, maar ik vind in dit geval uppercase een heel redelijke eis)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;  I understand that in a program you can convert the *words but in DCL ? &lt;BR /&gt;&lt;BR /&gt;They are just not useful, but so what?&lt;BR /&gt;Too much work and no reason (imho) to explicitly prohibit them from a control string to DCL.&lt;BR /&gt;&lt;BR /&gt;Groet,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2007 10:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-fao-tutorial/m-p/4042413#M12956</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-07-24T10:17:23Z</dc:date>
    </item>
  </channel>
</rss>

