You are on page 1of 143

iSeries

System Operator Training


Date: 9 November 2009
Training Subject
iSeries Concept
iSeries Common Operator Command
OUTQ, MSGQ & Journal Management
iSeries Monitoring
iSeries Basic Security
API Introduction (FTP, etc)
Training Objective
Use iSeries interface & Online Help
Send, display & reply message
Monitor jobs & History logs
Start & Stopping iSeries Operating System
Create & Change User Profile
Save Restore Objects & Libraries
Manage iSeries security
Manage journal & journal receivers
iSeries Concept
iSeries User Interface
Single Level Storage
Physical & Logical Files
Object Management
User Profile
Job Processing
System Value
iSeries User Interface
Operation Navigator
Green Screen
Menu
Entry
List
Information
iSeries User Interface
iSeries User Interface
Green Screen - Menu
iSeries User Interface
Green Screen - Menu
iSeries User Interface
Green Screen - Entry
iSeries User Interface
Green Screen - List
iSeries User Interface
Green Screen - Information
iSeries User Interface
Single Level Storage
Single Level Storage
Single Level Storage
Physical & Logical file - PF
Physical & Logical file - LF
Physical & Logical file
Physical & Logical file = Naming
Object Management
Object Management
Object Management
Object Management
User Profile
User Profile
User Profile
User Profile
User Profile
User Profile
User Profile
Command CRTUSRPRF Parameter
Job Processing
System Value
System Value
System Value
System Value
iSeries Common Command
Command Structure
Command Parameter
Find Command
Simple & Qualified Name
Common Command
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Structures
Command Parameter
Find Command
Simple & Qualified name
Simple & Qualified name
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command Media
Backup/ Restore
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command
Backup/ Restore
Common Command - WRKSPLF
Common Command - DSPOBJD
Common Command - WRKJOBSCDE
Common Command - WRKCFGSTS
Common Command - DSPLOG
Common Command - DSPLOG
Common Command - CLRSAVF
Common Command - DSPPTF
Common Command - DSPPTF
Common Command - CHGCMDDFT
Common Command - CHGCMDDFT
Common Command Power On
Common Command - PWRDWNSYS
Common Command - WRKSBS
Common Command - WRKACTJOB
Common Command - WRKUSRJOB
Common Command - WRKJRNA
Common Command - FTP
iSeries OUTQ, MSGQ &
Journal Management
Output Queue
Message Queue
Journal Management
Output Queue
Output Queue
Output Queue
Message Queue
Message Queue
Message Queue
Message Queue
Message Queue
Message Queue
Message Queue
Fit Together
Fit Together
Fit Together
Journal Management
Journal Management
Journal Management
Journal Management
Journal Management
Journal Management
Journal Management - QAUDJRN
CRTJRNRCV JRNRCV([NM_LIB/ [NM_JRNRCV999])
CRTJRN JRN(QAUDJRN) JRNRCV ([NM_LIB/ [NM_JRNRCV999])
WRKSYSVAL QAUDCTL
WRKSYSVAL QAUDLVL
iSeries Monitoring
Subsystem Monitoring
Job Monitoring
DASD Monitoring
CPU Monitoring
Journal Receiver Monitoring
Subsystem Monitoring
Subsystem Monitoring
Subsystem Monitoring
Subsystem Monitoring
WRKSBS
Job Monitoring
DASD Monitoring
CPU Monitoring
Journal Monitoring
Journal Monitoring
Journal Monitoring
iSeries Monitoring
iSeries Basic Security
Special Authority
Specific Authority
Grant & Revoke Authority
Security Check Flow
iSeries Basic Security
iSeries Basic Security
iSeries Basic Security
iSeries Basic Security
iSeries Authority
Special Authority
Special Authority
Specific Authority
Specific Authority
Specific Authority
Specific Authority
Grant & Revoke Authority - Private
Grant & Revoke Authority - Private
Grant & Revoke Authority - AUTL
Grant & Revoke Authority - Group
Group vs AUTL
Group vs AUTL
Grant & Revoke Authority - Public
Grant & Revoke Authority - Public
Grant & Revoke Authority - Public
Grant & Revoke Authority - Adopt
Grant & Revoke Authority - Adopt
Grant & Revoke Authority - Adopt
Security Check Flow
Security Check Flow
iSeries API Introduction
API Concept
Sample API
API Concept
An application programming interface (API) is defined as a
functional interface supplied by the operating system or a
separatelyorderablelicensedprogramthat allowsanapplication
programwritten in ahigh-level languageto usespecific dataor
functions of the operating system or the licensed program.
SomeAPIsprovidethesamefunctionsascontrol language(CL)
commands and output file support. Some APIs provide
functions that CL commands do not. Most APIs work more
quicklyanduselesssystemoverheadthantheCLcommands.
API Concept
APIsallowyouto:
Providebetterperformancewhengettingsysteminformationor
whenusingsystemfunctionsprovidedbycontrol language(CL)
commandsorfilesupport.
Use system information and functions that are not available
throughCLcommands.
Usecallsfromhigh-level languagestotheseinterfaces.
Access to system functions at a lower level than what was
initiallyprovidedonthesystem.
Finally, dataisofteneasiertoworkwithwhenreturnedtoyoubyanAPI.
Sample API
QSNDDTAQ
Required Parameter Group:
1 Data queue name Input Char(10)
2 Library name Input Char(10)
3 Length of data Input Packed(5,0)
4 Data Input Char(*)
QRCVDTAQ
Required Parameter Group:
1 Data queue name Input Char(10)
2 Library name Input Char(10)
3 Length of data Output Packed(5,0)
4 Data Output Char(*)
5 Wait time Input Packed(5,0)

You might also like