JPH0512037A - Job operation control system - Google Patents

Job operation control system

Info

Publication number
JPH0512037A
JPH0512037A JP16326891A JP16326891A JPH0512037A JP H0512037 A JPH0512037 A JP H0512037A JP 16326891 A JP16326891 A JP 16326891A JP 16326891 A JP16326891 A JP 16326891A JP H0512037 A JPH0512037 A JP H0512037A
Authority
JP
Japan
Prior art keywords
job
control information
information table
jobs
operation result
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.)
Pending
Application number
JP16326891A
Other languages
Japanese (ja)
Inventor
Masanori Jinno
正典 神野
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 Solution Innovators Ltd
Original Assignee
NEC Software Chubu Ltd
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 Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP16326891A priority Critical patent/JPH0512037A/en
Publication of JPH0512037A publication Critical patent/JPH0512037A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the load on an operator and to prevent misoperation by automatically changing the flow of jobs in accordance with the end state of jobs. CONSTITUTION:A control information table 3 where plural sets of operation result codes indicating the end states of jobs for job IDs, job IDs of jobs to be next operated, and their parameters are stored and a control information input means 4 which preliminarily sets condition data or the like to the control information table 3 are provided, and an operation controller 2 receives the operation result code and transferred parameters to be next taken over from a preceding job 1 and retrieves the control information table 3 by the job ID and the operation result code of the preceding job 1 and determines and executes a succeeding job 5 to be next executed. After the end of processing, the execution history is outputted to an operation history output means 6.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はジョブ動作制御方式に関
し、特に複数のジョブを逐次実行する電子計算機におけ
るジョブの実行順序を制御するジョブ動作制御方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job operation control method, and more particularly to a job operation control method for controlling the execution order of jobs in an electronic computer that sequentially executes a plurality of jobs.

【0002】[0002]

【従来の技術】従来、電子計算機上の処理の実行単位で
あるジョブの流れを制御するジョブ動作制御方式として
は、幾つかのジョブを一定の流れで繰り返し行うのを基
本としており、この流れを変えるためには途中で処理を
いったん停止させるか、実行開始前に意識的に流れを変
えるように組み立て直すか、関連するジョブを一々オペ
レータの判断により実行させるようにする必要があっ
た。
2. Description of the Related Art Conventionally, as a job operation control method for controlling a job flow, which is a unit of execution of processing on an electronic computer, it has been a basic practice to repeatedly execute some jobs in a constant flow. In order to change the processing, it is necessary to temporarily stop the processing in the middle of the process, reassemble the processing so as to intentionally change the flow before starting the execution, or execute the related jobs one by one according to the judgment of the operator.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のジョブ
動作制御方式では、一定の流れの繰り返しを実行中にあ
るジョブで通常とは異なる処理結果が発生してジョブが
停止した場合、オペレータが介入して処理する必要があ
り、余分な時間がかかりオペレータの作業量が増大す
る。又、実行前に意識的に流れを変える方法や、一々オ
ペレータが監視する方法でも、オペレータの負荷が大き
いばかりかオペレーションミス等が発生しやすい欠点が
ある。
In the above-described conventional job operation control method, when a job that is undergoing a certain flow repetition causes an abnormal processing result and the job is stopped, the operator intervenes. Therefore, it takes extra time and the operator's workload increases. Further, the method of intentionally changing the flow before execution and the method of monitoring by the operator one by one have the drawback that not only the load on the operator is large, but also an operation error or the like is likely to occur.

【0004】本発明の目的は、その都度オペレータの介
入を必要とせずジョブの処理結果によりジョブの流れを
自由に変更処理することができ、上述の問題点を解決で
きるジョブ動作制御方式を提供することにある。
An object of the present invention is to provide a job operation control system capable of freely changing the flow of a job according to the processing result of the job without requiring operator intervention each time and solving the above-mentioned problems. Especially.

【0005】[0005]

【課題を解決するための手段】本発明のジョブ動作制御
方式は、複数のジョブを逐次実行する電子計算機におけ
るジョブの実行順序を制御するジョブ動作制御方式にお
いて、ジョブを識別するジョブIDに対してジョブの終
了状態を表す動作結果コードと次に動作すべきジョブの
ジョブIDとパラメータとの組を複数組格納した制御情
報テーブルと、ジョブの実行終了時に終了したジョブの
ジョブIDと動作結果コードにより前記制御情報テーブ
ルを検索して次に起動すべきジョブIDとパラメータと
を決定し起動する実行制御手段と、前記制御情報テーブ
ルを保守するための制御情報入力手段とを備えて構成さ
れている。
According to a job operation control method of the present invention, in a job operation control method for controlling a job execution order in an electronic computer that sequentially executes a plurality of jobs, a job ID for identifying a job A control information table that stores a plurality of pairs of operation result codes that indicate the end status of jobs, job IDs and parameters of jobs that should be executed next, and job IDs and operation result codes of jobs that have ended at the end of job execution. It comprises an execution control means for searching the control information table, deciding a job ID and a parameter to be started next, and a parameter for starting, and a control information input means for maintaining the control information table.

【0006】[0006]

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

【0007】図1は本発明の一実施例の構成を示すブロ
ック図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【0008】本実施例のジョブ動作制御方式は、図1に
示すように、先に実行され処理を終了した先行ジョブ1
からその終了状態を示す動作結果コードと次に引き継ぐ
べき受け渡しパラメータとを受け取り、制御情報テーブ
ル3を参照して次に実行すべき後続ジョブ5を決定し実
行する動作制御コントローラ2と、ジョブの動作制御に
必要な情報を保持する制御情報テーブル3と、制御情報
テーブル3に対してあらかじめ条件データ等をセットす
る制御情報入力手段4と、ジョブ全体の実行履歴を出力
する動作履歴出力手段6とで構成されている。
As shown in FIG. 1, the job operation control method of this embodiment is such that the preceding job 1 which has been executed first and whose processing has been completed is completed.
The operation control controller 2 that receives the operation result code indicating the end state and the transfer parameter to be inherited next, determines the succeeding job 5 to be executed next with reference to the control information table 3, and executes the job. A control information table 3 that holds information necessary for control, a control information input unit 4 that sets condition data and the like in advance in the control information table 3, and an operation history output unit 6 that outputs an execution history of the entire job. It is configured.

【0009】図2は、制御情報テーブル3に保持される
ジョブ動作制御情報の一例を示す説明図である。
FIG. 2 is an explanatory diagram showing an example of the job operation control information held in the control information table 3.

【0010】制御情報テーブル3には、図2に示すよう
に、各ジョブを識別するジョブIDをキーとして、各ジ
ョブIDに対応して、ジョブの終了状態を表す動作結果
コードを条件として次に起動すべき次起動ジョブID及
びその動作に必要な規定パラメータとを格納した選択項
目を複数組登録してある。
In the control information table 3, as shown in FIG. 2, a job ID for identifying each job is used as a key, and an operation result code representing the end state of the job is associated with each job ID as a condition. A plurality of sets of selection items storing the next startup job ID to be started and the prescribed parameters necessary for its operation are registered.

【0011】図1において、先行ジョブ1は処理が終了
すると、その終了状態を表す動作結果コードと受け渡し
パラメータとを動作制御コントローラ2に引き渡す。情
報を受け取った動作制御コントローラ2は、先行ジョブ
1のジョブIDにより制御情報テーブル3を検索し、受
け渡しパラメータを登録する。次いで、動作結果コード
が一致する選択項目を求める。これにより、次に実行す
る後続ジョブ5を決定し、動作に必要な規定パラメータ
と先行ジョブ1から引き継ぐべき受け渡しパラメータと
を後続ジョブ5に渡し処理を実行させる。
In FIG. 1, when the processing of the preceding job 1 is completed, the operation result code indicating the completion state and the delivery parameter are delivered to the operation controller 2. The operation controller 2 that has received the information searches the control information table 3 by the job ID of the preceding job 1 and registers the delivery parameter. Then, a selection item having a matching operation result code is obtained. As a result, the succeeding job 5 to be executed next is determined, and the succeeding job 5 is caused to execute the process of passing the prescribed parameters necessary for the operation and the delivery parameters to be inherited from the preceding job 1.

【0012】図3は、本実施例による処理手順の一例を
説明する流れ図である。
FIG. 3 is a flow chart for explaining an example of the processing procedure according to this embodiment.

【0013】まず、ステップ11でジョブAが処理を実
行し、終了するとその終了状態により動作結果コードを
判定し、動作制御コントローラ2に通知する。動作制御
コントローラ2は、ステップ12において、ジョブID
“A”をキーに図2に示した制御情報テーブル3を検索
し、ジョブAから受け取った受け渡しパラメータを制御
情報テーブル3の受け渡しパラメータ欄に登録し、受け
取った動作結果コード“0000”により選択項目
(1)から次起動ジョブID“B”を取得し、起動をか
け規定パラメータと受け渡しパラメータとをジョブBに
引き渡す。
First, in step 11, the job A executes the processing, and when the job A is completed, the operation result code is judged according to the completion state, and the operation controller 2 is notified. The operation controller 2 determines in step 12 the job ID
The control information table 3 shown in FIG. 2 is searched by using "A" as a key, the delivery parameter received from the job A is registered in the delivery parameter column of the control information table 3, and the selection item is selected according to the operation result code "0000" received. The next startup job ID “B” is acquired from (1), and the startup parameter is activated and the specified parameter and the transfer parameter are transferred to the job B.

【0014】次に、ステップ13でジョブBが動作制御
コントローラ2から受け取った規定パラメータと受け渡
しパラメータに基づいて処理を実行し、実行が終了する
とその終了状態により動作結果コード“0E0D”を判
定して動作制御コントローラ2に通知する。動作制御コ
ントローラ2は、ステップ14でステップ12の場合と
同様にジョブID“B”をキーに制御情報テーブル3を
検索し、動作結果コード“0E0D”により選択項目
(2)から次起動ジョブID“B”を取得し起動する。
Next, in step 13, the job B executes the processing based on the specified parameters and the delivery parameters received from the operation controller 2, and when the execution is completed, the operation result code "0E0D" is judged according to the end state. Notify the operation controller 2. The operation controller 2 searches the control information table 3 in step 14 using the job ID “B” as a key, as in the case of step 12, and selects the next start job ID “from the selection item (2) according to the operation result code“ 0E0D ”. B ”is acquired and activated.

【0015】更に、ステップ15でジョブBが動作した
後、動作結果コードが“0000”であったとすると、
ステップ16では制御情報テーブル3のジョブID
“B”の選択項目(1)は次起動ジョブIDが空白
(△)であるので、ジョブを停止し一連の動作の流れを
動作履歴出力手段6に出力する。
Further, if the operation result code is "0000" after the job B is operated in step 15,
In step 16, the job ID of the control information table 3
In the selection item (1) of "B", since the next startup job ID is blank (Δ), the job is stopped and a series of operation flow is output to the operation history output means 6.

【0016】図3では、ジョブAとジョブBの二つのジ
ョブの制御について説明したが、同様にして多数のジョ
ブの継続や、同じジョブの繰り返しを行うことができ
る。
In FIG. 3, control of two jobs, job A and job B, has been described. However, it is possible to continue many jobs and repeat the same job in the same manner.

【0017】制御情報入力手段4は、制御情報テーブル
3に情報を登録したり、登録した内容を保守するための
もので、制御情報テーブル3の内容を任意に追加,変
更,削除でき、その操作によりジョブの終了状態により
自由にジョブの流れを変更したり、停止させたり、繰り
返したりすることができ、又、動作に必要なパラメータ
を設定したり、変更したりすることができる。
The control information input means 4 is for registering information in the control information table 3 and for maintaining the registered contents. The contents of the control information table 3 can be arbitrarily added, changed or deleted, and its operation can be performed. The job flow can be freely changed, stopped, and repeated according to the end state of the job, and the parameters necessary for the operation can be set or changed.

【0018】[0018]

【発明の効果】以上説明したように、本発明のジョブ動
作制御方式は、ジョブの終了状態を表す動作結果コード
を条件として次起動ジョブを制御情報テーブルに登録す
ることにより、ジョブの終了状態に応じてジョブの流れ
を自動的に変更させることができ、オペレータの負荷を
軽減すると共にオペレーションミスを防止できる効果が
ある。
As described above, according to the job operation control method of the present invention, by registering the next startup job in the control information table on the condition of the operation result code indicating the end state of the job, the job end state is set. Accordingly, the flow of the job can be changed automatically, which has the effect of reducing the load on the operator and preventing operational errors.

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

【図1】本発明のジョブ動作制御方式の一実施例の構成
を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an embodiment of a job operation control system of the present invention.

【図2】図1の制御情報テーブルの内容の一例を示す説
明図である。
FIG. 2 is an explanatory diagram showing an example of contents of a control information table in FIG.

【図3】本実施例における動作の一例を示す流れ図であ
る。
FIG. 3 is a flowchart showing an example of operation in the present embodiment.

【符号の説明】[Explanation of symbols]

1 先行ジョブ 2 動作制御コントローラ 3 制御情報テーブル 4 制御情報入力手段 5 後続ジョブ 6 動作履歴出力手段 1 Predecessor Job 2 Operation Controller 3 Control Information Table 4 Control Information Input Means 5 Subsequent Job 6 Operation History Output Means

Claims (1)

【特許請求の範囲】 【請求項1】 複数のジョブを逐次実行する電子計算機
におけるジョブの実行順序を制御するジョブ動作制御方
式において、ジョブを識別するジョブIDに対してジョ
ブの終了状態を表す動作結果コードと次に動作すべきジ
ョブのジョブIDとパラメータとの組を複数組格納した
制御情報テーブルと、ジョブの実行終了時に終了したジ
ョブのジョブIDと動作結果コードにより前記制御情報
テーブルを検索して次に起動すべきジョブIDとパラメ
ータとを決定し起動する実行制御手段と、前記制御情報
テーブルを保守するための制御情報入力手段とを備えた
ことを特徴とするジョブ動作制御方式。
Claim: What is claimed is: 1. In a job operation control method for controlling a job execution order in an electronic computer that sequentially executes a plurality of jobs, an operation that indicates a job end state for a job ID that identifies the job. A control information table storing a plurality of sets of a result code, a job ID of a job to be operated next, and a parameter, and a search of the control information table based on the job ID and the operation result code of the job completed at the end of execution of the job A job operation control method comprising: an execution control means for determining and starting a job ID and a parameter to be started next, and control information input means for maintaining the control information table.
JP16326891A 1991-07-04 1991-07-04 Job operation control system Pending JPH0512037A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16326891A JPH0512037A (en) 1991-07-04 1991-07-04 Job operation control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16326891A JPH0512037A (en) 1991-07-04 1991-07-04 Job operation control system

Publications (1)

Publication Number Publication Date
JPH0512037A true JPH0512037A (en) 1993-01-22

Family

ID=15770581

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16326891A Pending JPH0512037A (en) 1991-07-04 1991-07-04 Job operation control system

Country Status (1)

Country Link
JP (1) JPH0512037A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7237005B2 (en) 2002-09-05 2007-06-26 Hitachi, Ltd. Job network setup method, job network execution method, job management system, management terminal and program
JP2007536685A (en) * 2004-05-10 2007-12-13 トムソン ライセンシング How to automatically select software applications

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7237005B2 (en) 2002-09-05 2007-06-26 Hitachi, Ltd. Job network setup method, job network execution method, job management system, management terminal and program
JP2007536685A (en) * 2004-05-10 2007-12-13 トムソン ライセンシング How to automatically select software applications
JP4868535B2 (en) * 2004-05-10 2012-02-01 トムソン ライセンシング How to automatically select software applications

Similar Documents

Publication Publication Date Title
KR19990054209A (en) Equipment unit status management method of semiconductor manufacturing equipment management system
JP2009037271A (en) Method for stopping virtual computer system, and computer device
US5826078A (en) Job re-execution system and controlling method thereof
JPH0512037A (en) Job operation control system
JPH06309265A (en) Dynamic selection method for driver program of information processor
JPH05158672A (en) Program start selection system using menu
CN114115926B (en) Program sharing method, system, computer equipment and readable storage medium
JP3054802B2 (en) Logic simulation automatic management method
JPH09253985A (en) Process control system and controlling method thereof
JP2792383B2 (en) Verification method of processing result of batch processing system
KR100280641B1 (en) Selective input system of workpiece and control method
JP3348682B2 (en) Restart control device and restart control method
JPS5870361A (en) Input controlling system
JPH0553865A (en) Automatic analyzer for program return information
JPH05216638A (en) Control card processing system
JPH035829A (en) Automatic operation control system for job execution
JPH06332919A (en) Data processor
JPS61202239A (en) Information processor
JPH06110710A (en) Batch processing control system
JPH05143546A (en) Job monitoring device
JPH03191459A (en) Interruption response processor
JPH05216707A (en) Hardware testing method for information processor
JPH04305756A (en) Command processor
JPH09290352A (en) Production control method
JP2006134065A (en) Sequence controller