LINC 4GL

LINC 4GL

LINC is a 4th-generation computer language, used mostly on Unisys computer systems.

LINC is an abbreviation of Logic and Information Network Compiler.

Background

LINC was originally developed as a short-cut (or template) by two computer application programmers to reproduce and automate the production of computer applications for different companies, but which had similar requirements and specifications. The requirements were similar, because the companies followed a common, generic, business model.

That is, these businesses dealt with commodities (named "components" in LINC terminology). These were manufactured, or assembled, or purchased, or sold (actions termed "events" in LINC jargon). Reports on these events (e.g. purchase orders, invoices, credit notes, consignment notes, bills of sale, etc. ) were called "profiles".

Part of the reason for the introduction of this new terminology was to make the system more accessible to a new hierarchy of (non-technical) programmers - e.g. accountants or business analysts. It isolated them from the underlying technology. (Similarly, different names were intentionally used for control structures - DO.WHEN rather than IF or "LOOP", and LOOK.UP or DETERMINE rather than READ, with the OPEN and CLOSE statements generated automatically.)

What allowed LINC to be usable by such relatively non-technical users, and differentiated it from being simply yet another 3rd generation high level language, was LINC's assumption; and use of; and total reliance on; all of the facilities available, and packaged, with the Burroughs computer for which it was written - Operating System, job control language, COBOL programming language, database management system, network definition, user terminal, etc. (see also "history" below).

From version 11, its character changed. Where a specification had previously been held in source-code files, it was now held in a database (designed and developed using the LINC 4GL) and subject to rigorous automatic validation. The new LINC-based system in which specifications were stored was named "LINC interactive" or "LINC Development Environment" (LDE).

Extensive reliance on terminal "screen painting" (i.e. "mocking"-up a CRT data-entry screen) was used to assist system definition. e.g. to define a "component"'s database attributes (name, length, alpha(numeric), validation rules, etc.)

In the early 90s, a new PC-based tool for developing LINC specifications was released, the LINC Development Assistant (LDA). LDA was written in a mixture of Smalltalk and C++ rather than the LINC 4GL (the latter of which was not intended to run on a personal computer). From version 17, it was intended that all development be done with LDA.

Now LINC is known as Unisys Enterprise Application Environment (EAE) and can generate
* COBOL code for Burroughs & Sperry mainframes, Microsoft Windows, and various Unix and Linux platformsand will generate GUI front-end clients in:
* Java
* Visual Basic 6 clients
* Active Server Pages
* Web services for Microsoft IIS
* ASP.NET
* VB.NETin addition to compiling generated code and deploying databases to correspond with the specification. Databases supported include Burroughs DMSII, "Sperry RDMS", Oracle database and Microsoft SQL Server.

Unisys is now replacing it with Unisys Agile Business Suite, a new suite promoting object-oriented features which runs with Microsoft Visual Studio.

HISTORY

LINC was originally developed by two New Zealand computer programmers (Gil Simpson and Peter Hoskins) while working in Saudi Arabia in the early 1980’s. It was first developed exclusively for operation with a single model of Burroughs computer system comprising a totally integrated system of:
*B1000 hardware,
*MCP operating system,
*COBOL application programming language,
*WFL job control language,
*DMS II database management system,
*NDLII Network Definition Language
*MT983/ET1100 CRT (user terminal),etc.

The LINC system created 3rd GL COBOL (application), DMSII (database definition), NDLII (network description), and WFL (job control) source code. The job control statements were themselves subsequently run to compile the other elements and create an integrated system of database, applications, and user terminal network.

Burroughs purchased rights to sell the product in 1982, while product development was retained by the original inventors. An early requirement was to extend the product for use with the Burroughs mid-range and large scale computing platforms.

After Burroughs merged with Sperry Corporation to form Unisys, the language was extended to be used on Sperry's UNIVAC 1100/2200 series machines also.

Subsequently a New Zealand development centre was set up in Christchurch to develop the product. Ownership was later on transferred to Unisys and the product transitioned to Unisys ACUS, the "Australian Centre for Unisys Software" in Sydney Australia.

LINC is (was) supported on the following platforms.

ClearPath A-Series ClearPath 2200 Unix SUN SolarisUnix IBM RS6000Unix HP9000Unix SequentUnixwareWindows Server

Development work is currently done by ACUS Unisys, but will be transitioned from ACUS to an Indian outsourcing operation in early 2008.

Eventually, the product was sold to over 4,000 clients world-wide.

trengths

  • It provides an intuitive and easy to understand interface to the Burroughs DMS and COBOL programming.
  • As it has been modernised to support different platforms, it facilitates migration between platforms and databases.
  • By confining a specification in a database, you can keep the entire design in a single design & development environment.
  • Once you generate, you know that your code is absolutely consistent with your design specification.
    • A client interface is always consistent with a system generated at the same time.
    • The system's database access code is always consistent with the system's database tables.
  • Weaknesses

    Principally, LINC fails to compete against myriad turnkey systems readily available from many other sources (especially IBM). The cost of purchasing and customising an existing product (e.g. the Hogan retail banking system) is perceived as less expensive/risk than using LINC to create, from scratch, an entire business system with all its rules.

    Other weaknesses arise mostly from its dependence and basis on Burroughs DMS and COBOL, which differ greatly from other computing platforms.
    * People entering the industry or from a Unix / Windows background may struggle to adjust to this different paradigm.
    * Functionality can be limited by the need to support multiple platforms. You can't use optimal Oracle structures or queries if the mainframe platforms don't support them.

    Trivia

    LINC is occasionally referred to by developers as a fictitious initialisation of "Laugh? I Nearly Cried." ( or Limited Intelligence NewZealand Compiler )

    On LINC10 systems (c1985), the report generation language was called LIRC. Due to the sharing of common include files, only one developer could compile a report at a time (called LIRCing). In a team of developers, this would cause a developer to yell out "Is anybody LIRCing?" To those uninitiated to this process, the obvious response was "Behind What?"

    LINC10 was a remote file implementation on the A Series system except for a special version converted over to Direct Windows by Charles Pagelsen for the Home Shopping Network. This allowed the system to run up to 99 copies of an online program.

    Websites

    External Reference

    * [http://www.unisys.com/products/software/application__development/enterprise__application__environment/index.htm Unisys page] for 'Enterprise Application Environment'

    Resellers

    * Asysco, Dutch provider of utilities for assisting development with the LINC 4GL and, more recently, their own competing product Asysco Lion] , http://www.asysco.nl/
    * Chesapeake, consulting and development services for LINC developers, http://chspk.com/
    * Eagle Computer Associates, provider of utilities and services for LINC developers, http://www.eagleca.com/
    * Information Exchange Group, provider of utilities for assisting development with LINC, http://www.ieg-inc.com/

    Migration

    * ArtinSoft, Migration specialist from Linc to Java, http://www.artinsoft.com
    * Jade Software Corporation Ltd - Inventors of LINC 4GL, Lowest risk LINC migration specialists, utilises Service Orientated Architecture (SOA) methodology for transition to a new Open system, http://www.jadeworld.com/jet/index.htm
    * MSS International Ltd - Migration specialists for Unisys to Open Platform migrations. Specifically Linc to Oracle Pl/Sql or Java, http://www.mssint.com/


    Wikimedia Foundation. 2010.

    Игры ⚽ Нужно сделать НИР?

    Look at other dictionaries:

    • Linc — may refer to:*Lincoln Financial Field, the home stadium of the Philadelphia Eagles of the National Football League *Lincoln M. Alexander Parkway Expressway in Hamilton, Ontario, Canada *Lincoln, Abraham, 16th President of the United States *LINC… …   Wikipedia

    • List of programming languages by category — Programming language lists Alphabetical Categorical Chronological Generational This is a list of programming languages grouped by category. Some languages are listed in multiple categories. Contents …   Wikipedia

    • Gilbert Simpson — Sir Gilbert (Gil) Simpson, KNZM, QSM, D.Sc (honoris causa) was born in Christchurch, New Zealand in 1948 and raised in the Waikato. He attended high school in Christchurch and in 1967 began his career as a computer programmer, at age 18. In 1969… …   Wikipedia

    • Unisys — Infobox Company company name = Unisys Corporation company company type = Public (NYSE: [http://www.nyse.com/about/listed/lcddata.html?ticker=UIS UIS] ) company slogan = Imagine it. Done foundation = 1886 as American Arithmometer Company 1986 as… …   Wikipedia

    • USAS (application) — The USAS application suite is a series of diverse and relatively complex mainframe applications written for the Unisys 1100 series, 2200 series, and Clearpath IX environments. These applications are generally intended for use in the airline,… …   Wikipedia

    • JADE (programming language) — JADE is an object oriented software development and deployment platform. It has its own programming language that exhibits a seamlessly integrated application server and object oriented database management system. It is designed to be an end to… …   Wikipedia

    • USAS — USAS  пакет прикладного программного обеспечения, включающий в себя разнообразные относительно сложные программы, написанные для мейнфреймов Unisys серий UNIVAC 1100 и 2200 и программной оболочки Clearpath IX. Эти программы предназначались… …   Википедия

    • Fourth-generation programming language — A fourth generation programming language (1970s 1990) (abbreviated 4GL) is a programming language or programming environment designed with a specific purpose in mind, such as the development of commercial business software.[1] In the history of… …   Wikipedia

    • List of programming languages — Programming language lists Alphabetical Categorical Chronological Generational The aim of this list of programming languages is to include all notable programming languages in existence, both those in current use and historical ones, in… …   Wikipedia

    • Список языков программирования — Списки языков программирования Алфавитный По категориям Хронологический Генеалогический Цель этого алфавитного списка языков программирования состоит в том, чтобы дать полный перечень всех существующих языков программирования, как используемых в… …   Википедия

    Share the article and excerpts

    Direct link
    Do a right-click on the link above
    and select “Copy Link”