When would you use a Qualified Name to find an object?

Slides:



Advertisements
Similar presentations
Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Advertisements

Week # 3 AS/400 Library List A library list is:
CIMS FMS. CIMS Navigation Tips Function keys Working with spool files/ jobs CIMS navigation.
Week # 2 - Agenda Types of AS/400 Objects Qualified/Unqualified Names
1 Chapter Overview Understanding Printer Administration Managing Printers Managing Documents Administering Printers Using a Web Browser Troubleshooting.
Programming Logic and Design Fourth Edition, Introductory
Chapter 11 UNIX Printing. have to be root to setup a printer local printer is directly connected remote printer is a network printer print queue is nothing.
A+ Guide to Software, 4e Chapter 11 Supporting Printers and Scanners.
Chapter 14 Advanced Printers & Scanners
Lecture 8 Configuring a Printer-using Magic Filter Introduction to IP Addressing.
The AS/400 and the printing process
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
Chapter 16 - Monitoring Hardware and Jobs
Chapter 8 Printing 1. In COBOL you send data to the printer by writing data to a file. In COBOL, the printer is defined as a file, and it is opened, closed,
Agenda What is Computer Programming? The Programming Process
Notes Assignment #1 is due next Friday by 11:59 pm via Test #1 will be held Thursday February 18 at the start of class (one period long) Format:
Duplex printer ‘queues’ allow the user to print on both sides of the paper. The cost of duplex printing is the same as printing two individual pages. This.
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
Last Week’s Review Any Questions? CL Syntax Command-name (space) parameter.
Chapter 3.  Help you understand different types of servers commonly found on a network including: ◦ File Server ◦ Application Server ◦ Mail Server ◦
1 Managing Printers (Week 12, Monday 3/26/2007) © Abdou Illia, Spring 2007.
Introduction to Computers Business Technology Essentials.
1 OPS650 Andre Berns. Welcome! OPS650 students to the follow up of OPS400 On the AS/400 Mid-Range Operating System.
Envision Math Online Edition.
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.
Stuff By Zach and Turtle To designate a default printer, choose Start > Control Panel > Printers and Faxes. Right-click the printer, and then.
IBC233 Lecture 2 Updated Winter 2008 Agenda Test next Week – Jan 23 ISeries Architecture CL (Control Language) Library Lists Operations Navigator.
Welcome to BAC344! Business Applications using COBOL Andre Berns.
Chapter 28 Sending and Receiving Faxes.  Fax Services lets you send, receive, and manage faxes using your computer's fax modem  You can transmit documents.
Week of February 5 Today’s agenda: –Announcements & reminders –Submit Assignment #2 –Graphic layout –Printing –Scripts.
IBC233 Lecture 2 Updated Summer 2006 Agenda Review What’s ODIN doing? Library List Websphere –Filters.
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring Windows Server 2008 Printing.
IBC233 Lecture 2 Updated Summer 2007 Agenda Real Estate Issues Review System Values What’s ODIN doing? Library List Websphere –Filters –Writing a CL.
The Functions of Operating Systems Spooling. Learning Objectives Describe spooling, explaining why it is used.
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)
Welcome to IBC233 Cindy Laurin And Russ Pangborn.
Welcome to IBC233 Cindy Laurin And Russ Pangborn.
IT 210 Week 7 Chapter 5 Programming Problems To purchase this material link Programming-Problems.
Chapter Objectives In this chapter, you will learn:
How to Print a Roster for a WDCE Class Using Colleague
Printer Management Chapter 5 - Objectives.
Chapter 6 Chapter 6 - Summary.
Chapter 1 Getting Started
IBC233 Week 6.
Objects, Libraries, and Library Lists
IBC233- iSeries Business Computing Summer 2006 Welcome!
FTLabelPrint a Product.
Arrays and files BIS1523 – Lecture 15.
IBC233 Week 2 Updated Winter 2011
Introduction to Computers
Handling Spooled Files and Printing Functions
How to Print a Class Roster via Colleague
Lesson 14 Sharing Documents
Welcome to IBC233 Taught by Cindy Laurin.
Welcome to IBC233 Taught by Cindy Laurin.
New Perspectives on Windows XP
Chapter 11 Supporting Printers and Scanners
Kapi’olani Community College
IBC233 Week 2 Updated Fall 2011.
Taught by Cindy Laurin And Mohamed Kassim
Welcome to IBC233 Cindy Laurin.
Chapter 11: Printers IT Essentials v6.0 Chapter 11: Printers
IBC233 Lecture 3 Updated Fall 2011
HP Printer In Error State
HP Printer in Error State Windows 10 HPsupport247.
TERMS AND CONDITIONS   These PowerPoint slides are a tool for lecturers, and as such: YOU MAY add content to the slides, delete content from the slides,
Presentation transcript:

When would you use a Qualified Name to find an object? The object exists in two or more libraries on your library list. The object does not exist on your library list. You do not have authority to the object, but want to check if it exists.

What’s the difference between the DSPLIBL and the DSPLIB command?

What’s the difference between the CHGLIBL and the EDTLIBL Commands?

Storing Objects If the library is specified? In the library (if authorization is correct) If the library isn’t specified and a Current Library doesn’t exist? In QGPL If the library isn’t specified and a Current Library exists In the Current Library

Agenda Printer Files Operating System Maintenance Assignment

File Types

Printer Device Files Objects on the AS/400 Object Type is *FILE Sub-Type is PRTF Holds the Report Layout

Printer Device Files Defaults are QSYSPRT, QPRINT … CHGPRTF changes the attributes of a Printer Device File

Printer Device Files Job Output Queue Program/ Command Spooled File Data Report Layout (Printer File) *FILE *FILE

Printer Writer How the AS/400 sees a Printer Is an Object Has an Object Type of *DEVD The AS/400 creates an output queue with the same name as the printer when the Printer Device is created.

Printer Writers Usually the Printer Writer is attached to an output queue with the same name. To display the status of a printer, use the Work with Writer command, (WRKWTR)

Printer Writer PRT01 Printed Characters Spooled Files Output Queue PRT01 Paper Report

Operating System Upgrades & PTFs Operating System Upgrade Every Year Currently at Version 4 Release 4 PTFs applied every month Program Temporary Fixes

Assignment 1

Before this week’s Lab Reread Chapter 4 Print Lab 4 Print the Assignment from the course home page Make sure that you are on my student list.