Data Language Interface: Difference between revisions

Content deleted Content added
No edit summary
Undid revision 814618354 by Cumigho (talk) Spam advertising weblink inserted by brand new Wiki editor. Reverted.
Line 1:
'''Data Language Interface''' (Data Language/I, DL/I, Data Language/Interface, Data Language/One<ref>{{cite web|url=http://www-03.ibm.com/servers/eserver/zseries/zvse/products/database.html#dli|title=IBM z/VSE Products and components|publisher=[[IBM]]|accessdate=2009-06-27}}</ref>) is the language system used to access [[International Business Machines|IBM]]’s [[Information Management System|IMS]] [[database]]s, and its data communication system<ref>{{cite web|url=https://www.basicsolutions.com/services/data-center-relocation/|title=Data Communication System|publisher=Ronald D. McCormick|accessdate=2011-11-15}}</ref>.
 
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.