Data Language Interface: Difference between revisions

Content deleted Content added
Created page with '{{Wikify|date=January 2008}} '''Data Language/1''' (DL/1, DL/I) is the language system used to access IBM’s [[Information Mana...'
 
No edit summary
Line 1:
{{Wikify|date=January 2008}}
'''Data Language/1I''' (DL/1I, DLData Language/IInterface) is the language system used to access [[International Business Machines|IBM]]’s [[Information Management System|IMS]] [[database]]s, and its data communication system.
 
It is implemented from any language by making calls to a software stub, DFSLI000. This stub has entry points to handle a variety of programming languages e.g. calling CBLTDLI from a [[COBOL]] program. This stub is linked to the calling program, passes on the request to the IMS system, and returns the results and a status code.