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/rpgle
LLM (this repo) · 1Linguist

Extensions 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.
ExtensionSourceStrengthSWH
.rpglelinguistprimary36.9K files
.sqlrpglelinguistsecondary7.4K files

Related languages

RPG IV (1.00)RPG (0.57)IBM RPG (0.48)RPG III (0.28)RPG II (0.19)

LLM-contributed programs

Simple RPGLE Program

Provenance: commit d00328b62a · authored 2025-10-22T17:34:05+02:00 · model openai/gpt-4o · Temp 0.4
code.rpgle · added: 2025-10-22T15:34:05Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about RPGLE (mapped to pl/rpgle). 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/RPGLE/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← RPG IV RPL →