SQL Fundamentals for DB2 on z/OS
Understand the baseline SQL skills expected for DB2 z/OS interviews and how embedded SQL differs from ad hoc SQL.
DB2 for z/OS speaks standard SQL, but interviewers expect fluency in both the ad hoc query sense (writing correct SELECT/INSERT/UPDATE/DELETE statements) and the embedded sense (how that same SQL gets woven into a COBOL program for batch or CICS use). Getting comfortable with both contexts, and knowing what changes between them, is the entry point for every other DB2 topic.
Embedded SQL is like filling out a bilingual form where certain blanks (host variables) are shared between two languages — English on one side, SQL on the other — and after submitting the form, you always check a stamped status code at the bottom before assuming the clerk actually processed it the way you expected.