Final Case Study on Designing a Sample Banking Application Presented by Rajoli Girisai Madhav(257549)
CICS (Customer Information Control System) as “ Front-end .” VSAM (Virtual Storage Access Method) and DB2 (Data Base 2) as “ Back-end .” COBOL (Common Business Oriented Language) as “ Programming Language .” Used Tools
Customer Maintenance Browsing Adding of new records Browsing of records using an existing record Deleting an existing record Updating details(phone number) of an existing record Finding record details i.e., (reading a record) Functions of Banking Application
Flow of Execution
User Id and Password must be entered to go for next Step After entering, Press function key F1 for going to next Map/Screen Function key for F3 for Permanent Exit Login Menu
The entered User Id must be present in your database. Also your password for that user-id should match with the corresponding password in the database. Login Menu
Main Menu (Option menu) is the place where I can choose the Option to go to Customer Maintenance menu or To Browse Menu. If we use attention key F1, after entering option, we will enter into its respective menu. Option Menu
Customer Maintenance Menu Read Record – PF2 Update Record – PF4 Add Record – PF1 Delete Record – PF5
Add Record
Customer Gender & city Customer Maintenance Menu Continuation-Some Mistakes Hilighted Customer Code & phone no.
Read Next Browsing Menu Read Previous Read Next
Browsing Menu When I enter any Customer code that is not present in my database(KSDS), It shows customer code doesn’t exists.
Exit from all Menu’s Permanent Exit
S222 abend during Bind JCL. Getting same record multiple times during browsing. Challenges Faced