RPG IV
1 program
Added 2025-10-22T15:16:26Z
Model: openai/gpt-4oTemp: 0.4
Evidence
Report issue
View issues
Aliases: RPGLE, RPG/ILE
Provenance: commit df9cd3eb50 · authored 2025-10-22T17:16:26+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 RPG IV Program
Provenance: commit df9cd3eb50 · authored 2025-10-22T17:16:26+02:00 · model openai/gpt-4o · Temp 0.4
H DFTACTGRP(*NO) ACTGRP('MYACTGRP')
FMYFILE IF E K DISK
D* Define variables
D Name S 10A
C* Read the file
C MYFILE IF E
C READ MYFILE
C DOW NOT %EOF(MYFILE)
C* Process each record
C EVAL Name = %TRIMR(Name)
C WRITE MYFILE
C READ MYFILE
C ENDDO
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.)