OPS400 - Lecture # 3

User Interface


 


1 - User Interface

  Five different items of a screens:

- Menu ID

- Options

- Function Keys

- Command Line

- System Name

  CL commands can consist of a verb and a noun or a verb, an adjective and a noun. Abbreviations are used to construct CL commands. Vowels are rarely used in a CL command.

WRK CHG DSP CRT DLT CPY OBJ STR STS SYS WTR

  A CL command has two kinds of parameters: required parameter and optional parameter.

  CL Keyword Notation

Command Name Keyword(Value) Keyword(Value) Keyword(Value)

  The parameters can be in any order.

  Function key F11 is very useful.

Example: DSPMSG MSGQ(userlib/userid) OUTPUT(*)

2 - CL Positional Notation

  When parameter values are entered by position, they must be entered in the order in which they are specified within the command syntax.

  The F4 prompt lists the parameters in sequence.

Example: DSPMSG userlib/userid

  Combination of keyword and positional notation

  The position parameters must occur first, once keyword notation is used, positional notation is no longer valid, and any additional parameters must be specified in keyword notation.

Example: DSPMSG userlib/userid OUTPUT(*)

3 - On-line AS/400 Information Search

  The Infoseeker Function on the AS/400 lets users obtain information by searching on-line documentation stored on the AS/400.
 


JOBS and Message Handling


1 - SBMJOB

  The purpose of this command is to control scheduling the execution of a program or a command on a one-time basis.

  Qualified Job Name: Job Name, User Name, and Job Number

  Schedule Date and Time Parameters: SCDDATE SCDTIME

2 - WRKJOBSCDE

  The Job Scheduling Entry contains the information you need to submit a batch job at Regular intervals. Adding a job schedule entry will cause a job to be submitted at the specified time.

  Work with Jobs: GO ASSIST Option 2

  Work with Signed-On Users: GO ASSIST Option 10

3 - Message Handling

Informational message (INFO) or Inquiry message (INQ) are sent to QSYSOPR(the system operator’s message queue or a user’s message queue (the same name as the user ID) or the workstation’s message queue(The same name as the workstation’s message queue)

WRKMSGQ : Delivery mode: *BREAK *NOTIFY *HOLD *DFT

CHGMSGQ : Used to change the message queue to different delivery mode
 
 

Last Updated: Jan 1, 2010 @ 1:00 AM