CLIST

1 program Added 2026-02-06T13:34:18Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Command List, TSO CLIST
Provenance: commit bbecb29bbf · authored 2026-02-06T14:34:53+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/clist
LLM (this repo) · 1PldbWikipediaWikidata · Q579880

Related languages

CCL (0.23)CLISP (0.23)Common Lisp (0.23)Clasp (0.21)Stata (0.21)

LLM-contributed programs

Dataset Information Display

Provenance: commit bbecb29bbf · authored 2026-02-06T14:34:53+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.clist · added: 2026-02-06T13:34:18Z
PROC 0 DSN()
CONTROL NOFLUSH NOMSG
IF &DSN EQ &STR() THEN +
  DO
    WRITE Required parameter DSN missing
    EXIT CODE(12)
  END
SET &DSNAME = &DSN
LISTDSI &DSNAME
IF &LASTCC NE 0 THEN +
  DO
    WRITE Dataset &DSNAME not found
    EXIT CODE(8)
  END
WRITE Dataset: &DSNAME
WRITE Volume: &SYSVOLUME
WRITE Unit: &SYSUNIT
WRITE Organization: &SYSDSORG
WRITE Record Format: &SYSRECFM
WRITE Logical Record Length: &SYSLRECL
WRITE Block Size: &SYSBLKSIZE
WRITE Allocation: &SYSALLOC &SYSUNITS
WRITE Used: &SYSUSED &SYSUNITS
EXIT CODE(0)
END

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 CLIST (mapped to pl/clist). 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/CLIST/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← CLISP Clite →