MCP-CMS: Difference between revisions
From Cibernética Americana
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (35 intermediate revisions by the same user not shown) | |||
| Line 81: | Line 81: | ||
# save as <fileName> and invoke with <fileName> <connect-spec> where | # save as <fileName> and invoke with <fileName> <connect-spec> where | ||
# | # | ||
# <connect- | # <connect-spec0>::= 'skip' <FQDSAgentName> | <connect-spec> | ||
# FQDSAgentName ::= <agentId>@<domain>[:<port>] | # <connect-spec> ::= <ipV6Address>:<port> | <ipV4Address>:<port> | ||
# FQDSAgentName ::= <agentId>@<domain>[:<port>] | |||
# | # | ||
# and the values | # and the values manually supplied from control blocks in the DCMS account profile where connect attempt results will also be available. | ||
# | # | ||
if [ -z $2 ] then | if [ -z $2 ] then | ||
| Line 91: | Line 92: | ||
fi | fi | ||
# | # | ||
# | # Try a connect based on just the FQDSA assuming an eligible station. | ||
# | # | ||
FQDSA=getmcpcms.ai-integration.biz/?FQDSA=$2 | FQDSA=getmcpcms.ai-integration.biz/?FQDSA=$2 | ||
| Line 102: | Line 103: | ||
<blockquote> | <blockquote> | ||
is derived from the <a href=https://meansofproduction.biz/pub/mcpWFL.pdf>MCP 12 WFL</a> job control model, runs underneath <b>mcpcms</b> and serves as the physical base of MCP/DCP elements.<br><br> | is derived from the <a href=https://meansofproduction.biz/pub/mcpWFL.pdf>MCP 12 WFL</a> job control model, runs underneath <b>mcpcms</b> and serves as the physical base of MCP/DCP elements.<br><br> | ||
Unisys WFL is just a point of departure to our WFL. In Burroughs systems, WFL | Unisys WFL is just a point of departure to our WFL. In Burroughs systems, WFL didn have as high a profile as IBM JCL, the main punch of the overall system would be its system of transactions and these ran from a database which the Burroughs architecture delivered seamlessly without WFL to terminals as a special db stack. Our WFL is the central driver and basis of our MCP architecture | ||
<ol> | <ol> | ||
<li>is built for the MCP machine model</li> | <li>is built for the MCP machine model</li> | ||
| Line 124: | Line 125: | ||
<div style="font-size:10px;position:relative;left:20px;"><b>MCP Block Types</b></div> | <div style="font-size:10px;position:relative;left:20px;"><b>MCP Block Types</b></div> | ||
</center> | </center> | ||
Intrinsic means the lang is native to MCP/WFL and doesn't require COMPILE or BIND to produce | Intrinsic means the lang is native to MCP/WFL and doesn't require COMPILE or BIND to produce an executable job title.<br> | ||
MAKE binds job titles to files executable by the <b>cande</b> MCS with the START or SCHEDULE commands. | |||
<div style="width:60%;text-align:justify;"> | |||
WFL(JCL) job streams are translated from source text to A60/C, A68, and MINT then compiled and linked to the Barton machine, or interpreted by genie or MINT, respectively. WFL(JCL) is A60 translated to C, compiled and bound, interspersed with the JCL statements interpreted by the B machine. Non-intrinsic code forms unified code trees in the DGUI and is maintained there under the control of the governing build statements and commands. Thus, a general WFL job orchestrates an application divided into system part executed by the B machine and application parts executed in the OS image extended from the base OS by the B machine.<br><br>'WFL' used without the JCL qualifier or 'WFL workframe' refers to general source processing framework of the high level part of the DCP. Build statements and commands refers to COMPILE/BIND/MAKE. | |||
</div></blockquote><br><br> | |||
<span style="font-size:12px;">The namestyles are a homage to <a href=https://en.wikipedia.org/wiki/Burroughs_MCP>MCP</a> and <a href=https://en.wikipedia.org/wiki/Conversational_Monitor_System>VM/CMS</a> mainframe operating systems which are both still in use and Unisys WFL (<a href=https://public.support.unisys.com/aseries/docs/clearpath-mcp-18.0/86001047-516/index.html>Work Flow Language</a>).</span> | <span style="font-size:12px;">The namestyles are a homage to <a href=https://en.wikipedia.org/wiki/Burroughs_MCP>MCP</a> and <a href=https://en.wikipedia.org/wiki/Conversational_Monitor_System>VM/CMS</a> mainframe operating systems which are both still in use and Unisys WFL (<a href=https://public.support.unisys.com/aseries/docs/clearpath-mcp-18.0/86001047-516/index.html>Work Flow Language</a>).</span> | ||
<div style="float:right;text-align:center;font-size:12px;position:relative;left:-150px;top:- | <div style="float:right;text-align:center;font-size:12px;position:relative;left:-150px;top:-230px;width:400px;font-family:Papyrus;" ><a href=https://en.wikipedia.org/wiki/Abydos_King_List><img align=right width=400px src=https://meansofproduction.biz/images/kings_list.012.jpg></a><br>The Abydos Kings List c. -400 to 1400 公元, Menes — Seti I</div> | ||
</blockquote> | </blockquote> | ||
</div> | </div> | ||
| Line 136: | Line 138: | ||
<tt> | <tt> | ||
<ul> | <ul> | ||
<li>0.3.0 c. 4721- | <li>0.3.0 c. 4721-04-17 Stable told tl;dr story. </li> | ||
<li>0.9.0 c. 47yy-00-00 BaselineOfDomainSpace. </li> | <li>0.9.0 c. 47yy-00-00 BaselineOfDomainSpace. </li> | ||
<li>1.0.0 c. 47yy-00-00 BaselineOfKEE. </li> | <li>1.0.0 c. 47yy-00-00 BaselineOfKEE. </li> | ||