sample mainframe project by smadhav.pptx

srinivasrajoli2002 6 views 15 slides Jun 11, 2024
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

Sample Mini project in mainframe technology


Slide Content

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
Tags