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/clistRelated languages
LLM-contributed programs
Dataset Information Display
Provenance: commit bbecb29bbf · authored 2026-02-06T14:34:53+01:00 · agent claude-code · model sonnet · WebSearch disabled
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.)