Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,423
edits
No edit summary |
No edit summary |
||
Line 111: | Line 111: | ||
As far as the elaboration of JCL statements and so forth WFL is developed in a bottom up prototyping style without any spec other than the mainframe reference and the nascent MCP concept, so there will be no documentation for some time | As far as the elaboration of JCL statements and so forth WFL is developed in a bottom up prototyping style without any spec other than the mainframe reference and the nascent MCP concept, so there will be no documentation for some time | ||
other than the text of actual jobs. № 4 above is implemented by variants for the SUBROUTINE statement, with the same attachment of BEGIN and END bounded blocks: | other than the text of actual jobs. № 4 above is implemented by variants for the SUBROUTINE statement, with the same attachment of BEGIN and END bounded blocks: | ||
<center><table style="color:black;background-color:white;width:300px;"> | |||
<tr style="font-size:10px;"><td >Subroutine Declarator</td><td>Language</td></tr> | |||
<tr><td>SUBROUTINE</td><td>WFL (JCL) </td></tr> | <tr><td>SUBROUTINE</td><td>WFL (JCL) </td></tr> | ||
<tr><td>MINT</td><td>MINT 3</td></tr> | <tr><td>MINT</td><td>MINT 3</td></tr> | ||
Line 120: | Line 121: | ||
<tr><td>PL</td><td>Prolog</td></tr> | <tr><td>PL</td><td>Prolog</td></tr> | ||
</table> | </table> | ||
Supported block variants. | |||
</center> | </center> | ||
Unlike standard unix shell scripts, WFL jobs are compiled first rather than interpreted and executed at the same time. | Unlike standard unix shell scripts, WFL jobs are compiled first rather than interpreted and executed at the same time. |