Вы находитесь на странице: 1из 2

Define a Output Queue?

Output queues are queues of jobs waiting to be printed.

How to reset dates in SEU?

Changing Session Defaults (F13)


Before you start entering the source code make sure the session environment for SEU is set-up
as you wanted.
In Session environment you can edit the session attributes highlighted below. We can change
the session default that will be used during source entry/editing process.

What is Group Profile?

It is similar to User Profile, but the attributes specified is applicable to an entire group.

What is dynamic select ?

Selection and omission of LF records performed during processing, instead of access path is
maintained. This can be
used when key access path does not exist.

How many job queues can a subsystem have?

maximum of 9999 jobques can be attached to a subsystem.


The subsystem first selects jobs from the job queue with the lowest sequence number. When all
jobs on that queue have been processed or the number of jobs specified on the Maximum active
jobs (MAXACT) parameter has been reached, the subsystem processes jobs on the queue with
the next higher sequence number. This sequence continues until all job queue entries have been
processed, or until the subsystem has reached its limit for overall maximum jobs. In some cases,
the sequence is interrupted and the subsystem processes a job queue with a lower sequence
number. This occurs for this subsystem when one of the following conditions occurs:

How will you restrict a single user from submitting his or her job to
a particular subsystem?

ADDWSE, The workstation name or the workstation type should be specified in the subsystem
description on the
iSeries server. Use the Display Subsystem Description (DSPSBSD) command to see the
workstation entries defined to the subsystem.

How will you limit a user profile?


In user profile there is parameter LMTCPB which is set to *YES, this will limit the user
to command line

When PGMA calls PGMB for the first time PGMB executes the
*INZSR. PGMB uses the RETRN operation to return to PGMA. When
PGMA call PGMB the second time is the *INZSR executed?

If you specify RETRN in called program, the *INZSR will not execute again.

What is the difference between Packed decimal and Zoned decimal?

Packed decimal : One digit occupies 1 byte.


Zoned decimal : One digit occupies 2 bytes.

How are the objects stored on AS/400?

All objects are stored on AS/400 in a single level storage.


In this method all objects are referenced by one virtual address which is translated in to
a physical address whether it is an auxiliary storage or main memory.

How would you design the process for a nightly, high volume check
producing processthat needs to select only records that are flagged
to be processed?

With the help of OPNQRYF Clp command, we can select the records from the data base
file. With the help of OPNQRYF Clp
command, we can select the records from the data base file.

The process involves following steps:The process involves following steps: Steps:1.
OVRDBF with SHARE (*YES)
Steps:1. OVRDBF with SHARE (*YES) 2. OPNQRYF 2. OPNQRYF 3. CALL the 3. CALL
the programprogram 4. DLTOVR 4. DLTOVR 5.
CLOF 5. CLOF

Вам также может понравиться