This HTML5 document contains 62 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n11https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-pthttp://pt.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Unisys
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:LINC_4GL
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:Burroughs_MCP
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:Burroughs_large_systems
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:CANDE
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:Burroughs_Corporation
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:Scripting_language
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
Subject Item
dbr:WFL
dbo:wikiPageWikiLink
dbr:Work_Flow_Language
dbo:wikiPageDisambiguates
dbr:Work_Flow_Language
Subject Item
dbr:Work_Flow_Language
rdf:type
yago:DigitalComputer103196324 yago:Computer103082979 yago:PhysicalEntity100001930 yago:Instrumentality103575240 dbo:Language yago:Artifact100021939 yago:Device103183080 yago:Machine103699975 yago:Object100002684 yago:Whole100003553 yago:Mainframe103711711 yago:WikicatBurroughsMainframeComputers
rdfs:label
Work Flow Language Work Flow Language
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. 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.
dcterms:subject
dbc:Burroughs_mainframe_computers dbc:Scripting_languages dbc:ALGOL_60_dialect dbc:Mainframe_computer_software
dbo:wikiPageID
1455537
dbo:wikiPageRevisionID
944659671
dbo:wikiPageWikiLink
dbr:Process_control dbr:Unisys dbr:Burroughs_MCP dbr:Job_Control_Language dbr:Control_flow dbr:Burroughs_large_systems dbc:Mainframe_computer_software dbr:Unix-like dbr:Shell_script dbc:ALGOL_60_dialect dbr:Parameter_(computer_science) dbr:Google_Translate dbc:Burroughs_mainframe_computers dbr:Compiler dbr:ALGOL dbr:Subroutine dbr:Operating_system dbc:Scripting_languages dbr:IBM
owl:sameAs
n11:4xAV5 wikidata:Q8034564 yago-res:Work_Flow_Language freebase:m.052yk8 dbpedia-pt:Work_Flow_Language
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. 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.
gold:hypernym
dbr:Language
prov:wasDerivedFrom
wikipedia-en:Work_Flow_Language?oldid=944659671&ns=0
dbo:wikiPageLength
2547
foaf:isPrimaryTopicOf
wikipedia-en:Work_Flow_Language
Subject Item
wikipedia-en:Work_Flow_Language
foaf:primaryTopic
dbr:Work_Flow_Language