摘要:随着当今社会科技的进步和发展,大额的现金交易越来越少见,人们通常使用银行卡作为主要的消费手段。因此银行业务越来越复杂,交易量越来越大,所以急需一个通用的核心银行基础业务系统,以便于客户可以同时管理自己的多种银行卡。50268
本论文后台主要基于IBM Z/OS平台,采用COBOL和JCL语言;前台主要基于Myeclipse平台,采用Jsp技术和java语言;Cics作为前后台相连接的服务接口。当用户在前台进行操作时,后台实时进行数据处理并反馈给前端。本论文针对持有多张不同银行银行卡的用户群体,对其进行统一操作,通过理论与实践相结合的方法,用户通过银行柜员可以在本系统进行开户、存取款、销户,以及对历史交易记录和个人信息的查询等业务办理,提高了用户办理业务的效率,节省了银行资源。
毕业论文关键词: 核心银行;管理系统;IBM大型机;COBOL;JAVA
Core banking system based on Mainframe and Java
— Account opening,deleting ,and querying
Abstract :With the development of science and technology nowadays , using a large amount of cash transaction is becoming more and more infrequent . People usually pay bills by cards when they‘re shopping. So banking business has becoming more and more complicated ,and amount of charges has an increasing growth. That’s why a commonly used banking system is more and more popular . This system can make users manager their bank cards more convenient and higher efficiency.
The system’s background platform is based on IBM Z/OS system,which using COBOL and JCL coding language; The system’s front platform is based on Myeclipse,which using JSP and Java coding language . Cics a real-time response server is the used to link background and front . When users insert data, the background program can deal with these data and send back to front. This paper aims at those users who hold a lot of bank cards of one bank . By using combining theory with practice, aiming at increasing users transacting banking businesses efficiency and save resource of bank, people can open account, deposit money, withdraw money ,also can search for charges history and personal information in this system for their many cards of different banks.
Keywords: core banking; Bank Management Electronic System; IBM Mainframe; COBOL; Java
目录
摘要 i
Abstract i
目录 iii
1 绪论 1
1.2 课题的目的和意义 1
1.3 论文的主要结构 2
2 系统开发环境与技术分析 3
2.1 系统开发环境 3
2.2 COBOL 3
2.3 CICS 5
2.4 JSP 7
2.5 本章小结 8
3 系统分析 9
3.1 可行性分析阶段