Category:SQL PL: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}{{language|SQL PL}}
{{stub}}
{{language|SQL PL
|exec=interpreted
|site=https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html
|parampass=both
|safety=safe
|strength=strong
|compat=nominative
}}
{{language programming paradigm|procedural}}
{{language programming paradigm|generic}}
{{Language programming paradigm|Event-driven}}
{{language programming paradigm|concurrent}}
{{implementation|SQL}}


'''SQL PL''' is the procedural language written by IBM for its set of databases called Db2. There are different types of Db2, each for a different platform:
'''SQL PL''' is the procedural language written by IBM for its set of databases called Db2. There are different types of Db2, each for a different platform (The names had changed<ref>Db2: A Small but Significant Change [http://ibmsystemsmag.com/blogs/db2utor/july-2017/db2-a-small-but-significant-change/]</ref><ref>IBM’s June Announcements About DB2 [http://db2commerce.com/2017/06/23/ibms-june-announcements-about-db2/]</ref><ref>Revised naming for IBM Db2 family products [https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&appname=gpateam&supplier=897&letternum=ENUS217-363]</ref>):


* Db2 LUW - For Linux, UNIX and Windows.
* Db2 LUW - For Linux, UNIX and Windows.
Line 11: Line 24:
Previosly, Db2 was called DB2 UDB for Universal Database.
Previosly, Db2 was called DB2 UDB for Universal Database.


==Citations==
==See also==
* [wp:SQL_PL|SQL PL] in Wikipedia.
* [[wp:SQL_PL|SQL PL]] in Wikipedia.
* [https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html Knowledge center - IBM Db2 LUW V11.1]
* [https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html Knowledge center - IBM Db2 LUW V11.1]
* [https://www.ibm.com/support/knowledgecenter/en/SSEPGG_10.5.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html Knowledge center - IBM Db2 LUW V10.5]
* [https://www.ibm.com/support/knowledgecenter/en/SSEPGG_10.5.0/com.ibm.db2.luw.apdv.sqlpl.doc/doc/c0011916.html Knowledge center - IBM Db2 LUW V10.5]
* [http://www.sqlpl-guide.com/ SQL PL Guide]
* [http://www.sqlpl-guide.com/ SQL PL Guide]
* [https://github.com/angoca/db2-index/wiki List of Internet free resources about Db2]

==References==
<references/>

Latest revision as of 17:12, 25 April 2018

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
SQL PL
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using SQL PL.
SQL PL is an implementation of SQL. Other implementations of SQL.

SQL PL is the procedural language written by IBM for its set of databases called Db2. There are different types of Db2, each for a different platform (The names had changed[1][2][3]):

  • Db2 LUW - For Linux, UNIX and Windows.
  • Db2 for i - For the mainframes previously called AS/400.
  • Db2 for z - For z/OS mainframes.

The differences between these three implementations are described here: https://www.ibm.com/developerworks/data/library/techarticle/db2common/

Previosly, Db2 was called DB2 UDB for Universal Database.

See also

References

  1. Db2: A Small but Significant Change [1]
  2. IBM’s June Announcements About DB2 [2]
  3. Revised naming for IBM Db2 family products [3]