IBM-RPG

所属分类:数据库系统
开发工具:SQLPL
文件大小:0KB
下载次数:0
上传日期:2019-09-26 12:52:22
上 传 者sh-1993
说明:  说明在IBMi上学习RPG、CL、DDS和DB2SQL的示例程序。目前正在学习V7R3,
(Notes examples programs for learning RPG, CL, DDS, and DB2 SQL on the IBMi. Currently learning with V7R3,)

文件列表:
BOLIB/ (0, 2019-09-26)
BOLIB/QCLLESRC/ (0, 2019-09-26)
BOLIB/QCLLESRC/FIRSTCL.CLLE (68, 2019-09-26)
BOLIB/QCLLESRC/PROMPT.CLLE (127, 2019-09-26)
BOLIB/QCLSRC/ (0, 2019-09-26)
BOLIB/QCLSRC/CLCRTPG.CLP (2149, 2019-09-26)
BOLIB/QCLSRC/TESTMI01.CLP (416, 2019-09-26)
BOLIB/QDDSSRC/ (0, 2019-09-26)
BOLIB/QDDSSRC/HXCVTDSP.DSPF (725, 2019-09-26)
BOLIB/QDDSSRC/ORDER.PF (734, 2019-09-26)
BOLIB/QDDSSRC/PERSON.PF (651, 2019-09-26)
BOLIB/QDDSSRC/PERSONL1.LF (608, 2019-09-26)
BOLIB/QDDSSRC/PERSONL2.LF (501, 2019-09-26)
BOLIB/QDDSSRC/PERSONL3.LF (701, 2019-09-26)
BOLIB/QDDSSRC/PERSONL4.LF (701, 2019-09-26)
BOLIB/QDDSSRC/PF1.PF (610, 2019-09-26)
BOLIB/QDDSSRC/PRIMKEY.PF (613, 2019-09-26)
BOLIB/QDDSSRC/STUDLF1.LF (498, 2019-09-26)
BOLIB/QDDSSRC/STUDPF.DATA (313, 2019-09-26)
BOLIB/QDDSSRC/STUDPF.PF (597, 2019-09-26)
BOLIB/QMISRC/ (0, 2019-09-26)
BOLIB/QMISRC/MI01.MI (772, 2019-09-26)
BOLIB/QRPGLESRC/ (0, 2019-09-26)
BOLIB/QRPGLESRC/ARRAY.RPGLE (343, 2019-09-26)
BOLIB/QRPGLESRC/CHAINMK.RPGLE (1117, 2019-09-26)
BOLIB/QRPGLESRC/DATATYPES.RPGLE (1038, 2019-09-26)
BOLIB/QRPGLESRC/DS.RPGLE (908, 2019-09-26)
BOLIB/QRPGLESRC/DSARR.RPGLE (956, 2019-09-26)
BOLIB/QRPGLESRC/DSOFDS.RPGLE (1579, 2019-09-26)
BOLIB/QRPGLESRC/DSOVRLY.RPGLE (1105, 2019-09-26)
BOLIB/QRPGLESRC/DSTMPLT.RPGLE (951, 2019-09-26)
BOLIB/QRPGLESRC/DSTRUCT.RPGLE (631, 2019-09-26)
BOLIB/QRPGLESRC/DTAARADS.RPGLE (742, 2019-09-26)
BOLIB/QRPGLESRC/EXCCALLPE.RPGLE (717, 2019-09-26)
BOLIB/QRPGLESRC/EXCMON.RPGLE (819, 2019-09-26)
BOLIB/QRPGLESRC/EXCPSSR.RPGLE (879, 2019-09-26)
BOLIB/QRPGLESRC/FIZZBUZZ.RPGLE (528, 2019-09-26)
BOLIB/QRPGLESRC/FOR.RPGLE (222, 2019-09-26)
... ...

# IBM-RPG Contains Notes/examples/programs for learning RPG, CL, DDS, and DB2 SQL on the IBMi. Code is found in [BOLIB/](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB) and is meant to mimic the way it is stored on the IBMi. Currently learning with V7R3. These notes and programs are being used in my book **Learning the IBMi as a Lowly Web Developer**; located at https://barrettotte.github.io/IBMi-Book/#/ ## Files/Directories | **Name** | **Description** | | ------------------ | --------------- | | [BOLIB/](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB) | My IBMi Dev Library | | [BOLIB/QCLSRC](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/QCLSRC) | My CL Programs | | [BOLIB/QCLLESRC](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/QCLLESRC) | My CLLE Programs | | [BOLIB/QDDSSRC](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/QDDSSRC) | My DDS Programs | | [BOLIB/QMISRC](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/QMISRC) | My MI Programs | | [BOLIB/QRPGLESRC](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/QRPGLESRC) | My RPGLE Fixed/Free Programs | | [BOLIB/QRPGSRC](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/QRPGSRC) | My RPG Programs | | [DB2_SQL](https://github.com/barrettotte/IBM-RPG/tree/master/BOLIB/DB2_SQL) | DB2 SQL Scripts | | [Notes/](https://github.com/barrettotte/IBM-RPG/blob/master/Notes/) | Dump of various notes. Varying quality | | [Notes/BCI433.md](https://github.com/barrettotte/IBM-RPG/blob/master/Notes/BCI433.md) | Notes for BCI433 IBMi Business Computing | | [snippets.iCMD](https://github.com/barrettotte/IBM-RPG/blob/master/snippets.iCMD) | IBMi command snippets | ## Screenshots [![Objects](https://github.com/barrettotte/IBM-RPG/blob/master/screenshots/01.PNG)](https://github.com/barrettotte/IBM-RPG/blob/master/screenshots/01.PNG) [![HXCVT](https://github.com/barrettotte/IBM-RPG/blob/master/screenshots/first-dspf.PNG)](https://github.com/barrettotte/IBM-RPG/blob/master/screenshots/first-dspf.PNG) ## Sources and Links ### Main Documentation * [IBMi 7.3 Documentation](https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzahg/welcome.htm) * [RPGLE 7.3 Documentation](https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/rzasd/rzasdmain.htm) ### Books/PDFs * [IBMi 7.3 ILE RPG Programmer's Guide](https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzasc/sc092507.pdf) * [IBM DeveloperWorks RPG Cafe](https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/We13116a562db_467e_bcd4_882013aec57a) * [Lets Go AS/400 & IBMi RPG & RPGIV Developer's Guide](https://www.amazon.com/gp/product/0998268313/ref=oh_aui_search_detailpage?ie=UTF8&psc=1) * [Mastering the AS/400: A Practical Hands-On Guide](https://www.amazon.com/gp/product/1583040706/ref=oh_aui_search_detailpage?ie=UTF8&psc=1) ### YouTube * [IBM DB2 for i and SQL Overview](https://www.youtube.com/watch?v=SB5Phy3BTQk) * [RPGLE Programming 8 Videos](https://www.youtube.com/playlist?list=PLcriRITr9pA5D8YVSkAejRhNNt5Cz3QgQ) * [YouTube/ AS400Tutorials](https://www.youtube.com/user/AS400Tutorials/videos) * **[YouTube/ yusuf230ify](https://www.youtube.com/user/yusuf230ify/playlists)** ### Misc * [AS400i](http://as400i.com/) * [Broculos.net/AS400](https://www.broculos.net/search/label/AS%2F400) * [IBMi Redbooks](http://www.redbooks.ibm.com/cgi-bin/searchsite.cgi?query=ibm+AND+i) * [Code400 Forum](http://www.code400.com/forum/) * [Go4AS400](http://www.go4as400.com/) * [RPGPGM Posts](http://www.rpgpgm.com/p/list-of-all-posts.html) * [AS400 9406 Specs](http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=dd&subtype=sm&htmlfid=897/ENUS9406-_h11) * [r/ IBMi](https://www.reddit.com/r/IBMi/) * [Common-BootCamp (Too Expensive For Me)](https://www.common.org/online-education/boot-camp/) * [IBM Systems Magazine](http://ibmsystemsmag.com/blogs/you-and-i/) * [IT Jungle](https://www.itjungle.com/newsletter/tfh/) * [AS400 Pro](http://www.as400pro.com/index.php) * [IBMi Competence Training](http://ibmicompetence.com/) * [Midrange](http://www.midrange.com/#home)

近期下载者

相关文件


收藏者