SQR

1 program Added 2026-02-07T13:59:06Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Structured Query Reporter
Provenance: commit 481d01a2c1 · authored 2026-02-07T15:01:30+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/sqr
LLM (this repo) · 1PldbWikipediaWikidata · Q3459986

Related languages

SQL (0.41)SEQUEL (0.29)Structured Text (0.28)SFTRAN (0.28)S-BASIC (0.25)

LLM-contributed programs

Employee Report Generator

Provenance: commit 481d01a2c1 · authored 2026-02-07T15:01:30+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.sqr · added: 2026-02-07T13:59:06Z
begin-report
  do Init-Report
  do Process-Main
  do Reset
end-report

begin-procedure Init-Report
  move 'Employee Report' to $ReportTitle
  display $ReportTitle
end-procedure

begin-procedure Process-Main
begin-SELECT
EMPLID
NAME
DEPTID
SALARY
  do Print-Record
FROM PS_EMPLOYEES
WHERE STATUS = 'A'
ORDER BY DEPTID, NAME
end-SELECT
end-procedure

begin-procedure Print-Record
  print &EMPLID    (+1,1,11)
  print &NAME      (0,15,30)
  print &DEPTID    (0,50,10)
  print &SALARY    (0,65,12) edit 999,999.99
end-procedure

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about SQR (mapped to pl/sqr). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SQR/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← sqlmp sqrl →