JPH04338818A - Operating job control system - Google Patents

Operating job control system

Info

Publication number
JPH04338818A
JPH04338818A JP3111354A JP11135491A JPH04338818A JP H04338818 A JPH04338818 A JP H04338818A JP 3111354 A JP3111354 A JP 3111354A JP 11135491 A JP11135491 A JP 11135491A JP H04338818 A JPH04338818 A JP H04338818A
Authority
JP
Japan
Prior art keywords
job
file
processing
operational
business
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
JP3111354A
Other languages
Japanese (ja)
Inventor
Hiroshi Wakasa
若狭 浩
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 Software Kansai Ltd
Original Assignee
NEC Software Kansai 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 Kansai Ltd filed Critical NEC Software Kansai Ltd
Priority to JP3111354A priority Critical patent/JPH04338818A/en
Publication of JPH04338818A publication Critical patent/JPH04338818A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To shorten the working time and to decrease the manual tasks to decrease the input mistakes in a system which operates plural tasks by using a control file. CONSTITUTION:When a job A is started, each type of information is written into the corresponding job record of a control file 1. Then the subsequent processing is carried out and the file 1 is read in the final step of the job A. The end state of the job A is written into a status and then written again into the file 1. Then the jobs B and C belonging to the same work ere started and have the accesses to the file 1 in each first step to decide whether each due processing is practicable or not. In the job B, for example, the subsequent processing is carried out since the job A is normally completed. In the job C, a message showing a fact that a program of priority '1' is not finished yet is shown end the processing is completed.

Description

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

【0001】0001

【産業上の利用分野】本発明は運用ジョブ管理に関し、
特に複数業務でデータを共有しているシステムに関する
[Industrial Application Field] The present invention relates to operational job management.
Especially regarding systems where data is shared among multiple operations.

【0002】0002

【従来の技術】従来、複数業務の運用管理は人手により
業務ジョブの動作状態を確認したあと、次のジョブを起
動するという形態をとっていた。
2. Description of the Related Art Conventionally, operational management of multiple tasks has been carried out by manually checking the operational status of each task and then starting the next job.

【0003】0003

【発明が解決しようとする課題】上述した従来の運用管
理方式では一ジョブ実行毎に人手を介する必要がある。 また、タスクの実行順序の管理を文書で行うため、同一
ジョブが起動されたり、後続処理の先行によるデータの
不整合が発生する率が高いという欠点がある。
[Problems to be Solved by the Invention] The conventional operation management method described above requires manual intervention every time one job is executed. Furthermore, since the order of execution of tasks is managed using documents, there is a drawback that there is a high probability that the same job will be started or data inconsistency will occur due to precedence of subsequent processing.

【0004】0004

【課題を解決するための手段】本発明の運用ジョブ管理
方式は、複数の業務ジョブの間でデータを共有しながら
運用するとき、各業務ジョブの運用状態を記録した管理
ファイルを具備し、各業務ジョブを起動する際には前記
管理ファイルを参照して当該業務ジョブの起動の可否を
判断するようにして構成される。
[Means for Solving the Problems] The operational job management method of the present invention is provided with a management file that records the operational status of each business job when performing an operation while sharing data between multiple business jobs, and When starting a business job, the management file is referred to to determine whether or not the business job can be started.

【0005】また、本発明の運用ジョブ管理方式におい
て、前記管理ファイルは業務ジョブの処理日,処理開始
時刻,処理終了時刻,終了ステータス,プライオリティ
を含む運用データを格納している。
Further, in the operational job management system of the present invention, the management file stores operational data including the processing date, processing start time, processing end time, end status, and priority of the business job.

【0006】[0006]

【実施例】本発明について図面を参照して詳細に説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be explained in detail with reference to the drawings.

【0007】図1は本発明の一実施例を示す説明図であ
る。同図においてジョブAが起動されると、管理ファイ
ル(レコードフォーマットを図2に示す)1の該当ジョ
ブのレコードに各情報を書き込む。次に後続の処理を行
い、ジョブAの最終ステップで再度管理ファイルを読み
、ジョブAの終了状態をステータスに書き込み、管理フ
ァイルに書き戻す。
FIG. 1 is an explanatory diagram showing one embodiment of the present invention. In the figure, when job A is started, each piece of information is written in the record of the corresponding job in management file 1 (the record format is shown in FIG. 2). Next, the subsequent processing is performed, and in the final step of job A, the management file is read again, the end status of job A is written in the status, and the end status of job A is written back to the management file.

【0008】次に、同一業務内のジョブBと別業務のジ
ョブCが起動される。それぞれのジョブが最初のステッ
プで管理ファイルをアクセスし、処理の実行が可能かど
うかをチェックする。ジョブBの場合、ジョブAが正常
に終了しているので、後続の処理を行う。ジョブCの場
合はプライオリティが“1”のプログラム(ここではジ
ョブB)がまだ終了していないため、その旨のメッセー
ジを表示し処理を終了する。
Next, job B in the same business and job C in a different business are started. The first step of each job is to access the management file and check whether the process can be executed. In the case of job B, since job A has ended normally, subsequent processing is performed. In the case of job C, since the program with priority "1" (job B in this case) has not finished yet, a message to that effect is displayed and the process ends.

【0009】[0009]

【発明の効果】以上、説明したように本発明は管理ファ
イルを利用することにより、複数業務を運用しているシ
ステムにおいて作業時間の短縮及び人手を介した作業の
縮小化により入力ミスの防止という効果を有している。
[Effects of the Invention] As explained above, the present invention prevents input errors by reducing work time and reducing manual work in a system that operates multiple tasks by using a management file. It has an effect.

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

【図1】本発明の一実施例を示す説明図。FIG. 1 is an explanatory diagram showing one embodiment of the present invention.

【図2】管理ファイルのレコードフォーマット例を示す
説明図。
FIG. 2 is an explanatory diagram showing an example of a record format of a management file.

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

1    管理ファイル A,B,C    ジョブ 1 Management file A, B, C Job

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  複数の業務ジョブの間でデータを共有
しながら運用するとき、各業務ジョブの運用状態を記録
した管理ファイルを具備し、各業務ジョブを起動する際
には前記管理ファイルを参照して当該業務ジョブの起動
の可否を判断することを特徴とする運用ジョブ管理方式
[Claim 1] When operating while sharing data between multiple business jobs, a management file is provided that records the operational status of each business job, and the management file is referred to when starting each business job. An operational job management method characterized by determining whether or not the relevant business job can be started.
【請求項2】  請求項1記載の運用ジョブ管理方式に
おいて、前記管理ファイルは業務ジョブの処理日,処理
開始時刻,処理終了時刻,終了ステータス,プライオリ
ティを含む運用データを格納していることを特徴とする
運用ジョブ管理方式。
2. The operational job management method according to claim 1, wherein the management file stores operational data including a processing date, a processing start time, a processing end time, an end status, and a priority of the business job. An operational job management method.
JP3111354A 1991-05-16 1991-05-16 Operating job control system Pending JPH04338818A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3111354A JPH04338818A (en) 1991-05-16 1991-05-16 Operating job control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3111354A JPH04338818A (en) 1991-05-16 1991-05-16 Operating job control system

Publications (1)

Publication Number Publication Date
JPH04338818A true JPH04338818A (en) 1992-11-26

Family

ID=14559073

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3111354A Pending JPH04338818A (en) 1991-05-16 1991-05-16 Operating job control system

Country Status (1)

Country Link
JP (1) JPH04338818A (en)

Similar Documents

Publication Publication Date Title
JP5619179B2 (en) Computer system, job execution management method, and program
JPH04338818A (en) Operating job control system
JP4836545B2 (en) Screen creation device and program
JPH02165353A (en) Conversation type data processing system
JP2002366396A (en) System and program for automatically collecting fault analysis information
JPS592156A (en) List output controlling system
JPH01259432A (en) Reexecution system for batch job
JPH0535414A (en) Magnetic tape file access system
JP2613881B2 (en) Automatic creation of shipping documents
JPH0227424A (en) Automatic job activating system
JP2518390B2 (en) System performance monitoring method
JP2526797B2 (en) Date management method
JPH05143422A (en) Updated journal managing system
JPH09134300A (en) Error log editing system
JPH08286950A (en) Information processor and trace information storage method
JPH04373060A (en) Batch job input number limiting system
JPH08171611A (en) Character recognizing system
JPH0667903A (en) Pseudo task swapping system
JPH02211557A (en) Data base saving system
JP2001312398A (en) Key job package recorded with job program with integrated install
JP2003296124A (en) Device, system and method for setting job execution order
JPH0573390A (en) Deadlock handling process system for data base
JPH02247764A (en) Batch processing control method for electronic computer system
JPH0264744A (en) Fault analyzing information acquiring system
JPH04309124A (en) Job operation information generating method