W6L1ops400.ppt1 Reviews. 2 Notation types? Difference ? Job commands ?Get help with CMD??? Menu What...

Post on 13-Dec-2015

214 views 1 download

Transcript of W6L1ops400.ppt1 Reviews. 2 Notation types? Difference ? Job commands ?Get help with CMD??? Menu What...

W6L1ops400.ppt 1

Reviews

2

Notation types? Difference ?Job commands ? Get help with CMD??? MenuWhat role does the

user profile play? What is your job description?How do you find out?

Submitting jobs? Run Where?Scheduling jobs? Why?What does the job

queue show? Why job queue ‘s?Messages

Receiving controlled by what? Where received?How send?

Logging? Why?

3

AS/400 Architecture• Object-based architecture• The Machine Interface (MI) translates

instructions from the logical machine (OS/400 and application programs) to the physical machine (the hardware).

• The MI insulates the logical machine from the physical

• There are many advantages to this:

4

Architecture cont’d

• Single level storage– main and secondary memory (RAM & disk)

are treated as a single mass

– no hardware oriented considerations (eg. Managing disk drives)

– because memory is managed by internal code, objects can be shared by different jobs.

5

Licensed ProgramsLicensed Internal Code

• Application Development Tools – PDM ,SEU, SDA, RLU

• OfficeVision– similar to MS-Office, but AS/400 based

• Communication SupportClient Access

Mocha• Programming Languages

– Pascal, PL/1, Basic, RPG, C, C++, Cobol, Java, SQL, etc.

6

Using ‘ * ‘ On the AS/400

• The * (asterisk or star) when used before a parameter value denotes a special value.Eg. *all, *libl, *curlib

• When the * is used after a parameter value, it is a wild card (just like in DOS) Eg. WRKUSRPRF DC234F*

7

Using F4 and ?

• The ? is used the same way F4 is.

• Entered into a command field, it gives you the possible values for the field.

• Entered before a command, puts you in prompt mode for that command.

Eg. ?CRTLIB

8

Commonly Used Function Keys

• F1 = Help• F2 = Extended Help• F3 = Exit• F4 = Prompt• F5 = Refresh

Screen

• F9 = Retrieve Previous Command

• F11 = Keyword toggle

• F12 = Cancel

9

System Values are used for Control and configuration attributes

System values are AS/400 attributes that allow each installation to customize the machine to the organization’s own needs and specifications.

-Some of the categories of system values are : Date and time System control Library list values

Editing values Allocation values Security values Storage values Message and logging values

10

Objects

• Has a name

• Takes up space

• Has an object TYPE– the TYPE is assigned by the system– the command used to create the object

indicates the object TYPE

eg. CRTUSRPRF = *USRPRF CRTLIB = *LIB CRTPF = *FILE

11

Examples of Object Types

• *FILE• *LIB• *PGM• *USRPRF• *DEVD• *OUTQ• *JOBQ• *

• *CMD• *QRYDFN• MSGQ• *JOBD

12

Hierarchy of Storing Objects

• When an object is created, it is stored in the library specified.

• If no library is specified, it is stored in *CURLIB (current library).

• If there is no current library, it is stored in QGPL library.

13

AS/400 finds Objects

HOW???

Note: Libraries, Library Descriptions, Device Descriptions and User Profiles are stored in QSYS. All other Object Types can be stored anywhere.

14

Qualified Name vs SIMPLE Name

• If you specify an object name and library, it is called a qualified name) e.g. Call OPS400LIB/PGM01

• if you just use the object name, it is called a simple name. The *LIBL is used to find the object .e.g. Call PGM01

15

STORAGE HIERARGY

• Library: an object whose purpose is to ‘store’ and index other objects. ie. objects are ‘stored’ in libraries.

• Files: objects that store data

• Members: Source files have many ‘members’

each source program = one memberData Files: most common 1 member

only exception multiple members (multi territory, multi company)

16

Data Storage Hierarchy

Library

Files

Members contain data

17

Work with Members Using PDM File . . . . . . QCLSRC Library . . . . OPS234LIB Position to . . . . . Type options, press Enter. 2=Edit 3=Copy 4=Delete 5=Display 6=Print 7=Re 8=Display description 9=Save 13=Change text 14=Compile 15=Cr Opt Member Type Text ___ BIRTHDAY CLP ___ CH11TIM CLP Chapter 11 CL program demo version ___ LAB4CLP CLP Lab 4 CL program ___ SHELL CLP CL program shell

18

Green Screen

19

AS/400 Screen Types

• Menus: includes menu selections, command line, function keys, header info

• Entry: e.g. Command Prompt screen which includes parameter description, input fields, function keys, header info

• Information screens: e.g. help screens• List screens: e.g. ‘work with’ screens

includes list of objects or members, options, command line, function keys, header info.

20

GO CL Command • AS400 Menus

Menu Description

MAIN Main Menu

ASSIST Operational assistance Menu

FILE All file related menu’s

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

21

USER and the associated classes

................................................................: User Class - Help :: :: The type of user. User class is one of the following: :: o *PGMR - Programmer :l o *SECADM - Security administrator :: o *SECOFR - Security officer : o *SYSOPR - System operator o *USER - User

22

How the AS/400 finds Objects

• When an object is created, it is created ‘in’ a particular library.

• To access an object, the AS/400 needs to know what library the object is in.

• (CL) Commands prompt you for the object name and library name.

• *LIBL is the default entry for a library parameter name request

23

Library Liststype *LIBL

• A list of Libraries, in order of importance

• Similar to the DOS ‘Path’ concept

• Each Job has it’s own library list(Can be inherited)

• It determines where a Job finds Objects when SIMPLE naming is used

24

Library Lists cont’d

• 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, By specific user’s for their own use

etc.

25

Library Lists cont’d

• A Library List consists of 4 parts:– System Libraries (up to 15)– Product Libraries (none, 1 or 2)– Current Library(1 only)– User Library ( up to 25)

• To view your library list - DSPLIBL

26

How is Your Library List created?

• When you sign on, your library list is built from:– QSYSLIBL (system value)– QUSRLIBL (system value)– Current library from User Profile– User libraries from the job description

• Product libraries might be added as needed by the system

27

Library List cont’d

28

AUTHORITY System value . . . . . : QCRTAUT Description . . . . . : Create default public authority Create default public authority . . . . . : *CHANGE *CHANGE *ALL *USE

*EXCLUDE

29

ASSISTANCE LEVEL System value . . . . . : QASTLVL Description . . . . . : User assistance level Assistance level . . . : *BASIC *BASIC *INTERMED *ADVANCED ..............................................................................: QASTLVL - Help :: :: Assistance level. Specifies the level of assistance available to users :: of the system. This system value is used to tailor the level of :: displays available for users of the system. Displays intended for less :: experienced users provide a higher level of assistance than do displays :: intended for expert users. :: :: A change to this system value takes effect the next time a user signs :: on. The shipped value is *BASIC. :: Bottom :: F2=Extended help F3=Exit help F10=Move to top F12=Cancel :: F13=Information Assistant F14=Print help :: ::............................................................................:

Press Enter to continue. F3=Exit F12=Cancel

30

Display Authorization List Object . . . . . . . : OPSPRF Owner . . . . . . . : ADMIN Library . . . . . : QSYS Primary group . . . : *NONE Object List ----------Object----------- User Authority Mgt Opr Mgt Exist Alter Ref ADMIN *ALL X X X X X X MOOGK *ALL X X X X X ABERNS *ALL X X X X X DMENKEN *ALL X X X X X LYDIA_LI *ALL X X X X X CREER *ALL X X X X X

*PUBLIC USER DEF X Press Enter to continue. F3=Exit F11=Display data authorities F12=Cancel

F15=Display authorization list objects F17=Top F18=Bottom

AUTL OBJECT AUTHORITY

31

Display Authorization List Object . . . . . . . : OPSPRF Owner . . . . . . . : ADMIN Library . . . . . : QSYS Primary group . . . : *NONE Object ---------------Data--------------- User Authority Read Add Update Delete Execute ADMIN *ALL X X X X X MOOGK *ALL X X X X X ABERNS *ALL X X X X X DMENKEN *ALL X X X X X LYDIA_LI *ALL X X X X X PANGBORN *ALL X X X X X CREER *ALL X X X X X Press Enter to continue. F3=Exit F11=Nondisplay detail F12=Cancel F15=Display authorization list objects F17=Top F18=Bottom

DATA AUTHORITY

32

REVIEWING! Chapter 1 IntroductionStorage Management - characteristics

type of storageJobs - types of job

interactive - characteristicsbatch - characteristics

Subsystems - What are they Why used

Interactive - Characteristic When - Why - How Batch - Characteristic When - Why - How Others - Name some System Values - Main usage Identified by Name someControl Language - What is it

Why used How structured

33

REVIEWING! - Cont’d 1Chapter 1

Green screen - What mode- Properties

Screen types - Which are the 4 types- Define each type

Objects - What is an objects Benefit types

Where do you find whichFile’s / File systems - Why used collectively known as hierarchically stored as

Database - What is a data baseIFS - What is it / Why

34

REVIEWING! - Cont’d 2Chapter 1

Libraries - What is it hierarchy Name some important onesFile - source v.s. data

- File types Physical vs logicalmembers - how related to files

Queues - What is it or are they Used for what Name some (at least 3)Other Objects - *MSGF *PGM *MENUSSIGNING ON - HOW

35

REVIEWING!Chapter 2 - Security

Physical - Data - Users / Access

System values - audit, authority, job, data, userpublic authorities

*all, *change, *use, *exclude

System 5 security levels - QSECURITY- which does what

3 assistance levels - which does whatUser profile What is it

What does it doWho creates / controls itContains what

5 classes - what are theyspecial authorities

Group Profiles What are they

36

REVIEWING!Chapter 2 - Security cont’d 1

Job Descriptions - WhyType of jobs

I Interactive, BatchLibrary Lists - What are they

Why usedAuthorization lists - What are they

Why use themObject authority - Who, What

How establishedAccess path - What is it

Files - Physical vs logicalkeyed

Search path - simple vs qualified naming

37

REVIEWING!

Chapter 3- USER INTERFACE

Screen types - which 4MENUS - Function

- Type- How invoked

Function Keys - Action of most common ones used. 1,2,3,4,5,9,10,11,12,23,24

Options - Most common ones. 2,3,4,5,6,7,14,Help - How do you get what help

- Basic, extended- Info seeker

Prompting - How invoked (2 ways)* - Where used (2 positions)Assistance - controlled where

- What is yours, stored where- How gotten?

38

REVIEWING! - Cont’d 1Chapter 3

Commands - Verbs, nouns, adjectivesNotation - Keyword vs. PositionalMaintaining Source - Hierarchy

utilities used - PDM- SEU

commands - STR?, WRK?File attributes - subtypes

- control what functionsLine commands - individual, blockcompiling - How

- result checked how

39

REVIEWING!

Chapter 4- JOBS and MESSAGES

Work with jobs - Purpose- Commands to use- Which menu’s to use

Submitting - Howscheduling (repeats) - How

- Purpose- Benefit

Queues (job) - Do what- How accessed

Related commands - DSP?, WRK?, CHG?

40

REVIEWING! - Cont’d 1Chapter 4

Messages - Function- Types

- Levels- Commands DSP?, RCV?,RMV?, MON?, SND?

Queues - Owned by who- Where stored- Commands?

Joblog - Commands?- Function