JPH08286778A - Job execution management method and device therefor - Google Patents

Job execution management method and device therefor

Info

Publication number
JPH08286778A
JPH08286778A JP7085352A JP8535295A JPH08286778A JP H08286778 A JPH08286778 A JP H08286778A JP 7085352 A JP7085352 A JP 7085352A JP 8535295 A JP8535295 A JP 8535295A JP H08286778 A JPH08286778 A JP H08286778A
Authority
JP
Japan
Prior art keywords
job
execution
record
check
schedule
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
JP7085352A
Other languages
Japanese (ja)
Inventor
Masahiro Hasegawa
正裕 長谷川
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 JP7085352A priority Critical patent/JPH08286778A/en
Publication of JPH08286778A publication Critical patent/JPH08286778A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: To execute JOB correctly by automatically judging the execution propriety of respective jobs based on JOB attributes including registered prerequisite JOB and the schedule of processing execution. CONSTITUTION: The pre-execution check program of a step S2-1 is executed at first and a JOB schedule record is read with a processing scheduled data concerned as a KEY in the pre-execution check program. The execution schedule of the JOB of the processing schedule is checked by table searching. When it is to be executed, a JOB check record is read with the JOB concerned as the KEY. Then, whether all the JOBs being presupposition are normal or not is judged by sequentially referring to the prerequisite JOB table shown by diagonal lines. When all the JOBs are normal, JOB-B is executed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は,人為的に実施される様
々なエントリ業務の結果発生したトランザクションデー
タをもとに実施するバッチ形式の複数ジョブ(以下,J
OBと呼ぶ)の実行管理業務に関し,特に個々のJOB
の実行可否判定・実行結果管理を同一バッチ処理内で自
動的に行うJOB実行管理方法及びそれを実施するため
の装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a batch-type multiple job (hereinafter referred to as "J") which is executed based on transaction data generated as a result of various entry operations artificially executed.
OB) execution management work, especially for individual JOBs
The present invention relates to a JOB execution management method for automatically performing execution availability determination / execution result management in the same batch process, and an apparatus for implementing the method.

【0002】[0002]

【従来の技術】従来,トランザクション処理を行うバッ
チ形式の複数JOBを夜間等に無人状態で行う際には,
その連続するバッチ処理を行うようにコーディングされ
たジョブストリームをシステム上に組み込むことによっ
て,各JOBの起動のみを自動的に行っていた。したが
って,このシステムでは,各々のJOBの実施スケジュ
ール管理を含む実行可否判定を行うこと,及びそのJO
Bの実行結果を管理して後続する開連JOBの実行可否
判定基準とすることは不可能な状態であった。
2. Description of the Related Art Conventionally, when batch-type multiple jobs for transaction processing are performed in an unattended state at night, etc.,
By incorporating the job stream coded to perform the continuous batch processing on the system, only the activation of each JOB is automatically performed. Therefore, in this system, it is possible to determine whether or not the job can be executed, including the execution schedule management of each job.
It was impossible to manage the execution result of B and use it as the execution feasibility determination standard of the subsequent open job.

【0003】[0003]

【発明が解決しようとする課題】上述したように,各J
OBの起動情報のみを格納したジョブストリームを用い
て連続するバッチ形式のトランザクション処理を自動的
に実行するため,各々のJOBの実行スケジュール管理
を含む実行可否判定,および各JOBの実行結果管理は
不可能であり,実行にあたっての前提条件が揃わないま
まに,次なるJOBが実行されることも多い。また,実
行結果確認も,そのバッチ処理完了後に人為的に行う以
外には,不可能であった。したがって,処理異常を認識
しないまま翌日のエントリ処理を開始してしまうか,も
しくは認識したとしても該当バッチJOB実行前のファ
イル環境にセーブ(SAVE)媒体から戻してリラン
(RERUN)する必要が生じ,リカバリ(RECOV
ERY)に多大な工数がかかるとともに,業務自体にも
機能の提供が不可能になるなど,不祥事が生じるという
問題点があった。
As described above, each J
Since continuous batch-type transaction processing is automatically executed using a job stream that stores only OB startup information, execution permission judgment including execution schedule management for each JOB and execution result management for each JOB are not possible. This is possible, and the next JOB is often executed without satisfying the prerequisites for execution. Moreover, confirmation of the execution result was also impossible except by performing it artificially after the completion of the batch processing. Therefore, the entry processing of the next day is started without recognizing the processing abnormality, or even if it is recognized, it is necessary to return from the save (SAVE) medium to the file environment before executing the relevant batch JOB and rerun (RERUN). Recovery (RECOV
There was a problem that scandals occurred because it took a lot of man-hours for ERY) and it became impossible to provide functions to the business itself.

【0004】そこで,本発明の技術的課題は,作業の正
確性の向上,作業軽減はもとより,システム異常の場
合,リカバリ工数を削減し,ひいては業務自体に支障の
少ないシステムサポートが実現可能となる自動運転形式
のバッチ形式ジョブ実行管理方式を提供することにあ
る。
Therefore, the technical problem of the present invention is not only to improve the accuracy of the work and to reduce the work but also to reduce the recovery man-hours in the case of a system abnormality, and eventually to realize the system support with less trouble in the work itself. It is to provide a batch type job execution management method of an automatic operation type.

【0005】[0005]

【課題を解決するための手段】本発明のバッチ形式JO
Bの自動実行管理システムにおいては,上述したような
課題を解決するために,新規JOB作成時にその各々の
JOBごとに前提となるJOB(処理)を作成するとと
もに,また,運用時にその実行スケジュールを登録して
おくことによって,JOB実行管理ファイルを作成(更
新)する機能,また,ジョブストリームに基づいてバッ
チ処理が実施される際に,前提条件となるJOBがすべ
て正常に完了しているかどうか,および当該JOBの実
施スケジュールを前述のJOB実行管理ファイルにもと
づいて確認し,実行可否を判定する実行前チェックし,
且つ各々のJOB実行結果をJOB実行管理ファイルに
格納するJOB実行後チェックを行う。
The batch type JO of the present invention
In the automatic execution management system of B, in order to solve the above-mentioned problems, a prerequisite JOB (processing) is created for each new JOB, and its execution schedule is set during operation. By registering, the function of creating (updating) the JOB execution management file, and whether or not all the prerequisite jobs have been completed normally when batch processing is executed based on the job stream, And confirm the execution schedule of the JOB based on the above-mentioned JOB execution management file, and check whether it can be executed or not before execution.
In addition, a post-job check is performed to store each JOB execution result in the JOB execution management file.

【0006】[0006]

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

【0007】図1(a)は本発明の実施例における構成
と流れを示す説明図,図1(b)は図1の例における各
JOBの実行スケジュールと前提条件JOBを示す図で
ある。図1(c)は図1(a)のJOB−Bの具体的な
処理フローを示す図である。
FIG. 1A is an explanatory diagram showing the configuration and flow in the embodiment of the present invention, and FIG. 1B is a diagram showing the execution schedule and precondition JOB of each JOB in the example of FIG. FIG. 1C is a diagram showing a specific processing flow of JOB-B in FIG.

【0008】また,図2(a)はJOBスケジュールレ
コードを示す図,図2(b)はJOBチェックレコード
を示す図,図2(c)はJOB結果更新レコードを示す
図,図2(d)は各チェックの際,参照されるJOB実
行管理ファイルを示す図である。
2A shows a JOB schedule record, FIG. 2B shows a JOB check record, FIG. 2C shows a JOB result update record, and FIG. 2D. FIG. 8 is a diagram showing a JOB execution management file that is referenced during each check.

【0009】図1(a)には,JOB−A,JOB−
B,JOB−Cの3つのJOBからなるバッチ処理のジ
ョブストリームが示されている。図1(a)では,ステ
ップS0において,処理がスタートし,ステップS1で
JOB−A,ステップS2でJOB−B,次いで,ステ
ップS3でJOB−Cが実行され,ステップSEで処理
が終了となるジョブストリームが示されている。
In FIG. 1A, JOB-A and JOB-
A job stream of batch processing including three jobs B and JOB-C is shown. In FIG. 1A, the process is started in step S0, JOB-A is executed in step S1, JOB-B is executed in step S2, JOB-C is executed in step S3, and the process is ended in step SE. The job stream is shown.

【0010】図1(b)を参照すると,図1(a)にお
けるJOB−A,JOB−B,JOB−Cの各JOBに
設定されている実行スケジュールと,各JOBを実行す
るにあたっての前提条件となるJOBが示されている。
図1(b)から明らかなように,JOB−Aが実行され
るときの前提条件が無く,また,JOB−Bは,実行さ
れる前提条件としてJOB−Aが実行された後に行われ
ることを示している。また,JOB−Cは,JOB−A
及びJOB−Bが実行されることを前提条件としている
が,この場合は,実行されない。
Referring to FIG. 1B, the execution schedules set for the JOB-A, JOB-B, and JOB-C in FIG. 1A and the preconditions for executing each JOB. JOB is shown.
As is clear from FIG. 1 (b), there is no precondition when JOB-A is executed, and JOB-B is executed after JOB-A is executed as a precondition to be executed. Shows. In addition, JOB-C is JOB-A
And JOB-B are assumed to be executed, but in this case they are not executed.

【0011】図1(c)には,図1(a)及び図1
(b)に示されたJOB−A,JOB−B,及びJOB
−Cの一例として,斜線で示されるJOB−Bの詳細処
理フローが示されている。まず,JOB−Bは,ステッ
プS2−0でスタートし,ステップS2−1で実行前の
チェックが行われ,続いて,ステップS2−2で,JO
B−Bが実際に実行される。JOBの実行後,ステップ
S2−3で実行後のチェックが行われ,ステップS2−
Eで,JOB−Bが終了する。同様な処理フローによっ
て,他のJOB−A,JOB−Cも実行される。
FIG. 1 (c) shows FIG. 1 (a) and FIG.
JOB-A, JOB-B, and JOB shown in (b)
As an example of -C, a detailed processing flow of JOB-B indicated by diagonal lines is shown. First, JOB-B starts in step S2-0, checks before execution in step S2-1, and then in step S2-2, JOB-B starts.
BB is actually executed. After execution of JOB, post-execution check is performed in step S2-3, and step S2-
At E, JOB-B ends. Other JOB-A and JOB-C are also executed by the same processing flow.

【0012】図2(a)に示されたJOB−A,JOB
−B,及びJOB−CのJOBスケジユールレコードに
は,実行予定日,JOB−A,JOB−B,JOB−C
が実行されるか否かが記録されている。
JOB-A and JOB shown in FIG.
-B and JOB-C JOB schedule records include the scheduled execution date, JOB-A, JOB-B, and JOB-C.
It is recorded whether or not is executed.

【0013】また,図2(b)に示されたJOBチェッ
クレコードには,チェックの結果が記録されており,黒
星印は,「正常」,「異常」,及び「不実行」の内のい
ずれかを示している。図1(c)の実行前のチェックに
は,このJOBスケジュールレコードとJOBチェック
レコードが参照される。
In the JOB check record shown in FIG. 2B, the result of the check is recorded, and the black star mark indicates any one of "normal", "abnormal", and "non-execution". Is showing. The JOB schedule record and the JOB check record are referred to for the check before the execution in FIG.

【0014】図2(c)に示されたJOB結果更新レコ
ードは,JOB識別(JOB−ID)とチェックレコー
ド逆引テーブルから構成されている。
The JOB result update record shown in FIG. 2C is composed of a JOB identification (JOB-ID) and a check record reverse lookup table.

【0015】図2(d)に示されたJOB実行管理ファ
イルには,図1(c)のステップS2−1,及びS2−
3における各チェックの際に,参照・更新される上記3
種類の実行管理ファイル,即ち,JOBスケジュールレ
コード,JOBチェックレコード,及びJOB結果更新
レコードが格納されている。
In the JOB execution management file shown in FIG. 2 (d), steps S2-1 and S2- of FIG. 1 (c) are included.
The above 3 that is referenced and updated at each check in 3
A type of execution management file, that is, a JOB schedule record, a JOB check record, and a JOB result update record are stored.

【0016】ここで,図2(a)のJOBスケジュール
レコードは,担当者によって処理の自動運転実施予定日
ごとにあらかじめ登録される。また,図2(b)に示す
JOBチェックレコード,および,図2(c)のJOB
結果更新レコードはJOBが新規に作成され,処理に組
み込まれる際にそれぞれのJOB−IDをKEYとして
作成される。
Here, the JOB schedule record of FIG. 2A is registered in advance by a person in charge for each scheduled date of automatic operation of processing. In addition, the JOB check record shown in FIG. 2B and the JOB check record shown in FIG.
The result update record is created with each JOB-ID as KEY when a JOB is newly created and incorporated into the process.

【0017】図1(c)に戻ると,斜線で示される実行
前チェックには,図2(a)の斜線で示されるJOBス
ケジュールレコードのレコード内容11,図2(b)の
斜線で示されるJOBチェックレコード(のレコード内
容)12,13がそれぞれ参照,更新される。また,図
2(c)の斜線に示されるJOB結果更新レコード(の
レコード内容)14も参照,更新される。
Returning to FIG. 1C, the pre-execution check indicated by the slanted lines is indicated by the record contents 11 of the JOB schedule record indicated by the slanted lines in FIG. 2A and the slanted line in FIG. 2B. The JOB check records (record contents thereof) 12 and 13 are respectively referred to and updated. Further, the JOB result update record (record content) 14 indicated by the diagonal lines in FIG. 2C is also referred to and updated.

【0018】図3は図1(c)のJOB実行前チェック
の詳細な処理の流れを示す図であり,図4は図1(c)
のJOB実行後チェックの詳細な処理の流れを示す図で
ある。
FIG. 3 is a diagram showing the detailed processing flow of the JOB pre-execution check of FIG. 1 (c), and FIG. 4 is shown in FIG. 1 (c).
FIG. 8 is a diagram showing a detailed processing flow of post-job check of FIG.

【0019】次に動作について説明する。図1(c)の
処理フローに示される処理が,図1(a)のジョブスト
リームによって起動されると最初に,ステップS2−1
の実行前チェックプログラムが実行される。その実行前
チェックプログラムにおいては,まず,該当する処理予
定日をKEYとして図2(a)の斜線で示されるJOB
スケジュールレコードが読み込まれる(ステップS2−
11)。次に,ステップS2−12において,テーブル
サーチによって処理予定のJOB(ここでは,斜線で示
される“B”)の実行予定のチェックを行う。ここで,
不実行(N)ならば,図4のフローチャートのステップ
S2−31まで進む。一方,実行(Y)である場合,該
当するJOB(ここでは“B”)をKEYとして,図2
(b)に示されるJOBチェックレコードを読み込む
(ステップS2−13)。次に,斜線で示されるような
前提条件JOBテーブルを順次参照することによって,
前提条件となっているJOBが全て正常であるかどうか
を判定する(ステップS2−14)。その結果,全て正
常(Y)である場合は,JOB−Bを実行する(ステッ
プS2−15)。
Next, the operation will be described. When the process shown in the process flow of FIG. 1C is started by the job stream of FIG. 1A, first, step S2-1
The pre-execution check program of is executed. In the pre-execution check program, first, the JOB indicated by the diagonal line in FIG.
The schedule record is read (step S2-
11). Next, in step S2-12, the execution schedule of the job to be processed (here, "B" shown by the diagonal lines) is checked by table search. here,
If not executed (N), the process proceeds to step S2-31 in the flowchart of FIG. On the other hand, in the case of execution (Y), the corresponding JOB (here, “B”) is set as KEY, and
The JOB check record shown in (b) is read (step S2-13). Next, by sequentially referring to the prerequisite JOB table as indicated by the diagonal lines,
It is determined whether or not all JOBs that are prerequisites are normal (step S2-14). As a result, if all are normal (Y), JOB-B is executed (step S2-15).

【0020】JOB−B完了後,図4に示す実行後チェ
ックプログラムが起動される。そのプログラムにおいて
は,該当JOB(ここでは“B”)をKEYとして,図
2(c)の斜線で示されるJOB結果更新レコード14
を読み込み(ステップS2−31),チェックレコード
逆引テーブルを順次参照する(ステップS2−32,及
びS2−36)。逆引テーブルに格納されているJOB
(自JOBを前提条件としているJOB:ここでは
“C”)をKEYとしたJOBチェックレコード13を
読み込み(ステップS2−33),JOB−Bの実行結
果のステータス(正常,異常,不実行)を該当テーブル
にセットし(ステップS2−34),JOBチェックレ
コード13の再書込みを行う(ステップS2−35)。
チェックレコード逆引テーブルに格納されているすべて
のJOBをKEYとした図2(b)のJOBチェックレ
コードに対し,ステップS2−33〜S2−35の処理
が完了した時点で,図1(c)に示されたJ0B−A,
J0B−B,J0B−Cの3の処理を完了する(ステッ
プS2−E)。
After JOB-B is completed, the post-execution check program shown in FIG. 4 is started. In the program, the corresponding JOB (here, “B”) is set as KEY, and the JOB result update record 14 indicated by the diagonal lines in FIG.
Is read (step S2-31), and the check record reverse lookup table is sequentially referenced (steps S2-32 and S2-36). JOB stored in the reverse lookup table
(JOB whose own JOB is a precondition: "C" in this case) is KEY, the JOB check record 13 is read (step S2-33), and the status (normal, abnormal, non-execution) of the execution result of JOB-B is read. It is set in the corresponding table (step S2-34), and the JOB check record 13 is rewritten (step S2-35).
When all the jobs stored in the check record reverse lookup table are KEY, the job check records of FIG. 2B are processed, and when the processing of steps S2-33 to S2-35 is completed, FIG. J0B-A shown in
The processes of J0B-B and J0B-C are completed (step S2-E).

【0021】[0021]

【発明の効果】以上説明したように,本発明は無人自動
運転を含む,複数JOBからなるバッチ処理を行う汎用
機システムにおいて,担当員が逐一処理の可否を人為的
に判断するのではなく,登録された前提条件JOBをは
じめとするJOB属性,および処理実行のスケジュール
をもとに自動的に各JOBの実行可否を判定することに
よって,電算人員の不足しているシステム体制において
もミスのない運用を行うことが可能となるため,作業の
正確性向上・作業軽減の実現はもとより,システム異常
の場合のリカバリ工数を削減し,ひいては業務自体に支
障の少ないシステムサポートが実現可能となる効果があ
る。
As described above, according to the present invention, in a general-purpose machine system that performs batch processing including a plurality of jobs including unmanned automatic operation, a person in charge does not artificially judge whether processing can be performed one by one. There is no mistake even in the system system in which there is a shortage of computing personnel by automatically judging the executability of each JOB based on the registered precondition JOB and other JOB attributes and the process execution schedule. Since the operation can be performed, not only the accuracy of the work can be improved and the work can be reduced, but also the recovery man-hours can be reduced in the case of a system abnormality, and eventually the system support with less hindrance to the work itself can be realized. is there.

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

【図1】(a)は本発明の実施例における構成と流れを
示す説明図である。(b)は(a)の例における各JO
Bの実行スケジュールと前提条件JOBを示す図であ
る。(c)は(a)のJOB−Bの処理フローを示す図
である。
FIG. 1A is an explanatory diagram showing a configuration and a flow in an embodiment of the present invention. (B) is each JO in the example of (a)
It is a figure which shows the execution schedule and precondition JOB of B. (C) is a figure which shows the processing flow of JOB-B of (a).

【図2】(a)はJOBスケジュールレコードを示す図
である。(b)はJOBチェックレコードを示す図であ
る。(c)はJOB結果更新レコードを示す図である。
(d)はJOB管理ファイルを示す図である。
FIG. 2A is a diagram showing a JOB schedule record. (B) is a diagram showing a JOB check record. (C) is a figure which shows a JOB result update record.
(D) is a figure which shows a JOB management file.

【図3】図1(c)のJOB実行前チェックの詳細な処
理の流れを示す図である。
FIG. 3 is a diagram showing a detailed processing flow of a pre-job check in FIG. 1 (c).

【図4】図1(c)のJOB実行後チェックの詳細な処
理の流れを示す図である。
FIG. 4 is a diagram showing a detailed processing flow of a post-job check in FIG. 1 (c).

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

10 JOB実行管理ファイル 11 JOBスケジュールレコード 12,13 JOBチェックレコード 14 JOB結果更新レコード 10 JOB execution management file 11 JOB schedule record 12, 13 JOB check record 14 JOB result update record

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 夜間等の無人自動運転を含む,複数のジ
ョブからなるバッチ処理を行う汎用機システムにおい
て,個々のジョブの実行スケジュールを実行するにあた
って,前記個々のジョブの前提条件となるジョブを登録
するとともに,その各々のジョブの実行結果を記録する
ことによって,連続する前記複数のジョブの実行可否判
定及びジョブの実行結果管理を自動的に行うことを特徴
とするジョブ実行管理方法。
1. In a general-purpose system that performs batch processing consisting of a plurality of jobs, including unattended automatic operation at night, etc., in executing an execution schedule of each job, a job that is a prerequisite for each job is defined. A job execution management method characterized in that the registration is performed and the execution result of each job is recorded to automatically determine the executability of the plurality of continuous jobs and manage the execution results of the jobs.
【請求項2】 請求項1記載のジョブ実行管理方法にお
いて,前記実行可否判定は,選択された個々のジョブの
実行前に行われる実行予定チェックによりなされ,前記
実行結果管理は前記選択された個々のジョブの実行後に
行われる実行結果のチェックによりなされることを特徴
とするジョブ実行管理方法。
2. The job execution management method according to claim 1, wherein the executability determination is made by an execution schedule check performed before execution of each selected job, and the execution result management is performed by the selected individual job. The job execution management method, which is performed by checking the execution result performed after the execution of the job.
【請求項3】 請求項2記載のジョブ実行管理方法にお
いて,前記実行予定チェックは,予め作成された各ジョ
ブの時期記録及び実行可否記録を有するジョブスケジュ
ールレコードと,前記前提条件となるジョブ登録におい
て,各ジョブが,正常,異常,及び不実行の内のいずれ
かを示すジョブチェックレコードとを参照することによ
ってなされ,前記実行結果のチェックは,ジョブ識別と
チェックレコード逆引テーブルから構成されたジョブ結
果更新レコードと前記ジョブチェックレコードとを参照
して行われることを特徴とするジョブ実行管理方法。
3. The job execution management method according to claim 2, wherein the execution schedule check includes a job schedule record having a time record and an executability record of each job created in advance, and the job registration as the precondition. , Each job is performed by referring to a job check record indicating one of normal, abnormal, and non-execution, and the execution result is checked by a job including a job identification and a check record reverse lookup table. A job execution management method, which is performed by referring to a result update record and the job check record.
【請求項4】 夜間等の無人自動運転を含む,複数のジ
ョブからなるバッチ処理を行う汎用機システムにおい
て,個々のジョブの実行スケジュールと実行するにあた
って,前提条件となるジョブを登録するとともに,その
各々のジョブの実行結果を記録するファイル作成手段
と,作成されたファイルに基づいて連続するジョブの実
行可否判定を行う実行前にチェックする手段とジョブの
実行結果管理を自動的に行う実行結果チェック手段とを
備えていることを特徴とするジョブ実行管理装置。
4. A general-purpose machine system that performs batch processing consisting of a plurality of jobs, including unattended automatic operation at night, etc., registers a job that is a prerequisite for execution schedule and execution of each job, and File creation means for recording the execution results of each job, means for checking the executability of consecutive jobs based on the created files, a means for checking before execution, and an execution result check that automatically manages job execution results And a job execution management apparatus.
【請求項5】 請求項4記載のジョブ実行管理装置にお
いて,予め作成された実行時期データ及び各ジョブが実
行されているか否かを記録したジョブスケジュールレコ
ードと,ジョブを行う際に新規に作成された前提条件に
おいて各ジョブが正常,異常,及び不実行の内のいずれ
かの状態であるかを記録したジョブチェックレコード
と,ジョブ識別とチェックレコード逆引きテーブルから
構成されたジョブ結果更新レコードとを備えたジョブ実
行管理ファイルを備えていることを特徴とするジョブ実
行管理装置。
5. The job execution management apparatus according to claim 4, wherein a job schedule record in which execution time data created in advance and whether or not each job is executed are recorded, and a job schedule record newly created when the job is executed. The job check record that records whether each job is in the normal, abnormal, or non-execution state under the above prerequisites, and the job result update record composed of the job identification and check record reverse lookup table A job execution management device comprising a job execution management file provided.
JP7085352A 1995-04-11 1995-04-11 Job execution management method and device therefor Pending JPH08286778A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7085352A JPH08286778A (en) 1995-04-11 1995-04-11 Job execution management method and device therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7085352A JPH08286778A (en) 1995-04-11 1995-04-11 Job execution management method and device therefor

Publications (1)

Publication Number Publication Date
JPH08286778A true JPH08286778A (en) 1996-11-01

Family

ID=13856302

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7085352A Pending JPH08286778A (en) 1995-04-11 1995-04-11 Job execution management method and device therefor

Country Status (1)

Country Link
JP (1) JPH08286778A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7197749B2 (en) * 2000-12-19 2007-03-27 Xerox Corporation Method and system for executing batch jobs by delegating work to independent service providers
JP2010002979A (en) * 2008-06-18 2010-01-07 Nec Corp Information processor, information processing method, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0227424A (en) * 1988-07-15 1990-01-30 Nec Corp Automatic job activating system
JPH0277837A (en) * 1988-09-13 1990-03-16 Nec Corp Service protection control system
JPH0594419A (en) * 1991-10-02 1993-04-16 Nec Corp Task stopping method at end of batch processing abnormality

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0227424A (en) * 1988-07-15 1990-01-30 Nec Corp Automatic job activating system
JPH0277837A (en) * 1988-09-13 1990-03-16 Nec Corp Service protection control system
JPH0594419A (en) * 1991-10-02 1993-04-16 Nec Corp Task stopping method at end of batch processing abnormality

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7197749B2 (en) * 2000-12-19 2007-03-27 Xerox Corporation Method and system for executing batch jobs by delegating work to independent service providers
JP2010002979A (en) * 2008-06-18 2010-01-07 Nec Corp Information processor, information processing method, and program

Similar Documents

Publication Publication Date Title
JPH08212254A (en) Processing information management device
JPH08286778A (en) Job execution management method and device therefor
JPH0756794A (en) Document managing device
JPH07175668A (en) Automatic center batch operating system
JPH0619921A (en) Working process managing device
CN114489450B (en) Processing method of host application data and graphical interface tool
JPH0749892A (en) Design assistance system
JPH0659913A (en) Batch job scheduling system
JP3179353B2 (en) Program test automation system
JPH10333767A (en) Job implementation day determination system and recording medium for automatic operation system
JPH06274404A (en) Data storage managing method
JP2001005865A (en) Data deleting device
JP3771753B2 (en) Integrated resource management method
JP2001265474A (en) Operation management system for computer
JP2001051872A (en) Program debugging device and recording medium where program is recorded
JPH0816614A (en) Transfer data management method for seal impression retrieving system
JPH0883203A (en) Data managing device
JPH0374724A (en) Installation inspecting device
JP2001318806A (en) Method for preparing failure analysis data of program
JPH06282367A (en) Data input method
JPH09146757A (en) Hard copy output device
JPH06332756A (en) Information processing system
JP2003296124A (en) Device, system and method for setting job execution order
JPH05120035A (en) Job execution control method
JPH0387926A (en) Plural inter-computer program updating system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19980826