Last Week’s Review Any Questions? CL Syntax Command-name (space) parameter.

Slides:



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

User Query Control An Enhancement For AS/400 Query On The IBM iSeries from  Copyright I/O International, 2005 Skip Intro.
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 # 2 - Agenda Types of AS/400 Objects Qualified/Unqualified Names
MODULE 4 File and Folder Management. Creating file and folder A computer file is a resource for storing information, which is available to a computer.
Operating Systems: Software in the Background
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Concepts of Database Management Sixth Edition
Linux+ Guide to Linux Certification, Second Edition
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.
Seneca College of Applied Arts & Technology
Introduction to the AS/400 AS/400 Mid-Range Operating System.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
Printing from the iSeries. From the query menu, enter option 11. This will take you to the screen where you can display, print, or send the report as.
The AS/400 and the printing process
1 REVIEW Object types - ???? System security levels - ???? Current library - How is it assigned ???? How do you change it??? Qualified naming - What is.
Chapter 16 - Monitoring Hardware and Jobs
Computer System Examples? Input Output Devices System Unit Devices
ALEPH version Services / Task Manager South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD © South Dakota Library.
W1L1ops400.ppt1 Welcome! OPS400 students to the POWER SYSTEM Mid-Range Operating System.
TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.
1 THE UNIX FILE SYSTEM By Chokechai Chuensukanant ID COSC 513 Operating System.
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
Week 7 Working with the BASH Shell. Objectives  Redirect the input and output of a command  Identify and manipulate common shell environment variables.
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.
PMS /134/182 HEX 0886B6 PMS /39/80 HEX 5E2750 PMS /168/180 HEX 00A8B4 PMS /190/40 HEX 66CC33 By Adrian Gardener Date 9 July 2012.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
IPC144 Introduction to Programming Using C Week 1 – Lesson 2
Data Types and RunSQLSTM. Agenda Lab 1 demo this week –Bring your lab notes! Create your own Data Types Label on Authority RunSQLstm.
Guide to Linux Installation and Administration, 2e1 Chapter 10 Managing System Resources.
Concepts of Database Management Seventh 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.
© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice SISP 6.1 Delta Training Documentation.
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.
IBC233 Lecture 1.
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
IBC233 Lecture 2 Updated Summer 2006 Agenda Review What’s ODIN doing? Library List Websphere –Filters.
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.
Basic Navigation in Oracle R12 BY: Muhammad Irfan.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
IBM I TIPS AND TECHNIQUES A HODGE PODGE OF HELPFUL IBM I INFORMATION PROVIDED BY LAURA AND OTHER COMMUNITY MEMBERS PRESENTED BY LAURA.
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
IBC233 Week 6.
Objects, Libraries, and Library Lists
Microsoft Windows 7 - Illustrated
IBC233- iSeries Business Computing Summer 2006 Welcome!
OS/400 Command Structure and Control Language
IBC233 Week 2 Updated Winter 2011
Recommended Budget Reductions
Welcome to IBC233 Taught by Cindy Laurin.
Any Questions?.
Chapter 3 The DATA DIVISION.
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
Presentation transcript:

Last Week’s Review Any Questions?

CL Syntax Command-name (space) parameter

CL Syntax Do all commands have parameters? Why should you always press F4 following a command instead of enter?

Positional or Keyword? By Keyword, both these are allowed CRTLIB LIB(PAYROLL) TYPE(*TEST) TEXT(‘Payroll Development’) CRTLIB TYPE(*TEST) TEXT(‘Payroll Development’) LIB(PAYROLL)

Positional Allowed: –CRTLIB PAYROLL *TEST Not Allowed –CRTLIB *TEST PAYROLL

Syntax Question How could you find the keyword syntax to Create a Physical File named EMPPF in Library IBC233LIB with a record length of 120 characters?

Menu Questions Which menu groups together all of the Work With commands? Which menu groups together all of the commands by subject?

Menu Menus GO MAIN main menu (F16) GO MAJOR major commands menu (F4) GO VERB action menu GO SUBJECT objects menu GO CMDxxxx verb, noun, function

4 Parts of a Library List (or the 4 library list types) System (SYS) Product (PRD) Current (CUR) User (USR)

Library List Commands ADDLIBLE –Adds an entry to a library list to the USER portion of the library list RMVLIBLE –Removes an entry from the USER portion of the library list EDTLIBL –Adds/Deletes/Changes entries on the USER portion of the library list

Library List Commands CHGCURLIB –Changes the Current Library CHGLIBL –Changes the Current Library and allows Add/Change/Delete to the USER portion of the library list. All Library List commands are listed on the CMDLIBL menu.

Data Storage Hierarchy MOHAMED - *LIBIBC233LIB - *LIB DA233x99 - *LIB Object1 *PGM Object2 *OUTQ Object3 *FILE Reviews *FILE Review1 Review2 Review3 Labanswers *FILE Answers Lab1 DA233x99 *OUTQ Reviews *FILE Review1 Review2

Objects Chapter 3

Today’s Lecture Use of ‘*’ on the AS/400 Use of ‘?’ on the AS/400 AS/400 Architecture Object Types Storing Objects Manipulating Library Lists Spooled Files Work with Jobs Commands

What does the ‘*’ denote?

‘*’ (Asterix) When used before an ‘AS/400’ word, indicates that the word is a special value. eg. CRTLIB LIB(MYLIB) TYPE(*TEST) TEXT(‘Test Library) When used at the end of a word, indicates a generic combination of alphanumerics (wildcards). eg. WRKLIB TST*

Use of the ‘?’ Entering a command to see all possible values for a parameter. F4 does the same

What is an Object?

Objects Takes up Space on the AS400 Has a Description Has an Object Type

Object Types

A Library Search

Object Types Certain types of commands only work with certain types of Object Types eg. DSPUSRPRF Object Type is assigned to the Object at time of creation eg. CRTLIB creates objects with a type of *LIB

How does the AS/400 find Objects?

AS/400 finds Objects Qualified Names Library/Object IBC233LIB/REVIEWS Using Library Lists! How are Library Lists sequenced?

AS/400 finds Objects Note: Library Descriptions, Device Descriptions and User Profiles are stored in QSYS. All other Object Types can be stored anywhere.

What is a Spooled File?

Spooled Files AS/400 objects that contain data for printing Are stored in Output Queues To print a Spooled File, the file must be moved to an Output Queue attached to a printer.

How Do Spooled Files get Created? Program/ Command Data Report Layout Job Output Queue *FILE Spooled File QINTER

DC234X99 SPLF#1 SPLF#2 PRT01 SPLF#3 SPLF#4 Change the Spooled File to OutQ PRT01

Work with Jobs Command To display information about your current Interactive job, simply type: WRKJOB To display information about any other job, use the Work With Job and enter the Job Name and User. Number is Optional. To display your Batch Jobs, use the Work with Submitted Jobs Commands (WRKSBMJOB)

WRKUSRJOB Shows you a list of all of the jobs that you own on the system irregardless of the subsystem Status –Active = Job is currently running –Outq = Job is finished –Jobq = Job is waiting to process. To delete a ‘run-away’ job, take option 4

Problems ? Enter GO SENECA on the command line. You will get a menu for information on fixing your user profile if you cannot sign on.

Test 1 Date IBC233 - Friday Sept. 26, 2003

Before Next Lab Reread Chapter 3. Maybe now it makes sense Print Lab 3.

Before Next Class Do the Review Questions for Chapter 3. Read Chapter 11.