MCP-CMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
2 bytes removed ,  8 March 2023
no edit summary
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:
    <table style="color:black;background-color:white;width:300px;text-align:center;">
  <center><table style="color:black;background-color:white;width:300px;">
     <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 119: Line 119:
     <tr><td>LP</td><td>LogTalk</td></tr>
     <tr><td>LP</td><td>LogTalk</td></tr>
     <tr><td>PL</td><td>Prolog</td></tr>
     <tr><td>PL</td><td>Prolog</td></tr>
     </table>
     </table></center>
   Are the initially supported variants.
   Are the initially supported variants.
   Unlike standard unix shell scripts, WFL jobs are compiled first rather than interpreted and executed line by line.
   Unlike standard unix shell scripts, WFL jobs are compiled first rather than interpreted and executed line by line.

Navigation menu