Tag: IBM

Community

Introduction to Embedded SQL

(James Buck) By now, you probably realize that an RPG program depends upon several components other than the program itself to do its work and that the tools used with those components use languages other than RPG: database files, whether created with SQL or DDS; printer files created with DDS; perh

Community

Introduction to Embedded SQL

(James Buck) By now, you probably realize that an RPG program depends upon several components other than the program itself to do its work and that the tools used with those components use languages other than RPG: database files, whether created with SQL or DDS; printer files created with DDS; perh

Community

Understanding DB2 SELECT Syntax

(Craig S. Mullins) Most DB2 programmers think they know how to correctly code simple SQL SELECT statements. And they usually are correct, as long as you keep that adjective “simple” in the assertion. When the statement requires more than SELECT…FROM…WHERE though, problems can ensue.