Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think you will find the program (pgm=) is DSMSPEXC and not DSMSPEXEC.</p> <p>I am guessing (could be wrong) we are talking about <strong>Script/DCF</strong> (which later became IBM Bookmaster / Bookmanager on other platforms).</p> <p>Script/DCF is basically a <a href="http://en.wikipedia.org/wiki/IBM_Generalized_Markup_Language" rel="nofollow">GML</a> based language. It was from GML that <a href="http://en.wikipedia.org/wiki/Standard_Generalized_Markup_Language" rel="nofollow">SGML</a> was derived (<strong>HTML</strong> and <strong>XML</strong> are prominent examples of <strong>SGML</strong> languages).</p> <p>In Script <strong>:</strong> starts a tag, <strong>.</strong> ends a tag. There are also macro's which have a . in column 1</p> <pre><code>.* ".*" in column 1 starts a line comment .* .fo off is Format off (like &lt;pre&gt; in html) .fo off .* Starting an ordered list :ol. :li.Item in orded list :eol. </code></pre> <p>i.e.</p> <pre><code> Script HTML : &lt; - Starts tag . &gt; - end of tag Script/DCF is generally pretty tolerant of . &amp; &amp; - Starts a variable </code></pre> <p>There are variables (&amp;gml. = :) for most of the special characters.</p> <hr> <p>Characters to worry about are</p> <pre><code>: - always &amp; - always . - in column one or after a :. </code></pre> <p>Other characters should be ok provided there are no translation errors. There charset X0A055BC (Mainframe SONORAN SANS SERIF ??) might not have all the special chars in it.</p> <p>There are manuals around for Script/DCF tags.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload