RPGLE
1 program
Added 2025-10-22T15:34:05Z
Model: openai/gpt-4oTemp: 0.4
Evidence
Report issue
View issues
Aliases: RPG IV, RPG/ILE
Provenance: commit d00328b62a · authored 2025-10-22T17:34:05+02:00 · model openai/gpt-4o
Sources mentioning this language
2 sources · pl_id:
pl/rpgleExtensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.rpgle | linguist | primary | 36.9K files |
.sqlrpgle | linguist | secondary | 7.4K files |
Related languages
LLM-contributed programs
Simple RPGLE Program
Provenance: commit d00328b62a · authored 2025-10-22T17:34:05+02:00 · model openai/gpt-4o · Temp 0.4
H DFTACTGRP(*NO) ACTGRP('QILE')
FMYFILE IF E K DISK
D* Define a data structure
D MYDS DS
D FIELD1 10A
D FIELD2 10A
D FIELD3 10A
C* Read a record from the file
C MYFILE CHAIN MYDS
C* Check if record is found
C *INFOUND IFEQ *OFF
C* Write a message if not found
C 'Record not found' DSPLY
C ENDIF
C* End of program
C SETON LR
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.)