├── .gitignore ├── .ibmi.json ├── .vscode └── actions.json ├── LICENSE ├── QBNDSRC ├── Rules.mk └── SAMPLE.BNDDIR ├── QCBLSRC ├── .ibmi.json ├── PRO201.CBLLE ├── Rules.mk ├── verify.pgm.cblle ├── verifysql.sqlcblle └── verifysqlp.pgm.sqlcblle ├── QCLSRC ├── .ibmi.json ├── OPM.CLP ├── ORD100C.PGM.CLLE ├── ORD100C2.PGM.CLLE ├── ORD500C.PGM.CLLE ├── PAR201.CLLE └── Rules.mk ├── QCMDSRC ├── .ibmi.json ├── CRTORD.CMD ├── CVTSPLPDF.CMDSRC └── Rules.mk ├── QCPPSRC ├── PWD.CPP └── Rules.mk ├── QCSRC ├── PUTIFS.PGM.C ├── PUTIFSCHK.C └── Rules.mk ├── QDDSSRC ├── ART200D-Work_with_Article.DSPF ├── ART201D-Work_with_Article.DSPF ├── ART202D-Work_with_Article.DSPF ├── ART301D-Function_Select_an_article.DSPF ├── ARTICLE-Article_File.PF ├── ARTICLE1-Article_File.LF ├── ARTICLE2.LF ├── ARTIPRO1.LF ├── ARTIPROV.PF ├── COU200D.DSPF ├── COU301D.DSPF ├── COUNTR1.LF ├── COUNTRY.PF ├── CUS200D.DSPF ├── CUS301D.DSPF ├── CUSTOME1.LF ├── CUSTOME2.LF ├── CUSTOMER.PF ├── DETORD.PF ├── DETORD1.LF ├── FAM301D.DSPF ├── FAMILL1.LF ├── FAMILLY.PF ├── ORD100D.DSPF ├── ORD101D.DSPF ├── ORD200D.DSPF ├── ORD201D.DSPF ├── ORD202D.DSPF ├── ORD500O.PRTF ├── ORDER.PF ├── ORDER1.LF ├── ORDER2.LF ├── ORDER3.LF ├── PAR200D.DSPF ├── PARAMETER.PF ├── PRO200D.DSPF ├── PRO201D.DSPF ├── PRO202D.DSPF ├── PROVIDE1.LF ├── PROVIDER.PF └── Rules.mk ├── QDTASRC ├── LASTORDNO.DTAARA ├── Rules.mk └── STREAMDTA.DTAQ ├── QILESRC ├── PAR201.ILEPGM ├── PRO200.ILEPGM └── Rules.mk ├── QILESRVSRC ├── FARTICLE.ILESRVPGM ├── FPARAMETER.ILESRVPGM ├── LOG.ILESRVPGM └── Rules.mk ├── QMSGSRC ├── Rules.mk ├── SAMMSGF.MSGF └── SGSMSGF.MSGF ├── QPNLSRC ├── Rules.mk ├── SAMHELP-Help_Application_Sam.PNLGRPSRC ├── SAMMNU-Main_menu_application_SAMPLE.MENUSRC └── wstrig.wscstsrc ├── QPROTOSRC ├── .ibmi.json ├── APICALL-Prototypes_for_Ibm_API.RPGLEINC ├── ARTICLE.RPGLEINC ├── COUNTRY.RPGLEINC ├── CUSTOMER.RPGLEINC ├── FAMILLY.RPGLEINC ├── LOG_functions.RPGLEINC ├── PARAMETER.RPGLEINC ├── PROVIDER.RPGLEINC ├── README.md ├── VAT.RPGLEINC ├── XML.RPGLEINC ├── XSS.RPGLEINC └── txt.rpgleinc ├── QRPGLESRC ├── .ibmi.json ├── ART200-Work_with_article.PGM.SQLRPGLE ├── ART201-Work_with_article.PGM.RPGLE ├── ART202-Function_Article.PGM.RPGLE ├── ART300-Function_Article.RPGLE ├── ART301.SQLRPGLE ├── ART302.SQLRPGLE ├── COU300.RPGLE ├── COU301.RPGLE ├── CUS300.RPGLE ├── CUS301.SQLRPGLE ├── DAT001.RPGLE ├── DAT002.RPGLE ├── FAM300.RPGLE ├── FAM301.RPGLE ├── LOG100.PGM.RPGLE ├── LOG300.RPGLE ├── ORD100.PGM.RPGLE ├── ORD101.PGM.RPGLE ├── ORD200.PGM.SQLRPGLE ├── ORD201.PGM.SQLRPGLE ├── ORD202.PGM.RPGLE ├── ORD700.PGM.RPGLE ├── ORD900.PGM.RPGLE ├── ORD901.PGM.SQLRPGLE ├── PAR200.RPGLE ├── PAR300.RPGLE ├── PRO200.RPGLE ├── PRO202.SQLRPGLE ├── PRO300.RPGLE ├── Rules.mk ├── TXT001.RPGLE └── XML001.RPGLE ├── QRPGSRC ├── COU200.RPG └── Rules.mk ├── QSQLCPPSRC ├── ANZ_FILE.SQLCPP └── Rules.mk ├── QSQLCSRC ├── ANZ_FILE2.SQLC └── Rules.mk ├── QSQLSRC ├── .ibmi.json ├── ART801.SQLPRC ├── ARTIINF.TABLE ├── ARTLSTDAT.VIEW ├── CUSSEQ.SQLSEQ ├── ISOTODATE.SQLUDF ├── ISOTODATE4.SQLUDF ├── ORD701.SQLTRG ├── ORDERCUS.VIEW ├── Rules.mk ├── readme.md └── valuse.sqlvar ├── QSRVSRC ├── .ibmi.json ├── FARTICLE.BND ├── FCOUNTRY.BND ├── FCUSTOMER.BND ├── FFAMILLY.BND ├── FPROVIDER.BND ├── Rules.mk ├── TXT.BND └── XML.BND ├── QTRGSRC ├── .ibmi.json ├── ORD700A.SYSTRG ├── ORD700D.SYSTRG ├── ORD700U.SYSTRG └── Rules.mk ├── README.md ├── Rules.mk ├── common ├── Rules.mk └── SAMREF.PF ├── functionsVAT ├── .ibmi.json ├── Rules.mk ├── fvat.bnd ├── vat.rpgleinc ├── vat300.rpgle └── vatdef.pf ├── globalization ├── CHS │ ├── .ibmi.json │ ├── CHS.RPGLE │ └── Rules.mk ├── DEU │ ├── .ibmi.json │ ├── DEU.RPGLE │ ├── Däöü.RPGLE │ └── Rules.mk ├── HEB │ ├── .ibmi.json │ ├── Rules.mk │ └── heb.pgm.rpgle └── Rules.mk ├── includes └── included.clle └── iproj.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/.gitignore -------------------------------------------------------------------------------- /.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/.ibmi.json -------------------------------------------------------------------------------- /.vscode/actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/.vscode/actions.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/LICENSE -------------------------------------------------------------------------------- /QBNDSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QBNDSRC/Rules.mk -------------------------------------------------------------------------------- /QBNDSRC/SAMPLE.BNDDIR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QBNDSRC/SAMPLE.BNDDIR -------------------------------------------------------------------------------- /QCBLSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCBLSRC/.ibmi.json -------------------------------------------------------------------------------- /QCBLSRC/PRO201.CBLLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCBLSRC/PRO201.CBLLE -------------------------------------------------------------------------------- /QCBLSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCBLSRC/Rules.mk -------------------------------------------------------------------------------- /QCBLSRC/verify.pgm.cblle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCBLSRC/verify.pgm.cblle -------------------------------------------------------------------------------- /QCBLSRC/verifysql.sqlcblle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCBLSRC/verifysql.sqlcblle -------------------------------------------------------------------------------- /QCBLSRC/verifysqlp.pgm.sqlcblle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCBLSRC/verifysqlp.pgm.sqlcblle -------------------------------------------------------------------------------- /QCLSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/.ibmi.json -------------------------------------------------------------------------------- /QCLSRC/OPM.CLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/OPM.CLP -------------------------------------------------------------------------------- /QCLSRC/ORD100C.PGM.CLLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/ORD100C.PGM.CLLE -------------------------------------------------------------------------------- /QCLSRC/ORD100C2.PGM.CLLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/ORD100C2.PGM.CLLE -------------------------------------------------------------------------------- /QCLSRC/ORD500C.PGM.CLLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/ORD500C.PGM.CLLE -------------------------------------------------------------------------------- /QCLSRC/PAR201.CLLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/PAR201.CLLE -------------------------------------------------------------------------------- /QCLSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCLSRC/Rules.mk -------------------------------------------------------------------------------- /QCMDSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCMDSRC/.ibmi.json -------------------------------------------------------------------------------- /QCMDSRC/CRTORD.CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCMDSRC/CRTORD.CMD -------------------------------------------------------------------------------- /QCMDSRC/CVTSPLPDF.CMDSRC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCMDSRC/CVTSPLPDF.CMDSRC -------------------------------------------------------------------------------- /QCMDSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCMDSRC/Rules.mk -------------------------------------------------------------------------------- /QCPPSRC/PWD.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCPPSRC/PWD.CPP -------------------------------------------------------------------------------- /QCPPSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCPPSRC/Rules.mk -------------------------------------------------------------------------------- /QCSRC/PUTIFS.PGM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCSRC/PUTIFS.PGM.C -------------------------------------------------------------------------------- /QCSRC/PUTIFSCHK.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCSRC/PUTIFSCHK.C -------------------------------------------------------------------------------- /QCSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QCSRC/Rules.mk -------------------------------------------------------------------------------- /QDDSSRC/ART200D-Work_with_Article.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ART200D-Work_with_Article.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ART201D-Work_with_Article.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ART201D-Work_with_Article.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ART202D-Work_with_Article.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ART202D-Work_with_Article.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ART301D-Function_Select_an_article.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ART301D-Function_Select_an_article.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ARTICLE-Article_File.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ARTICLE-Article_File.PF -------------------------------------------------------------------------------- /QDDSSRC/ARTICLE1-Article_File.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ARTICLE1-Article_File.LF -------------------------------------------------------------------------------- /QDDSSRC/ARTICLE2.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ARTICLE2.LF -------------------------------------------------------------------------------- /QDDSSRC/ARTIPRO1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ARTIPRO1.LF -------------------------------------------------------------------------------- /QDDSSRC/ARTIPROV.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ARTIPROV.PF -------------------------------------------------------------------------------- /QDDSSRC/COU200D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/COU200D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/COU301D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/COU301D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/COUNTR1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/COUNTR1.LF -------------------------------------------------------------------------------- /QDDSSRC/COUNTRY.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/COUNTRY.PF -------------------------------------------------------------------------------- /QDDSSRC/CUS200D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/CUS200D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/CUS301D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/CUS301D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/CUSTOME1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/CUSTOME1.LF -------------------------------------------------------------------------------- /QDDSSRC/CUSTOME2.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/CUSTOME2.LF -------------------------------------------------------------------------------- /QDDSSRC/CUSTOMER.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/CUSTOMER.PF -------------------------------------------------------------------------------- /QDDSSRC/DETORD.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/DETORD.PF -------------------------------------------------------------------------------- /QDDSSRC/DETORD1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/DETORD1.LF -------------------------------------------------------------------------------- /QDDSSRC/FAM301D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/FAM301D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/FAMILL1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/FAMILL1.LF -------------------------------------------------------------------------------- /QDDSSRC/FAMILLY.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/FAMILLY.PF -------------------------------------------------------------------------------- /QDDSSRC/ORD100D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORD100D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ORD101D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORD101D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ORD200D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORD200D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ORD201D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORD201D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ORD202D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORD202D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/ORD500O.PRTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORD500O.PRTF -------------------------------------------------------------------------------- /QDDSSRC/ORDER.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORDER.PF -------------------------------------------------------------------------------- /QDDSSRC/ORDER1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORDER1.LF -------------------------------------------------------------------------------- /QDDSSRC/ORDER2.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORDER2.LF -------------------------------------------------------------------------------- /QDDSSRC/ORDER3.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/ORDER3.LF -------------------------------------------------------------------------------- /QDDSSRC/PAR200D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PAR200D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/PARAMETER.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PARAMETER.PF -------------------------------------------------------------------------------- /QDDSSRC/PRO200D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PRO200D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/PRO201D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PRO201D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/PRO202D.DSPF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PRO202D.DSPF -------------------------------------------------------------------------------- /QDDSSRC/PROVIDE1.LF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PROVIDE1.LF -------------------------------------------------------------------------------- /QDDSSRC/PROVIDER.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/PROVIDER.PF -------------------------------------------------------------------------------- /QDDSSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDDSSRC/Rules.mk -------------------------------------------------------------------------------- /QDTASRC/LASTORDNO.DTAARA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDTASRC/LASTORDNO.DTAARA -------------------------------------------------------------------------------- /QDTASRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDTASRC/Rules.mk -------------------------------------------------------------------------------- /QDTASRC/STREAMDTA.DTAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QDTASRC/STREAMDTA.DTAQ -------------------------------------------------------------------------------- /QILESRC/PAR201.ILEPGM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRC/PAR201.ILEPGM -------------------------------------------------------------------------------- /QILESRC/PRO200.ILEPGM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRC/PRO200.ILEPGM -------------------------------------------------------------------------------- /QILESRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRC/Rules.mk -------------------------------------------------------------------------------- /QILESRVSRC/FARTICLE.ILESRVPGM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRVSRC/FARTICLE.ILESRVPGM -------------------------------------------------------------------------------- /QILESRVSRC/FPARAMETER.ILESRVPGM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRVSRC/FPARAMETER.ILESRVPGM -------------------------------------------------------------------------------- /QILESRVSRC/LOG.ILESRVPGM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRVSRC/LOG.ILESRVPGM -------------------------------------------------------------------------------- /QILESRVSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QILESRVSRC/Rules.mk -------------------------------------------------------------------------------- /QMSGSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QMSGSRC/Rules.mk -------------------------------------------------------------------------------- /QMSGSRC/SAMMSGF.MSGF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QMSGSRC/SAMMSGF.MSGF -------------------------------------------------------------------------------- /QMSGSRC/SGSMSGF.MSGF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QMSGSRC/SGSMSGF.MSGF -------------------------------------------------------------------------------- /QPNLSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPNLSRC/Rules.mk -------------------------------------------------------------------------------- /QPNLSRC/SAMHELP-Help_Application_Sam.PNLGRPSRC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPNLSRC/SAMHELP-Help_Application_Sam.PNLGRPSRC -------------------------------------------------------------------------------- /QPNLSRC/SAMMNU-Main_menu_application_SAMPLE.MENUSRC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPNLSRC/SAMMNU-Main_menu_application_SAMPLE.MENUSRC -------------------------------------------------------------------------------- /QPNLSRC/wstrig.wscstsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPNLSRC/wstrig.wscstsrc -------------------------------------------------------------------------------- /QPROTOSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/.ibmi.json -------------------------------------------------------------------------------- /QPROTOSRC/APICALL-Prototypes_for_Ibm_API.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/APICALL-Prototypes_for_Ibm_API.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/ARTICLE.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/ARTICLE.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/COUNTRY.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/COUNTRY.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/CUSTOMER.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/CUSTOMER.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/FAMILLY.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/FAMILLY.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/LOG_functions.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/LOG_functions.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/PARAMETER.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/PARAMETER.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/PROVIDER.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/PROVIDER.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/README.md -------------------------------------------------------------------------------- /QPROTOSRC/VAT.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/VAT.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/XML.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/XML.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/XSS.RPGLEINC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/XSS.RPGLEINC -------------------------------------------------------------------------------- /QPROTOSRC/txt.rpgleinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QPROTOSRC/txt.rpgleinc -------------------------------------------------------------------------------- /QRPGLESRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/.ibmi.json -------------------------------------------------------------------------------- /QRPGLESRC/ART200-Work_with_article.PGM.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ART200-Work_with_article.PGM.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ART201-Work_with_article.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ART201-Work_with_article.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ART202-Function_Article.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ART202-Function_Article.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ART300-Function_Article.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ART300-Function_Article.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ART301.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ART301.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ART302.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ART302.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/COU300.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/COU300.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/COU301.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/COU301.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/CUS300.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/CUS300.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/CUS301.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/CUS301.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/DAT001.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/DAT001.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/DAT002.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/DAT002.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/FAM300.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/FAM300.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/FAM301.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/FAM301.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/LOG100.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/LOG100.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/LOG300.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/LOG300.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD100.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD100.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD101.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD101.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD200.PGM.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD200.PGM.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD201.PGM.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD201.PGM.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD202.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD202.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD700.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD700.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD900.PGM.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD900.PGM.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/ORD901.PGM.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/ORD901.PGM.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/PAR200.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/PAR200.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/PAR300.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/PAR300.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/PRO200.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/PRO200.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/PRO202.SQLRPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/PRO202.SQLRPGLE -------------------------------------------------------------------------------- /QRPGLESRC/PRO300.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/PRO300.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/Rules.mk -------------------------------------------------------------------------------- /QRPGLESRC/TXT001.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/TXT001.RPGLE -------------------------------------------------------------------------------- /QRPGLESRC/XML001.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGLESRC/XML001.RPGLE -------------------------------------------------------------------------------- /QRPGSRC/COU200.RPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGSRC/COU200.RPG -------------------------------------------------------------------------------- /QRPGSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QRPGSRC/Rules.mk -------------------------------------------------------------------------------- /QSQLCPPSRC/ANZ_FILE.SQLCPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLCPPSRC/ANZ_FILE.SQLCPP -------------------------------------------------------------------------------- /QSQLCPPSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLCPPSRC/Rules.mk -------------------------------------------------------------------------------- /QSQLCSRC/ANZ_FILE2.SQLC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLCSRC/ANZ_FILE2.SQLC -------------------------------------------------------------------------------- /QSQLCSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLCSRC/Rules.mk -------------------------------------------------------------------------------- /QSQLSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/.ibmi.json -------------------------------------------------------------------------------- /QSQLSRC/ART801.SQLPRC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ART801.SQLPRC -------------------------------------------------------------------------------- /QSQLSRC/ARTIINF.TABLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ARTIINF.TABLE -------------------------------------------------------------------------------- /QSQLSRC/ARTLSTDAT.VIEW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ARTLSTDAT.VIEW -------------------------------------------------------------------------------- /QSQLSRC/CUSSEQ.SQLSEQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/CUSSEQ.SQLSEQ -------------------------------------------------------------------------------- /QSQLSRC/ISOTODATE.SQLUDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ISOTODATE.SQLUDF -------------------------------------------------------------------------------- /QSQLSRC/ISOTODATE4.SQLUDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ISOTODATE4.SQLUDF -------------------------------------------------------------------------------- /QSQLSRC/ORD701.SQLTRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ORD701.SQLTRG -------------------------------------------------------------------------------- /QSQLSRC/ORDERCUS.VIEW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/ORDERCUS.VIEW -------------------------------------------------------------------------------- /QSQLSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/Rules.mk -------------------------------------------------------------------------------- /QSQLSRC/readme.md: -------------------------------------------------------------------------------- 1 | Note that TEXT attribute is represented by LABEL ON SQL command -------------------------------------------------------------------------------- /QSQLSRC/valuse.sqlvar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSQLSRC/valuse.sqlvar -------------------------------------------------------------------------------- /QSRVSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/.ibmi.json -------------------------------------------------------------------------------- /QSRVSRC/FARTICLE.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/FARTICLE.BND -------------------------------------------------------------------------------- /QSRVSRC/FCOUNTRY.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/FCOUNTRY.BND -------------------------------------------------------------------------------- /QSRVSRC/FCUSTOMER.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/FCUSTOMER.BND -------------------------------------------------------------------------------- /QSRVSRC/FFAMILLY.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/FFAMILLY.BND -------------------------------------------------------------------------------- /QSRVSRC/FPROVIDER.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/FPROVIDER.BND -------------------------------------------------------------------------------- /QSRVSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/Rules.mk -------------------------------------------------------------------------------- /QSRVSRC/TXT.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/TXT.BND -------------------------------------------------------------------------------- /QSRVSRC/XML.BND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QSRVSRC/XML.BND -------------------------------------------------------------------------------- /QTRGSRC/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QTRGSRC/.ibmi.json -------------------------------------------------------------------------------- /QTRGSRC/ORD700A.SYSTRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QTRGSRC/ORD700A.SYSTRG -------------------------------------------------------------------------------- /QTRGSRC/ORD700D.SYSTRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QTRGSRC/ORD700D.SYSTRG -------------------------------------------------------------------------------- /QTRGSRC/ORD700U.SYSTRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QTRGSRC/ORD700U.SYSTRG -------------------------------------------------------------------------------- /QTRGSRC/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/QTRGSRC/Rules.mk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/README.md -------------------------------------------------------------------------------- /Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/Rules.mk -------------------------------------------------------------------------------- /common/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/common/Rules.mk -------------------------------------------------------------------------------- /common/SAMREF.PF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/common/SAMREF.PF -------------------------------------------------------------------------------- /functionsVAT/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/functionsVAT/.ibmi.json -------------------------------------------------------------------------------- /functionsVAT/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/functionsVAT/Rules.mk -------------------------------------------------------------------------------- /functionsVAT/fvat.bnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/functionsVAT/fvat.bnd -------------------------------------------------------------------------------- /functionsVAT/vat.rpgleinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/functionsVAT/vat.rpgleinc -------------------------------------------------------------------------------- /functionsVAT/vat300.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/functionsVAT/vat300.rpgle -------------------------------------------------------------------------------- /functionsVAT/vatdef.pf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/functionsVAT/vatdef.pf -------------------------------------------------------------------------------- /globalization/CHS/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/CHS/.ibmi.json -------------------------------------------------------------------------------- /globalization/CHS/CHS.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/CHS/CHS.RPGLE -------------------------------------------------------------------------------- /globalization/CHS/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/CHS/Rules.mk -------------------------------------------------------------------------------- /globalization/DEU/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/DEU/.ibmi.json -------------------------------------------------------------------------------- /globalization/DEU/DEU.RPGLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/DEU/DEU.RPGLE -------------------------------------------------------------------------------- /globalization/DEU/Däöü.RPGLE: -------------------------------------------------------------------------------- 1 | **free 2 | //Testing NLS chars in filenames -------------------------------------------------------------------------------- /globalization/DEU/Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/DEU/Rules.mk -------------------------------------------------------------------------------- /globalization/HEB/.ibmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/HEB/.ibmi.json -------------------------------------------------------------------------------- /globalization/HEB/Rules.mk: -------------------------------------------------------------------------------- 1 | HEB.PGM: heb.pgm.rpgle -------------------------------------------------------------------------------- /globalization/HEB/heb.pgm.rpgle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/globalization/HEB/heb.pgm.rpgle -------------------------------------------------------------------------------- /globalization/Rules.mk: -------------------------------------------------------------------------------- 1 | SUBDIRS = CHS DEU HEB 2 | -------------------------------------------------------------------------------- /includes/included.clle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/includes/included.clle -------------------------------------------------------------------------------- /iproj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/bob-recursive-example/HEAD/iproj.json --------------------------------------------------------------------------------