JPH0581197A - Data processor - Google Patents

Data processor

Info

Publication number
JPH0581197A
JPH0581197A JP3243220A JP24322091A JPH0581197A JP H0581197 A JPH0581197 A JP H0581197A JP 3243220 A JP3243220 A JP 3243220A JP 24322091 A JP24322091 A JP 24322091A JP H0581197 A JPH0581197 A JP H0581197A
Authority
JP
Japan
Prior art keywords
processing
exclusive control
update
file
control flag
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
JP3243220A
Other languages
Japanese (ja)
Inventor
Shigeko Inui
茂子 乾
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 Information Service Co Ltd
Original Assignee
NEC Information Service Co 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 Information Service Co Ltd filed Critical NEC Information Service Co Ltd
Priority to JP3243220A priority Critical patent/JPH0581197A/en
Publication of JPH0581197A publication Critical patent/JPH0581197A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically perform exclusive control for on-line processing executing batch processing without stopping on-line processing and relying on terminal operator's intention. CONSTITUTION:This system is provided with a batch process executing means 11 which collectively updates an update file 10, an on-line process executing means 12 which updates the update file 10 on line and an exclusive control flag file 13 in which exclusive information is stored. When the batch process executing means 11 starts its process, an exclusive control flag setting means 14 sets an exclusive control information in the exclusive control flag file 13. At this time, if the on-line process executing means 12 starts updating, an update prohibiting means 17 prevents the on-line process executing means 12 from updating.

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 for updating the same update file by a batch processing method and an online processing method.

【0002】[0002]

【従来の技術】コンピュータ(電子計算機)の利用形態
には、一般にバッチ処理方式とオンライン処理方式とが
採用されている。
2. Description of the Related Art Generally, a batch processing method and an online processing method are adopted as a usage form of a computer (electronic computer).

【0003】バッチ処理方式は、前もってコンピュータ
に読み込める形の入力を準備しておき、それらをまとめ
て一括(バッチ)して処理する方式である。特に事務計
算分野では、たとえば商品の出荷量や販売量に関して1
週間とか1か月とかの一定期間内に配線するデータを集
めておき、週末や月末にまとめて処理して週報、月報の
資料(出荷高表や販売高表など)を作成するなど、バッ
チ処理でコンピュータを使用する場合が非常に多い。
The batch processing system is a system in which inputs that can be read into a computer are prepared in advance, and they are collectively processed (batch). Especially in the field of business calculation, for example, regarding the shipment volume and sales volume of products, 1
Batch processing such as collecting data for wiring within a certain period such as a week or a month and processing it together on weekends and at the end of the month to create weekly and monthly report materials (shipping table, sales table, etc.) I often use a computer in.

【0004】一方、オンライン処理方式は、処理要求を
発生した箇所でとらえ、直接に入力できる方式である。
たとえば銀行業務や各種予約業務でコンピュータを利用
する場合にはバッチ処理方式では用をなさず、このオン
ライン方式が急速に用いられるようになった。
On the other hand, the online processing method is a method in which a processing request can be caught at a location where it is generated and directly input.
For example, when a computer is used for banking or various reservations, the batch processing method is not useful, and this online method has been rapidly used.

【0005】ところで、このようなオンライン処理とバ
ッチ処理が同時に実行され、同一のファイルを更新しよ
うとする場合がある。このような場合には、従来、バッ
チ処理を実行する前にオンライン処理を停止させること
により、排他制御を行い不正更新が起らないようにして
いる。オンライン処理を停止させる方法については、オ
ンライン処理を完全に停止させてしまう方法と、端末操
作者に対しバッチ処理時間帯を指定し、その間だけ操作
を停止させる方法がある。
By the way, there are cases where such online processing and batch processing are simultaneously executed to update the same file. In such a case, conventionally, the online processing is stopped before executing the batch processing, so that the exclusive control is performed to prevent the illegal update. As a method of stopping the online processing, there are a method of completely stopping the online processing and a method of designating a batch processing time zone for the terminal operator and stopping the operation only during that period.

【0006】[0006]

【発明が解決しようとする課題】上述のように従来で
は、バッチ処理の前にオンライン処理を停止させている
が、これらの方法は、バッチ処理実行者および端末操作
者の操作に依存する方法であり、両者に対する負担が極
めて大きくなるという問題があった。
As described above, conventionally, the online processing is stopped before the batch processing, but these methods are methods that depend on the operations of the batch processing operator and the terminal operator. However, there is a problem that the burden on both parties becomes extremely large.

【0007】本発明は上記問題点に鑑みてなされたもの
で、その目的は、オンライン処理を停止させず、かつ端
末操作者の意識に頼ることなく、バッチ処理実行中のオ
ンライン処理に対する排他制御を自動的に行うことがで
きるデータ処理装置を提供することにある。
The present invention has been made in view of the above problems, and an object thereof is to perform exclusive control on online processing during batch processing without stopping the online processing and without depending on the consciousness of the terminal operator. It is to provide a data processing device that can be automatically performed.

【0008】[0008]

【課題を解決するための手段】本発明によるデータ処理
装置は、更新ファイルと、この更新ファイルの更新を一
括処理するバッチ処理実行手段と、前記更新ファイルの
更新をオンライン処理で行うオンライン処理実行手段
と、前記バッチ処理実行手段による処理と前記オンライ
ン処理実行手段による処理が同時に実行されたとき、前
記バッチ処理実行手段の処理を優先し、前記オンライン
処理実行手段による更新処理を禁止する優先順位設定手
段とを具備している。
A data processing apparatus according to the present invention comprises an update file, a batch processing executing means for collectively processing the update of the update file, and an online processing executing means for updating the update file by an online processing. When the processing by the batch processing execution means and the processing by the online processing execution means are simultaneously executed, the priority setting means for giving priority to the processing of the batch processing execution means and prohibiting the update processing by the online processing execution means It is equipped with.

【0009】このデータ処理装置では、同一の更新ファ
イルをバッチ処理実行手段とオンライン実行手段とが同
時に更新しようとしたとき、優先順位設定手段がバッチ
処理実行手段を優先し、自動的にオンライン処理実行手
段の処理を禁止することができる。
In this data processing apparatus, when the batch processing executing means and the online executing means attempt to update the same update file at the same time, the priority setting means gives priority to the batch processing executing means and automatically executes the online processing. The processing of the means can be prohibited.

【0010】本発明のデータ処理装置において、前記優
先順位設定手段は、更新ファイルと、この更新ファイル
の更新を一括処理するバッチ処理実行手段と、前記更新
ファイルの更新をオンライン処理で行うオンライン処理
実行手段と、排他情報を記憶する排他制御フラグファイ
ルと、前記バッチ処理実行手段による処理開始時に、前
記排他制御フラグファイルに排他制御情報をセットする
排他制御フラグ設定手段と、前記バッチ処理実行手段に
よる処理終了時に、前記排他制御フラグファイルに記憶
されている排他制御情報をリセットさせる排他制御フラ
グ解除手段と、前記オンライン処理実行手段による処理
が開始された場合に、前記排他制御フラグファイルの排
他制御情報がセット中か否かを判断する排他制御フラグ
判定手段と、前記排他制御情報がセット中であると判断
された場合に、前記オンライン処理実行手段による更新
処理を禁止させる更新禁止手段とにより構成される。
In the data processing apparatus of the present invention, the priority setting means includes an update file, batch processing executing means for collectively processing the update of the update file, and online processing execution for performing the update of the update file by online processing. Means, an exclusive control flag file for storing exclusive information, an exclusive control flag setting means for setting exclusive control information in the exclusive control flag file at the start of processing by the batch processing executing means, and a processing by the batch processing executing means At the end, when the processing by the exclusive control flag releasing means for resetting the exclusive control information stored in the exclusive control flag file and the online processing executing means is started, the exclusive control information of the exclusive control flag file is Exclusive control flag determining means for determining whether or not the setting is in progress; If it is determined that the other control information is being set, composed of the update prohibiting means for prohibiting the updating process by the online process execution means.

【0011】このような構成のデータ処理装置では、バ
ッチ処理実行手段が更新ファイルの更新を開始するとき
には、排他制御フラグファイルに排他制御情報がセット
され、またこのバッチ処理実行手段による処理が終了し
たときには、前記排他制御フラグファイルに記憶されて
いる排他制御情報がリセットされる。そして、オンライ
ン処理実行手段による処理が開始された場合には、前記
排他制御フラグファイルの排他制御情報がセット中か否
かが判断され、前記排他制御情報がセット中であると判
断された場合には、オンライン処理実行手段による更新
処理が禁止される。また、前記排他制御情報がリセット
されていると判断された場合には、オンライン処理実行
手段による更新処理が実行される。
In the data processing apparatus having such a configuration, when the batch processing executing means starts updating the update file, the exclusive control information is set in the exclusive control flag file, and the processing by the batch processing executing means is completed. At times, the exclusive control information stored in the exclusive control flag file is reset. Then, when the process by the online process execution means is started, it is determined whether or not the exclusive control information of the exclusive control flag file is being set, and when it is determined that the exclusive control information is being set. Is prohibited from being updated by the online process execution means. If it is determined that the exclusive control information has been reset, the online processing execution means executes the update processing.

【0012】本発明のデータ処理装置では、さらに、前
記オンライン処理実行手段による更新処理が禁止された
ときに、エラー表示を行うエラー表示手段を具備した構
成とすることが好ましい。
It is preferable that the data processing apparatus of the present invention further comprises an error display means for displaying an error when the update processing by the online processing execution means is prohibited.

【0013】[0013]

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

【0014】図2はこのデータ処理装置の原理的な構成
を表したものである。このデータ処理装置は、更新ファ
イル10と、この更新ファイル10の更新を一括処理す
るバッチ処理実行手段11と、更新ファイル10の更新
をオンライン処理で行うオンライン処理実行手段12
と、排他情報を記憶する排他制御フラグファイル13と
を備えている。バッチ処理実行手段11がその処理を開
始する時には排他制御フラグ設定手段14が排他制御フ
ラグファイル13に排他制御情報をセットするようにな
っている。またバッチ処理実行手段11が更新ファイル
10の更新処理終了したときには、排他制御フラグ解除
手段15が排他制御フラグファイル13に記憶されてい
る排他制御情報をリセットさせるようになっている。
FIG. 2 shows the basic configuration of this data processing device. This data processing device includes an update file 10, a batch processing execution means 11 for collectively processing the updates of the update file 10, and an online processing execution means 12 for updating the update file 10 by online processing.
And an exclusive control flag file 13 for storing exclusive information. When the batch processing executing means 11 starts the processing, the exclusive control flag setting means 14 sets exclusive control information in the exclusive control flag file 13. Further, when the batch process executing means 11 finishes the update processing of the update file 10, the exclusive control flag releasing means 15 resets the exclusive control information stored in the exclusive control flag file 13.

【0015】ここで、オンライン処理実行手段12によ
り更新処理が開始された場合には、排他制御フラグ判定
手段16により排他制御フラグファイル13の排他制御
情報がセット中か否かが判断される。排他制御情報がセ
ット中であると判断された場合には、更新禁止手段17
によりオンライン処理実行手段12による更新処理が禁
止されるとともに、エラー表示手段18によりエラー表
示がなされ、端末操作者に知らせるようになっている。
これにより、バッチ処理実行手段11による更新処理が
優先的になされる。そして、その処理が終了すると排他
制御フラグファイル13の排他制御情報がリセットさ
れ、これによりオンライン処理手段12による更新処理
が可能となる。
Here, when the update process is started by the online process executing means 12, the exclusive control flag determining means 16 determines whether or not the exclusive control information in the exclusive control flag file 13 is being set. When it is determined that the exclusive control information is being set, the update prohibiting means 17
Thus, the updating process by the online process executing means 12 is prohibited, and an error display is made by the error displaying means 18 to notify the terminal operator.
As a result, the update process by the batch process execution means 11 is prioritized. Then, when the processing is completed, the exclusive control information in the exclusive control flag file 13 is reset, whereby the update processing by the online processing means 12 becomes possible.

【0016】図1は本発明の一実施例に係わるデータ処
理装置の具体的な回路構成を表すものである。このデー
タ処理装置は、同一の更新ファイル10の更新をバッチ
処理装置20とオンライン処理装置30とにより行うも
のである。バッチ処理装置20は、CPU21と、この
CPU21にデータバス等のバス40を介して接続され
たROM(リード・オンリ・メモリ)22および入出力
部23を備えている。ROM22にはこのバッチ処理装
置20の各種制御を行うためのプログラムが格納されて
いる。入出力部23からは一括データが入力されるよう
になっている。
FIG. 1 shows a concrete circuit configuration of a data processing apparatus according to an embodiment of the present invention. In this data processing device, the same update file 10 is updated by the batch processing device 20 and the online processing device 30. The batch processing apparatus 20 includes a CPU 21, a ROM (read only memory) 22 and an input / output unit 23 connected to the CPU 21 via a bus 40 such as a data bus. The ROM 22 stores programs for performing various controls of the batch processing apparatus 20. Collective data is input from the input / output unit 23.

【0017】CPU21はバス40を介して更新ファイ
ル10および排他制御ファイル13に接続されている。
排他制御フラグファイル13には排他情報が記憶されて
いる。この排他情報はバッチ処理装置20が処理を開始
するときにセットされるとともに、バッチ処理装置20
が処理を終了したときにリセットされるようになってい
る。
The CPU 21 is connected to the update file 10 and the exclusive control file 13 via the bus 40.
Exclusive information is stored in the exclusive control flag file 13. This exclusive information is set when the batch processing device 20 starts processing, and also the batch processing device 20
Will be reset when is finished.

【0018】更新ファイル10および排他制御フラグフ
ァイル13はそれぞれバス50を介してオンライン処理
装置30のCPU31に接続されている。オンライン処
理装置30は、CPU31と、このCPU31とバス5
0を介して接続されたROM(リード・オンリ・メモ
リ)32、入出力部33およびエラー表示部34により
構成されている。ROM32にはこのオンライン処理装
置30の各部を制御するためのプログラムが格納されて
いる。入出力部33からは端末操作者がその都度データ
を入力するようになっている。エラー表示部34は、バ
ッチ処理装置20が処理を開始した後、端末操作者がオ
ンライン処理装置30の入出力部33からデータを入力
した場合に、エラー表示を行うようになっている。
The update file 10 and the exclusive control flag file 13 are respectively connected to the CPU 31 of the online processing device 30 via the bus 50. The online processing device 30 includes a CPU 31, the CPU 31, and the bus 5.
It is composed of a ROM (Read Only Memory) 32, an input / output unit 33 and an error display unit 34 which are connected via 0. The ROM 32 stores a program for controlling each unit of the online processing device 30. The terminal operator inputs data from the input / output unit 33 each time. The error display unit 34 displays an error when the terminal operator inputs data from the input / output unit 33 of the online processing device 30 after the batch processing device 20 starts processing.

【0019】次に、図3および図4の流れ図を参照して
本実施例のデータ処理装置の動作について説明する。こ
こで、図3はバッチ処理装置20の動作、また図4はオ
ンライン処理装置30の動作をそれぞれ表すものであ
る。
Next, the operation of the data processing apparatus of this embodiment will be described with reference to the flowcharts of FIGS. Here, FIG. 3 shows the operation of the batch processing apparatus 20, and FIG. 4 shows the operation of the online processing apparatus 30.

【0020】まず、バッチ処理装置20では、操作者が
バッチ処理を開始する(ステップS100;Y)と、C
PU21は排他制御フラグファイル13に排他制御情報
としてたとえば“1”を設定する(ステップS10
1)。そして、更新ファイル10のデータの一括更新処
理を実行(ステップS102)し、処理が終了する(ス
テップS103;Y)と、排他制御フラグファイル13
を“0”に設定する(ステップS104)。
First, in the batch processing apparatus 20, when the operator starts the batch processing (step S100; Y), C
The PU 21 sets, for example, "1" as exclusive control information in the exclusive control flag file 13 (step S10).
1). Then, the batch update process of the data of the update file 10 is executed (step S102), and when the process ends (step S103; Y), the exclusive control flag file 13 is executed.
Is set to "0" (step S104).

【0021】このようなバッチ処理実行中に、オンライ
ン処理装置30により更新処理がなされた場合、CPU
31はデータ入力があるか否かを判断し(図4、ステッ
プS200)、データ入力があった場合(Y)には、排
他制御フラグファイル13をの内容を参照し、実行可否
の判断を行う。この場合には排他制御フラグが“1”で
あるので、エラー表示部34により、たとえば図5に表
すように、“バッチ処理中のため実行できません”の文
言が画面35に表示される(ステップS202)。この
とき画面35には端末操作者が入力したデータ36が表
示されたままとなり、入力データが保持された状態とな
る。
When update processing is performed by the online processing device 30 during execution of such batch processing, the CPU
Reference numeral 31 determines whether or not there is data input (FIG. 4, step S200), and when there is data input (Y), the content of the exclusive control flag file 13 is referenced to determine whether or not execution is possible. .. In this case, since the exclusive control flag is "1", the error display section 34 displays the message "Unable to execute because of batch processing" on the screen 35 as shown in FIG. 5 (step S202). ). At this time, the data 36 input by the terminal operator remains displayed on the screen 35, and the input data is held.

【0022】バッチ処理が終了した後、オンライン処理
装置20が再度オンライン処理を実行しようとした場
合、排他制御フラグファイル13の制御情報は“0”に
なっている(ステップS201;Y)ため、CPU31
はオンラインによる更新処理を実行する(ステップS2
03、204)。
After the batch processing is completed, when the online processing device 20 tries to execute the online processing again, the control information of the exclusive control flag file 13 is "0" (step S201; Y), so the CPU 31
Executes online update processing (step S2)
03, 204).

【0023】このように本実施例のデータ処理装置で
は、バッチ処理装置20による更新処理とオンライン処
理装置30による更新処理が同時に実行されたとき、バ
ッチ処理装置20の処理を優先し、自動的にオンライン
処理装置30による更新処理が禁止されるとともに、処
理が実行できない旨のメッセージが画面に表示され、端
末操作者が入力した内容を保持したままの画面でエラー
表示の会話処理が繰り返されることとなる。したがっ
て、同時更新による不正を起こすことなく処理を行うこ
とができる。また、端末操作者およびバッチ処理実行者
は、同時更新による不正を意識せずに操作ができ、両者
に対する作業負担が軽減され、また、操作ミスによる誤
りを防止できる。
As described above, in the data processing apparatus of this embodiment, when the update processing by the batch processing apparatus 20 and the update processing by the online processing apparatus 30 are simultaneously executed, the processing of the batch processing apparatus 20 is prioritized and automatically performed. The update process by the online processing device 30 is prohibited, a message indicating that the process cannot be executed is displayed on the screen, and the error display conversation process is repeated on the screen while the contents input by the terminal operator are retained. Become. Therefore, it is possible to perform processing without causing fraud by simultaneous updating. Further, the terminal operator and the batch processing executor can perform the operation without being aware of the illegality due to the simultaneous update, the work load on both can be reduced, and the error due to the operation mistake can be prevented.

【0024】また、バッチ処理装置20側のCPU21
により排他制御フラグファイル13の排他制御指示がな
されるので、排他制御指示がリアルタイムに処理される
ことになる。
Further, the CPU 21 on the batch processing apparatus 20 side
As a result, the exclusive control instruction of the exclusive control flag file 13 is issued, so that the exclusive control instruction is processed in real time.

【0025】[0025]

【発明の効果】以上説明したように請求項1ないし3記
載のデータ処理装置によれば、バッチ処理実行手段によ
る更新処理と前記オンライン処理実行手段による更新処
理が同時に実行されたとき、バッチ処理実行手段の処理
を優先し、自動的にオンライン処理実行手段による更新
処理を禁止するようにしたので、オンライン処理を停止
することなくバッチ処理が実行され、かつ、同時更新に
よる不正を起こすことなく処理を行うことができる。し
たがって、端末操作者およびバッチ処理実行者は、同時
更新による不正を意識せずに操作ができる。つまり、両
者に対する作業負担が軽減され、また、操作ミスによる
誤りを防止できるという効果を有する。
As described above, according to the data processing apparatus of the first to third aspects, when the update processing by the batch processing executing means and the update processing by the online processing executing means are simultaneously executed, the batch processing is executed. Since the processing of the means is prioritized and the update processing by the online processing execution means is automatically prohibited, the batch processing is executed without stopping the online processing, and the processing can be executed without causing fraud by simultaneous update. It can be carried out. Therefore, the terminal operator and the batch process executor can perform the operation without being aware of the illegality caused by the simultaneous update. That is, there is an effect that the work load on both is reduced and an error due to an operation error can be prevented.

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

【図1】本発明の一実施例に係わるデータ処理装置の回
路構成を表すブロック図である。
FIG. 1 is a block diagram showing a circuit configuration of a data processing device according to an embodiment of the present invention.

【図2】本発明の基本原理を説明するためのブロック図
である。
FIG. 2 is a block diagram for explaining the basic principle of the present invention.

【図3】図1のバッチ処理装置の動作を説明するための
流れ図である。
FIG. 3 is a flowchart for explaining the operation of the batch processing apparatus of FIG.

【図4】図1のオンライン処理装置の動作を説明するた
めの流れ図である。
FIG. 4 is a flow chart for explaining the operation of the online processing device of FIG.

【図5】図1のオンライン処理装置の画面表示の一例を
表す正面図である。
5 is a front view showing an example of a screen display of the online processing device in FIG. 1. FIG.

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

10 更新ファイル 11 バッチ処理実行手段 12 オンライン処理実行手段 13 排他制御フラグファイル 14 排他制御フラグ設定手段 15 排他制御フラグ解除手段 16 排他制御フラグ判定手段 17 更新禁止手段 18 エラー表示手段 20 バッチ処理装置 21 CPU(中央処理装置) 22 ROM(リード・オンリ・メモリ) 30 オンライン処理装置 31 CPU(中央処理装置) 32 ROM(リード・オンリ・メモリ) 34 エラー表示部 50 バス 10 Update File 11 Batch Processing Execution Means 12 Online Processing Execution Means 13 Exclusive Control Flag File 14 Exclusive Control Flag Setting Means 15 Exclusive Control Flag Canceling Means 16 Exclusive Control Flag Judging Means 17 Update Inhibiting Means 18 Error Display Means 20 Batch Processing Equipment 21 CPU (Central processing unit) 22 ROM (Read only memory) 30 Online processing unit 31 CPU (Central processing unit) 32 ROM (Read only memory) 34 Error display unit 50 Bus

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 更新ファイルと、 この更新ファイルの更新を一括処理するバッチ処理実行
手段と、 前記更新ファイルの更新をオンライン処理で行うオンラ
イン処理実行手段と、 前記バッチ処理実行手段による処理と前記オンライン処
理実行手段による処理が同時に実行されたとき、前記バ
ッチ処理実行手段の処理を優先し、前記オンライン処理
実行手段による更新処理を禁止する優先順位設定手段と
を具備したことを特徴とするデータ処理装置。
1. An update file, batch processing executing means for collectively processing the update of the update file, online processing executing means for updating the update file by online processing, processing by the batch processing executing means, and the online processing. A data processing apparatus, comprising: priority setting means for giving priority to the processing of the batch processing execution means and prohibiting update processing by the online processing execution means when the processing by the processing execution means is simultaneously executed. ..
【請求項2】 前記優先順位設定手段は、排他情報を記
憶する排他制御フラグファイルと、前記バッチ処理実行
手段による処理開始時に、前記排他制御フラグファイル
に排他制御情報をセットする排他制御フラグ設定手段
と、前記バッチ処理実行手段による処理終了時に、前記
排他制御フラグファイルに記憶されている排他制御情報
をリセットさせる排他制御フラグ解除手段と、前記オン
ライン処理実行手段による処理が開始された場合に、前
記排他制御フラグファイルの排他制御情報がセット中か
否かを判断する排他制御フラグ判定手段と、前記排他制
御情報がセット中であると判断された場合に、前記オン
ライン処理実行手段による更新処理を禁止させる更新禁
止手段とにより構成されることを特徴とする請求項1記
載のデータ処理装置。
2. The priority setting means is an exclusive control flag file for storing exclusive information, and an exclusive control flag setting means for setting exclusive control information in the exclusive control flag file at the start of processing by the batch processing executing means. An exclusive control flag releasing means for resetting the exclusive control information stored in the exclusive control flag file at the end of the processing by the batch processing executing means, and the processing by the online processing executing means, Exclusive control flag determination means for determining whether or not the exclusive control information in the exclusive control flag file is set, and prohibiting the update processing by the online processing execution means when it is determined that the exclusive control information is being set The data processing apparatus according to claim 1, wherein the data processing apparatus comprises an update prohibiting unit.
【請求項3】 更新ファイルと、 この更新ファイルの更新を一括処理するバッチ処理実行
手段と、 前記更新ファイルの更新をオンライン処理で行うオンラ
イン処理実行手段と、 排他情報を記憶する排他制御フラグファイルと、 前記バッチ処理実行手段による処理開始時に、前記排他
制御フラグファイルに排他制御情報をセットする排他制
御フラグ設定手段と、 前記バッチ処理実行手段による処理終了時に、前記排他
制御フラグファイルに記憶されている排他制御情報をリ
セットさせる排他制御フラグ解除手段と、 前記オンライン処理実行手段による処理が開始された場
合に、前記排他制御フラグファイルの排他制御情報がセ
ット中か否かを判断する排他制御フラグ判定手段と、 前記排他制御情報がセット中であると判断された場合
に、前記オンライン処理実行手段による更新処理を禁止
させる更新禁止手段と、 前記オンライン処理実行手段による更新処理が禁止され
たときに、エラー表示を行うエラー表示手段とを具備し
たことを特徴とするデータ処理装置。
3. An update file, a batch process executing means for collectively processing the update of the update file, an online process executing means for updating the update file by an online process, and an exclusive control flag file for storing exclusive information. An exclusive control flag setting means for setting exclusive control information in the exclusive control flag file at the start of processing by the batch processing executing means, and an exclusive control flag file stored at the end of processing by the batch processing executing means Exclusive control flag releasing means for resetting exclusive control information, and exclusive control flag determining means for determining whether or not the exclusive control information in the exclusive control flag file is being set when the processing by the online processing executing means is started. When it is determined that the exclusive control information is being set, Updating prohibition means for prohibiting the updating process by the online processing executing means, when the updating process by the online processing execution means is inhibited, the data processing apparatus characterized by comprising an error display means for performing error display.
JP3243220A 1991-09-24 1991-09-24 Data processor Pending JPH0581197A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3243220A JPH0581197A (en) 1991-09-24 1991-09-24 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3243220A JPH0581197A (en) 1991-09-24 1991-09-24 Data processor

Publications (1)

Publication Number Publication Date
JPH0581197A true JPH0581197A (en) 1993-04-02

Family

ID=17100618

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3243220A Pending JPH0581197A (en) 1991-09-24 1991-09-24 Data processor

Country Status (1)

Country Link
JP (1) JPH0581197A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016012219A (en) * 2014-06-27 2016-01-21 東芝テック株式会社 Demand prediction device and program
CN110070440A (en) * 2019-04-30 2019-07-30 苏州工业园区服务外包职业学院 A kind of business data processing method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016012219A (en) * 2014-06-27 2016-01-21 東芝テック株式会社 Demand prediction device and program
CN110070440A (en) * 2019-04-30 2019-07-30 苏州工业园区服务外包职业学院 A kind of business data processing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
JPH0581197A (en) Data processor
JPS58191045A (en) Control system of executing time
JPH08328797A (en) Information processing device and method
JP3080069B2 (en) Job scheduling method
JP3075929B2 (en) Job management method
JPS59216202A (en) Programmable controller
JPH0451331A (en) Information processor with processing time display function
JPH11272516A (en) Dump output control system
JPH01239613A (en) Leased program charging system
JPS595370A (en) Processing time controlling system
JPH09160611A (en) Programmable controller
JPH03150603A (en) Set data preserving system
JPS61241843A (en) Information processor
JPS6214240A (en) Program inspecting system
JPH01152505A (en) Program debugging system for pc
JPS634337A (en) Protection system for program call
JPH01140348A (en) Program tracer
JPS62282327A (en) Information processor
JPH05313916A (en) Electronic computer and its interruption processing method
JPH03278243A (en) Debugging device
JPH03235150A (en) Interrupting system for processing under execution
JPS62269239A (en) Control system for cancel/interruption suppression of job
JPH0922364A (en) Method and device for verifying program in multitask system
JPH04369036A (en) Method for forming system control file
JPH06332720A (en) Signal control method