- 1、本文档共30页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
(作业步)
Chapter two jobs Management 2.1 Basic concepts of job 2.1.1 Concept of job 2.1.2 Job organization 2.2 Set up one job 2.2.1 Job input methods 2.2.2 Setting up JCB 2.3 Command Control Interface 2.4 System call 2.1 Basic concepts of job Main tasks of managing jobs are the problems of inputting and outputting. That is, establish jobs then run them, at last, withdraw them. 2.1.1 Concept of job 2.1.2 Job organization 2.1.1 Concept of job What’s the job? We can understand this concept from two aspects, user and system. User: Everyone is very familiar with homework. Homework is a kind of task that teachers ask you to complete after class. All about the task you do we call it homework. Now what we ask the computer to do is a job, just like homework. While you are the teacher and the computer is the student. You must have the experience about programming. Let us go over it. Look at the figure2-1. Figure 2-1 Process of programming From figure 2-1 we can see that computer will do a lot of work from editing and inputting to outputting. Now we can define a job. In the processing, from inputting to outputting , all about this processing which computer does is a . A job is made up of many parts. Such as compiling, connecting, running, outputting and so on in figure 2-1. Every part is named (作业步). So we can say that a job is made up of many job steps .All steps are arranged by certain order. The result of one step is the precondition(前提) of next step to begin. For example, compiling can begin only after finishing editing and inputting. System: From the perspective of system(从系统角度看), one job is made up of program, data and job description(作业说明书). System controls data and program by job description. In batch system, job is the basic unit to occupy main memory (抢占内存). (back) 2.1.2 Job organization One job consists of program, data and job description. Program and data tell computer what to do a
文档评论(0)