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

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

Property Value
dbo:abstract
  • Digital Command Language (DCL) je interpret příkazů a skriptovací jazyk používaný v mnoha operačních systémech firmy Digital Equipment Corporation. DCL má kořeny v systémech , , a a byl implementován jako standard ve většině operačních systémů firmy DEC, především a , ale nerozvinutější implementace pochází z VAX/VMS (později OpenVMS). Firma Digital Equipment Corporation byla v roce 1998 převzata firmou Compaq, která se v průběhu let 2002–2004 sloučila s firmou Hewlett-Packard, ale podpora některých systémů stále pokračuje. Po roce 2020 je DCL jako jedna ze součástí OpenVMS vyvíjen firmou VMS Software, Inc. (VSI). DCL je skriptovací jazyk, který vznikl v době, kdy se intenzivně používal programovací jazyk Fortran. Přesto DCL podporuje několik datových typů, včetně řetězců, celých čísel, bitových polí, polí a logických hodnot, nemá však podporu čísel s pohyblivou řádovou čárkou. Pro přístup k systémovým službám API jádra OpenVMS slouží lexikální funkce, které poskytují stejnou funkčnost jako jejich protějšky v kompilovaných jazycích a umožňují skriptům získat informace o stavu systému. DCL umožňuje používat podmíněný příkaz IF-THEN-ELSE, přístup k všem typům souborů, které podporují Record Management Services (RMS) včetně streamů, indexovaných, a sekvenčních souborů, ale nemá žádné konstrukce pro vytváření cyklů; cykly se musí programovat pomocí příkazů IF a GOTO. (cs)
  • DCL, die DIGITAL Command Language, ist die Standard-Kommandosprache des Betriebssystems OpenVMS, welches ursprünglich von der Firma Digital Equipment Corporation (kurz DEC) entwickelt wurde. Aktuell wird OpenVMS von VMS Software Inc. weiterentwickelt und vertrieben. Der erste Einsatz war unter dem Betriebssystem RSX-11. Mit DCL lassen sich am Kommando-Prompt Aktionen ausführen, etwa zur Dateibe- und verarbeitung (ähnlich wie unter MS-DOS) oder zur Systemadministration, aber auch komplexe Kommandoprozeduren erstellen, die interaktiv oder im Batchbetrieb laufen können (vgl. Shellskripte unter Unix). (de)
  • 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. (en)
  • DCL (Digital Command Language) è il linguaggio standard della shell del sistema operativo OpenVMS progettato da Digital Equipment Corporation, acquistata poi da Compaq e fusasi infine in HP o Hewlett-Packard. Il DCL è un linguaggio molto potente che permette di gestire tutte le caratteristiche del sistema operativo attraverso funzioni lessicali dedicate e permette di gestire i file RMS che sono file indicizzati ISAM. IL DCL implementa anche strutture di controllo IF-THEN-ELSE ma manca dei cicli di controllo DO-WHILE o altri costrutti similari. I comandi DCL devono essere dichiarati esplicitamente e non usano la tecnica dei paths. (it)
dbo:designer
dbo:influenced
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 532369 (xsd:integer)
dbo:wikiPageLength
  • 10702 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1091107937 (xsd:integer)
dbo:wikiPageWikiLink
dbp:designer
dbp:developer
  • VMS Software Inc. (en)
dbp:influenced
dbp:name
  • DIGITAL Command Language (en)
dbp:operatingSystem
dbp:paradigm
dbp:screenshot
  • Openvms-8.4-2L1-dcl.png (en)
dbp:screenshotCaption
  • OpenVMS Alpha 8.4-2L1, showing the DCL CLI in a terminal session (en)
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Digital Command Language (DCL) je interpret příkazů a skriptovací jazyk používaný v mnoha operačních systémech firmy Digital Equipment Corporation. DCL má kořeny v systémech , , a a byl implementován jako standard ve většině operačních systémů firmy DEC, především a , ale nerozvinutější implementace pochází z VAX/VMS (později OpenVMS). Firma Digital Equipment Corporation byla v roce 1998 převzata firmou Compaq, která se v průběhu let 2002–2004 sloučila s firmou Hewlett-Packard, ale podpora některých systémů stále pokračuje. Po roce 2020 je DCL jako jedna ze součástí OpenVMS vyvíjen firmou VMS Software, Inc. (VSI). (cs)
  • 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 (en)
  • DCL, die DIGITAL Command Language, ist die Standard-Kommandosprache des Betriebssystems OpenVMS, welches ursprünglich von der Firma Digital Equipment Corporation (kurz DEC) entwickelt wurde. Aktuell wird OpenVMS von VMS Software Inc. weiterentwickelt und vertrieben. Der erste Einsatz war unter dem Betriebssystem RSX-11. (de)
  • DCL (Digital Command Language) è il linguaggio standard della shell del sistema operativo OpenVMS progettato da Digital Equipment Corporation, acquistata poi da Compaq e fusasi infine in HP o Hewlett-Packard. Il DCL è un linguaggio molto potente che permette di gestire tutte le caratteristiche del sistema operativo attraverso funzioni lessicali dedicate e permette di gestire i file RMS che sono file indicizzati ISAM. IL DCL implementa anche strutture di controllo IF-THEN-ELSE ma manca dei cicli di controllo DO-WHILE o altri costrutti similari. (it)
rdfs:label
  • DIGITAL Command Language (en)
  • Digital Command Language (cs)
  • Digital Command Language (de)
  • DIGITAL Command Language (it)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • DIGITAL Command Language (en)
is dbo:influencedBy of
is dbo:programmingLanguage of
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:influencedBy of
is dbp:progLanguage of
is dbp:programmingLanguage of
is dbp:replacedBy of
is dbp:ui 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