Subsystem Cretaion
Subsystem Cretaion
Subsystem Cretaion
AS400 system contains several subsystems, each working independently and performing
some specific task.
The job is assigned to a subsystem according to the type of job e.g. one subsystem may
handle all interactive job; other may handle all batch job, some other may handle
communication jobs etc.
Each subsystem has its own runtime attribute that is used by the job to get itself executed
under that environment.
Bottom
Command
===>__________________________________________________________________________
______________________________________________________________________________
F3=Exit F4=Prompt F5=Refresh F9=Retrieve F10=Restart F12=Cancel
F19=Extended system status F24=More keys
We can start or end the subsystem whenever we need without disrupting our other system
jobs that may be running in QINTER/QBATCH.
Here, the subsystem job will run in pool 2 and will use *BASE for main memory storage. There
can maximum of 2 jobs inside the subsystem at a time.
Once the job queue is created, then we attach the (ADDJOBQE) command, as follows:
ADDJOBQE SBSD (AMINEM/MYSBSD) JOBQ (AMINEM/MYJOBQ) MAXACT (1)
MAXACT denotes the number of the jobs that can be process at the same
time.
Class defines the run time attribute e.g. Run priority, Time slice, Default wait time, Maximum
temporary storage etc.
CRTCLS CLS(AMINEM/MYCLS) RUNPTY(40)