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

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

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
n14http://dbpedia.org/resource/OS/
foafhttp://xmlns.com/foaf/0.1/
n17http://dbpedia.org/resource/RSTS/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15https://vmssoftware.com/docs/
freebasehttp://rdf.freebase.com/ns/
n12http://commons.wikimedia.org/wiki/Special:FilePath/
n20https://www.oneadvanced.com/siteassets/resources/application-modernization-collateral/
n21http://www.w3.org/2006/03/wn/wn20/instances/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n10http://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
n18https://web.archive.org/web/20040828080028/http:/dcl.openvms.org/
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:DIGITAL_Command_Language
rdf:type
wikidata:Q315 owl:Thing dbo:ProgrammingLanguage schema:Language dbo:MilitaryUnit wikidata:Q9143 dbo:Language
rdfs:label
DIGITAL Command Language
rdfs:comment
DIGITAL Command Language (DCL) is the standard command language adopted by many of the operating systems created by Digital Equipment Corporation. DCL had its roots in IAS, TOPS-20, and RT-11 and was implemented as a standard across most of Digital's operating systems, notably RSX-11 and RSTS/E, but took its most powerful form in VAX/VMS (later OpenVMS). DCL continues to be developed by VSI as part of OpenVMS. DCL is available for other operating systems as well, including
owl:sameAs
yago-res:DIGITAL_Command_Language freebase:m.02mb5k
dbp:wikiPageUsesTemplate
dbt:Code dbt:Authority_control dbt:= dbt:Reflist dbt:-- dbt:Div_col dbt:Div_col_end dbt:Cite_book dbt:Mono dbt:Infobox_programming_language dbt:Digital_Equipment_Corporation
dct:subject
dbc:Command_shells dbc:Scripting_languages dbc:OpenVMS_software dbc:OpenVMS
dbo:wikiPageExternalLink
n15:VSI_DCL_DICT_VOL_I.pdf n18: n20:advanced_fact_sheet_open_dcl.pdf n15:VSI_DCL_DICT_VOL_II.pdf
foaf:name
DIGITAL Command Language
dbo:thumbnail
n12:Openvms-8.4-2L1-dcl.png?width=300
foaf:depiction
n12:Openvms-8.4-2L1-dcl.png
gold:hypernym
dbr:Command
dbp:wordnet_type
n21:synset-programming_language-noun-1
prov:wasDerivedFrom
n10:DIGITAL_Command_Language?oldid=1072676752&ns=0
dbo:wikiPageID
532369
dbo:wikiPageLength
10537
dbo:wikiPageRevisionID
1072676752
dbo:wikiPageWikiLink
dbr:Array_data_type dbr:Floating-point_arithmetic dbr:TYPE_(DOS_command) dbc:OpenVMS dbr:PowerShell dbr:List_of_DOS_commands dbr:RSX-11 dbr:Goto dbr:DOS dbr:Copy_(command) dbr:API dbc:OpenVMS_software dbr:Conditional_(computer_programming) dbr:Record_Management_Services dbr:Kernel_(operating_system) dbr:Del_(command) dbr:OpenVMS dbc:Command_shells dbr:XLNT dbr:Imperative_programming dbr:Path_(computing) dbr:Operating_system dbr:DEC_MICA dbr:Command_language dbr:While_loop dbr:Subroutine dbr:Fortran n14:2 dbr:TOPS-20 dbr:Directory_(OpenVMS_command) dbr:Digital_Equipment_Corporation dbr:VAXELN dbr:Data_type n17:E dbr:PRINT_(command) dbr:MS-DOS dbr:Comparison_of_command_shells dbr:Command-line_interface dbr:Microsoft_Windows dbc:Scripting_languages dbr:Compiled_language dbr:Login dbr:Unix dbr:Command_(computing) dbr:Integer_(computer_science) dbr:Programming_language dbr:Ren_(command) dbr:Bit dbr:Control_flow dbr:RT-11 dbr:Scripting_language dbr:Library_(computing)
dbo:designer
dbr:Digital_Equipment_Corporation
dbo:influenced
dbr:PowerShell
dbo:abstract
DIGITAL Command Language (DCL) is the standard command language adopted by many of the operating systems created by Digital Equipment Corporation. DCL had its roots in IAS, TOPS-20, and RT-11 and was implemented as a standard across most of Digital's operating systems, notably RSX-11 and RSTS/E, but took its most powerful form in VAX/VMS (later OpenVMS). DCL continues to be developed by VSI as part of OpenVMS. Written when the programming language Fortran was in heavy use, DCL is a scripting language supporting several datatypes, including strings, integers, bit arrays, arrays and booleans, but not floating point numbers. Access to OpenVMS system services (kernel API) is through lexical functions, which perform the same as their compiled language counterparts and allow scripts to get information on system state. DCL includes IF-THEN-ELSE, access to all the Record Management Services (RMS) file types including stream, indexed, and sequential, but unfortunately lacks a DO-WHILE or other looping construct, requiring users to make do with IF and GOTO-label statements instead. DCL is available for other operating systems as well, including * VCL and VX/DCL for Unix, * VCL for MS-DOS, OS/2 and Windows, * PC-DCL and Open DCL for Windows/Linux * and Accelr8 DCL Lite for Windows. DCL is the basis of the XLNT language, implemented on Windows by an interpreter-IDE-WSH engine combination with CGI capabilities distributed by Advanced System Concepts Inc. from 1997.
foaf:isPrimaryTopicOf
n10:DIGITAL_Command_Language