Work Flow Language: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
'''Work Flow Language''', or '''WFL''' ("'' wiffle''") is the [[process control]] language for the [[Burroughs large systems]], including the [[Unisys]] [[Burroughs MCP|ClearPath/MCP]] series, and their [[operating system]] [[Burroughs MCP|Master Control Program]]. Developed soon after the B5000 in 1961, WFL is the ClearPath equivalent of the [[Job Control Language]] (JCL) on [[IBM]] mainframes and the [[shell script]]s of [[Unix-like]] operating systems. Unlike JCL, WFL is a high-level structured language complete with [[subroutine]]s (procedures and functions) with [[Parameter (computer science)|arguments]] and high-level program [[control flow]] instructions. WFL programs are [[compiler|compiled]] soto thatbinary theyexecutables don'tlike failany onother statementsMCP during the run of a WFL jobsubject.
 
WFL<ref>Work Flow Language (WFL) Programming Reference Manual. ClearPath MCP Release 10.0 or Later. 8600 1047-507 Unisys Corporation. 2005</ref> is used for high-level system operations, such as running tasks, moving and copying files, providing high-level recoverability. Thus it is not a general purpose language in that you would not use it to do general computations. You can open and close files to check their attributes for example; however, you cannot read or change their contents in WFL – that you do in a general purpose language, and invoke it as a task from WFL.