JPH02127732A - Job control system - Google Patents

Job control system

Info

Publication number
JPH02127732A
JPH02127732A JP28188088A JP28188088A JPH02127732A JP H02127732 A JPH02127732 A JP H02127732A JP 28188088 A JP28188088 A JP 28188088A JP 28188088 A JP28188088 A JP 28188088A JP H02127732 A JPH02127732 A JP H02127732A
Authority
JP
Japan
Prior art keywords
job
executed
execution
execution method
specific
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP28188088A
Other languages
Japanese (ja)
Other versions
JP2903525B2 (en
Inventor
Kotetsu Oomiya
大宮 虎徹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63281880A priority Critical patent/JP2903525B2/en
Publication of JPH02127732A publication Critical patent/JPH02127732A/en
Application granted granted Critical
Publication of JP2903525B2 publication Critical patent/JP2903525B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To carry out a specific job without affecting other work jobs by setting an execution form to a job control language and carrying out the job that designated a specific executing system only when the jobs of other executing systems are not available. CONSTITUTION:A job setting process 1 includes an executing system setting means 11 to set a job executing system to a job control language and sorts the jobs for each executing system to store these sorted jobs into a memory 3. In a job executing process 2, the sorted and stored jobs are read out and it is decided whether the job to be executed by a selection means 24 adopts an executing system except a specific executing system (a) or not. If not, the job of the executing system (a) that is previously interrupted by an interruption means 22 is restarted by a restart means 23. Thus, it is possible to carry out a specific job without affecting the executing time of other jobs.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置における複数のジョブの実行を管
理するジョブ管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a job management method for managing execution of a plurality of jobs in an information processing apparatus.

〔従来の技術〕[Conventional technology]

従来この種のジョブ管理方式はジョブにより定められた
優先順位により処理が行なわれ、一般には割当てられた
資源の占有が終了して、次のジョブが選択されるように
なっている。
Conventionally, in this type of job management system, processing is performed according to the priority order determined by the job, and generally, the next job is selected after the allocated resource has been occupied.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のジョブの実行方式では、入力したジョブ
は優先順位により実行されるので、ある特定のジョブが
他のジョブの実行時間に影響を与えないで実行すること
ができないという欠点がある。
In the above-described conventional job execution method, input jobs are executed in priority order, and therefore a particular job cannot be executed without affecting the execution time of other jobs.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のジョブ管理方式は、情報処理装置のジョブを実
行する処理において、ジョブの実行状態を識別する識別
手段と、ジョブ制御言語にジョブの実行方式を設定する
実行方式設定手段と、実行中のジョブを中断させる中断
手段と、実行中のジョブを再開させる再開手段と、実行
するジョブを実行方式によって選択する選択手段とを有
し、実行する特定のジョブのジョブ制御言語に前記実行
方式設定手段により特定の実行方式を設定し、前記選択
手段が選択したジョブが前記特定の実行方式に設定され
たジョブならば、実行するジョブが前記特定の実行方式
に設定されたジョブ以外にないときにのみ実行し、前記
特定の実行方式のジョブの実行中にジョブが入力された
ときには前記特定の実行方式のジョブは、前記中断手段
により実行を一時中断し、再び実行するジョブが前記特
定の実行方式に設定されたジョブ以外にないときに、前
記再開手段により前記中断されたジョブの実行を行うこ
とにより構成される。
The job management method of the present invention includes an identification means for identifying the execution state of the job, an execution method setting means for setting the job execution method in the job control language, and an execution method for the execution of the job in the job execution process of the information processing device. It has an interrupting means for interrupting a job, a restarting means for restarting a job being executed, and a selection means for selecting a job to be executed according to an execution method, and the execution method setting means is configured to set the job control language of a specific job to be executed. If the job selected by the selection means is a job set to the specific execution method, only when there is no other job to be executed other than the job set to the specific execution method. When a job is input during execution of a job of the specific execution method, the execution of the job of the specific execution method is temporarily interrupted by the interrupting means, and the job to be executed again is executed using the specific execution method. The restarting means executes the interrupted job when there is no other job than the set job.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明を実現するための一実施例の構成図で、
ジョブ設定処理1とジョブ実行処理2と記憶装置3と中
央処理装置4とから構成される。
FIG. 1 is a configuration diagram of an embodiment for realizing the present invention.
It is composed of a job setting process 1, a job execution process 2, a storage device 3, and a central processing unit 4.

ジョブ設定処理1はジョブ制御言語にジョブの実行方式
を設定する実行方式設定手段11を有していて、実行方
式別にジョブを記憶装置3に記憶させる。ジョブ実行処
理2はジョブの実行状態の識別手段21と、実行中のジ
ョブの中断手段22と、実行中断中のジョブの再開手段
23と、実行するジョブを実行方式によって選択する選
択手段24とを有している。
The job setting process 1 includes an execution method setting means 11 for setting a job execution method in a job control language, and stores jobs in the storage device 3 for each execution method. The job execution process 2 includes a means 21 for identifying the execution state of a job, a means 22 for suspending a job in execution, a means 23 for resuming a job whose execution is suspended, and a selection means 24 for selecting a job to be executed according to an execution method. have.

第2図(a)および(b)は第1図の構成における処理
のフローチャートで、第2図(c)は記憶装置3におけ
るジョブ記憶の形式図である。第2図(a)〜(C)を
参照して第1図の動作について説明を進めると、先ず実
行方式設定手段11により、例えばジョブ1に対し実行
方式aを設定する(ステップ201)。次いで実行方式
別にジョブを分類して記憶装置3に第2図(C)のよう
に記憶する(ステップ202)、ジョブ実行処理2はス
テップ202で分類・記憶されたジョブを読出し、選択
手段24によって実行すべきジョブが実行方式a以外に
あるかを判定する(ステップ203)。そこで実行すべ
きジョブが実行方式の以外にあれば、識別手段21によ
って実行形式aのジョブが実行中であるかどうかを判別
しくステップ204)、このジョブが実行中であれば中
断手段22によってそのジョブを中断させ(ステップ2
05>、ジョブ実行で読出されステップ203で選択さ
れたジョブを実行する(ステップ206)。ステップ2
03で実行すべきジョブが実行方式a以外になければ、
以前にステップ205で中断されているジョブがないが
を判別しくステップ207> 、あるならばこのジョブ
を再開手段23によって再開させる(ステップ208)
。またステップ207で中断されているジョブがなけれ
ば実行形式aのジョブを実行する(ステップ209)。
2(a) and 2(b) are flowcharts of processing in the configuration of FIG. 1, and FIG. 2(c) is a format diagram of job storage in the storage device 3. The operation shown in FIG. 1 will be explained with reference to FIGS. 2(a) to 2(C). First, the execution method setting means 11 sets execution method a for job 1, for example (step 201). Next, the jobs are classified according to the execution method and stored in the storage device 3 as shown in FIG. It is determined whether there is a job to be executed using an execution method other than a (step 203). If there is a job to be executed in a mode other than the execution mode, the identification means 21 determines whether or not a job of execution mode a is being executed (step 204), and if this job is being executed, the interrupting means 22 causes Interrupt the job (step 2)
05>, the job read in job execution and selected in step 203 is executed (step 206). Step 2
If there is no job to be executed in 03 other than execution method a,
It is determined whether there is any job that has been previously interrupted in step 205 (step 207), and if there is, this job is restarted by the restarting means 23 (step 208).
. Further, if there is no job that has been interrupted in step 207, the job of execution format a is executed (step 209).

このようにして実行形式aのジョブは他のジョブ入力が
ないときにのみ実行される。
In this way, the job of execution format a is executed only when there is no other job input.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、ジョブ制御言語に実行形
式を設定し、特定の実行方式を指定したジョブは他の実
行方式のジョブがないときにだけ実行することによりシ
ステム混雑時の業務ジョブに影響を与えないで夜間等の
システムがすいているときに、この特定のジョブを実行
することができるという効果がある。
As explained above, the present invention sets an execution format in the job control language, and executes a job specifying a specific execution method only when there are no jobs with other execution methods. The advantage is that this particular job can be executed when the system is idle, such as at night, without causing any impact.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明を実現するための一実施例の構成図、第
2図(a)および(b)は第1図の処理のフローチャー
ト、第2図(c)は第1図の記憶装置に記憶されるジョ
ブの記憶形式図である。 1・・・ジョブ設定処理、2・・・ジョブ実行処理、3
・・・記憶装置、4・・・中央処理装置、11・・・実
行方式設定手段、 ・・・識別手段、 2・・・中断手段、 3・・・再開手段、 24・・・選択手段。
FIG. 1 is a block diagram of an embodiment for realizing the present invention, FIGS. 2(a) and (b) are flowcharts of the processing in FIG. 1, and FIG. 2(c) is the storage device in FIG. 1. FIG. 2 is a storage format diagram of jobs stored in FIG. 1... Job setting processing, 2... Job execution processing, 3
... Storage device, 4... Central processing unit, 11... Execution method setting means, ... Identification means, 2... Interrupting means, 3... Resume means, 24... Selection means.

Claims (1)

【特許請求の範囲】[Claims] 情報処理装置のジョブを実行する処理において、ジョブ
の実行状態を識別する識別手段と、ジョブ制御言語にジ
ョブの実行方式を設定する実行方式設定手段と、実行中
のジョブを中断させる中断手段と、実行中のジョブを再
開させる再開手段と、実行するジョブを実行方式によっ
て選択する選択手段とを有し、実行する特定のジョブの
ジョブ制御言語に前記実行方式設定手段により特定の実
行方式を設定し、前記選択手段が選択したジョブが前記
特定の実行方式に設定されたジョブならば、実行するジ
ョブが前記特定の実行方式に設定されたジョブ以外にな
いときにのみ実行し、前記特定の実行方式のジョブの実
行中にジョブが入力されたときには前記特定の実行方式
のジョブは、前記中断手段により実行を一時中断し、再
び実行するジョブが前記特定の実行方式に設定されたジ
ョブ以外にないときに、前記再開手段により前記中断さ
れたジョブの実行を行うことを特徴とするジョブ管理方
式。
In the process of executing a job of the information processing device, an identification means for identifying the execution state of the job, an execution method setting means for setting a job execution method in a job control language, and an interruption means for interrupting the job being executed; The apparatus has a restarting means for restarting a job being executed, and a selection means for selecting a job to be executed according to an execution method, and the execution method setting means sets a specific execution method in the job control language of a specific job to be executed. , if the job selected by the selection means is a job set to the specific execution method, the job is executed only when there is no other job to be executed other than the job set to the specific execution method; When a job is input during the execution of a job, the execution of the job of the specific execution method is temporarily suspended by the interrupting means, and when there is no job to be executed again other than the job set to the specific execution method. The job management method is characterized in that the restarting means executes the interrupted job.
JP63281880A 1988-11-07 1988-11-07 Job management method Expired - Lifetime JP2903525B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63281880A JP2903525B2 (en) 1988-11-07 1988-11-07 Job management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63281880A JP2903525B2 (en) 1988-11-07 1988-11-07 Job management method

Publications (2)

Publication Number Publication Date
JPH02127732A true JPH02127732A (en) 1990-05-16
JP2903525B2 JP2903525B2 (en) 1999-06-07

Family

ID=17645257

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63281880A Expired - Lifetime JP2903525B2 (en) 1988-11-07 1988-11-07 Job management method

Country Status (1)

Country Link
JP (1) JP2903525B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6679425B1 (en) * 1997-06-18 2004-01-20 Express Technology, Inc. Systems, apparatus and processes to verify a person's age to determine if the person is authorized
JP2008226023A (en) * 2007-03-14 2008-09-25 Kansai Electric Power Co Inc:The Job allocating device and job allocating method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59168551A (en) * 1983-03-16 1984-09-22 Fujitsu Ltd Job control system with use of data set
JPS61278942A (en) * 1985-06-03 1986-12-09 Tokyo Electric Co Ltd Data managing device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59168551A (en) * 1983-03-16 1984-09-22 Fujitsu Ltd Job control system with use of data set
JPS61278942A (en) * 1985-06-03 1986-12-09 Tokyo Electric Co Ltd Data managing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6679425B1 (en) * 1997-06-18 2004-01-20 Express Technology, Inc. Systems, apparatus and processes to verify a person's age to determine if the person is authorized
JP2008226023A (en) * 2007-03-14 2008-09-25 Kansai Electric Power Co Inc:The Job allocating device and job allocating method

Also Published As

Publication number Publication date
JP2903525B2 (en) 1999-06-07

Similar Documents

Publication Publication Date Title
US6006247A (en) Method and system for scheduling threads and handling exceptions within a multiprocessor data processing system
JP3037182B2 (en) Task management method
JPH02127732A (en) Job control system
JPH07295840A (en) Event management system for multiprogramming system
JPH05108380A (en) Data processing system
JPH08190491A (en) Task switching method
JPS63636A (en) Task control system
JPH0644234B2 (en) Task management device
JPH06149615A (en) Event recording system
JPH08137703A (en) Task switching device
JPH0340053A (en) Control system for plural communication procedures
JPH02211545A (en) Job execution control system
JPH0424828A (en) Multi-task control system
JPS63314647A (en) Saving/restoring system for task run environment
JPH0283655A (en) Job schedule stopping system
JPH02113363A (en) Time slice controlling system for multiprocessor system
JPS6385938A (en) Controller for multiplex parallel operation of program
JPS61289796A (en) Interruption control system for electronic exchange system
JPH03188531A (en) Time-division multitask executing device
JPH0221329A (en) Report output system
JPH02302847A (en) File receding system
JPH0375832A (en) Virtual machine control system
JPH01246636A (en) Central processing unit management system for virtual computer system
JPH10283202A (en) Job operation system, job operation method, and recording medium with job operation program recorded
JPH10171666A (en) Task control block management mechanism and its managing method