An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Work Flow Language, or WFL ("wiffle") is the process control language for the Burroughs large systems, including the Unisys ClearPath/MCP series, and their operating system 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 scripts of Unix-like operating systems. Unlike JCL, WFL is a high-level structured language complete with subroutines (procedures and functions) with arguments and high-level program control flow instructions. WFL programs are compiled to binary executables like any other MCP subject.

Property Value
dbo:abstract
  • Work Flow Language, or WFL ("wiffle") is the process control language for the Burroughs large systems, including the Unisys ClearPath/MCP series, and their operating system 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 scripts of Unix-like operating systems. Unlike JCL, WFL is a high-level structured language complete with subroutines (procedures and functions) with arguments and high-level program control flow instructions. WFL programs are compiled to binary executables like any other MCP subject. WFL 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. WFL has a high-level ALGOL-like readable syntax. It has none of the low-level assembler-like commands of JCL like //SYSIN DD, etc. in order to connect hardware devices and open files for programs. All WFL constructs deal with the high-level abstractions of tasks and files. Parameters are also real HLL parameters, not the $1, $2... style position parameters of shell scripts. WFL also has an instruction block command which is used to give operators instructions needed to run the current job. These instructions are displayed using the 'IB' operator command. WFL was a compiled language on the medium systems. Because some OS interfaces may change from release to release, Medium Systems WFL code included a copy of the source in the object file. Upon executing a WFL job it would check to determine if the object was compatible with the OS version. If not it would trigger a recompile of the object using the source embedded in the object code. (en)
  • Work Flow Language (ou Fluxo de Processo) é uma linguagem de programação em sistema de computadores, como descricão e controle de trabalho de sistemas , incluindo o Unisys series Burrought MCP e seus sistemas operativos. Desenvolvido pouco depois de B5000 em 1961, WFL e a ClearPath equivalente do Job Control Language (JCL) nos sistemas IBM mainframe e shell scripts de sistemas operativos unixlike. Ao contrário de JCL, WFL é uma linguagem de alto nível completa com subroutinas (procedimentos e funções) com argumentos em parâmetros e controle de alto nível sobre instruções fluxo (flow). Os programas WFL são compilados para executáveis binários como outros subjectos MCP. A linguagem de programação WFL é utilizada para operações de alto nível do sistema, como correr trabalhos, mover e copiar ficheiros, funcionalidades extras de recuperação. Assim não se categoriza como uma linguagem de uso geral que iria ser utilizada em trabalhos de computação normais. Por exemplo pode abrir e fechar ficheiros para verificar os atributos desse ficheiro; mas em WFL não consegue ler nem editar o seu conteúdo - que se pode fazer numa linguagem de uso geral. (pt)
dbo:wikiPageID
  • 1455537 (xsd:integer)
dbo:wikiPageLength
  • 2547 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 944659671 (xsd:integer)
dbo:wikiPageWikiLink
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Work Flow Language, or WFL ("wiffle") is the process control language for the Burroughs large systems, including the Unisys ClearPath/MCP series, and their operating system 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 scripts of Unix-like operating systems. Unlike JCL, WFL is a high-level structured language complete with subroutines (procedures and functions) with arguments and high-level program control flow instructions. WFL programs are compiled to binary executables like any other MCP subject. (en)
  • Work Flow Language (ou Fluxo de Processo) é uma linguagem de programação em sistema de computadores, como descricão e controle de trabalho de sistemas , incluindo o Unisys series Burrought MCP e seus sistemas operativos. Desenvolvido pouco depois de B5000 em 1961, WFL e a ClearPath equivalente do Job Control Language (JCL) nos sistemas IBM mainframe e shell scripts de sistemas operativos unixlike. Ao contrário de JCL, WFL é uma linguagem de alto nível completa com subroutinas (procedimentos e funções) com argumentos em parâmetros e controle de alto nível sobre instruções fluxo (flow). Os programas WFL são compilados para executáveis binários como outros subjectos MCP. (pt)
rdfs:label
  • Work Flow Language (pt)
  • Work Flow Language (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License