Sie sind auf Seite 1von 5

http://www.vilecha.com/AS400/as4.

asp
http://www.help400.es/asp/scripts/nwart.asp?Num=75&Pag=49&Tip=U
http://html.rincondelvago.com/arquitectura-del-sistema-as-400.html
https://cs.senecac.on.ca/~timothy.mckenna/IBC233/as4_cls2.html




Lab 1

Contents:
User Profiles
CL Commands
CL Syntax using Keyword Notation
Navigating a sea of commands
Library Lists
OBJECT RECAP
User Profiles

iSeries User IDs are yours for the term
User Profile is an iSeries object that identifies you and things about you that help start up an Interactive
Job.
If you cannot sign on, see this
https://scs.senecac.on.ca/~timothy.mckenna/RPG544/rpg_cls2.html#signon
Four parts of a menu screen:
screen header (menu ID/name, description/title, system name)
menu options
selection and/or command line input (===>)
function keys
Four types of interactive terminal screens:
menu (e.g. GO MAIN)
- system knows what to do with a menu item selection
entry (e.g. iSeries sign on screen)
- system is waiting for you to enter data
- common subtype is a command prompt screen (e.g. WRKOBJPDM + F4)
information (e.g. F1)
- displays help window on top of any screen
list (e.g. DSPLIBL)
- shows list of variable information
some screen types have attributes of other types
menu screens allow entry
list screens allow entry and options against list items
see "definitions" on web page
CL Commands

i5/OS and OS/400 Control Language
primary interface to operating system functions
The bad news: 1,500+ commands and thousands of parameters
The good news: it is a language! Knowing a little, you can do a lot.
More good news: 1,500+ commands and thousands of parameters
so you don't have to create a UNIX-like script almost every time you want to do something
Command Names

command-name is composed of Verb and Subject
Verb or function is first 3 characters
CL Verb English Description
CPY Copy Copies a file
CRT Create Creates an object
DSP Display Displays something about an object
STR Start Start a utility or system function
WRK Work With Works with an object

Notable Verb exceptions
CALL -- executes a program
GO -- displays a menu

Subject follows the verb with a noun or qualified noun
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
F File Object that stores data
FD File Desc Description of file
USRPRF User Profile Object that lists attributes about a User ID

Notable one letter nouns:
Noun meaning example
D Description DSPOBJD
E Entry ADDLIBLE
F File CPYF
L List DSPLIBL
Q Queue WRKOUTQ


Some commands so far
Verb
Com Subject
mand Description
STR PDM start P.D.M.
CRT SRCPF create source physical file
CHG PWD change password
DSP USRPRF display user profile
SND MSG send message to a message queue
DSP MSG display message
WRK OUTQ work output queue
WRK SPLF work spool file (in all output queues)
RTV JOBA retrieve job attributes
RTV USRPRF retrieve user profile
SND PGMMSG send message to program's message queue
http://videoant.com/tutorial/as400-tutorial-crtlib/fJ9CV2yBF-8/4579

http://www.teknodatips.com.ar/as400/19-sometimiento-de-comandos-remotos-con-sbmrmtcmd.html

http://www.broculos.net/2007/10/as400-chapter-1-introduction.html#.U6xVmvldXfI

http://www.recursos-as400.com/como83.shtml
http://www.recursos-as400.com/manuales.shtml

http://soporte900.wordpress.com/2012/03/26/manual-as400i-introduccion-a-as400-2/ INTERESANTE

http://www.scribd.com/doc/109968868/Apuntes-IBM-ISeries-primeros-26-anos

Das könnte Ihnen auch gefallen