https://github.com/richardschoen/rpgclcodingexamples
This repo will contain misc RPG, CL and command (CMD) coding examples
https://github.com/richardschoen/rpgclcodingexamples
as400 cl clp cmd cobol curl dds ibmi program prtf python rpg rpgle sqlrpgle
Last synced: about 1 month ago
JSON representation
This repo will contain misc RPG, CL and command (CMD) coding examples
- Host: GitHub
- URL: https://github.com/richardschoen/rpgclcodingexamples
- Owner: richardschoen
- Created: 2023-03-16T16:27:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T13:18:22.000Z (5 months ago)
- Last Synced: 2025-01-07T14:27:27.112Z (5 months ago)
- Topics: as400, cl, clp, cmd, cobol, curl, dds, ibmi, program, prtf, python, rpg, rpgle, sqlrpgle
- Language: RPGLE
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM i RPG and CL Coding Examples
This repo will contain misc RPG, CL and command (CMD) coding examples.Feel free to submit examples you want posted here as issues or via a pull request.
# List of Samples
**RecExist1-RecordsExist.rpgle** - RecordsExist Subprocedure Example - Source member: RECEXISTS1
**jsontime.rpgle** - Run QSHCURL command and consume JSON with DATA-INTO and YAJL. QSHCURL integration sample.
**jsontime2.rpgle** - Run QSHCURL command and consume JSON with YAJL functions sample. QSHCURL integration sample.
**RpgDspAtr.rpgle** - Procedure to set display file attributes, including color.