JPH06332919A - Data processor - Google Patents

Data processor

Info

Publication number
JPH06332919A
JPH06332919A JP14700793A JP14700793A JPH06332919A JP H06332919 A JPH06332919 A JP H06332919A JP 14700793 A JP14700793 A JP 14700793A JP 14700793 A JP14700793 A JP 14700793A JP H06332919 A JPH06332919 A JP H06332919A
Authority
JP
Japan
Prior art keywords
processing
data
business
host computer
program
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
JP14700793A
Other languages
Japanese (ja)
Other versions
JP2774434B2 (en
Inventor
Koji Katogi
幸治 加藤木
Shigetomo Sakamoto
茂与 坂本
Sachiko Kishino
祥子 岸野
Yoshinori Honda
美紀 本多
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.)
Kanebo Ltd
Original Assignee
Kanebo 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 Kanebo Ltd filed Critical Kanebo Ltd
Priority to JP14700793A priority Critical patent/JP2774434B2/en
Publication of JPH06332919A publication Critical patent/JPH06332919A/en
Application granted granted Critical
Publication of JP2774434B2 publication Critical patent/JP2774434B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To provide a data processor capable of automatically executing processing from non-completed processing to the day on the next day even when the non-completed processing is generated on a certain working day by the delay of processing or the generation of any fault. CONSTITUTION:A headquarters host computer 100 is provided with a controller 17 for starting respective processing programs. The controller 17 is provided with an automatic JCL preparation part 19, processing start point retrieval part 20 and table update part 21. The processing start point retrieval part 20 retrieves a processing start point on the day by referring to a status table 18. Based on the processing start point, the automatic JCL preparation part 19 prepares a control program by using a job control language. According to the control program, the respective processing programs are successively started. Each time processing is completed with each processing program, the contents of the status table 18 are updated by the table update part 21.

Description

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

【0001】[0001]

【産業上の利用分野】この発明はデータ処理装置に関
し、特に、複数の拠点から与えられる業務処理データを
収集し、予め定められた期間ごとに一括して処理するデ
ータ処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device, and more particularly to a data processing device that collects business processing data given from a plurality of bases and collectively processes the data for each predetermined period.

【0002】[0002]

【従来の技術】従来より、複数の拠点の子コンピュータ
を通信回線により親コンピュータに接続し、子コンピュ
ータから毎日転送されるデータを親コンピュータにより
収集して一括処理するようなデータ処理システムがあ
る。通常、親コンピュータにおいては、起動させる処理
プログラムのプログラム名、それらの処理プログラムの
起動順序および使用するファイル名がジョブ制御言語を
用いて予め制御プログラムとして記述され、その制御プ
ログラムにしたがってバッチ処理が実行される。
2. Description of the Related Art Conventionally, there is a data processing system in which child computers at a plurality of bases are connected to a parent computer by communication lines, and data transferred daily from the child computers is collected and collectively processed by the parent computer. Normally, in the parent computer, the program names of the processing programs to be started, the starting order of these processing programs, and the file names to be used are described in advance as a control program using a job control language, and batch processing is executed according to the control program. To be done.

【0003】そのため、処理プログラムの起動順序や使
用するファイル名を変更する場合には、オペレータが制
御プログラムを変更し、その制御プログラムを親コンピ
ュータに読み取らせる必要がある。
Therefore, when changing the starting order of the processing programs or the file name to be used, it is necessary for the operator to change the control program and cause the parent computer to read the control program.

【0004】[0004]

【発明が解決しようとする課題】上記の従来のデータ処
理システムにおいて、子コンピュータにおける処理の遅
延または通信回線や各コンピュータにおける障害の発生
によって当日分の業務処理データを子コンピュータから
親コンピュータに転送することができない場合には、そ
の翌日にデータ転送を行い、親コンピュータにおいて未
完了の処理を一括して実行する必要がある。
In the above conventional data processing system, the business process data for the current day is transferred from the child computer to the parent computer due to a delay in processing in the child computer or a failure in the communication line or each computer. If it is not possible, it is necessary to transfer the data on the next day and collectively execute the uncompleted processes in the parent computer.

【0005】このような場合には、未完了の処理を実行
するために、どの処理から実行すべきか、何日分の処理
を繰り返すべきか等をオペレータが調べ、それに基づい
て制御プログラムを修正してリカバリー処理を行う。そ
のため、オペレータにとっては、システムの運用が複雑
となり、運用工数も多くなるという問題がある。
In such a case, in order to execute the uncompleted process, the operator examines from which process the process should be executed, how many days of the process should be repeated, and the like, and the control program is corrected based on the result. Recovery process. Therefore, there is a problem that the operation of the system becomes complicated for the operator and the number of operation man-hours increases.

【0006】この発明の目的は、処理の遅延または障害
の発生によりある期間において未完了の処理が発生して
も、次の期間において未完了の処理から現在の期間の処
理までを自動的に実行することができるデータ処理装置
を提供することである。
An object of the present invention is to automatically execute from the unfinished process to the process of the current period in the next period even if the unfinished process occurs in a certain period due to a processing delay or a failure. It is to provide a data processing device capable of performing.

【0007】[0007]

【課題を解決するための手段】[Means for Solving the Problems]

(1) 第1の発明 第1の発明に係るデータ処理装置は、複数の拠点から与
えられる業務処理データを収集し、予め定められた期間
ごとに一括して処理するデータ処理装置であって、複数
の処理手段、格納手段、検出手段、制御プログラム作成
手段および更新手段を備える。
(1) First Invention A data processing apparatus according to the first invention is a data processing apparatus that collects business processing data provided from a plurality of bases and collectively processes the data for each predetermined period. A plurality of processing means, storage means, detection means, control program creation means, and update means are provided.

【0008】複数の処理手段は、各拠点からの業務処理
データに対して予め定められた処理を実行する。格納手
段は、期間別、拠点別および業務処理別に、各処理手段
による処理の完了状況を格納する。検出手段は、格納手
段に格納された完了状況を参照して、未完了の処理のう
ち最初に実行すべき処理を処理開始点として検出する。
The plurality of processing means execute predetermined processing on the business processing data from each base. The storage means stores the completion status of processing by each processing means for each period, each site, and each business process. The detection unit refers to the completion status stored in the storage unit and detects the process to be executed first among the uncompleted processes as the process start point.

【0009】制御プログラム作成手段は、未完了の処理
から現在の期間の処理までを順次実行するために、検出
手段により検出された処理開始点に基づいて複数の処理
手段を順次起動させる制御プログラムを作成する。更新
手段は、各処理手段による処理の完了ごとに、格納手段
に格納された完了状況を更新する。 (2) 第2の発明 第2の発明に係るデータ処理装置においては、複数の拠
点の各々が、複数期間分の業務処理データを一括して転
送する機能を有し、複数の処理手段のいずれかは、複数
の拠点からの業務処理データを期間別および拠点別に分
類する機能を有する。
The control program creating means executes a control program for sequentially activating a plurality of processing means based on the processing start point detected by the detecting means in order to sequentially execute the processing from the incomplete processing to the processing of the current period. create. The updating means updates the completion status stored in the storing means each time the processing by each processing means is completed. (2) Second invention In the data processing device according to the second invention, each of the plurality of bases has a function of collectively transferring business processing data for a plurality of periods, and any one of a plurality of processing means. Has a function of classifying business process data from a plurality of bases by period and base.

【0010】[0010]

【作用】[Action]

(1) 第1の発明 第1の発明に係るデータ処理装置においては、期間別、
拠点別および業務処理別に各処理手段による処理の完了
状況が格納手段に格納される。したがって、その完了状
況を参照することによって処理開始点が検出され、その
処理開始点に基づいて複数の処理手段を順次起動させる
制御プログラムが作成される。その制御プログラムにし
たがって、収集された業務処理データが処理される。各
処理の完了ごとに、格納手段に格納される完了状況が更
新される。したがって、処理の遅延または障害の発生に
よってある期間において未完了の処理が発生しても、次
の期間にその未完了の処理から現在の期間の処理までを
自動的に順次実行することができる。
(1) First Invention In the data processing device according to the first invention,
The completion status of processing by each processing means is stored in the storage means for each site and for each business process. Therefore, the processing start point is detected by referring to the completion status, and a control program for sequentially activating a plurality of processing means based on the processing start point is created. The collected business processing data is processed according to the control program. The completion status stored in the storage unit is updated each time each process is completed. Therefore, even if an incomplete process occurs in a certain period due to a process delay or a failure, the incomplete process to the process of the current period can be automatically and sequentially executed in the next period.

【0011】(2) 第2の発明 第2の発明に係るデータ処理装置においては、複数期間
分の業務処理データを期間別および拠点別に分類するこ
とができる。そのため、各拠点から複数期間分の業務処
理データを一括して転送することが可能となる。
(2) Second Invention In the data processing apparatus according to the second invention, the business process data for a plurality of periods can be classified by period and by base. Therefore, it is possible to collectively transfer the business processing data for a plurality of periods from each base.

【0012】[0012]

【実施例】図1は、この発明の一実施例によるデータ処
理システムの全体の構成を示すブロック図である。図1
のデータ処理システムは、本社ホストコンピュータ10
0および支社ホストコンピュータ200a,200bを
含む。
1 is a block diagram showing the overall configuration of a data processing system according to an embodiment of the present invention. Figure 1
The data processing system of the head office host computer 10
0 and branch host computers 200a and 200b.

【0013】支社ホストコンピュータ200aは拠点a
に配置され、支社ホストコンピュータ200bは拠点b
に配置される。本社ホストコンピュータには複数の端末
装置101が接続される。また、支社ホストコンピュー
タ200aには複数の端末装置201が接続され、支社
ホストコンピュータ200bには複数の端末装置202
が接続される。支社ホストコンピュータ200a,20
0bは通信回線により本社ホストコンピュータ100に
接続される。
The branch office host computer 200a is located at the base a
Is located at the branch office, and the branch host computer 200b is located at the location b.
Is located in. A plurality of terminal devices 101 are connected to the head office host computer. A plurality of terminal devices 201 are connected to the branch host computer 200a, and a plurality of terminal devices 202 are connected to the branch host computer 200b.
Are connected. Branch host computers 200a, 20
0b is connected to the head office host computer 100 by a communication line.

【0014】支社ホストコンピュータ200aは、端末
装置201から与えられたデータに基づいて予め定めら
れた業務処理を実行し、業務処理データを通信回線を介
して本社ホストコンピュータ100に転送する。同様
に、支社ホストコンピュータ200bは、端末装置20
2から与えられたデータに基づいて予め定められた業務
処理を実行し、業務処理データを通信回線を介して本社
ホストコンピュータ100に転送する。本社ホストコン
ピュータ100は、支社ホストコンピュータ200a,
200bから与えられた業務処理データを収集し、予め
定められた期間(この実施例では1日)ごとにその業務
処理データを一括処理し、それらを期間別、拠点別およ
び業務処理別に分類する。
The branch host computer 200a executes a predetermined business process based on the data given from the terminal device 201, and transfers the business process data to the head office host computer 100 via the communication line. Similarly, the branch host computer 200b is connected to the terminal device 20.
A predetermined business process is executed on the basis of the data given from 2, and the business process data is transferred to the head office host computer 100 via the communication line. The headquarter host computer 100 is a branch host computer 200a,
The business processing data given from 200b is collected, the business processing data is collectively processed for each predetermined period (one day in this embodiment), and they are classified by the period, the base, and the business processing.

【0015】図2に、本社ホストコンピュータ100お
よび支社ホストコンピュータ200aの詳細な構成を示
す。支社ホストコンピュータ200bの構成は支社ホス
トコンピュータ200aの構成と同様である。
FIG. 2 shows the detailed configurations of the head office host computer 100 and the branch host computer 200a. The configuration of the branch host computer 200b is similar to that of the branch host computer 200a.

【0016】本社ホストコンピュータ100は、データ
受信処理プログラム11、受信用ファイル12、ファイ
ル分割処理プログラム13、日付別ファイル14、デー
タベース更新処理プログラム15およびデータベース1
6を含む。この実施例においては、本社ホストコンピュ
ータ100は、制御装置17およびステータステーブル
18をさらに含む。制御装置17は、JCL(ジョブ制
御言語)自動作成部19、処理開始点検索部20および
テーブル更新部21からなる。
The head office host computer 100 includes a data reception processing program 11, a reception file 12, a file division processing program 13, a date-specific file 14, a database update processing program 15, and a database 1.
Including 6. In this embodiment, the head office host computer 100 further includes a controller 17 and a status table 18. The control device 17 includes a JCL (job control language) automatic creating unit 19, a processing start point searching unit 20, and a table updating unit 21.

【0017】一方、支社ホストコンピュータ200a
は、データベース21、データ抽出処理プログラム2
2、送信用ファイル23およびデータ送信処理プログラ
ム24を含む。この実施例では、支社ホストコンピュー
タ200aは、制御装置25およびステータステーブル
26をさらに含む。制御装置25は、本社ホストコンピ
ュータ100の制御装置17と同様に、JCL自動作成
部27、処理開始点検索部28およびテーブル更新部2
9からなる。
On the other hand, the branch host computer 200a
Is a database 21 and a data extraction processing program 2
2, a transmission file 23 and a data transmission processing program 24 are included. In this embodiment, the branch host computer 200a further includes a controller 25 and a status table 26. The control device 25, like the control device 17 of the host computer 100 of the head office, has a JCL automatic creation unit 27, a processing start point searching unit 28, and a table updating unit 2.
It consists of 9.

【0018】本社ホストコンピュータ100において、
データ受信処理プログラム11は、支社ホストコンピュ
ータ200a,200bから与えられる業務処理データ
を受信し、受信用ファイル12に格納する。ファイル分
割処理プログラム13は、受信用ファイル12に格納さ
れた業務処理データを日付別、拠点別および業務処理別
に分割し、日付別ファイル14に格納する。データベー
ス更新処理プログラム15は、日付別ファイル14に格
納された業務処理データに基づいてデータベース16の
内容を更新する。
In the head office host computer 100,
The data reception processing program 11 receives the business processing data given from the branch host computers 200a and 200b and stores it in the reception file 12. The file division processing program 13 divides the business processing data stored in the reception file 12 by date, by site, and by business processing, and stores it in the date file 14. The database update processing program 15 updates the contents of the database 16 based on the business processing data stored in the date-specific file 14.

【0019】ステータステーブル18には、日付別、拠
点別および業務処理別に各プログラムの処理の完了状況
が格納される。テーブル更新部21は、データ受信処理
プログラム11、ファイル分割処理プログラム13およ
びデータベース更新処理プログラム15の各々の処理が
完了するごとに、ステータステーブル18に格納される
完了状況を更新する。処理開始点検索部20は、データ
受信処理プログラム11より受信通知を受けたときに、
ステータステーブル18を参照して、最初に実行すべき
処理を示す処理開始点を検索する。
The status table 18 stores the processing completion status of each program for each date, each site, and each business process. The table updating unit 21 updates the completion status stored in the status table 18 each time each processing of the data reception processing program 11, the file division processing program 13, and the database update processing program 15 is completed. When the processing start point searching unit 20 receives a reception notification from the data reception processing program 11,
By referring to the status table 18, the processing start point indicating the processing to be executed first is searched.

【0020】JCL自動作成部19は、処理開始点検索
部20により検索された処理開始点に基づいて、ジョブ
制御言語を用いて制御プログラムを作成する。この制御
プログラムは、ファイル分割処理プログラム13および
データベース更新処理プログラム15の起動順序および
使用するファイル名を規定するものである。
The JCL automatic creation unit 19 creates a control program using the job control language based on the processing start point searched by the processing start point searching unit 20. This control program defines the activation order of the file division processing program 13 and the database update processing program 15 and the file name to be used.

【0021】一方、支社ホストコンピュータ200aに
おいて、データベース21には、各業務処理により作成
された業務処理データが業務処理別に格納される。デー
タ抽出処理プログラム22は、データベース21に格納
された各業務処理データを抽出し、送信用ファイル23
に格納する。データ送信処理プログラム24は、送信用
ファイル23に格納された業務処理データを本社ホスト
コンピュータ100に送信する。
On the other hand, in the branch host computer 200a, the database 21 stores business process data created by each business process for each business process. The data extraction processing program 22 extracts each business processing data stored in the database 21 and sends the file 23 for transmission.
To store. The data transmission processing program 24 transmits the business processing data stored in the transmission file 23 to the head office host computer 100.

【0022】ステータステーブル26には、日付別およ
び業務処理別に、各プログラムの処理の完了状況が格納
される。テーブル更新部29は、データ抽出処理プログ
ラム22およびデータ送信処理プログラム24の各々の
処理が完了するごとに、ステータステーブル26の内容
を更新する。処理開始点検索部28は、各稼働日の業務
開始時に、ステータステーブル26を参照して、最初に
実行すべき処理を示す処理開始点を検索する。
The status table 26 stores the completion status of the processing of each program for each date and each business processing. The table updating unit 29 updates the contents of the status table 26 each time the processing of the data extraction processing program 22 and the data transmission processing program 24 is completed. The processing start point searching unit 28 searches the processing start point indicating the processing to be executed first with reference to the status table 26 at the start of the work on each working day.

【0023】JCL自動作成部27は、処理開始点検索
部28により検索された処理開始点に基づいて、ジョブ
制御言語を用いて制御プログラムを作成する。この制御
プログラムは、データ抽出処理プログラム22およびデ
ータ送信処理プログラム24の起動順序および使用する
ファイル名を規定するものである。
The JCL automatic creating section 27 creates a control program using the job control language based on the processing start point searched by the processing start point searching section 28. This control program defines the activation order of the data extraction processing program 22 and the data transmission processing program 24 and the file name to be used.

【0024】なお、支社ホストコンピュータ200aの
データ送信処理プログラム24は、複数日分の業務処理
データを一括して本社ホストコンピュータ100に転送
することもできる。その場合、本社ホストコンピュータ
100のファイル分割処理プログラム13は、複数日分
の業務処理データを日付別および拠点別に分割して日付
別ファイル14に格納する。
The data transmission processing program 24 of the branch host computer 200a can also collectively transfer the business processing data for a plurality of days to the head office host computer 100. In this case, the file division processing program 13 of the headquarter host computer 100 divides the business processing data for a plurality of days into dates and stores them in the date-based file 14.

【0025】次に、図3のフローチャートを参照しなが
ら制御装置17の動作を説明する。データ受信処理プロ
グラム11より受信通知を受けたときに、処理開始点検
索部20が、ステータステーブル18を参照して処理開
始点を求める(ステップS1)。JCL自動作成部19
は、求められた処理開始点に基づいて、ジョブ制御言語
により制御プログラムを作成する(ステップS2)。
Next, the operation of the controller 17 will be described with reference to the flowchart of FIG. When receiving the reception notification from the data reception processing program 11, the processing start point searching unit 20 refers to the status table 18 to obtain the processing start point (step S1). JCL automatic creation unit 19
Creates a control program in the job control language based on the obtained processing start point (step S2).

【0026】それにより、データ受信処理プログラム1
1、ファイル分割処理プログラム13およびデータベー
ス更新処理プログラム15が、制御プログラムに規定さ
れた順序で起動される。そして、各処理プログラムの処
理完了後にテーブル更新部21がステータステーブル1
8の内容を更新する(ステップS3)。
As a result, the data reception processing program 1
1, the file division processing program 13 and the database update processing program 15 are activated in the order specified by the control program. Then, after the processing of each processing program is completed, the table updating unit 21 displays the status table 1
8 is updated (step S3).

【0027】次に、図2に示される支社ホストコンピュ
ータ200aおよび本社ホストコンピュータ100の一
連の動作の一例を説明する。
Next, an example of a series of operations of the branch host computer 200a and the head office host computer 100 shown in FIG. 2 will be described.

【0028】まず、支社ホストコンピュータ200aの
稼働日の業務開始時に、処理開始点検索部28が、ステ
ータステーブル26を参照して処理開始点を検索し、そ
の処理開始点をJCL自動作成部27に与える(図2の
ステップs1)。JCL自動作成部27は、その処理開
始点に基づいて制御プログラムを作成し、その制御プロ
グラムにしたがってデータ抽出処理プログラム22およ
びデータ送信処理プログラム24を起動する。ここで
は、例えば、まずデータ抽出プログラム22が起動され
る(ステップs2)。
First, at the start of work on the working day of the branch host computer 200a, the processing start point searching section 28 searches the processing start point by referring to the status table 26, and the processing start point is sent to the JCL automatic creation section 27. It is given (step s1 in FIG. 2). The JCL automatic creation unit 27 creates a control program based on the processing start point, and activates the data extraction processing program 22 and the data transmission processing program 24 according to the control program. Here, for example, the data extraction program 22 is first activated (step s2).

【0029】データ抽出処理プログラム22は、データ
ベース21から該当する日の該当する業務処理データを
抽出し、送信用ファイル23に格納した後、データ抽出
処理の完了をテーブル更新部29に通知する(ステップ
s3)。それにより、テーブル更新部29は、ステータ
ステーブル26の該当する内容を更新する。
The data extraction processing program 22 extracts the relevant business processing data from the database 21 on the relevant day and stores it in the transmission file 23, and then notifies the table updating section 29 of the completion of the data extraction processing (step s3). Thereby, the table updating unit 29 updates the corresponding contents of the status table 26.

【0030】次に、制御プログラムにしたがってデータ
送信プログラム24が起動される(ステップs4)。デ
ータ送信処理プログラム24は、転送要求を本社ホスト
コンピュータ100に送る(ステップs5)。本社ホス
トコンピュータ100のデータ受信処理プログラム11
からデータ送信処理プログラム24に肯定応答が与えら
れると(ステップs6)、データ送信処理プログラム2
4は、送信用ファイル23に格納された業務処理データ
を本社ホストコンピュータ100に転送する(ステップ
s7)。本社ホストコンピュータ100のデータ受信処
理プログラム11によりその業務処理データが受信され
ると、ファイルクリア信号が返送される(ステップs
8)。
Next, the data transmission program 24 is started according to the control program (step s4). The data transmission processing program 24 sends a transfer request to the headquarter host computer 100 (step s5). Data reception processing program 11 of head office host computer 100
When a positive response is given from the data transmission processing program 24 (step s6), the data transmission processing program 2
4 transfers the business processing data stored in the transmission file 23 to the head office host computer 100 (step s7). When the business processing data is received by the data reception processing program 11 of the head office host computer 100, a file clear signal is returned (step s).
8).

【0031】そのファイルクリア信号に応答して、デー
タ送信処理プログラム24は、テーブル更新部29にデ
ータ送信処理の完了を通知する(ステップs9)。それ
により、テーブル更新部29は、ステータステーブル2
6の該当する内容を更新する。
In response to the file clear signal, the data transmission processing program 24 notifies the table updating unit 29 of the completion of the data transmission processing (step s9). As a result, the table updating unit 29 causes the status table 2
Update the applicable contents of 6.

【0032】一方、本社ホストコンピュータ100のデ
ータ受信処理プログラム11は、支社ホストコンピュー
タ200aからの業務処理データを受信すると、その業
務処理データを受信用ファイル12に格納するととも
に、その業務処理データを送信した拠点を制御装置17
に通知する(ステップs10)。その後、データ受信処
理プログラム11は、データ受信処理の完了をテーブル
更新部21に通知する(ステップs11)。それによ
り、テーブル更新部21は、ステータステーブル18の
該当する内容を更新する。
On the other hand, when the data reception processing program 11 of the head office host computer 100 receives the business processing data from the branch host computer 200a, it stores the business processing data in the reception file 12 and transmits the business processing data. Control unit 17
(Step s10). After that, the data reception processing program 11 notifies the table updating unit 21 of the completion of the data reception processing (step s11). Thereby, the table updating unit 21 updates the corresponding contents of the status table 18.

【0033】また、ステップs10の通知により、処理
開始点検索部20が、ステータステーブル18を参照し
て処理開始点を検索し、その処理開始点をJCL自動作
成部19に与える(ステップs12)。JCL自動作成
部19は、その処理開始点に基づいて制御プログラムを
作成し、その制御プログラムにしたがってファイル分割
処理プログラム13およびデータベース更新処理プログ
ラム15を起動する。ここでは、例えば、まずファイル
分割処理プログラム13が起動される(ステップs1
3)。
Further, in response to the notification of step s10, the processing start point searching unit 20 searches the processing start point by referring to the status table 18, and gives the processing start point to the JCL automatic creation unit 19 (step s12). The JCL automatic creation unit 19 creates a control program based on the processing start point, and activates the file division processing program 13 and the database update processing program 15 according to the control program. Here, for example, the file division processing program 13 is first started (step s1).
3).

【0034】それにより、ファイル分割処理プログラム
13は、受信用ファイル12に格納された業務処理デー
タを日付別、拠点別および業務処理別に分割し、日付別
ファイル14に格納した後、テーブル更新部21にファ
イル分割処理の完了を通知する(ステップs14)。そ
れにより、テーブル更新部21は、ステータステーブル
18の該当する内容を更新する。
As a result, the file division processing program 13 divides the business processing data stored in the reception file 12 by date, by site, and by business processing, stores them in the file 14 by date, and then updates the table updating unit 21. Is notified of the completion of the file division processing (step s14). Thereby, the table updating unit 21 updates the corresponding contents of the status table 18.

【0035】次に、制御プログラムにしたがってデータ
ベース更新処理プログラム15が起動される(ステップ
s15)。データベース更新処理プログラム15は、日
付別ファイル14に格納された業務処理データに基づい
てデータベース16の内容を更新した後、テーブル更新
部21にデータベース更新処理の完了を通知する(ステ
ップs16)。それにより、テーブル更新部21は、ス
テータステーブル18の該当する内容を更新する。
Next, the database update processing program 15 is started according to the control program (step s15). The database update processing program 15 updates the contents of the database 16 based on the job processing data stored in the date-specific file 14, and then notifies the table updating unit 21 of the completion of the database update processing (step s16). Thereby, the table updating unit 21 updates the corresponding contents of the status table 18.

【0036】図4に本社ホストコンピュータ100およ
び支社ホストコンピュータ200a,200bのステー
タステーブルの一例が示される。これらのステータステ
ーブルにおいて完了した処理には“〇”が記される。
FIG. 4 shows an example of the status table of the head office host computer 100 and the branch host computers 200a and 200b. “◯” is written for the completed processing in these status tables.

【0037】本社ホストコンピュータ100のステータ
ステーブルは、日付フィールド、拠点フィールド、受信
処理フィールド、分割処理フィールドおよび更新処理フ
ィールドからなる。また、更新フィールドは、業務処理
別に分割される。ここでは、業務処理の種類をFA,F
B,FC,FDとしている。
The status table of the head office host computer 100 comprises a date field, a base field, a reception processing field, a division processing field and an update processing field. Further, the update field is divided for each business process. Here, the types of business processing are FA and F.
B, FC and FD.

【0038】支社ホストコンピュータ200a,200
bのステータステーブルは、日付フィールド、抽出処理
フィールドおよび送信処理フィールドを含む。支社ホス
トコンピュータ200aのステータステーブルにおいて
は、抽出処理フィールドは、業務処理FA,FB、FC
ごとに分割されている。また、支社ホストコンピュータ
200bのステータステーブルにおいては、抽出処理フ
ィールドは、業務処理FA,FB,FDごとに分割され
ている。
Branch host computers 200a, 200
The status table of b includes a date field, an extraction processing field, and a transmission processing field. In the status table of the branch host computer 200a, the extraction processing fields are business processing FA, FB, FC.
It is divided by each. Further, in the status table of the branch host computer 200b, the extraction processing field is divided for each business processing FA, FB, FD.

【0039】支社ホストコンピュータ200aのステー
タステーブルによれば、4月12日に、業務処理FA,
FB,FCに関する業務処理データの抽出処理が完了
し、それらの業務処理データの送信処理も完了してい
る。4月13日には、業務処理FA,FB,FCに関す
る業務処理データの抽出処理は完了しているが、それら
の業務処理データの送信処理は未完了である。したがっ
て、4月13日の送信処理が処理開始点(STRTで示
す)となっている。
According to the status table of the branch host computer 200a, the business process FA,
The extraction processing of the business processing data regarding FB and FC is completed, and the transmission processing of those business processing data is also completed. On April 13, the extraction processing of the business processing data regarding the business processing FA, FB, and FC is completed, but the transmission processing of the business processing data is not completed. Therefore, the transmission processing on April 13 is the processing start point (indicated by STRT).

【0040】支社ホストコンピュータ200bのステー
タステーブルによれば、4月12日には、業務処理F
A,FB,FDに関する業務処理データの抽出処理が完
了し、それらの業務処理データの送信処理も完了してい
る。4月13日には、業務処理FA,FB,FDに関す
る業務処理データの抽出処理は完了し、それらの業務処
理データの送信処理も完了している。したがって、4月
14日の業務処理FAに関する業務処理データの抽出処
理が処理開始点となっている。
According to the status table of the branch host computer 200b, on April 12, the business process F
The extraction processing of business processing data regarding A, FB, and FD is completed, and the transmission processing of those business processing data is also completed. On April 13, the extraction processing of the business processing data regarding the business processing FA, FB, and FD is completed, and the transmission processing of those business processing data is also completed. Therefore, the process starting point is the process of extracting the business process data regarding the business process FA on April 14.

【0041】一方、本社ホストコンピュータ100のス
テータステーブルによれば、4月12日には、拠点aか
らの業務処理データの受信処理が完了し、それらの業務
処理データの分割処理も完了し、業務処理FA,FB,
FCに関する業務処理データの更新処理も完了してい
る。また、4月12日には、拠点bからの業務処理デー
タの受信処理が完了し、それらの業務処理データの分割
処理も完了し、業務処理FA,FB,FDに関する業務
処理データの更新処理も完了している。4月13日に
は、拠点aからの業務処理データの受信処理は未完了で
あるが、拠点bからの業務処理データの受信処理は完了
し、それらの業務処理データの分割処理も完了し、業務
処理FA,FB,FDに関する業務処理データの更新処
理も完了している。したがって、拠点aに関しては4月
13日の業務処理データの受信処理が処理開始点とな
り、拠点bに関しては4月14日の業務処理データの受
信処理が処理開始点となっている。
On the other hand, according to the status table of the head office host computer 100, on April 12, the reception processing of the business processing data from the site a is completed, and the division processing of those business processing data is also completed, and the business processing is completed. Processing FA, FB,
Update processing of business processing data regarding FC has also been completed. Further, on April 12, the reception processing of the business processing data from the base b is completed, the division processing of those business processing data is also completed, and the business processing data update processing regarding the business processing FA, FB, FD is also performed. Completed. On April 13, the reception processing of the business processing data from the base a is incomplete, but the reception processing of the business processing data from the base b is completed, and the division processing of those business processing data is also completed. The update processing of the business processing data regarding the business processing FA, FB, and FD has also been completed. Therefore, for the base a, the reception processing of the business processing data on April 13 is the processing starting point, and for the base b, the reception processing of the business processing data on April 14 is the processing starting point.

【0042】このように、上記実施例のデータ処理シス
テムによれば、支社ホストコンピュータでの処理の遅
延、通信回線での障害の発生または各コンピュータでの
障害の発生によって、ある日において未完了の処理が発
生しても、翌日にその未完了の処理から当日の処理まで
が自動的に実行される。
As described above, according to the data processing system of the above-described embodiment, due to the delay of processing at the branch host computer, the occurrence of a failure in the communication line, or the occurrence of a failure in each computer, the data is not completed on a certain day. Even if a process occurs, the process from the incomplete process to the process on the current day is automatically executed on the next day.

【0043】図5は、この発明の他の実施例によるデー
タ処理システムにおける本社ホストコンピュータ100
および支社ホストコンピュータ200aの詳細な構成を
示すブロック図である。本社ホストコンピュータ100
の構成および支社ホストコンピュータ200aの構成
は、図2に示される構成と同様であるが、次に示すよう
に動作が異なる。また、この実施例のデータ処理システ
ムの全体の構成は図1に示される構成と同様である。
FIG. 5 is a head office host computer 100 in a data processing system according to another embodiment of the present invention.
2 is a block diagram showing a detailed configuration of a branch host computer 200a. FIG. Headquarters host computer 100
2 and the configuration of the branch host computer 200a are the same as those shown in FIG. 2, but the operations are different as shown below. The overall configuration of the data processing system of this embodiment is similar to that shown in FIG.

【0044】支社ホストコンピュータ200aにおい
て、稼働日の業務開始時に、処理開始点検索部28が、
ステータステーブル26を参照して処理開始点を検索
し、その処理開始点をJCL自動作成部27に与える
(図5のステップs1)。JCL自動作成部27は、そ
の処理開始点に基づいて制御プログラムを作成する。こ
の制御プログラムにしたがってデータ抽出処理プログラ
ム22および本社ホストコンピュータ100のデータ受
信プログラム11が起動される。ここでは、例えば、ま
ずデータ抽出処理プログラム22が起動される(ステッ
プs2)。
In the branch host computer 200a, at the start of work on the working day, the processing start point searching unit 28
The processing start point is searched by referring to the status table 26, and the processing start point is given to the JCL automatic creation unit 27 (step s1 in FIG. 5). The JCL automatic creation unit 27 creates a control program based on the processing start point. In accordance with this control program, the data extraction processing program 22 and the data reception program 11 of the head office host computer 100 are activated. Here, for example, the data extraction processing program 22 is first activated (step s2).

【0045】データ抽出処理プログラム22は、データ
ベース21から該当する業務処理データを抽出し、送信
用ファイル23に格納した後、テーブル更新部29にデ
ータ抽出処理の完了を通知する(ステップs3)。それ
により、テーブル更新部29は、ステータステーブル2
6の該当する内容を更新する。
The data extraction processing program 22 extracts the relevant business processing data from the database 21, stores it in the transmission file 23, and then notifies the table updating unit 29 of the completion of the data extraction processing (step s3). As a result, the table updating unit 29 causes the status table 2
Update the applicable contents of 6.

【0046】次に、制御プログラムにしたがって本社ホ
ストコンピュータ100のデータ受信処理プログラム1
1が起動される(ステップs4)。データ受信処理プロ
グラム11は、支社ホストコンピュータ200aに転送
要求を送信する(ステップs5)。それにより、支社ホ
ストコンピュータ200aのデータ送信処理プログラム
24は、送信用ファイル23に格納される業務処理デー
タを本社ホストコンピュータ100に転送する(ステッ
プs6)。
Next, according to the control program, the data reception processing program 1 of the head office host computer 100.
1 is activated (step s4). The data reception processing program 11 transmits a transfer request to the branch host computer 200a (step s5). As a result, the data transmission processing program 24 of the branch host computer 200a transfers the business processing data stored in the transmission file 23 to the head office host computer 100 (step s6).

【0047】本社ホストコンピュータ100のデータ受
信処理プログラム11は、受信した業務処理データを受
信用ファイル12に格納するとともに、制御装置17に
その業務処理データを送信した拠点を通知する(ステッ
プs7)。その後、データ受信処理プログラム11は、
テーブル更新部21にデータ受信処理の完了を通知する
(ステップs8)。それにより、テーブル更新部21
は、ステータステーブル18の該当する内容を更新す
る。
The data reception processing program 11 of the head office host computer 100 stores the received business processing data in the reception file 12 and also notifies the control device 17 of the site to which the business processing data is transmitted (step s7). After that, the data reception processing program 11
The table updating unit 21 is notified of the completion of the data reception processing (step s8). As a result, the table updating unit 21
Updates the corresponding contents of the status table 18.

【0048】データ受信処理プログラム11より受信通
知を受けたときに、処理開始点検索部20が、ステータ
ステーブル18を参照して処理開始点を検索し、その処
理開始点をJCL自動作成部19に与える(ステップs
9)。JCL自動作成部19は、その処理開始点に基づ
いて制御プログラムを作成する。その制御プログラムに
したがってファイル分割処理プログラム13およびデー
タベース更新処理プログラム15が起動される。ここで
は、例えば、まずファイル分割処理プログラム13が起
動される(ステップs10)。
When the reception notification is received from the data reception processing program 11, the processing start point search unit 20 searches the processing start point by referring to the status table 18, and the processing start point is sent to the JCL automatic creation unit 19. Give (step s
9). The JCL automatic creation unit 19 creates a control program based on the processing start point. The file division processing program 13 and the database update processing program 15 are activated in accordance with the control program. Here, for example, the file division processing program 13 is first activated (step s10).

【0049】ファイル分割処理プログラム13は、受信
用ファイル12に格納される業務処理データを日付別、
拠点別および業務処理別に分割し、日付別ファイル14
に格納した後、支社ホストコンピュータ200aのデー
タ送信処理プログラム24にファイルクリア信号を送信
する(ステップs11)。
The file division processing program 13 processes the business processing data stored in the reception file 12 by date,
File by date 14 divided by site and business process
Then, the file clear signal is transmitted to the data transmission processing program 24 of the branch host computer 200a (step s11).

【0050】データ送信処理プログラム24は、データ
送信処理の完了をテーブル更新部29に通知する(ステ
ップs12)。それにより、テーブル更新部29は、ス
テータステーブル26の該当する内容を更新する。
The data transmission processing program 24 notifies the table updating unit 29 of the completion of the data transmission processing (step s12). Thereby, the table updating unit 29 updates the corresponding contents of the status table 26.

【0051】また、本社ホストコンピュータ100のフ
ァイル分割処理プログラム13は、ファイル分割処理の
完了をテーブル更新部21に通知する(ステップs1
3)。それにより、テーブル更新部21は、ステータス
テーブル18の該当する内容を更新する。
Further, the file division processing program 13 of the head office host computer 100 notifies the table updating section 21 of the completion of the file division processing (step s1).
3). Thereby, the table updating unit 21 updates the corresponding contents of the status table 18.

【0052】次に、データベース更新処理プログラム1
5が起動される(ステップs14)。データベース更新
処理プログラム15は、日付別ファイル14に格納され
た業務処理データに基づいてデータベース16の内容を
更新した後、テーブル更新部21にデータベース更新処
理の完了を通知する(ステップs15)。それにより、
テーブル更新部21はステータステーブル18の該当す
る内容を更新する。
Next, the database update processing program 1
5 is activated (step s14). The database update processing program 15 updates the contents of the database 16 based on the business processing data stored in the date-specific file 14, and then notifies the table updating unit 21 of the completion of the database update processing (step s15). Thereby,
The table updating unit 21 updates the corresponding contents of the status table 18.

【0053】図5のデータ処理システムにおいても、支
社ホストコンピュータでの処理の遅延、通信回線での障
害の発生または各コンピュータでの障害の発生によっ
て、ある日において未完了の処理が発生しても、翌日に
その未完了の処理から当日の処理までが自動的に実行さ
れる。
In the data processing system shown in FIG. 5, even if an uncompleted process occurs on a certain day due to a delay in processing at a branch host computer, a failure in a communication line, or a failure in each computer. On the next day, the processing from the incomplete processing to the processing on the current day is automatically executed.

【0054】[0054]

【発明の効果】以上のように第1および第2の発明によ
れば、処理の遅延または障害の発生によってある期間に
おいて未完了の処理が発生しても、次の期間にその未完
了の処理から現在の期間の処理までを自動的に実行する
ことができるので、オペレータが特別のリカバリー処理
を行う必要がない。したがって、システムの運用が容易
となり、運用工数も削減される。
As described above, according to the first and second aspects of the present invention, even if an incomplete process occurs in a certain period due to a processing delay or a failure, the incomplete process occurs in the next period. Since it is possible to automatically perform the processing from the current period to the processing of the current period, the operator does not need to perform special recovery processing. Therefore, the operation of the system is facilitated and the operation man-hour is reduced.

【0055】特に、第2の発明によれば、各拠点から複
数期間分の業務処理データを一括して転送することがで
き、かつ一括して転送されたデータを一括して処理する
ことができるので、転送効率および処理効率が向上し、
各拠点でのコンピュータの運用効率も向上する。
In particular, according to the second aspect of the present invention, the business process data for a plurality of periods can be collectively transferred from each site, and the collectively transferred data can be collectively processed. Therefore, transfer efficiency and processing efficiency are improved,
The operational efficiency of computers at each site will also be improved.

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

【図1】この発明の一実施例によるデータ処理システム
の全体の構成を示すブロック図である。
FIG. 1 is a block diagram showing an overall configuration of a data processing system according to an embodiment of the present invention.

【図2】図1に示される本社ホストコンピュータおよび
支社ホストコンピュータの詳細な構成を示すブロック図
である。
FIG. 2 is a block diagram showing a detailed configuration of a head office host computer and a branch host computer shown in FIG.

【図3】図2の本社ホストコンピュータおよび支社ホス
トコンピュータに含まれる制御装置の動作を説明するた
めのフローチャートである。
FIG. 3 is a flow chart for explaining the operation of a control device included in the head office host computer and the branch host computer of FIG.

【図4】本社ホストコンピュータおよび支社ホストコン
ピュータのステータステーブルの一例を示す図である。
FIG. 4 is a diagram showing an example of a status table of a head office host computer and a branch host computer.

【図5】この発明の他の実施例によるデータ処理システ
ムに含まれる本社ホストコンピュータおよび支社ホスト
コンピュータの詳細な構成を示すブロック図である。
FIG. 5 is a block diagram showing a detailed configuration of a head office host computer and a branch host computer included in a data processing system according to another embodiment of the present invention.

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

100 本社ホストコンピュータ 200a,200b 支社ホストコンピュータ 11 データ受信処理プログラム 12 受信用ファイル 13 ファイル分割処理プログラム 14 日付別ファイル 15 データベース更新処理プログラム 16 データベース 17 制御装置 18 ステータステーブル 21 データベース 22 データ抽出プログラム 23 送信用ファイル 24 データ送信処理プログラム 25 制御装置 26 ステータステーブル a,b 拠点 なお、各図中同一符号は同一または相当部分を示す。 100 Headquarters host computer 200a, 200b Branch host computer 11 Data receiving processing program 12 Receiving file 13 File division processing program 14 File by date 15 Database update processing program 16 Database 17 Control device 18 Status table 21 Database 22 Data extraction program 23 Sending File 24 Data transmission processing program 25 Control device 26 Status table a, b Locations In the drawings, the same reference numerals indicate the same or corresponding parts.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数の拠点から与えられる業務処理デー
タを収集し、予め定められた期間ごとに一括して処理す
るデータ処理装置であって、 前記各拠点からの業務処理データに対して予め定められ
た処理を実行する複数の処理手段と、 期間別、拠点別および業務処理別に、前記各処理手段に
よる処理の完了状況を格納する格納手段と、 前記格納手段に格納された前記完了状況を参照して、未
完了の処理のうち最初に実行すべき処理を処理開始点と
して検出する検出手段と、 未完了の処理から現在の期間の処理までを順次実行する
ために、前記検出手段により検出された前記処理開始点
に基づいて前記複数の処理手段を順次起動させる制御プ
ログラムを作成する制御プログラム作成手段と、 前記各処理手段による処理の完了ごとに、前記格納手段
に格納された完了状況を更新する更新手段とを備えた、
データ処理装置。
1. A data processing device that collects business processing data given from a plurality of locations and collectively processes the data for each predetermined period, wherein the data processing apparatus is predetermined for the business processing data from each of the locations. See a plurality of processing means for executing the specified processing, a storage means for storing the completion status of the processing by each processing means by period, by site and by business processing, and the completion status stored in the storage means Then, of the uncompleted processes, the first means to be executed is detected as the process start point, and the undetected process to the process of the current period are sequentially detected. A control program creating means for creating a control program for sequentially activating the plurality of processing means based on the processing start point; and the storage for each completion of processing by the processing means. And a updating means for updating the completion status stored in stages,
Data processing device.
【請求項2】 前記複数の拠点の各々は、複数期間分の
業務処理データを一括して転送する機能を有し、 前記複数の処理手段のいずれかは、前記複数の拠点から
の業務処理データを期間別および拠点別に分類する機能
を有する、請求項1に記載のデータ処理装置。
2. Each of the plurality of bases has a function of collectively transferring the business processing data for a plurality of periods, and one of the plurality of processing means is the business processing data from the plurality of bases. The data processing device according to claim 1, having a function of classifying the data according to a period and a location.
JP14700793A 1993-05-25 1993-05-25 Data processing device Expired - Fee Related JP2774434B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14700793A JP2774434B2 (en) 1993-05-25 1993-05-25 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14700793A JP2774434B2 (en) 1993-05-25 1993-05-25 Data processing device

Publications (2)

Publication Number Publication Date
JPH06332919A true JPH06332919A (en) 1994-12-02
JP2774434B2 JP2774434B2 (en) 1998-07-09

Family

ID=15420456

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14700793A Expired - Fee Related JP2774434B2 (en) 1993-05-25 1993-05-25 Data processing device

Country Status (1)

Country Link
JP (1) JP2774434B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011215984A (en) * 2010-04-01 2011-10-27 Mitsubishi Electric Corp Apparatus and method for processing data and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6441967A (en) * 1987-08-07 1989-02-14 Hitachi Ltd Pos terminal control device
JPH0464146A (en) * 1990-07-04 1992-02-28 Hitachi Ltd Optimizing system for commitment processing in distributed system
JPH0581111A (en) * 1991-09-25 1993-04-02 Toshiba Corp Data recovery system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6441967A (en) * 1987-08-07 1989-02-14 Hitachi Ltd Pos terminal control device
JPH0464146A (en) * 1990-07-04 1992-02-28 Hitachi Ltd Optimizing system for commitment processing in distributed system
JPH0581111A (en) * 1991-09-25 1993-04-02 Toshiba Corp Data recovery system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011215984A (en) * 2010-04-01 2011-10-27 Mitsubishi Electric Corp Apparatus and method for processing data and program

Also Published As

Publication number Publication date
JP2774434B2 (en) 1998-07-09

Similar Documents

Publication Publication Date Title
US20170364843A1 (en) Process Visualization Platform
WO2016183562A1 (en) Computer assisted completion of hyperlink command segments
EP0463172A1 (en) Object oriented distributed processing system
JPH1078894A (en) Method for supporting failure restoration for computer system
US20060129609A1 (en) Database synchronization using change log
JPH1069578A (en) Data processing device
US20080162428A1 (en) Method and system for creating dynamic fields
US20140108367A1 (en) Client apparatus and database server for resumable transaction and method thereof
JPH08221295A (en) Fault supporting device
US20130263143A1 (en) Information processing method and system
JP2002351701A (en) System failure response supporting method
JPH08221433A (en) Information retrieval system
JPH1127285A (en) Network management system and recording medium
JPH0887423A (en) Trouble measure support system for software tool
JPH06332919A (en) Data processor
JP2595833B2 (en) Remote maintenance device
CN114020530A (en) Automatic factory backup method and system for operating system
JPH06119273A (en) Device and method for operating plural sets of computer systems, and work station used for its operation
JPH03166649A (en) Distributed data base system
JPH10283361A (en) Device for managing data base access history and method therefor and storage medium
JPH06243062A (en) Computer system
JP2541455B2 (en) Job management apparatus and method
JP3287077B2 (en) Automatic alignment method for distributed data
JP3689596B2 (en) Product development process management system
JP2004287700A (en) Error processing method

Legal Events

Date Code Title Description
S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees