Presentation is loading. Please wait.

Presentation is loading. Please wait.

Welcome to BAC344! Business Applications using COBOL

Similar presentations


Presentation on theme: "Welcome to BAC344! Business Applications using COBOL"— Presentation transcript:

1 Welcome to BAC344! Business Applications using COBOL
Cindy Laurin And Lew Baxter

2 Bit about Cindy

3 Course Standards See ~cindy.laurin

4 Lecture Notes See ~cindy.laurin

5 Material Covered Two Mid-Term tests (40%) Seven Assignments (30%)
One Final Exam (30%)

6 (or why are you taking this course?)
Why are you here? (or why are you taking this course?)

7 Why are we studying COBOL?
Traditional Structured Programming & Design Techniques. Transactional Processing How to use our DB2 skills learned in IBC233 Learn some COBOL syntax! Maintain Legacy systems

8 Nothing new here! IPC144 IBC233 Transaction processing Arrays
Interactive screens

9 What grade are you going to get?

10 Power System Model 520 IBM Midrange Computer zeus.senecac.on.ca

11 System 3 System 32 System 34 System 36 System 38 AS/400 present iSeries present system i i 2007 Power Systems 2008

12 IBC233 Review

13 Green Screen

14 Seneca Network (simplified)
MATRIX ZEUS (Power Systems) PCs in the Lab PCs at Home Fire Wall

15 Connectivity Software
Telnet doesn’t work - doesn’t support system i Function Keys Rational Developer (RDI) Client Access Mocha (at home) Available for download from the CS site. Select Software for Windows ‘95 and look for MOCHA

16 ibm i Operating System Object-Based Types of Objects include:
Everything that takes up space and has a description is an object. Types of Objects include: User Profiles Job Queues Files Programs

17 Traditional ibm i Data Storage Hierarchy
Library Objects Members contain data - Files only

18 Traditional IBM i Data Storage Hierarchy
LAURIN - *LIB BAC344LIB - *LIB DA344x99 - *LIB QCBLLESRC *FILE DA344x99 *OUTQ Object1 *PGM PGM1 QCBLLESRC *FILE PGM2 Object2 *OUTQ PGM3 PG1 PG2 PGM1 *PGM Object3 *FILE PG1 *PGM PGM3 *PGM

19 Library Lists Each job has an attached Library List
Different Types of Libraries: System: IBM Supplied Product: Added automatically when an IBM product is used Current: Defined by an individual user ID User ID’s default Library User: Non-IBM Supplied Libraries Created by Business to organize programs, files, etc.

20 Library Lists Object used to organize data storage.
Are different for each student. Get set back to your default when you signoff.

21 IBM i finds Objects Qualified Names Library/Object BAC344LIB/QCBLLESRC
Using Library Lists! How are Library Lists sequenced?

22 System vs Subsystem System = ZEUS
Subsystem is a logical grouping of resources

23 Database

24 Physical Files vs Logical Files

25 CL

26 CL Syntax Command-name (space) parameter

27 Keyword vs Positional Notation
WRKOUTQ OUTQ(PRT01) CRTLIB LIB(MOOGK10) + TEXT(‘Cindys Library’) Positional WRKOUTQ PRT01 CRTLIB MOOGK10 *PROD ‘Cindys Library’

28 Naming of Commands Based on English!
Combination of Verb and Noun CRTLIB Library Create

29 CL Syntax Use Menus to find the command
Use F11 and Help to find the Syntax

30 Commands that you’ll use?
Look at RDI Assignment 1

31 Assignment 1

32 Next Class Work on Assignment 2


Download ppt "Welcome to BAC344! Business Applications using COBOL"

Similar presentations


Ads by Google