第五章 工作管理 工作管理(Work Management)是在 OS/400 中实现的,它的主要功能是负责处理用户提交给系统的请求。OS/400 是以作业(JOB)为基本单位实施对工作的管理,作业是OS/400 进行系统资源分配的单位。每个作业又可以进一步分解为一个或若干个顺序的作业步(Routing Step)。OS/400 支持多种类型的作业以满足用户的各种需求。为了更合理、有效地使用系统资源,系统(System)被划分成若干个子系统(Subsystem),所有的作业在子系统的监控下运行。系统有些属性决定了整个系统的大环境,并会影响所有的子系统。系统的属性由系统值(System Value),网络属性(Network Attributes)等定义。每个子系统还要有自己的属性,这些属性在子系统描述(Subsystem Description *SBSD)中定义。在子系统中运行的每个作业也有自己的属性,作业的属性主要来自作业描述(Job Description *JOBD)和用户描述(User Profile *USRPRF)。工作管理对象见 参考图 。 工作管理对象 本章内容将从三个部分来讲解:第一部分介绍作业、队列以及子系统和存储池等工作管理和控制的基本概念,第二部分和第三部分将分别介绍作业控制和打印控制方面的基本的知识。 通过本章的学习,我们应该掌握以下内容: ◇AS/400 系统的作业类型和交互式与批处理两种作业的处理过程。 ◇子系统的概念及子系统中的作业等相关知识。 ◇运用 OS/400 命令来监视和控制作业队列和队列中的作业、活动作业、输出队列和队列中的作业、打印机的工作情况。 5.1.1 Methods of Processing Figu re 5-1. Methods of Processing Interactive Processing Interactive Processing interactive processing requires continual two-way communication between a display station user and the system. it is similar to a conversation: first you say(type) something to the system, then it says (displays) something to you. Batch Processing Batch Processing batch processing requires only that you send information to the as/400system for processing. you can send infromation to the system by entering a command on a command line or the commmand entry display, taking a menu option or running a program. after you send information to the ...