IBC233 Lecture 1.

Slides:



Advertisements
Similar presentations
Week # 3 AS/400 Library List A library list is:
Advertisements

August 29, Accessing the iSeries and Some Commands.
CIMS FMS. CIMS Navigation Tips Function keys Working with spool files/ jobs CIMS navigation.
iSeries Lecture 2 Technology independence Technology independence  change the underlying hardware architecture and add new functionality without disrupting.
Week 7! Any Questions?. Homework Work on Lab 5, Lab 6 and Lab 7.
Week # 2 - Agenda Types of AS/400 Objects Qualified/Unqualified Names
Guide to Linux Installation and Administration, 2e1 Chapter 12 Printing in Linux.
iSeries Lecture 4 ‘*’ (Asterix) When used before an ‘AS/400’ word, indicates that the word is a special value. eg. CRTLIB LIB(MYLIB) TYPE(*TEST) TEXT(‘Test.
1 Intro to the AS/400 Chapter 8 - Data File Utility Copyright 1999 by Janson Industries.
Seneca College of Applied Arts & Technology
Introduction to the AS/400 AS/400 Mid-Range Operating System.
The AS/400 and the printing process
Chapter 16 - Monitoring Hardware and Jobs
W1L1ops400.ppt1 Welcome! OPS400 students to the POWER SYSTEM Mid-Range Operating System.
Tutorial 11 Introduction to Visual Basic zLanguage developed for special-purpose Windows applications – 1991 zUses IDE – Integrated Development Environment.
IBC233 Week 1 Updated Fall 2010 Homework? Finish Lab 1 – hand in compile listings of the two programs at the beginning of next week’s Lab Period!
Taught by Mohamed Kassim
L1C1introops400.ppt1 Welcome! OPS400 students to the AS/400, iSeries Mid-Range Operating System Used for Commercial applications and as powerful servers.
W1L1ops400.ppt1 Welcome! OPS400 students to the AS/400 Mid-Range Operating System.
Last Week’s Review Any Questions? CL Syntax Command-name (space) parameter.
Mastering the AS/400, Third Edition, author Jerry Fottral 1 Week 2 The System The AS/400 is a multi-user, multi-tasking system -- a system on which many.
Prepared by Fareeha Lecturer DCS IIUI 1 Windows API.
1 OPS650 Andre Berns. Welcome! OPS650 students to the follow up of OPS400 On the AS/400 Mid-Range Operating System.
Data Types and RunSQLSTM. Agenda Lab 1 demo this week –Bring your lab notes! Create your own Data Types Label on Authority RunSQLstm.
AS/400 Concepts & Tools. Day 1 Introduction to the AS/400 Basic Technical Concepts Programming Environment & Tools Programming Development Manager (PDM)
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
ICS124 Session 11 Introduction to AS/ By the end of this section, the student will be able to: Define the major difference between the AS/400 and.
Lecture 31 Creating Executable Programs on the Mainframe Tuesday, January 20, 2009.
IBC233 Lecture 2 Updated Winter 2008 Agenda Test next Week – Jan 23 ISeries Architecture CL (Control Language) Library Lists Operations Navigator.
5 The Shell, the IOCS, and the File System. © 2005 Pearson Addison-Wesley. All rights reserved Figure 5.1 The components of a modern operating system.
Welcome to BAC344! Business Applications using COBOL Andre Berns.
Week 4 presentation! This week we will cover editing and the use of the on-board tools provided, SEU and PDM.
1 “User” A person who “uses” the AS/400 You are all “Users” each with an unique Userid A Userid identifies you to the system when you signon or run a job.
W6L1ops400.ppt1 Reviews. 2 Notation types? Difference ? Job commands ?Get help with CMD??? Menu What role does the user profile play?What is your job.
Lecture 3 REVIEW of concepts security assistance profiles Library list
Programming Errors. Errors of different types Syntax errors – easiest to fix, found by compiler or interpreter Semantic errors – logic errors, found by.
IBC233 Lecture 2 Updated Summer 2006 Agenda Review What’s ODIN doing? Library List Websphere –Filters.
1 Introduction to Microsoft Windows Lecture Outline.
z/OS FNA Revealed and Exposed Phil Veal Senior Principal Support Engineer Bug Diagnosis and Escalations.
1 Week # 4 Introduction to PDM PDM is a workbench environment that lets programmers and system operators navigate the three levels of the AS/400’s object-based.
IBC233 Lecture 2 Updated Summer 2007 Agenda Real Estate Issues Review System Values What’s ODIN doing? Library List Websphere –Filters –Writing a CL.
IBC233 Week 2 Updated Fall 2011 Homework? Finish Lab 1 – Due Today! Send me an with your userid when you are done! Download and install software.
Today’s Agenda Object Management Library List PDM (Programming Development Manager) SEU (Source Entry Utility)
1 Week # 5 Agenda CL Programming CL Commands Job Logs Review for test # 1.
Sem 2v2 Chapter 3 Using the Router Understand the Basics of Router's Command Line Interface. Demonstrate How to Log into the Router. Demonstrate How to.
Welcome to IBC233 Cindy Laurin And Russ Pangborn.
W1L2ops400.ppt1 Lecture 1 OPS400 AS/400 / iSeries / eSeries Mid-Range Operating System OS/400.
Welcome to IBC233 Cindy Laurin And Russ Pangborn.
Messages, Logs, and Cleanup
Chapter 6 Chapter 6 - Summary.
Security and Security System Values
Work Management & Performance
IBC233 Week 6.
Objects, Libraries, and Library Lists
Lecture 2 REVIEW of concepts security assistance profiles Library list
IBC233- iSeries Business Computing Summer 2006 Welcome!
OS/400 Command Structure and Control Language
IBC233 Week 2 Updated Winter 2011
Handling Spooled Files and Printing Functions
Enter the T-code Zbill_Detail (T-code will be executed on RA’s and SDO’s SAP ID)
User Manual for Extracting Interest report from SAP
Welcome to IBC233 Taught by Cindy Laurin.
Welcome to IBC233 Taught by Cindy Laurin.
When would you use a Qualified Name to find an object?
IBC233 Week 2 Updated Fall 2011.
Taught by Cindy Laurin And Mohamed Kassim
Welcome to IBC233 Cindy Laurin.
Welcome to BAC344! Business Applications using COBOL
IBC233 Lecture 3 Updated Fall 2011
Week 8! Any Questions?.
Presentation transcript:

IBC233 Lecture 1

Signing On (Lab 0) & Lab 1 Were you successful? Any problems ?

Different types of Screens Menu List Command Entry Information Can you easily identify the different kinds of screens that you come across.

OBJECTS LIBRARY -> MOHAMED OBJECT -> QRPGSRC (Source File holds all RPG programs) MEMBERS -> SALESPGM (Single program source) RECORDS -> Single line of code in program

Objects have types or identifiers Library *LIB User Profile *USRPRF Program *PGM File *FILE

Continued ... LIBRARY/OBJECT (*object type) ALLOWED NOT ALLOWED MOHAMED/PAYROLL (*File) MOHAMED/PAYROLL (*Pgm) NOT ALLOWED

System vs Subsystem System = ODIN Subsystem is a logical grouping of resources

Types of Jobs Interactive Batch

User Profile Same name as your User ID Stores your password Points to your Current Library Points to your default output queue Runs your startup programs and menus Points to the object that stores your default library list Lets you know the last time your signed on

CL Syntax Command-name (space) parameter

Commands that do not Require the Entry of Parameters WRKJOB WRKACTJOB WRKSBMJOB

Keyword vs Positional Notation WRKOUTQ OUTQ(PRT01) CRTLIB LIB(MOHAMED) + TEXT(‘Mohameds Library’) Positional WRKOUTQ PRT01 CRTLIB MOHAMED *TEST ‘Mohameds Library’

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

Naming of Commands cont’d Typically start with the following verbs: CL Verb English Description CALL Call Executes a program GO Go to Executes a Menu CPY Copy Copies a file CRT Create Creates an object DSP Display Displays something about an object WRK Works With Works with an object

CL Commands cont’d Some typical nouns CL Noun English Description LIB Library Object that holds Objects LIBL Library List List of Libraries for a Job OUTQ Output Queue Object that stores Spool Files JOBQ Job Queue Object that stores Batch Jobs to be processed FD File Desc Description of file F File Object that stores data USRPRF User Profile Object that lists attributes about a Sign On Id

CL Commands cont’d How do I find the exact syntax (including keywords) of a command? Answer: Use AS400 Menus Use AS400 Prompts (F4) by pressing F4 at a Command line by typing command and pressing F4

CL Commands cont’d AS400 Menus Menu Description MAIN Main Menu PROGRAM Programmers Menu MAJOR Sorts Commands CMDCPY Copy Commands CMDDSP Display Commands CMDWRK Work With Commands CMDLIB Library Commands CMDMSG Message Commands CMDOUTQ Output Queue Commands CMDUSRPRF User Profile Commands

How do I find the Keywords to a command? Type the command and press F11

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.

Library List cont’d Determine where a Job finds Objects

Library Lists cont’d Don’t rename or delete your current Library! When would you want to rename a Library?

Before the Lab Reread Chapter 2 Print Lab 2

Before Next Class Do the Review Questions for Chapter 2 Read Chapter 3