├── .gitattributes ├── examples ├── LESSON1.rpgle ├── LESSON2.rpgle ├── LESSON2A.rpgle ├── LESSON4.rpgle ├── LESSON5.rpgle ├── LESSON6.sqlrpgle ├── LESSON7.sql └── WRKSHPDTA.rpgle └── readme.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/.gitattributes -------------------------------------------------------------------------------- /examples/LESSON1.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON1.rpgle -------------------------------------------------------------------------------- /examples/LESSON2.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON2.rpgle -------------------------------------------------------------------------------- /examples/LESSON2A.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON2A.rpgle -------------------------------------------------------------------------------- /examples/LESSON4.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON4.rpgle -------------------------------------------------------------------------------- /examples/LESSON5.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON5.rpgle -------------------------------------------------------------------------------- /examples/LESSON6.sqlrpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON6.sqlrpgle -------------------------------------------------------------------------------- /examples/LESSON7.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/LESSON7.sql -------------------------------------------------------------------------------- /examples/WRKSHPDTA.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/examples/WRKSHPDTA.rpgle -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/worksofliam/modern_rpg_workshop/HEAD/readme.md --------------------------------------------------------------------------------