Difference between revisions of "Sub System"

From MidrangeWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Administration]]
 
[[Category:Administration]]
 
The 400 comes with specialized environments for managing various types of work or functions such as:
 
The 400 comes with specialized environments for managing various types of work or functions such as:
* Interactive Processing
+
* Interactive Processing QINTER
 
** Short Transactions
 
** Short Transactions
* Batch Processing
+
* Batch Processing QBATCH
 
** Complicated heavy Data Base Access
 
** Complicated heavy Data Base Access
* Spooling
+
* Spooling QSPL
 
** minimal resource vs. Printers
 
** minimal resource vs. Printers
 +
* Communications QCMN
  
 
Think of SubSystems as the Jobs that run other Jobs.  They monitor and direct what resources needed, such as CPU, pools of main storage, disk space, how many concurrent jobs allowed, type of resources they may use.
 
Think of SubSystems as the Jobs that run other Jobs.  They monitor and direct what resources needed, such as CPU, pools of main storage, disk space, how many concurrent jobs allowed, type of resources they may use.
Line 15: Line 16:
 
* Jobqueues [[JOBQ]]
 
* Jobqueues [[JOBQ]]
 
* Communications
 
* Communications
 +
 +
Just as SubSystems manage the other jobs, the Subsystems themselves need to be managed, for optimum performance.
 +
 +
A simple 400 system can be managed by QBASE, while a more sophisticated system load needs QCTL.

Revision as of 15:47, 10 June 2005

The 400 comes with specialized environments for managing various types of work or functions such as:

  • Interactive Processing QINTER
    • Short Transactions
  • Batch Processing QBATCH
    • Complicated heavy Data Base Access
  • Spooling QSPL
    • minimal resource vs. Printers
  • Communications QCMN

Think of SubSystems as the Jobs that run other Jobs. They monitor and direct what resources needed, such as CPU, pools of main storage, disk space, how many concurrent jobs allowed, type of resources they may use.

Sources of work for each subsystem

  • Autostart jobs
  • Work stations of users
  • Jobqueues JOBQ
  • Communications

Just as SubSystems manage the other jobs, the Subsystems themselves need to be managed, for optimum performance.

A simple 400 system can be managed by QBASE, while a more sophisticated system load needs QCTL.