JPH04312131A - Job executing control system - Google Patents

Job executing control system

Info

Publication number
JPH04312131A
JPH04312131A JP7880791A JP7880791A JPH04312131A JP H04312131 A JPH04312131 A JP H04312131A JP 7880791 A JP7880791 A JP 7880791A JP 7880791 A JP7880791 A JP 7880791A JP H04312131 A JPH04312131 A JP H04312131A
Authority
JP
Japan
Prior art keywords
job
data
processing
result
data processing
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
JP7880791A
Other languages
Japanese (ja)
Inventor
Kazunobu Morimoto
森本 和伸
Toshio Oguma
小熊 敏雄
Yoshio Sato
義雄 佐藤
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP7880791A priority Critical patent/JPH04312131A/en
Publication of JPH04312131A publication Critical patent/JPH04312131A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically and efficiently perform the data processing shared by plural jobs. CONSTITUTION:The processing data are divided through a computer 1 for automatic production of jobs. A job result control table 8 controls the executing result of each job, and these job executing results are registered by a job result deciding part 7. A job start deciding part 3 starts the next processing when the registration of the job executing result is normally complete based on the register results of the table 8. Meanwhile the following processing operations are discontinued if an error occurs. When a job is started, the quantity of data treated in the next processing is adjusted according to the past processing error occurrence states registered in the table 8.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、ジョブ実行管理技術に
関し、特に計算機システムにおいて、一定量の連続する
データを分担して順次処理するジョブの実行管理に適用
して有効な技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job execution management technique, and more particularly to a technique that is effective when applied to job execution management in which a certain amount of continuous data is shared and sequentially processed in a computer system.

【0002】0002

【従来の技術】計算機によるデータ処理は様々な分野で
行われているが、汎用の電子計算機システムなどにおい
ては、処理されるデータ量は莫大なものとなることが多
い。特に、データをシーケンシャルに処理しなければな
らない場合、処理に伴う作業工数、期間は大きなものと
なる。
2. Description of the Related Art Data processing by computers is performed in various fields, and in general-purpose electronic computer systems, the amount of data processed is often enormous. Particularly, when data must be processed sequentially, the number of man-hours and time involved in processing becomes large.

【0003】しかも、次のような理由から全データを一
括して1回のジョブで処理することは一般的に困難であ
る。すなわち、 1.多数のユーザが利用するコンピュータセンタでは、
ジョブあたりのCPU時間等の利用可能な資源に制限が
あるのが通例であり、1つのジョブ処理量には限界があ
る。
Moreover, it is generally difficult to process all data at once in one job for the following reasons. That is, 1. In computer centers used by many users,
There is usually a limit to available resources such as CPU time per job, and there is a limit to the amount of processing for one job.

【0004】2.データに誤りがあったり、運用開始間
もないプログラムでは操作上の誤りが生じる場合もある
。このような場合、ジョブあたりの処理量が多いと、エ
ラーの解析に時間がかる。
2. There may be errors in data, or operational errors may occur in programs that have just started operation. In such a case, if the amount of processing per job is large, it will take time to analyze the error.

【0005】上記の問題に対処するためには、一般に、
以下の方法をとらねばならない。
[0005] In order to deal with the above problems, generally,
The following method must be used.

【0006】1.データ処理をいくつかに分割し、複数
のジョブとする。そして、前ジョブの処理結果を用いて
、次のジョブが処理できるようにする。
1. Divide data processing into multiple jobs. Then, the next job can be processed using the processing results of the previous job.

【0007】2.処理の初期は、少なめのデータを処理
するようにし、単位データあたりの処理に要する資源を
見積り、エラーの発生がないと見極めた後、ジョブあた
りの処理データ量を資源の許す範囲内で増やしていく。
2. At the beginning of processing, process a small amount of data, estimate the resources required for processing per unit of data, and after determining that no errors will occur, increase the amount of data processed per job as much as the resources allow. go.

【0008】しかし、データ処理の分割によりジョブが
増えると、その分ジョブ入力等に手間がかかる。また、
ジョブを1つずつ入力し結果を確認していては、作業者
の作業効率は上がらない。
However, when the number of jobs increases due to the division of data processing, it takes more effort to input the jobs. Also,
If workers input each job one by one and check the results, their work efficiency will not improve.

【0009】そこで、従来では、たとえば、特開平1ー
147631号に記載されているように、ジョブ間の関
連付けによるジョブ実行制御を行うことが知られている
。この方法によれば、一旦いくつかのジョブを入力すれ
ば、ジョブは関連付けされた順に順次処理される。そし
て、あるジョブの処理で誤りが発生すれば、以降の処理
がキャンセルされるので、処理の誤りを修正した後、残
ったジョブを同様に入力、実行すればよい、というもの
である。
Conventionally, it has been known to control job execution by associating jobs, as described in, for example, Japanese Patent Laid-Open No. 1-147631. According to this method, once several jobs are input, the jobs are processed sequentially in the order in which they are associated. If an error occurs in the processing of a certain job, subsequent processing is canceled, so after correcting the processing error, the remaining jobs can be input and executed in the same way.

【0010】0010

【発明が解決しようとする課題】しかし、上記の従来技
術では以下のような問題が生じる。
SUMMARY OF THE INVENTION However, the above-mentioned prior art has the following problems.

【0011】1)全体の処理をいくつかのジョブに分割
する作業、及び各ジョブに処理データを割り当て、計算
機に入力する作業は、すべて人手となる。
1) The work of dividing the entire process into several jobs and the work of allocating processing data to each job and inputting it into a computer are all done manually.

【0012】2)データの誤り、プログラムの操作誤り
があった場合、誤り修正後のデータ処理について、上記
1)の作業を再度行わねばならない。
2) If there is a data error or program operation error, the above 1) must be repeated for data processing after the error is corrected.

【0013】これらは、全体のデータ量が多いと多大な
工数を必要とする。
[0013] These require a large number of man-hours when the total amount of data is large.

【0014】本発明の目的は、このような従来技術の問
題を解決し、複数のジョブの分担によるデータ処理を自
動的に効率良く遂行することが可能なジョブ実行管理技
術を提供することにある。
An object of the present invention is to provide a job execution management technique that can solve the problems of the prior art and automatically and efficiently perform data processing by dividing multiple jobs. .

【0015】[0015]

【課題を解決するための手段】すなわち、本発明になる
ジョブ実行管理方式は、所望量の連続するデータを分割
し、それぞれを幾つかのジョブで分担して処理する計算
機システムにおいて、データを処理するジョブを自動的
に起動し、個々のジョブの実行結果より当該ジョブにお
けるデータ処理の成否を判定し、該ジョブの実行結果お
よび成否をデータ処理結果として記録し、先行するジョ
ブのデータ処理結果に応じて、後続のジョブによるデー
タ処理を行うか否かを決定し、先行するジョブの成否が
データ処理可の場合、データ処理結果に基づいて、後続
のジョブで処理するデータ量を増減させるようにしたも
のである。
[Means for Solving the Problems] That is, the job execution management method according to the present invention processes the data in a computer system that divides a desired amount of continuous data and processes the data by dividing it into several jobs. automatically starts a job to perform the job, determines the success or failure of data processing in the job based on the execution results of each job, records the execution result and success or failure of the job as a data processing result, and records the data processing result of the preceding job. If the success or failure of the preceding job indicates that data processing is possible, the amount of data to be processed by the subsequent job is increased or decreased based on the data processing result. This is what I did.

【0016】[0016]

【作用】上記した本発明のジョブ実行管理方式によれば
、あるジョブによるデータ処理が実行されると、当該ジ
ョブが正常に終了したか、あるいはエラーが発生したか
が判定されデータ処理結果として記録されるので、次の
処理に移る前に過去のデータ処理結果を参照し、たとえ
ば数個前までのジョブにおいてエラーがなければ、処理
するデータ量を増やして、次のジョブを起動し、逆に、
あるジョブでエラーが発生していた場合、結果を記録す
るだけで次のジョブを起動しない、という制御動作を行
うことができる。
[Operation] According to the job execution management method of the present invention described above, when data processing is executed by a certain job, it is determined whether the job has ended normally or an error has occurred and is recorded as the data processing result. Therefore, before moving on to the next process, refer to past data processing results. For example, if there were no errors in the previous job, increase the amount of data to be processed and start the next job, or vice versa. ,
If an error occurs in a certain job, it is possible to perform control operations such as simply recording the result and not starting the next job.

【0017】これにより、複数のジョブの分担によるデ
ータ処理を自動的に効率良く遂行することができる。
[0017] Thereby, data processing can be automatically and efficiently performed by sharing multiple jobs.

【0018】[0018]

【実施例】以下、本発明の一実施例であるジョブ実行管
理方式について、図面を用いて具体的に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A job execution management system which is an embodiment of the present invention will be specifically described below with reference to the drawings.

【0019】図1は、本発明の一実施例であるジョブ実
行管理方式が実行される計算機システムの構成の一例を
示す図である。なお、同図中の幅の広い矢印は、ジョブ
の流れを、単線矢印は制御の流れを示している。
FIG. 1 is a diagram showing an example of the configuration of a computer system in which a job execution management method according to an embodiment of the present invention is executed. Note that the wide arrows in the figure indicate the flow of jobs, and the single-line arrows indicate the flow of control.

【0020】図1において、1は計算機である。2はデ
ータ処理に伴う処理パラメータである。処理パラメータ
2には、たとえば処理の対象となるデータ等を指定する
In FIG. 1, 1 is a computer. 2 is a processing parameter associated with data processing. The processing parameter 2 specifies, for example, data to be processed.

【0021】3は、ジョブ起動制御部であり、ジョブ処
理の可否、及びジョブ毎の処理データを決定する。そし
て、処理パラメータ2に基づき、実行するジョブのジョ
ブ制御言語(以下、JCLと略記する)を作成する。
Reference numeral 3 denotes a job starting control unit, which determines whether or not a job can be processed and processing data for each job. Then, based on the processing parameters 2, a job control language (hereinafter abbreviated as JCL) for the job to be executed is created.

【0022】4は、ジョブ入力キューであり、ジョブ起
動制御部3によって作成されたジョブの実行待ちキュー
である。
Reference numeral 4 denotes a job input queue, which is a job queue created by the job startup control section 3 and waiting for execution.

【0023】5は、計算機1のジョブ実行部であり、ジ
ョブ入力キュー4より順次ジョブを取り出し実行する。
Reference numeral 5 denotes a job execution unit of the computer 1, which sequentially takes out jobs from the job input queue 4 and executes them.

【0024】6は、処理の対象となるデータである。本
実施例では対象となる全ての処理データが、計算機上に
用意されている。
6 is data to be processed. In this embodiment, all target processing data is prepared on the computer.

【0025】7は、ジョブ結果判定部であり、ジョブ実
行部5による処理が正常に終了したかどうかを調べ、処
理の成否を判定する。
Reference numeral 7 denotes a job result determination section, which checks whether the processing by the job execution section 5 has been completed normally and determines whether the processing was successful or not.

【0026】8は、ジョブ結果管理テーブルであり、ジ
ョブ結果判定部7により、各ジョブの成否が登録される
。このテーブルは、ディスク上に置かれる。
Reference numeral 8 denotes a job result management table in which the success or failure of each job is registered by the job result determination section 7. This table is placed on disk.

【0027】9は、ジョブ出力キューであり、処理の終
了した個々のジョブが出力待ちのキューを形成している
Reference numeral 9 denotes a job output queue, in which individual jobs that have been processed form a queue waiting for output.

【0028】10は、ジョブの出力結果を示す出力リス
トである。
10 is an output list showing the output results of the job.

【0029】図2は、前述のジョブ結果管理テーブル8
の構成の一例を示している。ジョブ結果管理テーブル8
はジョブ毎に対応した処理データ6(この例では、処理
データに付与された番号)およびジョブの成否を表すフ
ラグからなる。このフラグは、 ’1’ が成功を、 
’0’ が不成功を示している。たとえば、図2の例で
は、ジョブAは不成功であったが、ジョブB、C、D、
Eで期待通りの結果が得られたことを示している。
FIG. 2 shows the job result management table 8 mentioned above.
An example of the configuration is shown. Job result management table 8
consists of processing data 6 corresponding to each job (in this example, a number assigned to the processing data) and a flag indicating success or failure of the job. This flag indicates that '1' indicates success;
'0' indicates failure. For example, in the example of FIG. 2, job A was unsuccessful, but jobs B, C, D,
E shows that the expected results were obtained.

【0030】図3は、本実施例のジョブ実行管理方式の
作用の一例を示すフローチャートである。
FIG. 3 is a flowchart showing an example of the operation of the job execution management method of this embodiment.

【0031】以下、この図3のフローチャートに従い、
本実施例のジョブ実行管理方式の作用の一例を説明する
Hereinafter, according to the flowchart of FIG. 3,
An example of the operation of the job execution management method of this embodiment will be explained.

【0032】まず、処理パラメータ2の入力により処理
を開始し(ステップ101)、ジョブ結果管理テーブル
8をディスク上に用意する(ステップ102)。
First, processing is started by inputting processing parameters 2 (step 101), and job result management table 8 is prepared on the disk (step 102).

【0033】次に、ジョブ起動制御部3において、これ
から実行するジョブで処理するデータの範囲を決定する
(ステップ103)。これにもとづきJCLを作成し、
ジョブ入力キュー4に投入する(ステップ104)。
Next, the job starting control unit 3 determines the range of data to be processed in the job to be executed from now on (step 103). Based on this, JCL was created,
The job is input into the job input queue 4 (step 104).

【0034】ジョブ入力キュー4から、ジョブ実行部5
により上記ジョブが取り出され、実行される(ステップ
105)。
From the job input queue 4, the job execution unit 5
The job is retrieved and executed (step 105).

【0035】ジョブ終了後、ジョブ結果判定部7により
、その結果を判定する(ステップ106)。正常終了し
ていれば、ジョブ結果管理テーブル8に成功を示すフラ
ッグを立てる。そうでなければ、不成功を示すフラグを
立てる(ステップ107)。
After the job is completed, the job result determination unit 7 determines the result (step 106). If the job has ended normally, a flag indicating success is set in the job result management table 8. Otherwise, a flag indicating failure is set (step 107).

【0036】なお、個々のジョブの出力結果は、ジョブ
出力キュー9に出力される。
Note that the output results of each job are output to the job output queue 9.

【0037】次に、ジョブ起動制御部3はジョブ結果管
理テーブル8を参照し、上記ジョブの結果を確認し、続
いてのデータ処理を行うか否かを決定する(ステップ1
08)。先行するジョブが不成功の場合、以降の処理は
行わない。ここでジョブ結果管理テーブル8は、ディス
ク上に残しておく。成功であった場合、処理データ6に
未処理のデータがあれば、データ処理を続行し(ステッ
プ109)、次の対象となる処理データの決定に戻る(
ステップ103)。
Next, the job startup control unit 3 refers to the job result management table 8, confirms the result of the job, and determines whether to perform subsequent data processing (step 1).
08). If the preceding job is unsuccessful, no subsequent processing is performed. Here, the job result management table 8 is left on the disk. In the case of success, if there is unprocessed data in the processed data 6, data processing is continued (step 109), and the process returns to determining the next target processing data (
Step 103).

【0038】以上の処理を繰返し、処理するデータがな
くなると処理を終了する(ステップ110)。
The above process is repeated, and when there is no more data to process, the process ends (step 110).

【0039】図4は、ジョブ起動制御部3における処理
データ量決定の処理手順の例を示したフローチャートで
ある。以下、同図に従い処理手順の一例を示す。
FIG. 4 is a flowchart showing an example of a processing procedure for determining the amount of data to be processed in the job startup control section 3. An example of the processing procedure will be described below according to the figure.

【0040】まず、ジョブ結果管理テーブル8を参照し
、過去の処理結果より、単位データあたりの処理に要す
るCPU時間を算出しておく(ステップ201、ステッ
プ202)。
First, referring to the job result management table 8, the CPU time required for processing per unit data is calculated from past processing results (steps 201 and 202).

【0041】次に、過去のデータ処理の成否を検索し、
エラーの発生があったかどうか調べる(ステップ203
)。過去何回前までの処理を検索するかは、処理パラメ
ータ2によって指定する。エラーの発生があれば、処理
データは増加させず前回の処理量と同じとする。
Next, search for success or failure of past data processing,
Check whether an error has occurred (step 203)
). The number of past processes to be searched is specified by the process parameter 2. If an error occurs, the processed data is not increased and remains the same as the previous processing amount.

【0042】エラーの発生が無かった場合、続いてデー
タ増加量を仮決定する(ステップ204)。増加の割合
は処理パラメータ2によって指定される。ここで、上記
の単位データあたりCPU時間を用い、仮決定したデー
タ量をCPU時間制限内で処理出来るか否かを調べる(
ステップ205)。処理出来ない場合、データ量を調節
し(ステップ206)、処理を終了する(ステップ20
7)。
If no error has occurred, then the amount of data increase is tentatively determined (step 204). The rate of increase is specified by processing parameter 2. Here, using the CPU time per unit data described above, check whether the tentatively determined data amount can be processed within the CPU time limit (
Step 205). If processing is not possible, adjust the amount of data (step 206) and end the processing (step 20).
7).

【0043】以上説明したように、本実施例によれば、
処理パラメータ2の入力後、一連のデータ処理が終了す
るまで、人手介入の必要が無くなる。また、データがす
べて処理されずに終った場合、最後に実行されたジョブ
でエラーが発生したことになるので、出力を検討し、エ
ラーを対策して処理を再開する。
As explained above, according to this embodiment,
After inputting the processing parameters 2, there is no need for manual intervention until a series of data processing is completed. Furthermore, if all data is not processed, this means that an error occurred in the last executed job, so examine the output, take countermeasures for the error, and restart the process.

【0044】また、あるジョブの実行中であっても、実
行終了済のジョブの結果を、随時、ジョブ出力キュー9
から取り出して確認することができる。
Furthermore, even if a certain job is being executed, the results of the executed job can be sent to the job output queue 9 at any time.
You can take it out and check it.

【0045】以上が、本発明の一実施例であるジョブ実
行管理方式の一例であるが、上述の実施例に限らず、他
にも応用例が考えられる。
The above is an example of a job execution management system that is an embodiment of the present invention, but the present invention is not limited to the above-mentioned embodiment, and other application examples can be considered.

【0046】たとえば、あるジョブにおいてエラーが発
生した場合、その対策のため、データシーケンス内のど
のデータ処理中にエラーが起きたかを知る必要がある。 そこで、エラーの生じたデータシーケンス中の最初のデ
ータから、1つ、又は数個ずつ再処理を行うようにして
おく。こうすれば、エラーの生じたデータまで再処理さ
れるので、エラー発生箇所を特定することができる。
For example, if an error occurs in a certain job, it is necessary to know in which data processing within the data sequence the error occurred in order to take countermeasures. Therefore, one or more pieces of data are reprocessed starting from the first piece of data in the data sequence where the error occurred. In this way, since even the data in which the error occurred is reprocessed, it is possible to specify the location where the error has occurred.

【0047】またジョブ結果管理テーブルを蓄積、編集
することにより、データ処理作業の進捗管理に役立てる
ようにしてもよい。
[0047] Furthermore, by accumulating and editing the job result management table, it may be useful for managing the progress of data processing work.

【0048】以上本発明者によってなされた発明を実施
例に基づき具体的に説明したが、本発明は前記実施例に
限定されるものではなく、その要旨を逸脱しない範囲で
種々変更可能であることはいうまでもない。
[0048] The invention made by the present inventor has been specifically explained based on examples, but the present invention is not limited to the above-mentioned examples, and can be modified in various ways without departing from the gist thereof. Needless to say.

【0049】[0049]

【発明の効果】本発明によれば、連続した1連のデータ
を処理するジョブの結果確認、およびジョブ実行を自動
的に行えるので、1度ジョブを入力すると、人手の介入
無しに処理を行うことができる。
[Effects of the Invention] According to the present invention, it is possible to automatically check the results of a job that processes a continuous series of data and execute the job, so once a job is input, processing can be performed without human intervention. be able to.

【0050】また、1ジョブあたりのデータ処理量を変
化させることにより、処理初期のエラー解析の容易化や
、処理安定時の処理効率化が、自動的に実現できる。
Furthermore, by changing the amount of data processed per job, it is possible to automatically perform error analysis at the initial stage of processing and improve processing efficiency when processing is stable.

【0051】この結果、複数のジョブの分担によるデー
タ処理を自動的に効率良く遂行することが可能となる。
As a result, it becomes possible to automatically and efficiently perform data processing by sharing multiple jobs.

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

【図1】本発明のジョブ実行管理方式が実施される計算
機システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a computer system in which a job execution management method of the present invention is implemented.

【図2】本発明の一実施例であるジョブ実行管理方式に
用いられるジョブ結果管理テーブルの一例を示す図であ
る。
FIG. 2 is a diagram showing an example of a job result management table used in a job execution management method according to an embodiment of the present invention.

【図3】本発明の一実施例であるジョブ実行管理方式の
作用の一例を示すフローチャートである。
FIG. 3 is a flowchart showing an example of the operation of a job execution management system according to an embodiment of the present invention.

【図4】本発明の一実施例であるジョブ実行管理方式の
作用の一例を示すフローチャートである。
FIG. 4 is a flowchart showing an example of the operation of a job execution management system according to an embodiment of the present invention.

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

1  計算機 2  処理パラメータ 3  ジョブ起動制御部 4  ジョブ入力キュー 5  ジョブ実行部 6  処理データ 7  ジョブ結果判定部 8  ジョブ結果管理テーブル 9  ジョブ出力キュー 10  出力リスト 1. Calculator 2 Processing parameters 3 Job startup control section 4 Job input queue 5 Job execution section 6 Processing data 7 Job result judgment section 8 Job result management table 9 Job output queue 10 Output list

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  所望量の連続するデータを分割し、そ
れぞれを幾つかのジョブで分担して処理する計算機シス
テムにおいて、前記データを処理するジョブを自動的に
起動し、個々の前記ジョブの実行結果より当該ジョブに
おけるデータ処理の成否を判定し、該ジョブの実行結果
および成否をデータ処理結果として記録し、先行する前
記ジョブの前記データ処理結果に応じて、後続のジョブ
によるデータ処理を行うか否かを決定し、先行するジョ
ブの前記成否がデータ処理可の場合、前記データ処理結
果に基づいて、後続のジョブで処理する前記データ量を
増減させることを特徴とするジョブ実行管理方式。
Claim 1: In a computer system that divides a desired amount of continuous data and processes each part by dividing it into several jobs, a job that processes the data is automatically started, and each of the jobs is executed. Determine the success or failure of data processing in the job based on the result, record the execution result and success or failure of the job as a data processing result, and perform data processing in a subsequent job according to the data processing result of the preceding job. If the success or failure of the preceding job indicates that data processing is possible, the job execution management method is characterized in that the amount of data to be processed in a subsequent job is increased or decreased based on the data processing result.
JP7880791A 1991-04-11 1991-04-11 Job executing control system Pending JPH04312131A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7880791A JPH04312131A (en) 1991-04-11 1991-04-11 Job executing control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7880791A JPH04312131A (en) 1991-04-11 1991-04-11 Job executing control system

Publications (1)

Publication Number Publication Date
JPH04312131A true JPH04312131A (en) 1992-11-04

Family

ID=13672121

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7880791A Pending JPH04312131A (en) 1991-04-11 1991-04-11 Job executing control system

Country Status (1)

Country Link
JP (1) JPH04312131A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011100263A (en) * 2009-11-05 2011-05-19 Nec Corp Virtual computer system, virtual computer management method and management program
WO2011083721A1 (en) * 2010-01-06 2011-07-14 Canon Kabushiki Kaisha Control apparatus and processing method therefor

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011100263A (en) * 2009-11-05 2011-05-19 Nec Corp Virtual computer system, virtual computer management method and management program
WO2011083721A1 (en) * 2010-01-06 2011-07-14 Canon Kabushiki Kaisha Control apparatus and processing method therefor
JP2011141697A (en) * 2010-01-06 2011-07-21 Canon Inc Processing method for control device and control device
US9459914B2 (en) 2010-01-06 2016-10-04 Canon Kabushiki Kaisha Processing method for control apparatus involves controlling job subsequent to proceeding job based on execution result acquired by executing the proceeding job

Similar Documents

Publication Publication Date Title
US9304807B2 (en) Fault tolerant batch processing
US8909603B2 (en) Backing up objects to a storage device
JP3268338B2 (en) Computer system
EP3018581B1 (en) Data staging management system
US7185322B2 (en) Method and apparatus for parallel action processing
WO2021031583A1 (en) Method and apparatus for executing statements, server and storage medium
CN109359093B (en) Rule file updating method and system
JPH04312131A (en) Job executing control system
WO2023185137A1 (en) Task management method and apparatus, and device and storage medium
CN116303320A (en) Real-time task management method, device, equipment and medium based on log file
CN113342512B (en) IO task silencing and driving method and device and related equipment
CN111638965A (en) Command queue inter-fence synchronization method and system based on fence replication and handshake
JP2000148451A (en) Batch job load decentralization method and system therefor
CN110750362A (en) Method and apparatus for analyzing biological information, and storage medium
JP2843748B2 (en) Exclusive control method
JPH0934715A (en) Combination optimizing processing method
CN110968412B (en) Task execution method, system and storage medium
CN110990475B (en) Batch task inserting method and device, computer equipment and storage medium
JP2008159019A (en) Execution processing device of program
JP2575761B2 (en) Job management method
JPH05143422A (en) Updated journal managing system
CN114238290A (en) Data cleaning method and system
CN111752564A (en) Method, device, equipment and storage medium for generating service code packet
JPS6190245A (en) Main memory control method by segment absence history
JPH05224941A (en) Application program control system