├── .gitignore ├── .mvn └── wrapper │ ├── MavenWrapperDownloader.java │ └── maven-wrapper.properties ├── .pre-commit-config.yaml ├── .secrets.baseline ├── CONTRIBUTING.md ├── LICENSE ├── MAINTAINERS.md ├── NOTICES ├── README.md ├── SLC_Notices ├── doc ├── CBSA_Architecture_guide.md └── images │ └── Architecture │ ├── Base_cobol_CBSA_architecture_diagram.jpg │ ├── Baseinstall_CBSA_MAIN_MENU.jpg │ ├── CarbonReactUI_CBSA_architecture_diagram.jpg │ ├── CarbonReactUI_MainMenu.png │ ├── Landing_Page_Small.jpg │ ├── Payment_Landing_page_small.jpg │ ├── Payment_and_Customer_Services_UI_CBSA_architecture_diagram.jpg │ └── Payment_and_Customer_Services_UI_CBSA_architecture_diagram2.jpg ├── etc ├── README.md ├── install │ ├── README.md │ ├── base │ │ ├── README.md │ │ ├── aarfiles │ │ │ ├── README.md │ │ │ ├── creacc.aar │ │ │ ├── crecust.aar │ │ │ ├── delacc.aar │ │ │ ├── delcus.aar │ │ │ ├── inqacccz.aar │ │ │ ├── inqaccz.aar │ │ │ ├── inqcustz.aar │ │ │ ├── makepayment.aar │ │ │ ├── updacc.aar │ │ │ └── updcust.aar │ │ ├── buildjcl │ │ │ ├── ABNDPROC.jcl │ │ │ ├── ACCLOAD.jcl │ │ │ ├── ACCOFFL.jcl │ │ │ ├── BANKDATA.jcl │ │ │ ├── BATCH.jcl │ │ │ ├── BNK1ACC.jcl │ │ │ ├── BNK1CAC.jcl │ │ │ ├── BNK1CAM.jcl │ │ │ ├── BNK1CCA.jcl │ │ │ ├── BNK1CCM.jcl │ │ │ ├── BNK1CCS.jcl │ │ │ ├── BNK1CDM.jcl │ │ │ ├── BNK1CRA.jcl │ │ │ ├── BNK1DAC.jcl │ │ │ ├── BNK1DAM.jcl │ │ │ ├── BNK1DCM.jcl │ │ │ ├── BNK1DCS.jcl │ │ │ ├── BNK1MAI.jcl │ │ │ ├── BNK1TFM.jcl │ │ │ ├── BNK1TFN.jcl │ │ │ ├── BNK1UAC.jcl │ │ │ ├── BNK1UAM.jcl │ │ │ ├── BNKMENU.jcl │ │ │ ├── CICS.jcl │ │ │ ├── COMPALL.jcl │ │ │ ├── CRDTAGY1.jcl │ │ │ ├── CRDTAGY2.jcl │ │ │ ├── CRDTAGY3.jcl │ │ │ ├── CRDTAGY4.jcl │ │ │ ├── CRDTAGY5.jcl │ │ │ ├── CREACC.jcl │ │ │ ├── CRECUST.jcl │ │ │ ├── DBCRFUN.jcl │ │ │ ├── DEFAULT.jcl │ │ │ ├── DELACC.jcl │ │ │ ├── DELCUS.jcl │ │ │ ├── EXTDCUST.jcl │ │ │ ├── GETCOMPY.jcl │ │ │ ├── GETSCODE.jcl │ │ │ ├── INQACC.jcl │ │ │ ├── INQACCCU.jcl │ │ │ ├── INQCUST.jcl │ │ │ ├── MAPGEN.jcl │ │ │ ├── README.md │ │ │ ├── UPDACC.jcl │ │ │ ├── UPDCUST.jcl │ │ │ └── XFRFUN.jcl │ │ ├── db2jcl │ │ │ ├── BTCHSQL.jcl │ │ │ ├── CREDB00.jcl │ │ │ ├── CREI101.jcl │ │ │ ├── CREI201.jcl │ │ │ ├── CREI301.jcl │ │ │ ├── CRESG01.jcl │ │ │ ├── CRESG02.jcl │ │ │ ├── CRESG03.jcl │ │ │ ├── CRETB01.jcl │ │ │ ├── CRETB02.jcl │ │ │ ├── CRETB03.jcl │ │ │ ├── CRETS01.jcl │ │ │ ├── CRETS02.jcl │ │ │ ├── CRETS03.jcl │ │ │ ├── DB2BIND.jcl │ │ │ ├── DEFAULT.jcl │ │ │ ├── DROPDB2.jcl │ │ │ ├── DRPDB00.jcl │ │ │ ├── DRPI101.jcl │ │ │ ├── DRPI201.jcl │ │ │ ├── DRPI301.jcl │ │ │ ├── DRPSG01.jcl │ │ │ ├── DRPSG02.jcl │ │ │ ├── DRPSG03.jcl │ │ │ ├── DRPTB01.jcl │ │ │ ├── DRPTB02.jcl │ │ │ ├── DRPTB03.jcl │ │ │ ├── DRPTS01.jcl │ │ │ ├── DRPTS02.jcl │ │ │ ├── DRPTS03.jcl │ │ │ ├── INSTDB2.jcl │ │ │ └── README.md │ │ ├── doc │ │ │ ├── README.md │ │ │ └── images │ │ │ │ └── Baseinstall │ │ │ │ ├── BaseInstall_CBSA_option_2_ENTRY.jpg │ │ │ │ ├── BaseInstall_CBSA_option_2_SUCCESS.jpg │ │ │ │ ├── Baseinstall_CBSA_MAIN_MENU.jpg │ │ │ │ ├── Baseinstall_CBSA_option_1_ENTRY.jpg │ │ │ │ ├── Baseinstall_CBSA_option_1_START.jpg │ │ │ │ ├── Baseinstall_CBSA_option_1_SUCCESS.jpg │ │ │ │ ├── Baseinstall_CBSA_option_2_EMPTY.jpg │ │ │ │ ├── Baseinstall_CBSA_web_browser_returned_data.jpg │ │ │ │ ├── Baseinstall_PDSE.jpg │ │ │ │ ├── Baseinstall_TCPIPS_DEF.jpg │ │ │ │ ├── Baseinstall_TCPIPS_in_active_system.jpg │ │ │ │ ├── Landing_Page_Small.jpg │ │ │ │ └── Payment_Landing_page_small.jpg │ │ ├── installjcl │ │ │ ├── BANK.csd │ │ │ ├── BANKDATA.jcl │ │ │ ├── CBSACSD.jcl │ │ │ ├── CICSTS56.jcl │ │ │ ├── CREDB2L.jcl │ │ │ ├── CREL001.jcl │ │ │ ├── CREL002.jcl │ │ │ ├── CREL003.jcl │ │ │ ├── CREL004.jcl │ │ │ ├── CREL005.jcl │ │ │ ├── CREL006.jcl │ │ │ ├── CREL007.jcl │ │ │ ├── CREL008.jcl │ │ │ ├── CREL009.jcl │ │ │ ├── CREL010.jcl │ │ │ ├── CREL011.jcl │ │ │ ├── CRELIBS.jcl │ │ │ ├── DFH$SIP1.jcl │ │ │ ├── RACF001.jcl │ │ │ ├── README.md │ │ │ ├── REPLCICS.jcl │ │ │ ├── REPLSIP.jcl │ │ │ ├── RESTCICS.jcl │ │ │ ├── RESTZOSC.jcl │ │ │ ├── SHUTCICS.jcl │ │ │ ├── SHUTZOSC.jcl │ │ │ └── ZOSCSEC.jcl │ │ ├── linkeditjcl │ │ │ ├── ABNDPROC.lked │ │ │ ├── BANKDATA.lked │ │ │ ├── BNK1CAC.lked │ │ │ ├── BNK1CCA.lked │ │ │ ├── BNK1CCS.lked │ │ │ ├── BNK1CRA.lked │ │ │ ├── BNK1DAC.lked │ │ │ ├── BNK1DCS.lked │ │ │ ├── BNK1TFN.lked │ │ │ ├── BNK1UAC.lked │ │ │ ├── BNKMENU.lked │ │ │ ├── CRDTAGY1.lked │ │ │ ├── CRDTAGY2.lked │ │ │ ├── CRDTAGY3.lked │ │ │ ├── CRDTAGY4.lked │ │ │ ├── CRDTAGY5.lked │ │ │ ├── CREACC.lked │ │ │ ├── CRECUST.lked │ │ │ ├── DBCRFUN.lked │ │ │ ├── DELACC.lked │ │ │ ├── DELCUS.lked │ │ │ ├── EXTDCUST.lked │ │ │ ├── GETCOMPY.lked │ │ │ ├── GETSCODE.lked │ │ │ ├── INQACC.lked │ │ │ ├── INQACCCU.lked │ │ │ ├── INQACCTY.lked │ │ │ ├── INQCUST.lked │ │ │ ├── README.md │ │ │ ├── UPDACC.lked │ │ │ ├── UPDCUST.lked │ │ │ └── XFRFUN.lked │ │ ├── sarfiles │ │ │ ├── CSacccre.sar │ │ │ ├── CSaccdel.sar │ │ │ ├── CSaccenq.sar │ │ │ ├── CSaccupd.sar │ │ │ ├── CScustacc.sar │ │ │ ├── CScustcre.sar │ │ │ ├── CScustdel.sar │ │ │ ├── CScustenq.sar │ │ │ ├── CScustupd.sar │ │ │ ├── Pay.sar │ │ │ └── README.md │ │ ├── zosconnectserver │ │ │ └── server.xml │ │ └── zoseeserver │ │ │ └── server.xml │ ├── carbonReactUI │ │ └── doc │ │ │ ├── CBSA_Carbon_React_UI_installation_deployment_guide.md │ │ │ └── images │ │ │ └── CarbonReactUIinstall │ │ │ ├── CarbonReactUI_MainMenu.png │ │ │ └── CarbonReactUI_permissions_START.jpg │ └── springBootUI │ │ └── doc │ │ ├── CBSA_Deploying_the_Payment_Customer_Services_Springboot_apps.md │ │ └── images │ │ └── springBootUI │ │ ├── SpringBoot_CEDA_bundle.jpg │ │ ├── SpringBoot_Export_Bundle_START.jpg │ │ ├── SpringBoot_Installed_JREs.jpg │ │ ├── SpringBoot_Maven_logo.jpg │ │ ├── SpringBoot_Spring.jpg │ │ ├── SpringBoot_bundle_overview.jpg │ │ ├── SpringBoot_configure_buildpath.jpg │ │ ├── SpringBoot_console.jpg │ │ ├── SpringBoot_edit_JRE.jpg │ │ ├── SpringBoot_expanded_target_folder.jpg │ │ ├── SpringBoot_export_bundle.jpg │ │ ├── SpringBoot_export_bundle_host.jpg │ │ ├── SpringBoot_export_bundle_noconn.jpg │ │ ├── SpringBoot_export_bundle_specific.jpg │ │ ├── SpringBoot_my_cics_bundle.jpg │ │ ├── SpringBoot_my_cics_bundle_extended.jpg │ │ ├── SpringBoot_new_bundle_project.jpg │ │ └── SpringBoot_target_folder.jpg └── usage │ ├── README.md │ ├── base │ ├── README.md │ └── doc │ │ ├── CBSA_BMS_User_Guide.md │ │ └── images │ │ └── BMSUserGuide │ │ ├── BMSUser_Main_Menu.jpg │ │ ├── BMSUser_OMEN.jpg │ │ ├── BMSUser_Opt_1_EMPTY.jpg │ │ ├── BMSUser_Opt_1_ENTRY.jpg │ │ ├── BMSUser_Opt_1_START.jpg │ │ ├── BMSUser_Opt_1_SUCCESS.jpg │ │ ├── BMSUser_Opt_2_EMPTY.jpg │ │ ├── BMSUser_Opt_2_ENTRY.jpg │ │ ├── BMSUser_Opt_2_START.jpg │ │ ├── BMSUser_Opt_2_SUCCESS.jpg │ │ ├── BMSUser_Opt_3_EMPTY.jpg │ │ ├── BMSUser_Opt_3_ENTRY.jpg │ │ ├── BMSUser_Opt_3_START.jpg │ │ ├── BMSUser_Opt_3_SUCCESS.jpg │ │ ├── BMSUser_Opt_4_EMPTY.jpg │ │ ├── BMSUser_Opt_4_ERROR.jpg │ │ ├── BMSUser_Opt_4_START.jpg │ │ ├── BMSUser_Opt_4_SUCCESS.jpg │ │ ├── BMSUser_Opt_5_AMEND.jpg │ │ ├── BMSUser_Opt_5_AMEND2.jpg │ │ ├── BMSUser_Opt_5_EMPTY.jpg │ │ ├── BMSUser_Opt_5_ENTRY.jpg │ │ ├── BMSUser_Opt_5_START.jpg │ │ ├── BMSUser_Opt_5_SUCCESS.jpg │ │ ├── BMSUser_Opt_6_EMPTY.jpg │ │ ├── BMSUser_Opt_6_ENTRY.jpg │ │ ├── BMSUser_Opt_6_START.jpg │ │ ├── BMSUser_Opt_6_SUCCESS.jpg │ │ ├── BMSUser_Opt_7_EMPTY.jpg │ │ ├── BMSUser_Opt_7_ENTRY.jpg │ │ ├── BMSUser_Opt_7_START.jpg │ │ ├── BMSUser_Opt_7_SUCCESS.jpg │ │ ├── BMSUser_Opt_A_ENTRY.jpg │ │ ├── BMSUser_Opt_A_START.jpg │ │ └── BMSUser_Opt_A_SUCCESS.jpg │ ├── carbonReactUI │ ├── README.md │ └── doc │ │ ├── CBSA_Carbon_React_UI_User_Guide.md │ │ ├── CBSA_RESTful_Interface_Reference.md │ │ └── images │ │ └── CarbonReactUIUserGuide │ │ ├── 001-Carbon-React-Welcome-Screen.png │ │ ├── 002-Carbon-React-User-Userid-And-Password.png │ │ ├── 101-Carbon-React-Control-Panel.png │ │ ├── 201-Carbon-React-Create-Customer.png │ │ ├── 202-Carbon-React-Create-Customer-Popup.png │ │ ├── 203-Carbon-React-View-Customer.png │ │ ├── 204-Carbon-React-Update-Customer-Popup.png │ │ ├── 301-Carbon-React-Create-Account.png │ │ ├── 302-Carbon-React-Create-Account-Popup.png │ │ ├── 303-Carbon-React-View-Accounts.png │ │ ├── 304-Carbon-React-Update-Accounts-Popup.png │ │ ├── 401-Carbon-React-Delete-Account.png │ │ ├── 402-Carbon-React-Delete-Account-Warning-Popup.png │ │ ├── 501-Carbon-React-Delete-Customer.png │ │ ├── 502-Carbon-React-Delete-Customer-Warning-Popup.png │ │ └── Carbon-React-Hamburger-Icon.png │ └── springBoot │ ├── README.md │ └── doc │ ├── CBSA_Customer_Services_Interface_User_Guide.md │ ├── CBSA_Payment_Interface_User_Guide.md │ ├── CBSA_Restful_API_guide.md │ └── images │ ├── CustomerServiceUserGuide │ ├── Account_Enquiry_ENTRY.jpg │ ├── Account_Enquiry_START.jpg │ ├── Account_Enquiry_SUCCESS.jpg │ ├── Create_Account_ENTRY.jpg │ ├── Create_Account_START.jpg │ ├── Create_Account_SUCCESS.jpg │ ├── Create_Customer_ENTRY.jpg │ ├── Create_Customer_START.jpg │ ├── Create_Customer_SUCCESS.jpg │ ├── Customer_Enquiry_ENTRY.jpg │ ├── Customer_Enquiry_START.jpg │ ├── Customer_Enquiry_SUCCESS.jpg │ ├── Delete_Account_ENTRY.jpg │ ├── Delete_Account_START.jpg │ ├── Delete_Account_SUCCESS.jpg │ ├── Delete_Customer_ENTRY.jpg │ ├── Delete_Customer_START.jpg │ ├── Delete_Customer_SUCCESS.jpg │ ├── Landing_Page.jpg │ ├── Landing_Page_Small.jpg │ ├── List_Accounts_for_Customer_ENTRY.jpg │ ├── List_Accounts_for_Customer_START.jpg │ ├── List_Accounts_for_Customer_SUCCESS.jpg │ ├── Update_Account_ENTRY.jpg │ ├── Update_Account_START.jpg │ ├── Update_Account_SUCCESS.jpg │ ├── Update_Customer_ENTRY1.jpg │ ├── Update_Customer_ENTRY2.jpg │ ├── Update_Customer_ENTRY3.jpg │ ├── Update_Customer_START.jpg │ ├── Update_Customer_SUCCESS1.jpg │ ├── Update_Customer_SUCCESS2.jpg │ └── Update_Customer_SUCCESS3.jpg │ └── PaymentUserGuide │ ├── Payment_5390_ERROR.jpg │ ├── Payment_5391_SUCCESS.jpg │ ├── Payment_Landing_page.jpg │ ├── Payment_Landing_page_small.jpg │ ├── Payment_REFUND_ENTRY.jpg │ ├── Payment_REFUND_SUCCESS.jpg │ └── Payment_acc_5391_ENTRY.jpg ├── mvnw ├── mvnw.cmd ├── pom.xml └── src ├── .gitignore ├── README.md ├── Z-OS-Connect-Customer-Services-Interface ├── .classpath ├── .gitignore ├── .project ├── README.md ├── pom.xml └── src │ └── main │ ├── java │ └── com │ │ └── ibm │ │ └── cics │ │ └── cip │ │ └── bank │ │ └── springboot │ │ └── customerservices │ │ ├── ConnectionInfo.java │ │ ├── CustomerServices.java │ │ ├── JsonPropertyNamingStrategy.java │ │ ├── OutputFormatUtils.java │ │ ├── ServletInitializer.java │ │ ├── controllers │ │ ├── InvalidCustomerException.java │ │ └── WebController.java │ │ └── jsonclasses │ │ ├── accountenquiry │ │ ├── AccountEnquiryForm.java │ │ ├── AccountEnquiryJson.java │ │ └── InqaccJson.java │ │ ├── createaccount │ │ ├── AccountType.java │ │ ├── CreaccJson.java │ │ ├── CreaccKeyJson.java │ │ ├── CreateAccountForm.java │ │ └── CreateAccountJson.java │ │ ├── createcustomer │ │ ├── CreateCustomerForm.java │ │ ├── CreateCustomerJson.java │ │ └── CrecustJson.java │ │ ├── customerenquiry │ │ ├── CustomerEnquiryForm.java │ │ ├── CustomerEnquiryJson.java │ │ ├── InqCustDob.java │ │ ├── InqCustReviewDate.java │ │ └── InqCustZJson.java │ │ ├── deleteaccount │ │ ├── DelaccJson.java │ │ └── DeleteAccountJson.java │ │ ├── deletecustomer │ │ ├── DelcusJson.java │ │ └── DeleteCustomerJson.java │ │ ├── listaccounts │ │ ├── AccountDetails.java │ │ ├── InqAccczJson.java │ │ └── ListAccJson.java │ │ ├── updateaccount │ │ ├── UpdaccJson.java │ │ ├── UpdateAccountForm.java │ │ └── UpdateAccountJson.java │ │ └── updatecustomer │ │ ├── UpdateCustomerForm.java │ │ ├── UpdateCustomerJson.java │ │ └── UpdcustJson.java │ └── resources │ ├── application.properties │ ├── static │ └── styles │ │ └── styles.css │ └── templates │ ├── accountEnquiryForm.html │ ├── createAccountForm.html │ ├── createCustomerForm.html │ ├── customerEnquiryForm.html │ ├── customerServices.html │ ├── deleteAccountForm.html │ ├── deleteCustomerForm.html │ ├── listAccountsForm.html │ ├── paymentInterfaceForm.html │ ├── updateAccountForm.html │ └── updateCustomerForm.html ├── Z-OS-Connect-Payment-Interface ├── .gitignore ├── .mvn │ └── wrapper │ │ ├── MavenWrapperDownloader.java │ │ ├── maven-wrapper.jar │ │ └── maven-wrapper.properties ├── README.md ├── pom.xml └── src │ └── main │ ├── java │ └── com │ │ └── ibm │ │ └── cics │ │ └── cip │ │ └── bank │ │ └── springboot │ │ └── paymentinterface │ │ ├── ConnectionInfo.java │ │ ├── JsonPropertyNamingStrategy.java │ │ ├── OutputFormatUtils.java │ │ ├── PaymentInterface.java │ │ ├── ServletInitializer.java │ │ ├── controllers │ │ ├── ParamsController.java │ │ └── WebController.java │ │ └── jsonclasses │ │ └── paymentinterface │ │ ├── DbcrJson.java │ │ ├── OriginJson.java │ │ ├── PaymentInterfaceJson.java │ │ └── TransferForm.java │ └── resources │ ├── application.properties │ ├── static │ └── styles │ │ └── styles.css │ └── templates │ └── paymentInterfaceForm.html ├── bank-application-frontend ├── .DS_Store ├── .gitignore ├── .yarnclean ├── .yarnrc.yml ├── README.md ├── design.sketch ├── package.json ├── public │ ├── Cloud_report.jpg │ ├── Financial-Services-Cloud-leadspace.jpg │ ├── Planning_Analytics-4-mobile.jpg │ ├── Use_cases_reduce_complexity.png │ ├── cics-ts-6_1.png │ ├── creditcardv1_0001r.jpg │ ├── favicon.ico │ ├── ibm-db2-support-leadspace.png │ ├── ibm-fireside-chat-trans-bus.png │ ├── index.html │ ├── manifest.json │ ├── promo-band-illustration-1920x1080-2x.png │ └── sustainability-v2_0.png ├── src │ ├── App.js │ ├── App.test.js │ ├── app.scss │ ├── components │ │ ├── Admin-Header │ │ │ ├── Admin-Header.js │ │ │ ├── _admin-header.scss │ │ │ ├── cics_app_icon.svg │ │ │ └── index.js │ │ ├── Homepage-Header │ │ │ ├── Homepage-Header.js │ │ │ ├── _homepage-header.scss │ │ │ └── index.js │ │ └── NewAccount │ │ │ ├── AccountForm.js │ │ │ ├── AccountForm.scss │ │ │ ├── NewAccount.js │ │ │ └── NewAccount.scss │ ├── content │ │ ├── AccountCreationPage │ │ │ ├── AccountCreationPage.js │ │ │ ├── _account-creation.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ ├── AccountDeletePage │ │ │ ├── AccountDeletePage.js │ │ │ ├── AccountDeleteTables.js │ │ │ ├── _delete.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ ├── AccountDetailsPage │ │ │ ├── AccountDetailsPage.js │ │ │ ├── AccountDetailsTable.js │ │ │ ├── _account-details.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ ├── AdminPage │ │ │ ├── AdminPage.js │ │ │ ├── _admin-page.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ ├── CustomerCreationPage │ │ │ ├── CustomerCreationPage.js │ │ │ ├── _customer-creation.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ ├── CustomerDeletePage │ │ │ ├── CustomerDeletePage.js │ │ │ ├── CustomerDeleteTables.js │ │ │ ├── _delete.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ ├── CustomerDetailsPage │ │ │ ├── CustomerDetailsPage.js │ │ │ ├── CustomerDetailsTable.js │ │ │ ├── _customer-details.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ │ └── HomePage │ │ │ ├── HomePage.js │ │ │ ├── _home-page.scss │ │ │ ├── _mixins.scss │ │ │ ├── _overrides.scss │ │ │ └── index.js │ ├── index.js │ ├── index.scss │ ├── serviceWorker.js │ └── setupTests.js └── yarn.lock ├── base ├── README.md ├── bms_src │ ├── BNK1ACC.bms │ ├── BNK1B2M.bms │ ├── BNK1CAM.bms │ ├── BNK1CCM.bms │ ├── BNK1CDM.bms │ ├── BNK1DAM.bms │ ├── BNK1DCM.bms │ ├── BNK1MAI.bms │ ├── BNK1TFM.bms │ └── BNK1UAM.bms ├── cobol_copy │ ├── ABNDINFO.cpy │ ├── ACCDB2.cpy │ ├── ACCOUNT.cpy │ ├── ACCTCTRL.cpy │ ├── BANKMAP.cpy │ ├── BNK1DDM.cpy │ ├── CONTDB2.cpy │ ├── CONTROLI.cpy │ ├── CREACC.cpy │ ├── CRECUST.cpy │ ├── CUSTCTRL.cpy │ ├── CUSTMAP.cpy │ ├── CUSTOMER.cpy │ ├── DELACC.cpy │ ├── DELACCZ.cpy │ ├── DELCUS.cpy │ ├── GETCOMPY.cpy │ ├── GETSCODE.cpy │ ├── INQACC.cpy │ ├── INQACCCU.cpy │ ├── INQACCCZ.cpy │ ├── INQACCZ.cpy │ ├── INQCUST.cpy │ ├── INQCUSTZ.cpy │ ├── NEWACCNO.cpy │ ├── NEWCUSNO.cpy │ ├── PAYDBCR.cpy │ ├── PROCDB2.cpy │ ├── PROCISRT.cpy │ ├── PROCTRAN.cpy │ ├── RESPSTR.cpy │ ├── SORTCODE.cpy │ ├── STCUSTNO.cpy │ ├── UPDACC.cpy │ ├── UPDCUST.cpy │ ├── WAZI.cpy │ └── XFRFUN.cpy └── cobol_src │ ├── ABNDPROC.cbl │ ├── BANKDATA.cbl │ ├── BNK1CAC.cbl │ ├── BNK1CCA.cbl │ ├── BNK1CCS.cbl │ ├── BNK1CRA.cbl │ ├── BNK1DAC.cbl │ ├── BNK1DCS.cbl │ ├── BNK1TFN.cbl │ ├── BNK1UAC.cbl │ ├── BNKMENU.cbl │ ├── CRDTAGY1.cbl │ ├── CRDTAGY2.cbl │ ├── CRDTAGY3.cbl │ ├── CRDTAGY4.cbl │ ├── CRDTAGY5.cbl │ ├── CREACC.cbl │ ├── CRECUST.cbl │ ├── DBCRFUN.cbl │ ├── DELACC.cbl │ ├── DELCUS.cbl │ ├── GETCOMPY.cbl │ ├── GETSCODE.cbl │ ├── INQACC.cbl │ ├── INQACCCU.cbl │ ├── INQCUST.cbl │ ├── UPDACC.cbl │ ├── UPDCUST.cbl │ └── XFRFUN.cbl ├── webui ├── .classpath ├── .project ├── .settings │ ├── .jsdtscope │ ├── org.eclipse.core.resources.prefs │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ ├── org.eclipse.wst.common.component │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.wst.jsdt.ui.superType.container │ └── org.eclipse.wst.jsdt.ui.superType.name ├── README.md ├── WebContent │ ├── .DS_Store │ ├── Cloud_report.jpg │ ├── Financial-Services-Cloud-leadspace.jpg │ ├── META-INF │ │ └── MANIFEST.MF │ ├── Planning_Analytics-4-mobile.jpg │ ├── Use_cases_reduce_complexity.png │ ├── WEB-INF │ │ └── web.xml │ ├── asset-manifest.json │ ├── cics-ts-6_1.png │ ├── creditcardv1_0001r.jpg │ ├── favicon.ico │ ├── ibm-db2-support-leadspace.png │ ├── ibm-fireside-chat-trans-bus.png │ ├── index.html │ ├── manifest.json │ ├── promo-band-illustration-1920x1080-2x.png │ ├── static │ │ ├── css │ │ │ └── main.27ea650d.css │ │ └── js │ │ │ ├── main.76390f06.js │ │ │ └── main.76390f06.js.LICENSE.txt │ └── sustainability-v2_0.png ├── pom.xml └── src │ └── main │ └── java │ └── com │ └── ibm │ └── cics │ └── cip │ └── bankliberty │ ├── api │ └── json │ │ ├── AccountJSON.java │ │ ├── AccountsResource.java │ │ ├── BankingApplication.java │ │ ├── CompanyNameResource.java │ │ ├── CounterResource.java │ │ ├── CreditScore.java │ │ ├── CreditScoreCICS540.java │ │ ├── CustomerJSON.java │ │ ├── CustomerResource.java │ │ ├── DebitCreditAccountJSON.java │ │ ├── HBankDataAccess.java │ │ ├── ProcessedTransactionAccountJSON.java │ │ ├── ProcessedTransactionCreateCustomerJSON.java │ │ ├── ProcessedTransactionDebitCreditJSON.java │ │ ├── ProcessedTransactionDeleteCustomerJSON.java │ │ ├── ProcessedTransactionJSON.java │ │ ├── ProcessedTransactionResource.java │ │ ├── ProcessedTransactionTransferLocalJSON.java │ │ ├── SortCodeResource.java │ │ └── TransferLocalJSON.java │ ├── datainterfaces │ ├── CRECUST.java │ ├── CUSTOMER.java │ ├── CustomerControl.java │ ├── GetCompany.java │ ├── GetSortCode.java │ ├── NewAccountNumber.java │ ├── NewCustomerNumber.java │ └── PROCTRAN.java │ ├── web │ ├── db2 │ │ ├── Account.java │ │ └── ProcessedTransaction.java │ └── vsam │ │ └── Customer.java │ └── webui │ └── data_access │ ├── Account.java │ ├── AccountList.java │ ├── Customer.java │ ├── CustomerList.java │ └── GetUserSortCode.java └── zosconnect_artefacts ├── README.md ├── apis ├── creacc │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── insert │ │ │ └── POST │ │ │ ├── mapping.xml │ │ │ ├── request.map │ │ │ └── response.map │ ├── package.xml │ └── services │ │ └── CSacccre │ │ ├── files │ │ ├── interfaces │ │ │ └── CREACC.si │ │ └── service │ │ │ └── CSacccre.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CSacccreRequest.json │ │ └── CSacccreResponse.json ├── crecust │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── insert │ │ │ └── POST │ │ │ ├── mapping.xml │ │ │ ├── request.map │ │ │ └── response.map │ ├── package.xml │ └── services │ │ └── CScustcre │ │ ├── files │ │ ├── interfaces │ │ │ └── CRECUST.si │ │ └── service │ │ │ └── CScustcre.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CScustcreRequest.json │ │ └── CScustcreResponse.json ├── delacc │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── remove │ │ │ └── {accno} │ │ │ └── DELETE │ │ │ ├── mapping.xml │ │ │ ├── request.map │ │ │ └── response.map │ ├── package.xml │ └── services │ │ └── CSaccdel │ │ ├── files │ │ ├── interfaces │ │ │ └── DELACCZ.si │ │ └── service │ │ │ └── CSaccdel.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CSaccdelRequest.json │ │ └── CSaccdelResponse.json ├── delcus │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── remove │ │ │ └── {custno} │ │ │ └── DELETE │ │ │ ├── mapping.xml │ │ │ ├── request.map │ │ │ └── response.map │ ├── package.xml │ └── services │ │ └── CScustdel │ │ ├── files │ │ ├── interfaces │ │ │ └── DELCUS.si │ │ └── service │ │ │ └── CScustdel.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CScustdelRequest.json │ │ └── CScustdelResponse.json ├── inqacccz │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── list │ │ │ └── {custno} │ │ │ └── GET │ │ │ ├── mapping.xml │ │ │ └── request.map │ ├── package.xml │ └── services │ │ └── CScustacc │ │ ├── files │ │ ├── interfaces │ │ │ └── INQACCCZ.si │ │ └── service │ │ │ └── CScustacc.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CScustaccRequest.json │ │ └── CScustaccResponse.json ├── inqaccz │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── enquiry │ │ │ └── {accno} │ │ │ └── GET │ │ │ ├── mapping.xml │ │ │ └── request.map │ ├── package.xml │ └── services │ │ └── CSaccenq │ │ ├── files │ │ ├── interfaces │ │ │ └── INQACCZ.si │ │ └── service │ │ │ └── CSaccenq.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CSaccenqRequest.json │ │ └── CSaccenqResponse.json ├── inqcustz │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── enquiry │ │ │ └── {custno} │ │ │ └── GET │ │ │ ├── mapping.xml │ │ │ ├── request.map │ │ │ └── response.map │ ├── package.xml │ └── services │ │ └── CScustenq │ │ ├── files │ │ ├── interfaces │ │ │ └── INQCUSTZ.si │ │ └── service │ │ │ └── CScustenq.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CScustenqRequest.json │ │ └── CScustenqResponse.json ├── makepayment │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── dbcr │ │ │ └── PUT │ │ │ ├── mapping.xml │ │ │ ├── request.map │ │ │ └── response.map │ ├── package.xml │ └── services │ │ └── Pay │ │ ├── files │ │ ├── interfaces │ │ │ └── PAYDBCR.si │ │ └── service │ │ │ └── Pay.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── PayRequest.json │ │ └── PayResponse.json ├── updacc │ ├── .project │ ├── api-docs │ │ └── swagger.json │ ├── api │ │ └── update │ │ │ └── PUT │ │ │ └── mapping.xml │ ├── package.xml │ └── services │ │ └── CSaccupd │ │ ├── files │ │ ├── interfaces │ │ │ └── UPDACC.si │ │ └── service │ │ │ └── CSaccupd.xml │ │ ├── manifest.yml │ │ └── schemas │ │ ├── CSaccupdRequest.json │ │ └── CSaccupdResponse.json └── updcust │ ├── .project │ ├── api-docs │ └── swagger.json │ ├── api │ └── update │ │ └── PUT │ │ ├── mapping.xml │ │ ├── request.map │ │ └── response.map │ ├── package.xml │ └── services │ └── CScustupd │ ├── files │ ├── interfaces │ │ └── UPDCUST.si │ └── service │ │ └── CScustupd.xml │ ├── manifest.yml │ └── schemas │ ├── CScustupdRequest.json │ └── CScustupdResponse.json └── services ├── CSacccre ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CSacccre.xml │ └── schemas │ │ ├── CSacccreRequest.json │ │ └── CSacccreResponse.json ├── service-interfaces │ └── CREACC.si └── service.properties ├── CSaccdel ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CSaccdel.xml │ └── schemas │ │ ├── CSaccdelRequest.json │ │ └── CSaccdelResponse.json ├── service-interfaces │ └── DELACCZ.si └── service.properties ├── CSaccenq ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CSaccenq.xml │ └── schemas │ │ ├── CSaccenqRequest.json │ │ └── CSaccenqResponse.json ├── service-interfaces │ └── INQACCZ.si └── service.properties ├── CSaccupd ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CSaccupd.xml │ └── schemas │ │ ├── CSaccupdRequest.json │ │ └── CSaccupdResponse.json ├── service-interfaces │ └── UPDACC.si └── service.properties ├── CScustacc ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CScustacc.xml │ └── schemas │ │ ├── CScustaccRequest.json │ │ └── CScustaccResponse.json ├── service-interfaces │ └── INQACCCZ.si └── service.properties ├── CScustcre ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CScustcre.xml │ └── schemas │ │ ├── CScustcreRequest.json │ │ └── CScustcreResponse.json ├── service-interfaces │ └── CRECUST.si └── service.properties ├── CScustdel ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CScustdel.xml │ └── schemas │ │ ├── CScustdelRequest.json │ │ └── CScustdelResponse.json ├── service-interfaces │ └── DELCUS.si └── service.properties ├── CScustenq ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CScustenq.xml │ └── schemas │ │ ├── CScustenqRequest.json │ │ └── CScustenqResponse.json ├── service-interfaces │ └── INQCUSTZ.si └── service.properties ├── CScustupd ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── bin │ ├── CScustupd.xml │ └── schemas │ │ ├── CScustupdRequest.json │ │ └── CScustupdResponse.json ├── service-interfaces │ └── UPDCUST.si └── service.properties └── Pay ├── .project ├── .settings └── org.eclipse.core.resources.prefs ├── bin ├── Pay.xml └── schemas │ ├── PayRequest.json │ └── PayResponse.json ├── service-interfaces └── PAYDBCR.si └── service.properties /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.class 3 | *.jar 4 | *.war 5 | copyright.json 6 | **/src/webui/bin 7 | **/.vscode 8 | **/.idea 9 | **/.settings 10 | src/appscan-config.xml 11 | src/appscan-config.xml 12 | src/appscan-config.xml 13 | src/appscan-config.xml 14 | src/src_2023-02-21_17-13-54_logs.zip 15 | src/src_2023-02-21_17-13-54.irx 16 | src/src_2023-02-21_16-27-00_logs.zip 17 | src/src_2023-02-21_16-27-00.irx 18 | *.woff2 19 | *.woff 20 | *.map 21 | src/Z-OS-Connect-Customer-Services-Interface/maven.txt 22 | src/Z-OS-Connect-Customer-Services-Interface/pomSafe.xml 23 | src/Z-OS-Connect-Payment-Interface/pomSafe.xml 24 | src/bank-application-frontend/.whitesource 25 | CSAR-CBSA.xml 26 | CSAR-CBSA.xml.out 27 | appscan-config.xml 28 | appscan-config.xml 29 | -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.2/apache-maven-3.8.2-bin.zip 2 | wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar 3 | -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- 1 | # See https://pre-commit.com for more information 2 | # See https://pre-commit.com/hooks.html for more hooks 3 | repos: 4 | - repo: https://github.com/pre-commit/pre-commit-hooks 5 | rev: v3.2.0 6 | hooks: 7 | - id: trailing-whitespace 8 | - id: end-of-file-fixer 9 | - id: check-yaml 10 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # How to contribute 2 | 3 | Thank you for contributing to this project. 4 | 5 | We welcome bug reports, discussions about new function, and suggested updates to the documentation in the issue tracker. 6 | 7 | You should read these guidelines to help you contribute. 8 | 9 | ## Reporting a bug 10 | 11 | Please raise bugs by raising a new issue using the Issues tab. When raising bugs, first check whether an issue for your problem already exists. Then try to give a good indication of the exact circumstances that provoked the bug. What were you doing? What did you expect to happen? What actually happened? What logs or other material can you provide to show the problem? 12 | 13 | ## Requesting new features 14 | 15 | Please request new features or updates to the documentation in the issue tracker. When requesting features, try to show why you want the feature you're requesting. 16 | -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- 1 | # Maintainers 2 | 3 | - James O'Grady [@JAMOGRAD](https://github.com/JAMOGRAD) 4 | 5 | *Last reviewed:* February 2025 6 | -------------------------------------------------------------------------------- /doc/images/Architecture/Base_cobol_CBSA_architecture_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/Base_cobol_CBSA_architecture_diagram.jpg -------------------------------------------------------------------------------- /doc/images/Architecture/Baseinstall_CBSA_MAIN_MENU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/Baseinstall_CBSA_MAIN_MENU.jpg -------------------------------------------------------------------------------- /doc/images/Architecture/CarbonReactUI_CBSA_architecture_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/CarbonReactUI_CBSA_architecture_diagram.jpg -------------------------------------------------------------------------------- /doc/images/Architecture/CarbonReactUI_MainMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/CarbonReactUI_MainMenu.png -------------------------------------------------------------------------------- /doc/images/Architecture/Landing_Page_Small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/Landing_Page_Small.jpg -------------------------------------------------------------------------------- /doc/images/Architecture/Payment_Landing_page_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/Payment_Landing_page_small.jpg -------------------------------------------------------------------------------- /doc/images/Architecture/Payment_and_Customer_Services_UI_CBSA_architecture_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/Payment_and_Customer_Services_UI_CBSA_architecture_diagram.jpg -------------------------------------------------------------------------------- /doc/images/Architecture/Payment_and_Customer_Services_UI_CBSA_architecture_diagram2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/doc/images/Architecture/Payment_and_Customer_Services_UI_CBSA_architecture_diagram2.jpg -------------------------------------------------------------------------------- /etc/README.md: -------------------------------------------------------------------------------- 1 | # CBSA etc 2 | 3 | This contains configuration. 4 | 5 | ## install 6 | 7 | contains information on how to install CBSA. 8 | 9 | ## usage 10 | 11 | contains information on how to use it. 12 | -------------------------------------------------------------------------------- /etc/install/README.md: -------------------------------------------------------------------------------- 1 | # CBSA install 2 | 3 | Instructions on how to install CICS Banking Sample application. 4 | 5 | ## base 6 | 7 | Information, documentation and scripts for installing the COBOL parts of the application, and the archive files for deployment to the z/OS Connect server. 8 | 9 | ## carbonReactUI 10 | 11 | Instructions on how to deploy the WebSphere Liberty Profile application that runs in the JVM server inside CICS. 12 | 13 | ## springBootUI 14 | 15 | Instructions on how to deploy the Spring Boot applications that run in the JVM server inside CICS. 16 | -------------------------------------------------------------------------------- /etc/install/base/README.md: -------------------------------------------------------------------------------- 1 | # CBSA base 2 | 3 | Everything needed to deploy and build the COBOL and z/OS Connect portions of the application. 4 | 5 | # aarfiles and sarfiles 6 | 7 | The API and Service archives respectively, to be deployed to z/OS Connect. 8 | 9 | # buildjcl 10 | 11 | All the scripts (Job Control Language jobs) to compile and bind the COBOL programs. 12 | 13 | # db2jcl 14 | 15 | The scripts (Job Control Language and SQL) to build the Db2 infrastructure. 16 | 17 | # doc 18 | 19 | Documentation. Read the information in here to install the base application. 20 | 21 | # installjcl 22 | 23 | The scripts (Job Control Language jobs) to build the data and resources for the application. 24 | 25 | # linkeditjcl 26 | 27 | The inputs for the binder. You should not need to edit these. 28 | -------------------------------------------------------------------------------- /etc/install/base/aarfiles/README.md: -------------------------------------------------------------------------------- 1 | # aarfiles 2 | 3 | These are z/OS Connect API Archive files that need to be deployed to the `apis` directory of z/OS Connect. 4 | -------------------------------------------------------------------------------- /etc/install/base/aarfiles/creacc.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/creacc.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/crecust.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/crecust.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/delacc.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/delacc.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/delcus.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/delcus.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/inqacccz.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/inqacccz.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/inqaccz.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/inqaccz.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/inqcustz.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/inqcustz.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/makepayment.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/makepayment.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/updacc.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/updacc.aar -------------------------------------------------------------------------------- /etc/install/base/aarfiles/updcust.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/aarfiles/updcust.aar -------------------------------------------------------------------------------- /etc/install/base/buildjcl/ABNDPROC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program ABNDPROC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=ABNDPROC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/ACCLOAD.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program ACCLOAD 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC BATCH,MEMBER=ACCLOAD 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/ACCOFFL.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program ACCOFFL 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC BATCH,MEMBER=ACCOFFL 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BANKDATA.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program BANKDATA 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC BATCH,MEMBER=BANKDATA 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1ACC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1ACC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1ACC EXEC PROC=MAPGEN,MEMBER=BNK1ACC,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CAC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1CAC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1CAC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CAM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1CAM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1CAM EXEC PROC=MAPGEN,MEMBER=BNK1CAM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CCA.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1CCA 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1CCA 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CCM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1CCM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1CCM EXEC PROC=MAPGEN,MEMBER=BNK1CCM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CCS.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1CCS 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1CCS 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CDM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1CDM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1CDM EXEC PROC=MAPGEN,MEMBER=BNK1CDM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1CRA.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1CRA 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1CRA 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1DAC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1DAC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1DAC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1DAM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1DAM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1DAM EXEC PROC=MAPGEN,MEMBER=BNK1DAM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1DCM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1DCM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1DCM EXEC PROC=MAPGEN,MEMBER=BNK1DCM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1DCS.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1DCS 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1DCS 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1MAI.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1MAI 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1MAI EXEC PROC=MAPGEN,MEMBER=BNK1MAI,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1TFM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1TFM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1TFM EXEC PROC=MAPGEN,MEMBER=BNK1TFM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1TFN.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1TFN 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1TFN 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1UAC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNK1UAC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNK1UAC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNK1UAM.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit BMS map BNK1UAM 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | //BNK1UAM EXEC PROC=MAPGEN,MEMBER=BNK1UAM,RMODE=ANY, 8 | // OUTC='*' 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/BNKMENU.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program BNKMENU 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=BNKMENU 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CRDTAGY1.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program CRDTAGY1 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CRDTAGY1 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CRDTAGY2.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program CRDTAGY2 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CRDTAGY2 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CRDTAGY3.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program CRDTAGY3 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CRDTAGY3 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CRDTAGY4.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program CRDTAGY4 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CRDTAGY4 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CRDTAGY5.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program CRDTAGY5 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CRDTAGY5 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CREACC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program CREACC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CREACC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/CRECUST.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program CRECUST 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=CRECUST 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/DBCRFUN.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program DBCRFUN 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=DBCRFUN 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/DEFAULT.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | // SET CICSHLQ=DFH560.CICS 5 | // SET CBSAHLQ=CBSA.CICSBSA 6 | // SET LEHLQ=CEE 7 | // SET COBOLHLQ=IGY630 8 | // SET DB2HLQ=DSNC10 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/DELACC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program DELACC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=DELACC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/DELCUS.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program DELCUS 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=DELCUS 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/EXTDCUST.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program EXTDCUST 5 | // JCLLIB ORDER=CTSSVT.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC BATCH,MEMBER=EXTDCUST 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/GETCOMPY.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program GETCOMPY 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=GETCOMPY 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/GETSCODE.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program GETSCODE 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=GETSCODE 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/INQACC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program INQACC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=INQACC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/INQACCCU.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program INQACCCU 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=INQACCCU 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/INQCUST.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit batch COBOL program INQCUST 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=INQCUST 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/README.md: -------------------------------------------------------------------------------- 1 | # buildjcl 2 | 3 | These are Job Control Language (JCL) files used to compile the base application code. 4 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/UPDACC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile and link-edit CICS COBOL program UPDACC 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=UPDACC 8 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/UPDCUST.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* 5 | //* JCL to compile and link-edit CICS COBOL program UPDCUST 6 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 7 | // INCLUDE MEMBER=DEFAULT 8 | // EXEC CICS,MEMBER=UPDCUST 9 | -------------------------------------------------------------------------------- /etc/install/base/buildjcl/XFRFUN.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //* JCL to compile COBOL program XFRFUN 5 | // JCLLIB ORDER=CBSA.CICSBSA.BUILDJCL 6 | // INCLUDE MEMBER=DEFAULT 7 | // EXEC CICS,MEMBER=XFRFUN 8 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/BTCHSQL.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //BTCHSQL JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DKDA) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | SELECT * FROM ACCOUNT ; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CREDB00.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CREDB00 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE DATABASE CBSA 21 | BUFFERPOOL BP1 22 | INDEXBP BP2; 23 | /* 24 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CREI101.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CREI101 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE UNIQUE INDEX IBMUSER.ACCTINDX 21 | ON IBMUSER.ACCOUNT(ACCOUNT_SORTCODE,ACCOUNT_NUMBER) 22 | USING STOGROUP ACCOUNT; 23 | /* 24 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CREI201.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CREI201 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE INDEX IBMUSER.ACCTCUST 21 | ON IBMUSER.ACCOUNT(ACCOUNT_SORTCODE,ACCOUNT_CUSTOMER_NUMBER) 22 | USING STOGROUP ACCOUNT; 23 | /* 24 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CREI301.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CREI301 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE UNIQUE INDEX IBMUSER.CONTINDX 21 | ON IBMUSER.CONTROL(CONTROL_NAME) 22 | USING STOGROUP CONTROL; 23 | /* 24 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRESG01.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRESG01 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE STOGROUP ACCOUNT VOLUMES('*','*','*','*','*') VCAT DSNV12DP; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRESG02.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRESG02 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE STOGROUP PROCTRAN VOLUMES('*','*','*','*','*') VCAT DSNV12DP; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRESG03.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRESG03 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE STOGROUP CONTROL VOLUMES('*','*','*','*','*') VCAT DSNV12DP; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRETB03.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRETB03 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | 21 | CREATE TABLE IBMUSER.CONTROL ( 22 | CONTROL_NAME CHAR(32), 23 | CONTROL_VALUE_NUM INTEGER, 24 | CONTROL_VALUE_STR CHAR(40) 25 | ) 26 | IN CBSA.CONTROL NOT VOLATILE 27 | CARDINALITY AUDIT NONE DATA CAPTURE NONE; 28 | /* 29 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRETS01.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRETS01 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE TABLESPACE ACCOUNT IN CBSA USING STOGROUP ACCOUNT; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRETS02.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRETS02 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE TABLESPACE PROCTRAN IN CBSA USING STOGROUP PROCTRAN; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/CRETS03.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //CRETS03 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | CREATE TABLESPACE CONTROL IN CBSA USING STOGROUP CONTROL; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DROPDB2.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DROPDB2 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | 21 | DROP INDEX IBMUSER.CONTINDX; 22 | DROP TABLE CONTROL; 23 | DROP TABLESPACE CONTROL; 24 | DROP STOGROUP CONTROL; 25 | 26 | DROP TABLE PROCTRAN; 27 | DROP TABLESPACE PROCTRAN; 28 | DROP STOGROUP PROCTRAN; 29 | 30 | DROP INDEX IBMUSER.ACCTCUST; 31 | DROP INDEX IBMUSER.ACCTINDX; 32 | DROP TABLE IBMUSER.ACCOUNT; 33 | DROP TABLESPACE ACCOUNT; 34 | DROP STOGROUP ACCOUNT; 35 | 36 | DROP DATABASE CBSA; 37 | 38 | /* 39 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPDB00.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPDB00 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP DATABASE CBSA; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPI101.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPI101 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP INDEX IBMUSER.ACCTINDX; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPI201.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPI201 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP INDEX IBMUSER.ACCTCUST 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPI301.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPI301 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP INDEX IBMUSER.CONTINDX; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPSG01.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPSG01 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP STOGROUP ACCOUNT; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPSG02.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPSG02 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP STOGROUP PROCTRAN; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPSG03.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPSG03 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP STOGROUP CONTROL; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPTB01.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPTB01 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP TABLE ACCOUNT; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPTB02.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPTB02 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP TABLE PROCTRAN; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPTB03.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPTB03 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP TABLE CONTROL; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPTS01.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPTS01 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP TABLESPACE ACCOUNT; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPTS02.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPTS02 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP TABLESPACE PROCTRAN; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/DRPTS03.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //DRPTS03 JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H, 5 | // MSGLEVEL=(1,1),REGION=4M 6 | //* 7 | //JCLLIB JCLLIB ORDER=DSNC10.PROCLIB 8 | //JOBLIB DD DISP=SHR,DSN=DSNC10.SDSNLOAD 9 | //GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20 10 | //SYSTSPRT DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSUDUMP DD SYSOUT=* 13 | //SYSTSIN DD * 14 | DSN SYSTEM(DBCG) 15 | RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) - 16 | LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)') 17 | END 18 | //SYSIN DD * 19 | SET CURRENT SQLID = 'IBMUSER'; 20 | DROP TABLESPACE CONTROL; 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/db2jcl/README.md: -------------------------------------------------------------------------------- 1 | # db2jcl 2 | 3 | These are Job Control Language (JCL) files used to build the Db2 parts of the base application. 4 | -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/BaseInstall_CBSA_option_2_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/BaseInstall_CBSA_option_2_ENTRY.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/BaseInstall_CBSA_option_2_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/BaseInstall_CBSA_option_2_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_MAIN_MENU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_MAIN_MENU.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_1_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_1_ENTRY.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_1_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_1_START.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_1_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_1_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_2_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_option_2_EMPTY.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_web_browser_returned_data.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_CBSA_web_browser_returned_data.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_PDSE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_PDSE.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_TCPIPS_DEF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_TCPIPS_DEF.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Baseinstall_TCPIPS_in_active_system.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Baseinstall_TCPIPS_in_active_system.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Landing_Page_Small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Landing_Page_Small.jpg -------------------------------------------------------------------------------- /etc/install/base/doc/images/Baseinstall/Payment_Landing_page_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/doc/images/Baseinstall/Payment_Landing_page_small.jpg -------------------------------------------------------------------------------- /etc/install/base/installjcl/CBSACSD.jcl: -------------------------------------------------------------------------------- 1 | //CBSACSD JOB ,,CLASS=A,MSGCLASS=H, 2 | // NOTIFY=&SYSUID, 3 | // MSGLEVEL=(1,1) 4 | //* 5 | //* Copyright IBM Corp. 2023 6 | //* 7 | //* 8 | //* Please change @CICS_PREFIX@ to DFH560.CICS 9 | //* - to the prefix for CICS system datasets 10 | //* 11 | //* Change @CSD_PREFIX@ to CBSA.CICSREG 12 | //* - to the prefix of the CICS DFHCSD dataset 13 | //* 14 | //* Please change @CBSA_INSTALL@ to THIS.DATASET.NAME 15 | //* - to THIS PDS name 16 | //* 17 | //DFHCSDUP EXEC PGM=DFHCSDUP,REGION=0M 18 | //STEPLIB DD DSN=@CICS_PREFIX@.SDFHLOAD,DISP=SHR 19 | //DFHCSD DD DSN=@CSD_PREFIX@.DFHCSD,DISP=SHR 20 | //SYSPRINT DD SYSOUT=* 21 | //CBDOUT DD SYSOUT=* 22 | //AMSDUMP DD SYSOUT=* 23 | //SYSIN DD DISP=SHR,DSN=@CBSA_INSTALL@(BANK) 24 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/CREL003.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //*CREL003 JOB ,,CLASS=A,MSGCLASS=H, 00000107 5 | //* NOTIFY=&SYSUID, 00000207 6 | //* MSGLEVEL=(1,1) 7 | //* 00000307 8 | //********************************************************** 00001000 9 | //** CREATE THE PDSE ** 00002000 10 | //********************************************************** 00003000 11 | //STEP10 EXEC PGM=IEFBR14 00004000 12 | //DD01 DD DSN=&HLQ..CICSBSA.LOADLIB, 13 | // DISP=(NEW,CATLG,DELETE), 00006005 14 | // SPACE=(CYL,(5,1)), 15 | // DCB=(LRECL=0,BLKSIZE=32760,DSORG=PO,RECFM=U), 00008005 16 | // DSNTYPE=LIBRARY 00009005 17 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/CREL004.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //*CREL004 JOB ,,CLASS=A,MSGCLASS=H, 00000109 5 | //* NOTIFY=&SYSUID, 00000209 6 | //* MSGLEVEL=(1,1) 7 | //* 00000309 8 | //********************************************************** 00001000 9 | //** CREATE THE PDSE ** 00002000 10 | //********************************************************** 00003000 11 | //STEP10 EXEC PGM=IEFBR14 00004000 12 | //DD01 DD DSN=&HLQ..CICSBSA.DBRM, 13 | // DISP=(NEW,CATLG,DELETE), 00006000 14 | // SPACE=(CYL,(30,20)), 15 | // DCB=(LRECL=80,BLKSIZE=23440,DSORG=PO, 00008007 16 | // RECFM=FB),DSNTYPE=LIBRARY 00008107 17 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/CREL005.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //*CREL005 JOB ,,CLASS=A,MSGCLASS=H, 00000110 5 | //* NOTIFY=&SYSUID, 00000210 6 | //* MSGLEVEL=(1,1) 7 | //* 00000310 8 | //********************************************************** 00001000 9 | //** CREATE THE PDSE ** 00002000 10 | //********************************************************** 00003000 11 | //STEP10 EXEC PGM=IEFBR14 00004000 12 | //DD01 DD DSN=&HLQ..CICSBSA.LKED, 13 | // DISP=(NEW,CATLG,DELETE), 00006000 14 | // SPACE=(CYL,(1,2)), 15 | // DCB=(LRECL=80,BLKSIZE=3120,DSORG=PO, 00008008 16 | // RECFM=FB),DSNTYPE=LIBRARY 00008100 17 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/CREL008.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //*CREL008 JOB ,,CLASS=A,MSGCLASS=H, 00000109 5 | //* NOTIFY=&SYSUID, 00000209 6 | //* MSGLEVEL=(1,1) 7 | //* 00000309 8 | //********************************************************** 00001000 9 | //** CREATE THE PDSE ** 00002000 10 | //********************************************************** 00003000 11 | //STEP10 EXEC PGM=IEFBR14 00004000 12 | //DD01 DD DSN=&HLQ..CICSBSA.CBSAMOD, 13 | // DISP=(NEW,CATLG,DELETE), 00006000 14 | // SPACE=(CYL,(50,20)), 15 | // DCB=(LRECL=80,BLKSIZE=23440,DSORG=PO, 00008007 16 | // RECFM=FB),DSNTYPE=LIBRARY 00008107 17 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/RACF001.jcl: -------------------------------------------------------------------------------- 1 | //RACF001 JOB ,,CLASS=A,MSGCLASS=H, 2 | // NOTIFY=&SYSUID, 3 | // MSGLEVEL=(1,1) 4 | //* 5 | //* Copyright IBM Corp. 2023 6 | //* 7 | //* 8 | //TSO EXEC PGM=IKJEFT01,DYNAMNBR=20,REGION=0M 9 | //SYSTSPRT DD SYSOUT=* 10 | //PROFILES DD SYSOUT=* 11 | //SYSPRINT DD SYSOUT=* 12 | //SYSTSIN DD * 13 | RDEFINE FACILITY DFHDB2.AUTHTYPE.HBANK OWNER(IBMUSER) UACC(NONE) 14 | PERMIT DFHDB2.AUTHTYPE.HBANK CLASS(FACILITY) - 15 | ID(CICSUSER IBMUSER JCOLLET OGRADYJ) ACCESS(READ) 16 | RDEFINE FACILITY DFHDB2.AUTHTYPE.DBCG OWNER(IBMUSER) UACC(NONE) 17 | PERMIT DFHDB2.AUTHTYPE.DBCG CLASS(FACILITY) - 18 | ID(CICSUSER IBMUSER JCOLLET OGRADYJ) ACCESS(READ) 19 | SETR RACLIST(FACILITY) REFRESH 20 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/README.md: -------------------------------------------------------------------------------- 1 | # installjcl 2 | 3 | Job Control Language (JCL) files for installing the application as detailed in the [installation instructions](../doc/CBSA_base_cobol_installation_instructions.md). 4 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/REPLCICS.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //REPLCICS JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1),REGION=0M 7 | //* 8 | //JOBSTEP EXEC PGM=IEBCOPY 9 | //SYSPRINT DD SYSOUT=H 10 | //SYSOUT DD SYSOUT=H 11 | //SYSUT1 DD DSNAME=CBSA.JCL.INSTALL, 12 | // DISP=SHR 13 | //SYSUT2 DD DSNAME=FEU.Z25A.PROCLIB, 14 | // DISP=(SHR,KEEP) 15 | //SYSUT3 DD UNIT=SYSDA,SPACE=(TRK,(5)) 16 | //SYSUT4 DD UNIT=SYSDA,SPACE=(TRK,(5)) 17 | //SYSIN DD * 18 | COPYOPER COPY OUTDD=SYSUT2 19 | INDD=SYSUT1 20 | SELECT MEMBER=((CICSTS56,,R)) 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/REPLSIP.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //REPLSIP JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1),REGION=0M 7 | //* 8 | //JOBSTEP EXEC PGM=IEBCOPY 9 | //SYSPRINT DD SYSOUT=H 10 | //SYSOUT DD SYSOUT=H 11 | //SYSUT1 DD DSNAME=CBSA.JCL.INSTALL, 12 | // DISP=SHR 13 | //SYSUT2 DD DSNAME=DFH560.SYSIN, 14 | // DISP=(SHR,KEEP) 15 | //SYSUT3 DD UNIT=SYSDA,SPACE=(TRK,(5)) 16 | //SYSUT4 DD UNIT=SYSDA,SPACE=(TRK,(5)) 17 | //SYSIN DD * 18 | COPYOPER COPY OUTDD=SYSUT2 19 | INDD=SYSUT1 20 | SELECT MEMBER=((DFH$SIP1,,R)) 21 | /* 22 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/RESTCICS.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //RESTCICS JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1),REGION=0M 7 | //* 8 | //STEP0001 EXEC PGM=IKJEFT01,TIME=1440,REGION=0M 9 | //SYSTSPRT DD DUMMY 10 | //SYSTSIN DD * 11 | CONSOLE NAME(MV1) SYSCMD(- 12 | S CICSTS56) 13 | //* 14 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/RESTZOSC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //RESTZOSC JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1),REGION=0M 7 | //* 8 | //STEP0001 EXEC PGM=IKJEFT01,TIME=1440,REGION=0M 9 | //SYSTSPRT DD DUMMY 10 | //SYSTSIN DD * 11 | CONSOLE NAME(MV1) SYSCMD(- 12 | S ZOSCSRV) 13 | //* 14 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/SHUTCICS.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //SHUTCICS JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1),REGION=0M 7 | //* 8 | //STEP0001 EXEC PGM=IKJEFT01,TIME=1440,REGION=0M 9 | //SYSTSPRT DD DUMMY 10 | //SYSTSIN DD * 11 | CONSOLE NAME(MV1) SYSCMD(- 12 | C CICSTS56) 13 | //* 14 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/SHUTZOSC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //SHUTZOSC JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1),REGION=0M 7 | //* 8 | //STEP0001 EXEC PGM=IKJEFT01,TIME=1440,REGION=0M 9 | //SYSTSPRT DD DUMMY 10 | //SYSTSIN DD * 11 | CONSOLE NAME(MV1) SYSCMD(- 12 | C ZOSCSRV) 13 | //* 14 | -------------------------------------------------------------------------------- /etc/install/base/installjcl/ZOSCSEC.jcl: -------------------------------------------------------------------------------- 1 | //* 2 | //* Copyright IBM Corp. 2023 3 | //* 4 | //ZOSCSEC JOB ,,CLASS=A,MSGCLASS=H, 5 | // NOTIFY=&SYSUID, 6 | // MSGLEVEL=(1,1) 7 | //* 8 | //BPXIT EXEC PGM=BPXBATCH,PARM='SH chmod -R g+rwx "/var/zosconnect/v3r0+ 9 | // /servers/defaultServer/resources/zosconnect"' 10 | //STDOUT DD * 11 | //STDENV DD * 12 | //* 13 | // 14 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/ABNDPROC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(ABNDPROC) 5 | ENTRY ABNDPROC 6 | NAME ABNDPROC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BANKDATA.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BANKDATA) 5 | INCLUDE SYSLIB(DSNELI) 6 | INCLUDE SYSLIB(DFHNCTR) 7 | ENTRY BANKDATA 8 | NAME BANKDATA(R) 9 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1CAC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1CAC) 5 | ENTRY BNK1CAC 6 | NAME BNK1CAC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1CCA.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1CCA) 5 | ENTRY BNK1CCA 6 | NAME BNK1CCA(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1CCS.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1CCS) 5 | ENTRY BNK1CCS 6 | NAME BNK1CCS(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1CRA.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1CRA) 5 | ENTRY BNK1CRA 6 | NAME BNK1CRA(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1DAC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1DAC) 5 | ENTRY BNK1DAC 6 | NAME BNK1DAC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1DCS.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1DCS) 5 | ENTRY BNK1DCS 6 | NAME BNK1DCS(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1TFN.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1TFN) 5 | ENTRY BNK1TFN 6 | NAME BNK1TFN(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNK1UAC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNK1UAC) 5 | ENTRY BNK1UAC 6 | NAME BNK1UAC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/BNKMENU.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(BNKMENU) 5 | ENTRY BNKMENU 6 | NAME BNKMENU(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CRDTAGY1.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CRDTAGY1) 5 | ENTRY CRDTAGY1 6 | NAME CRDTAGY1(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CRDTAGY2.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CRDTAGY2) 5 | ENTRY CRDTAGY2 6 | NAME CRDTAGY2(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CRDTAGY3.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CRDTAGY3) 5 | ENTRY CRDTAGY3 6 | NAME CRDTAGY3(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CRDTAGY4.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CRDTAGY4) 5 | ENTRY CRDTAGY4 6 | NAME CRDTAGY4(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CRDTAGY5.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CRDTAGY5) 5 | ENTRY CRDTAGY5 6 | NAME CRDTAGY5(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CREACC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CREACC) 5 | ENTRY CREACC 6 | NAME CREACC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/CRECUST.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(CRECUST) 5 | ENTRY CRECUST 6 | NAME CRECUST(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/DBCRFUN.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(DBCRFUN) 5 | ENTRY DBCRFUN 6 | NAME DBCRFUN(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/DELACC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(DELACC) 5 | ENTRY DELACC 6 | NAME DELACC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/DELCUS.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(DELCUS) 5 | ENTRY DELCUS 6 | NAME DELCUS(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/EXTDCUST.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(EXTDCUST) 5 | ENTRY EXTDCUST 6 | NAME EXTDCUST(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/GETCOMPY.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(GETCOMPY) 5 | ENTRY GETCOMPY 6 | NAME GETCOMPY(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/GETSCODE.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(GETSCODE) 5 | ENTRY GETSCODE 6 | NAME GETSCODE(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/INQACC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(INQACC) 5 | ENTRY INQACC 6 | NAME INQACC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/INQACCCU.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(INQACCCU) 5 | ENTRY INQACCCU 6 | NAME INQACCCU(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/INQACCTY.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(INQACCTY) 5 | ENTRY INQACCTY 6 | NAME INQACCTY(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/INQCUST.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(INQCUST) 5 | ENTRY INQCUST 6 | NAME INQCUST(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/README.md: -------------------------------------------------------------------------------- 1 | # linkeditjcl 2 | 3 | These are files used as input to the "binder" or "link editor". You do not need to edit these. 4 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/UPDACC.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(UPDACC) 5 | ENTRY UPDACC 6 | NAME UPDACC(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/UPDCUST.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(UPDCUST) 5 | ENTRY UPDCUST 6 | NAME UPDCUST(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/linkeditjcl/XFRFUN.lked: -------------------------------------------------------------------------------- 1 | * 2 | * Copyright IBM Corp. 2023 3 | * 4 | INCLUDE CBSAMOD(XFRFUN) 5 | ENTRY XFRFUN 6 | NAME XFRFUN(R) 7 | -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CSacccre.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CSacccre.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CSaccdel.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CSaccdel.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CSaccenq.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CSaccenq.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CSaccupd.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CSaccupd.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CScustacc.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CScustacc.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CScustcre.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CScustcre.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CScustdel.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CScustdel.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CScustenq.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CScustenq.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/CScustupd.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/CScustupd.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/Pay.sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/base/sarfiles/Pay.sar -------------------------------------------------------------------------------- /etc/install/base/sarfiles/README.md: -------------------------------------------------------------------------------- 1 | # sarfiles 2 | 3 | These are z/OS Connect Service Archive files that need to be deployed to the `services` directory of z/OS Connect. 4 | -------------------------------------------------------------------------------- /etc/install/carbonReactUI/doc/images/CarbonReactUIinstall/CarbonReactUI_MainMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/carbonReactUI/doc/images/CarbonReactUIinstall/CarbonReactUI_MainMenu.png -------------------------------------------------------------------------------- /etc/install/carbonReactUI/doc/images/CarbonReactUIinstall/CarbonReactUI_permissions_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/carbonReactUI/doc/images/CarbonReactUIinstall/CarbonReactUI_permissions_START.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_CEDA_bundle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_CEDA_bundle.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Export_Bundle_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Export_Bundle_START.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Installed_JREs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Installed_JREs.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Maven_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Maven_logo.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Spring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_Spring.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_bundle_overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_bundle_overview.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_configure_buildpath.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_configure_buildpath.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_console.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_console.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_edit_JRE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_edit_JRE.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_expanded_target_folder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_expanded_target_folder.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle_host.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle_host.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle_noconn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle_noconn.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle_specific.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_export_bundle_specific.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_my_cics_bundle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_my_cics_bundle.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_my_cics_bundle_extended.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_my_cics_bundle_extended.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_new_bundle_project.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_new_bundle_project.jpg -------------------------------------------------------------------------------- /etc/install/springBootUI/doc/images/springBootUI/SpringBoot_target_folder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/install/springBootUI/doc/images/springBootUI/SpringBoot_target_folder.jpg -------------------------------------------------------------------------------- /etc/usage/README.md: -------------------------------------------------------------------------------- 1 | # CBSA usage 2 | 3 | This contains configuration. 4 | 5 | [base](./base/README.md) 6 | 7 | contains information on how to use the 3270 COBOL application. 8 | 9 | [carbonReactUI](./carbonReactUI/README.md) 10 | 11 | contains information on how to use the browser interface built on the Carbon React system. 12 | 13 | [springBoot](./springBoot/README.md) 14 | 15 | contains information on how to use the browser interface built using Spring Boot. 16 | -------------------------------------------------------------------------------- /etc/usage/base/README.md: -------------------------------------------------------------------------------- 1 | # CBSA/usage/base 2 | 3 | [User Guide](./doc/CBSA_BMS_User_Guide.md) 4 | 5 | contains information on how to use the 3270 BMS COBOL interface. 6 | -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Main_Menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Main_Menu.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_OMEN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_OMEN.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_1_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_2_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_3_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_ERROR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_ERROR.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_4_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_AMEND.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_AMEND.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_AMEND2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_AMEND2.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_5_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_6_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_EMPTY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_EMPTY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_7_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_A_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_A_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_A_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_A_START.jpg -------------------------------------------------------------------------------- /etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_A_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/base/doc/images/BMSUserGuide/BMSUser_Opt_A_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/README.md: -------------------------------------------------------------------------------- 1 | # CBSA/usage/carbonReactUI 2 | 3 | [User Guide](./doc/CBSA_Carbon_React_UI_User_Guide.md) 4 | 5 | contains information on how to use the browser interface built on the Carbon React system. 6 | 7 | [RESTful Interface Guide](./doc/CBSA_RESTful_Interface_Reference.md) 8 | 9 | describes how to access the underlying Java application running inside the WebSphere Liberty Profile JVM server inside CICS using REST principles. 10 | -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/001-Carbon-React-Welcome-Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/001-Carbon-React-Welcome-Screen.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/002-Carbon-React-User-Userid-And-Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/002-Carbon-React-User-Userid-And-Password.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/101-Carbon-React-Control-Panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/101-Carbon-React-Control-Panel.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/201-Carbon-React-Create-Customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/201-Carbon-React-Create-Customer.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/202-Carbon-React-Create-Customer-Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/202-Carbon-React-Create-Customer-Popup.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/203-Carbon-React-View-Customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/203-Carbon-React-View-Customer.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/204-Carbon-React-Update-Customer-Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/204-Carbon-React-Update-Customer-Popup.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/301-Carbon-React-Create-Account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/301-Carbon-React-Create-Account.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/302-Carbon-React-Create-Account-Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/302-Carbon-React-Create-Account-Popup.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/303-Carbon-React-View-Accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/303-Carbon-React-View-Accounts.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/304-Carbon-React-Update-Accounts-Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/304-Carbon-React-Update-Accounts-Popup.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/401-Carbon-React-Delete-Account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/401-Carbon-React-Delete-Account.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/402-Carbon-React-Delete-Account-Warning-Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/402-Carbon-React-Delete-Account-Warning-Popup.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/501-Carbon-React-Delete-Customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/501-Carbon-React-Delete-Customer.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/502-Carbon-React-Delete-Customer-Warning-Popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/502-Carbon-React-Delete-Customer-Warning-Popup.png -------------------------------------------------------------------------------- /etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/Carbon-React-Hamburger-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/carbonReactUI/doc/images/CarbonReactUIUserGuide/Carbon-React-Hamburger-Icon.png -------------------------------------------------------------------------------- /etc/usage/springBoot/README.md: -------------------------------------------------------------------------------- 1 | # CBSA/usage/springBoot 2 | 3 | [Customer Services](./doc/CBSA_Customer_Services_Interface_User_Guide.md) 4 | 5 | contains information on how to use the browser interface for the Customer Services Spring Boot application. 6 | 7 | [Payment Interface](./doc/CBSA_Payment_Interface_User_Guide.md) 8 | 9 | contains information on how to use the browser interface for the Payment Interface Spring Boot application. 10 | 11 | [RESTful API](./doc/CBSA_Restful_API_guide.md) 12 | 13 | contains information on how to use the RESTful interface via z/OS Connect. 14 | -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Account_Enquiry_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Account_Enquiry_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Account_Enquiry_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Account_Enquiry_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Account_Enquiry_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Account_Enquiry_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Account_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Account_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Account_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Account_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Account_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Account_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Customer_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Customer_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Customer_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Customer_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Customer_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Create_Customer_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Customer_Enquiry_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Customer_Enquiry_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Customer_Enquiry_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Customer_Enquiry_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Customer_Enquiry_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Customer_Enquiry_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Account_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Account_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Account_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Account_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Account_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Account_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Customer_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Customer_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Customer_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Customer_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Customer_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Delete_Customer_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Landing_Page.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Landing_Page.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Landing_Page_Small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Landing_Page_Small.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/List_Accounts_for_Customer_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/List_Accounts_for_Customer_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/List_Accounts_for_Customer_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/List_Accounts_for_Customer_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/List_Accounts_for_Customer_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/List_Accounts_for_Customer_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Account_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Account_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Account_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Account_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Account_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Account_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_ENTRY1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_ENTRY1.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_ENTRY2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_ENTRY2.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_ENTRY3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_ENTRY3.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_START.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_START.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_SUCCESS1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_SUCCESS1.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_SUCCESS2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_SUCCESS2.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_SUCCESS3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/CustomerServiceUserGuide/Update_Customer_SUCCESS3.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_5390_ERROR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_5390_ERROR.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_5391_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_5391_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_Landing_page.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_Landing_page.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_Landing_page_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_Landing_page_small.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_REFUND_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_REFUND_ENTRY.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_REFUND_SUCCESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_REFUND_SUCCESS.jpg -------------------------------------------------------------------------------- /etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_acc_5391_ENTRY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/etc/usage/springBoot/doc/images/PaymentUserGuide/Payment_acc_5391_ENTRY.jpg -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.class 3 | *.jar 4 | *.war 5 | appscan-config.xml 6 | scanIt*.bat 7 | -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- 1 | # CBSA src 2 | 4 | This contains all the source required for CBSA. 5 | 6 | * base contains COBOL and BMS map source and copybooks 7 | 8 | * webui contains the WebSphere Liberty Profile application 9 | 10 | * zosconnect_artefacts contains the projects required to build the components that are ultimately deployed to z/OS Connect 11 | 12 | * The two z/OS Connect folders are the CICS JVM server portions of those applications 13 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/README.md: -------------------------------------------------------------------------------- 1 | # Customer services pages utilising Zos Connect 2 | 3 | Accessed from the Customer Services URL (*/customerservices-1.0/*). 4 | 5 | The project is written in Java with Spring Boot, with Thymeleaf templates powering the web pages. 6 | 7 | The controllers folder contains a class with all page mappings, and a small class providing a utility to initiate a payments transfer using an GET request. 8 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/src/main/java/com/ibm/cics/cip/bank/springboot/customerservices/ServletInitializer.java: -------------------------------------------------------------------------------- 1 | /* */ 2 | /* Copyright IBM Corp. 2023 */ 3 | /* */ 4 | package com.ibm.cics.cip.bank.springboot.customerservices; 5 | 6 | import org.springframework.boot.builder.SpringApplicationBuilder; 7 | import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; 8 | 9 | public class ServletInitializer extends SpringBootServletInitializer 10 | { 11 | 12 | 13 | @Override 14 | protected SpringApplicationBuilder configure( 15 | SpringApplicationBuilder application) 16 | { 17 | return application.sources(CustomerServices.class); 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/src/main/java/com/ibm/cics/cip/bank/springboot/customerservices/controllers/InvalidCustomerException.java: -------------------------------------------------------------------------------- 1 | package com.ibm.cics.cip.bank.springboot.customerservices.controllers; 2 | 3 | /* */ 4 | /* Copyright IBM Corp. 2023 */ 5 | /* */ 6 | 7 | public class InvalidCustomerException extends Exception 8 | { 9 | 10 | private final String errorMsg; 11 | 12 | /** 13 | * General exception for a customer that does not meet standards 14 | */ 15 | private static final long serialVersionUID = 4059447992690613550L; 16 | 17 | 18 | InvalidCustomerException(String msg) 19 | { 20 | errorMsg = msg; 21 | } 22 | 23 | 24 | @Override 25 | public String getMessage() 26 | { 27 | return errorMsg; 28 | } 29 | 30 | } 31 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/src/main/java/com/ibm/cics/cip/bank/springboot/customerservices/jsonclasses/createaccount/AccountType.java: -------------------------------------------------------------------------------- 1 | /* */ 2 | /* Copyright IBM Corp. 2023 */ 3 | /* */ 4 | package com.ibm.cics.cip.bank.springboot.customerservices.jsonclasses.createaccount; 5 | 6 | public enum AccountType 7 | { 8 | CURRENT, LOAN, ISA, MORTGAGE, SAVING 9 | } 10 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/src/main/java/com/ibm/cics/cip/bank/springboot/customerservices/jsonclasses/listaccounts/ListAccJson.java: -------------------------------------------------------------------------------- 1 | /* */ 2 | /* Copyright IBM Corp. 2023 */ 3 | /* */ 4 | package com.ibm.cics.cip.bank.springboot.customerservices.jsonclasses.listaccounts; 5 | 6 | import com.fasterxml.jackson.annotation.JsonProperty; 7 | import com.fasterxml.jackson.databind.annotation.JsonNaming; 8 | import com.ibm.cics.cip.bank.springboot.customerservices.JsonPropertyNamingStrategy; 9 | 10 | @JsonNaming(JsonPropertyNamingStrategy.class) 11 | public class ListAccJson 12 | { 13 | 14 | 15 | @JsonProperty("INQACCCZ") 16 | private InqAccczJson inqAcccz; 17 | 18 | 19 | public InqAccczJson getInqacccz() 20 | { 21 | return inqAcccz; 22 | } 23 | 24 | 25 | public void setInqacccz(InqAccczJson inqAccczIn) 26 | { 27 | inqAcccz = inqAccczIn; 28 | } 29 | 30 | 31 | @Override 32 | public String toString() 33 | { 34 | return "ListAccJson [INQACCCZ=" + inqAcccz + "]"; 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Customer-Services-Interface/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | server.port=19080 2 | server.servlet.context-path=/customerservices-1.0 3 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Payment-Interface/.gitignore: -------------------------------------------------------------------------------- 1 | HELP.md 2 | target/ 3 | !.mvn/wrapper/maven-wrapper.jar 4 | !**/src/main/**/target/ 5 | !**/src/test/**/target/ 6 | 7 | .DS_Store 8 | 9 | ### STS ### 10 | .apt_generated 11 | .classpath 12 | .factorypath 13 | .project 14 | .settings 15 | .springBeans 16 | .sts4-cache 17 | 18 | ### IntelliJ IDEA ### 19 | .idea 20 | *.iws 21 | *.iml 22 | *.ipr 23 | 24 | ### NetBeans ### 25 | /nbproject/private/ 26 | /nbbuild/ 27 | /dist/ 28 | /nbdist/ 29 | /.nb-gradle/ 30 | build/ 31 | !**/src/main/**/build/ 32 | !**/src/test/**/build/ 33 | 34 | ### VS Code ### 35 | .vscode/ 36 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Payment-Interface/.mvn/wrapper/maven-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/Z-OS-Connect-Payment-Interface/.mvn/wrapper/maven-wrapper.jar -------------------------------------------------------------------------------- /src/Z-OS-Connect-Payment-Interface/.mvn/wrapper/maven-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.2/apache-maven-3.8.2-bin.zip 2 | wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar 3 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Payment-Interface/README.md: -------------------------------------------------------------------------------- 1 | # Payments Interface panel utilising Z/OS Connect 2 | 3 | The Payments Interface can be accessed via the URL */paymentinterface-1.1/*. 4 | 5 | The project is written in Java with Spring Boot, with Thymeleaf templates powering the web pages. 6 | 7 | The controllers folder contains a class with all page mappings, and a small class providing a utility to initiate a payments transfer using an GET request. 8 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Payment-Interface/src/main/java/com/ibm/cics/cip/bank/springboot/paymentinterface/ServletInitializer.java: -------------------------------------------------------------------------------- 1 | /* */ 2 | /* Copyright IBM Corp. 2023 */ 3 | /* */ 4 | package com.ibm.cics.cip.bank.springboot.paymentinterface; 5 | 6 | import org.springframework.boot.builder.SpringApplicationBuilder; 7 | import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; 8 | 9 | public class ServletInitializer extends SpringBootServletInitializer 10 | { 11 | 12 | 13 | 14 | @Override 15 | protected SpringApplicationBuilder configure( 16 | SpringApplicationBuilder application) 17 | { 18 | return application.sources(PaymentInterface.class); 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /src/Z-OS-Connect-Payment-Interface/src/main/resources/application.properties: -------------------------------------------------------------------------------- 1 | server.port=19080 2 | server.servlet.context-path=/paymentinterface-1.1 3 | logging.level.org.springframework.boot.context.web.ErrorPageFilter=off 4 | -------------------------------------------------------------------------------- /src/bank-application-frontend/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/.DS_Store -------------------------------------------------------------------------------- /src/bank-application-frontend/.gitignore: -------------------------------------------------------------------------------- 1 | .yarn/ 2 | node_modules 3 | settings.json 4 | .scannerwork 5 | .env 6 | /build 7 | .logscanIt.bat 8 | build/ 9 | scanIt.bat 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/.yarnclean: -------------------------------------------------------------------------------- 1 | # test directories 2 | __tests__ 3 | test 4 | tests 5 | powered-test 6 | 7 | # asset directories 8 | docs 9 | doc 10 | website 11 | images 12 | assets 13 | 14 | # examples 15 | example 16 | examples 17 | 18 | # code coverage directories 19 | coverage 20 | .nyc_output 21 | 22 | # build scripts 23 | Makefile 24 | Gulpfile.js 25 | Gruntfile.js 26 | 27 | # configs 28 | appveyor.yml 29 | circle.yml 30 | codeship-services.yml 31 | codeship-steps.yml 32 | wercker.yml 33 | .tern-project 34 | .gitattributes 35 | .editorconfig 36 | .*ignore 37 | .eslintrc 38 | .jshintrc 39 | .flowconfig 40 | .documentup.json 41 | .yarn-metadata.json 42 | .travis.yml 43 | 44 | # misc 45 | *.md 46 | -------------------------------------------------------------------------------- /src/bank-application-frontend/.yarnrc.yml: -------------------------------------------------------------------------------- 1 | nodeLinker: node-modules 2 | -------------------------------------------------------------------------------- /src/bank-application-frontend/design.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/design.sketch -------------------------------------------------------------------------------- /src/bank-application-frontend/public/Cloud_report.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/Cloud_report.jpg -------------------------------------------------------------------------------- /src/bank-application-frontend/public/Financial-Services-Cloud-leadspace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/Financial-Services-Cloud-leadspace.jpg -------------------------------------------------------------------------------- /src/bank-application-frontend/public/Planning_Analytics-4-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/Planning_Analytics-4-mobile.jpg -------------------------------------------------------------------------------- /src/bank-application-frontend/public/Use_cases_reduce_complexity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/Use_cases_reduce_complexity.png -------------------------------------------------------------------------------- /src/bank-application-frontend/public/cics-ts-6_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/cics-ts-6_1.png -------------------------------------------------------------------------------- /src/bank-application-frontend/public/creditcardv1_0001r.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/creditcardv1_0001r.jpg -------------------------------------------------------------------------------- /src/bank-application-frontend/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/favicon.ico -------------------------------------------------------------------------------- /src/bank-application-frontend/public/ibm-db2-support-leadspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/ibm-db2-support-leadspace.png -------------------------------------------------------------------------------- /src/bank-application-frontend/public/ibm-fireside-chat-trans-bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/ibm-fireside-chat-trans-bus.png -------------------------------------------------------------------------------- /src/bank-application-frontend/public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "favicon.ico", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | } 10 | ], 11 | "start_url": ".", 12 | "display": "standalone", 13 | "theme_color": "#000000", 14 | "background_color": "#ffffff" 15 | } 16 | -------------------------------------------------------------------------------- /src/bank-application-frontend/public/promo-band-illustration-1920x1080-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/promo-band-illustration-1920x1080-2x.png -------------------------------------------------------------------------------- /src/bank-application-frontend/public/sustainability-v2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cicsdev/cics-banking-sample-application-cbsa/eaa8fcf405b7b44754b4a69ce00cd640a70d1bbd/src/bank-application-frontend/public/sustainability-v2_0.png -------------------------------------------------------------------------------- /src/bank-application-frontend/src/app.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | @use './components/Homepage-Header/homepage-header'; 3 | @use './components/Admin-Header/admin-header'; 4 | @use './content/HomePage/home-page'; 5 | @use './content/AdminPage/admin-page'; 6 | @use './content/CustomerDetailsPage/customer-details'; 7 | @use './content/AccountDetailsPage/account-details'; 8 | @use './content/AccountCreationPage/account-creation'; 9 | @use './content/CustomerCreationPage/customer-creation'; 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/Admin-Header/_admin-header.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/colors'; 4 | 5 | // overriding header tooltip bg color 6 | // because the navigation is dark themed while the content is white 7 | // which means the dark theme tooltip bg blends into the white content bg 8 | .cds--header__global .cds--popover-content { 9 | background-color: colors.$gray-20; 10 | } 11 | 12 | .cds--header__global .cds--popover-caret { 13 | background-color: colors.$gray-20; 14 | } 15 | 16 | button.cds--header__action.cds--header__action__search { 17 | display: flex; 18 | height: 100%; 19 | flex: 1 1; 20 | justify-content: flex-end; 21 | width: 850px; 22 | } 23 | 24 | button.cds--btn.cds--btn--primary.cds--btn--primary--submit { 25 | margin-top: 2px; 26 | width: 100%; 27 | } 28 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/Admin-Header/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import AdminHeader from './Admin-Header'; 8 | export default AdminHeader; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/Homepage-Header/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import HomepageHeader from './Homepage-Header'; 8 | export default HomepageHeader; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/NewAccount/AccountForm.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import React, { useState } from 'react'; 8 | import './AccountForm.scss'; 9 | import { Form } from '@carbon/react'; 10 | 11 | const AccountForm = () => { 12 | return
; 13 | }; 14 | 15 | export default AccountForm; 16 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/NewAccount/AccountForm.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/NewAccount/NewAccount.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import React, { useState } from 'react'; 8 | 9 | import AccountForm from './AccountForm'; 10 | import './NewAccount.scss'; 11 | 12 | const NewAccount = props => {}; 13 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/components/NewAccount/NewAccount.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AccountCreationPage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AccountCreationPage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import AccountCreationPage from './AccountCreationPage'; 8 | export default AccountCreationPage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AccountDeletePage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AccountDeletePage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import AccountDeletePage from './AccountDeletePage'; 8 | export default AccountDeletePage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AccountDetailsPage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AccountDetailsPage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import AccountDetailsPage from './AccountDetailsPage'; 8 | export default AccountDetailsPage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AdminPage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AdminPage/_overrides.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | .landing-page__r2 .cds--tabs--scrollable { 4 | transform: translateZ(0); 5 | justify-content: flex-end; 6 | } 7 | 8 | .landing-page__r2 .cds--tab-content { 9 | padding: 0; 10 | } 11 | 12 | .cds--tab--list { 13 | justify-content: flex-end; 14 | padding-right: 1rem; 15 | } 16 | 17 | .cds--subgrid--wide { 18 | //fix needed to keep the subgrid from scrolling horizontally 19 | margin-right: 1rem; 20 | } 21 | 22 | .cds--header__name.white-background { 23 | color: #0f62fe; 24 | padding: 0 0 0 0; 25 | } 26 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/AdminPage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import AdminPage from './AdminPage'; 8 | export default AdminPage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/CustomerCreationPage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/CustomerCreationPage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import CustomerCreationPage from './CustomerCreationPage'; 8 | export default CustomerCreationPage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/CustomerDeletePage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/CustomerDeletePage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import CustomerDeletePage from './CustomerDeletePage'; 8 | export default CustomerDeletePage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/CustomerDetailsPage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | position: relative; 9 | } 10 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/CustomerDetailsPage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import CustomerDetailsPage from './CustomerDetailsPage'; 8 | export default CustomerDetailsPage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/HomePage/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | @use '@carbon/react/scss/spacing' as *; 4 | @use '@carbon/react/scss/theme' as *; 5 | 6 | @mixin landing-page-background() { 7 | background-color: $layer-01; 8 | } 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/HomePage/_overrides.scss: -------------------------------------------------------------------------------- 1 | // Copyright IBM Corp. 2023 2 | 3 | .landing-page__r2 .cds--tabs--scrollable { 4 | transform: translateZ(0); 5 | justify-content: flex-end; 6 | } 7 | 8 | .landing-page__r2 .cds--tab-content { 9 | padding: 0; 10 | } 11 | 12 | .cds--tab--list { 13 | justify-content: flex-end; 14 | padding-right: 1rem; 15 | } 16 | 17 | .cds--subgrid--wide { 18 | //fix needed to keep the subgrid from scrolling horizontally 19 | margin-right: 1rem; 20 | } 21 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/content/HomePage/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | import HomePage from './HomePage'; 8 | export default HomePage; 9 | -------------------------------------------------------------------------------- /src/bank-application-frontend/src/index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Copyright IBM Corp. 2023 4 | * 5 | */ 6 | 7 | // import 'core-js/modules/es.array.includes'; 8 | // import 'core-js/modules/es.array.fill'; 9 | // import 'core-js/modules/es.string.includes'; 10 | // import 'core-js/modules/es.string.trim'; 11 | // import 'core-js/modules/es.object.values'; 12 | 13 | import React from 'react'; 14 | import ReactDOM from 'react-dom'; 15 | import './index.scss'; 16 | import App from './App'; 17 | import * as serviceWorker from './serviceWorker'; 18 | import { HashRouter as Router } from 'react-router-dom'; 19 | 20 | ReactDOM.render( 21 |