DIBOL: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Dorsetonian
m Reverted 1 edit by 182.0.171.84 (talk) to last revision by Dorsetonian
 
imported>Peter Flass
Reading: change cat
 
Line 31: Line 31:
[[American National Standards Institute|ANSI]] Standards were released in 1983, 1988 and 1992 (ANSI X3.165-1992). The 1992 standard was revised in 2002.
[[American National Standards Institute|ANSI]] Standards were released in 1983, 1988 and 1992 (ANSI X3.165-1992). The 1992 standard was revised in 2002.


DIBOL compilers were developed by several other companies, including [[Synergy DBL|DBL]] from DISC (later Synergex), Softbol from Omtool,<ref>{{Cite book|url = https://books.google.com/books?id=w3IudMVoEusC|title = Computerworld|last = Enterprise|first = I. D. G.|date = 1985-10-07|publisher = IDG Enterprise|page = 66|language = en}}</ref> and Unibol from Software Ireland, Ltd.<ref>{{Cite book|url = https://books.google.com/books?id=MmR2XHzI9yoC|title = AT&T unwraps applications packages for 3B series|last = Babcock|first = Charles|date = 1985-09-30|work = ComputerWorld|publisher = IDG Enterprise|page = 28|language = en}}</ref> Development of DIBOL effectively ceased after 1993, when an agreement between DEC and DISC replaced DIBOL with [[Synergy DBL|DBL]] on [[OpenVMS]], [[Digital UNIX]], and [[SCO Unix]].<ref>{{Cite web|url = http://www.thefreelibrary.com/DISC+ANNOUNCES+NEW+DIBOL+STRATE%20%20GY+IN+ASSOCIATION+WITH+DIGITAL-a013115705|title = DISC ANNOUNCES NEW DIBOL STRATEGY IN ASSOCIATION WITH DIGITAL|website = www.thefreelibrary.com|access-date = 2016-04-12}}</ref><ref>{{Cite news|url = http://nl.newsbank.com/nl-search/we/Archives?p_product=SB&p_theme=sb&p_action=search&p_maxdocs=200&s_dispstring=%28area%20software%20firm%20gets%20dec%20contract%29%20AND%20date%281993%29&p_field_date-0=YMD_date&p_params_date-0=date:B,E&p_text_date-0=1993&p_field_advanced-0=&p_text_advanced-0=%28%22area%20software%20firm%20gets%20dec%20contract%22%29&xcal_numdocs=50&p_perpage=25&p_sort=YMD_date:D&xcal_useweights=no)|title = Area Software Firm Gets DEC Contract|date = February 18, 1993|work = The Sacramento Bee}}</ref>
DIBOL compilers were developed by several other companies, including [[Synergy DBL|DBL]] from DISC (later Synergex), Softbol from Omtool,<ref>{{Cite magazine |url = https://books.google.com/books?id=w3IudMVoEusC&pg=PA66#v=onepage&q&f=false |title = Software | department = Microcomputers | magazine = Computerworld | volume = XIX | issue = 40 |date = 1985-10-07 |publisher = IDG Enterprise |page = 66 |language = en}}</ref> and Unibol from Software Ireland, Ltd.<ref>{{Cite magazine |url = https://books.google.com/books?id=MmR2XHzI9yoC&pg=PA28#v=onepage&q&f=false |title = AT&T unwraps applications packages for 3B series |last = Babcock |first = Charles |date = 1985-09-30 |magazine = ComputerWorld |volume=XIX |issue=39 |publisher = IDG Enterprise |page = 28 |language = en}}</ref> Development of DIBOL effectively ceased after 1993, when an agreement between DEC and DISC replaced DIBOL with [[Synergy DBL|DBL]] on [[OpenVMS]], [[Digital UNIX]], and [[SCO Unix]].<ref>{{Cite web|url = http://www.thefreelibrary.com/DISC+ANNOUNCES+NEW+DIBOL+STRATE%20%20GY+IN+ASSOCIATION+WITH+DIGITAL-a013115705|title = DISC ANNOUNCES NEW DIBOL STRATEGY IN ASSOCIATION WITH DIGITAL|website = www.thefreelibrary.com|access-date = 2016-04-12|archive-date = 2017-11-07|archive-url = https://web.archive.org/web/20171107112346/https://www.thefreelibrary.com/DISC+ANNOUNCES+NEW+DIBOL+STRATE%20%20GY+IN+ASSOCIATION+WITH+DIGITAL-a013115705|url-status = dead}}</ref><ref>{{Cite news|url = http://nl.newsbank.com/nl-search/we/Archives?p_product=SB&p_theme=sb&p_action=search&p_maxdocs=200&s_dispstring=%28area%20software%20firm%20gets%20dec%20contract%29%20AND%20date%281993%29&p_field_date-0=YMD_date&p_params_date-0=date:B,E&p_text_date-0=1993&p_field_advanced-0=&p_text_advanced-0=%28%22area%20software%20firm%20gets%20dec%20contract%22%29&xcal_numdocs=50&p_perpage=25&p_sort=YMD_date:D&xcal_useweights=no)|title = Area Software Firm Gets DEC Contract|date = February 18, 1993|work = The Sacramento Bee}}</ref>


==See also==
==See also==
Line 49: Line 49:
[[Category:Programming languages created in 1970]]
[[Category:Programming languages created in 1970]]
[[Category:Programming languages]]
[[Category:Programming languages]]
[[Category:Digital Equipment Corporation]]
[[Category:DEC software]]

Latest revision as of 15:29, 8 November 2025

Script error: No such module "Infobox".Template:Template otherScript error: No such module "Check for unknown parameters".

DIBOL or Digital's Business Oriented Language is a general-purpose, procedural, imperative programming language that was designed for use in Management Information Systems (MIS) software development. It was developed from 1970 to 1993.

DIBOL has a syntax similar to FORTRAN and BASIC, along with BCD arithmetic. It shares the COBOL program structure of separate data and procedure divisions. Unlike Fortran's numeric labels (for GOTO), DIBOL's were alphanumeric;[1] the language supported a counterpart to computed goto.[2]

History

DIBOL was originally marketed by Digital Equipment Corporation (DEC) in 1970.

The original version, DIBOL-8, was produced for PDP-8 systems running COS-300. The PDP-8-like DECmate II, supports the COS-310 Commercial Operating System, featuring DIBOL.[3]

DIBOL-11 was developed for the PDP-11 running COS-350 operating system. It also ran on RSX-11, RT-11, and from 1978 on RSTS/E. DIBOL-32 runs on VMS systems,[4] although it can also be used on other systems through emulators.

ANSI Standards were released in 1983, 1988 and 1992 (ANSI X3.165-1992). The 1992 standard was revised in 2002.

DIBOL compilers were developed by several other companies, including DBL from DISC (later Synergex), Softbol from Omtool,[5] and Unibol from Software Ireland, Ltd.[6] Development of DIBOL effectively ceased after 1993, when an agreement between DEC and DISC replaced DIBOL with DBL on OpenVMS, Digital UNIX, and SCO Unix.[7][8]

See also

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "Citation/CS1".
  2. example: GOTO(XSMALL,XMED,XLARG),XCODE Script error: No such module "Citation/CS1".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "Citation/CS1".
  5. Script error: No such module "Citation/CS1".
  6. Script error: No such module "Citation/CS1".
  7. Script error: No such module "citation/CS1".
  8. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

Reading

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

Template:Digital Equipment Corporation