JPH05334156A - Closing system in data operating instruction - Google Patents

Closing system in data operating instruction

Info

Publication number
JPH05334156A
JPH05334156A JP4160111A JP16011192A JPH05334156A JP H05334156 A JPH05334156 A JP H05334156A JP 4160111 A JP4160111 A JP 4160111A JP 16011192 A JP16011192 A JP 16011192A JP H05334156 A JPH05334156 A JP H05334156A
Authority
JP
Japan
Prior art keywords
data
data storage
storage area
block
database file
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
JP4160111A
Other languages
Japanese (ja)
Inventor
Yukiko Fujiki
由紀子 藤木
Yuichi Narisawa
優一 成沢
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
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP4160111A priority Critical patent/JPH05334156A/en
Publication of JPH05334156A publication Critical patent/JPH05334156A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To close a blocked data base during the execution of a data operating instruction. CONSTITUTION:This closing system includes an opening means 108 for a data storing area, a block registering means 103, a block releasing means 104, a block specifying means 102, a block management table 105 storing block information, a block checking means 110 for checking the block of the data storing area by referring to the table 105, and a data operating instruction invalidating means 111 for invalidating a data operating instruction. The system includes also a data base file management file 112 having a bit corresponding to a task in each data storing area and being updated in each starting of the data operating instruction and the means 110, a task checking means 113 for checking whether the blocked data storing area is used for another task or not by referring the table 112, and a closing means 114 for closing the data storing area when the area is used by the other task.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データベースファイル
などのデータ格納領域の閉塞に対するクローズ方式の改
良に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an improvement of a closing method for blocking a data storage area such as a database file.

【0002】[0002]

【従来の技術】データをデータレコードとして記憶する
ための、外部記憶媒体であるデータベースファイルを備
え、データベースファイルを複数のデータ格納領域に分
割し、データベースファイルに対して、検索、更新処理
を行うデータ操作命令を用いて、複数のタスクから、検
索、更新処理を行うデータベース処理システムが従来よ
り知られている。
2. Description of the Related Art Data that has a database file, which is an external storage medium, for storing data as data records, divides the database file into a plurality of data storage areas, and searches and updates the database file 2. Description of the Related Art A database processing system that performs search and update processing from a plurality of tasks using operation commands has been conventionally known.

【0003】図5は、従来技術によるデータベースファ
イルのクローズ方式を実施するシステムの構成図であ
り、501は会話を行う端末、502は閉塞指示手段、
503は閉塞登録手段、504は閉塞解除手段、505
は閉塞管理テーブル、506はデータベースファイル、
507はバッチアプリケーションプログラム(以下バッ
チAPと称す)、508はオープン手段、509はデー
タ操作命令、501は閉塞チェック手段、511はデー
タ操作命令無効手段、512はクローズ手段である。
FIG. 5 is a block diagram of a system for implementing a database file closing method according to the prior art. 501 is a terminal for conversation, 502 is a blocking instruction means,
Reference numeral 503 is blockage registration means, 504 is blockage release means, and 505
Is a blockage management table, 506 is a database file,
Reference numeral 507 is a batch application program (hereinafter referred to as a batch AP), 508 is an opening means, 509 is a data operation instruction, 501 is a blockage checking means, 511 is a data operation instruction invalidating means, and 512 is a closing means.

【0004】図2は、データベースファイル−506の
構造例を示す図であり、201はデータ格納領域、20
2はデータレコードである。
FIG. 2 is a diagram showing an example of the structure of the database file-506, 201 is a data storage area, and 20 is a data storage area.
2 is a data record.

【0005】端末−501からの会話により閉塞指示手
段−502を起動する。閉塞指示手段−502は、会話
の内容により、閉塞登録手段−503、あるいは閉塞解
除手段−504を起動することにより、データベースフ
ァイル−506のデータ格納領域−201に対して、閉
塞の登録、解除を行い、その都度、閉塞管理テーブル−
505の更新が行われる。
The blockage instructing means-502 is activated by a conversation from the terminal-501. The blockage instructing unit-502 activates the blockage registration unit-503 or the blockage release unit-504 according to the content of the conversation to register or release the blockage in the data storage area-201 of the database file-506. Every time, blockage management table-
505 is updated.

【0006】バッチAP−507の起動時、データ格納
領域オープン手段−508によりデータベースファイル
−506のオープンを行い、データ操作命令−509に
よりデータ格納領域−201の検索、更新を行う。
When the batch AP-507 is activated, the data storage area opening means-508 opens the database file-506, and the data operation instruction-509 searches and updates the data storage area-201.

【0007】データ操作命令−509の実行時に、閉塞
管理テーブル−505を参照する閉塞チェック手段−5
10により対象となるデータ格納領域−201が閉塞さ
れているかチェックし、閉塞されていれば、データ操作
命令無効手段−511により、このデータ操作命令−5
09は無効化される。
Blocking check means-5 which refers to the blockage management table 505 when the data operation command 509 is executed
It is checked by 10 whether the target data storage area-201 is closed, and if it is closed, the data operation instruction invalidating unit-511 makes this data operation instruction-5
09 is invalidated.

【0008】更に、データ操作命令−509は、データ
操作が不成功であった旨をバッチAP−507に返却す
る。
Further, the data operation instruction-509 returns to the batch AP-507 that the data operation was unsuccessful.

【0009】バッチAP−507の終了時に、閉塞され
たデータ格納領域−201は、クローズされ、データ格
納領域の資源を解放する。
At the end of batch AP-507, the closed data storage area-201 is closed and the resources of the data storage area are released.

【0010】[0010]

【発明が解決しようとする課題】上述した従来の技術
は、データベースファイルを構成するデータ格納領域が
閉塞されている場合、そのデータ格納領域を使用してい
るタスク全てのバッチAPがクローズ手段を実行するま
で待たなければデータ格納領域の資源の解放が行われな
いため、閉塞してから、資源の解放が行われるまでの時
間を要するという欠点があった。
In the above-mentioned conventional technique, when the data storage area forming the database file is closed, all the batch APs of the tasks using the data storage area execute the closing means. Since there is no release of the resource in the data storage area until waiting, the disadvantage is that it takes time from the blockage to the release of the resource.

【0011】本発明は上述の問題点に鑑みてなされたも
のであって、データベースファイルが閉塞されている場
合に、バッチAPの実行中でもデータ操作命令の中でク
ローズの実行を可能とするデータ操作命令内クローズ方
式を提供することを目的としている。
The present invention has been made in view of the above-mentioned problems, and when the database file is closed, the data operation that enables the execution of the close in the data operation command even during the execution of the batch AP. It is intended to provide an in-command close method.

【0012】[0012]

【課題を解決するための手段】データをデータレコード
として記憶するための、外部記憶媒体であるデータベー
スファイルを備え、データベースファイルを複数のデー
タ格納領域に分割しデータベースファイルに対して検
索、更新処理を行うデータ操作命令を用いて複数のタス
クから検索、更新処理を行うデータベース処理システム
に於いて、データ格納領域のオープンを行うオープン手
段と、一つのデータ格納領域に対して閉塞を行う閉塞登
録手段と、閉塞されたデータ格納領域の閉塞を解除する
閉塞解除手段と、データ格納領域を閉塞させるか否かを
閉塞登録手段あるいは閉塞解除手段に指示する閉塞指示
手段と、どのデータ格納領域が閉塞されているか否かの
閉塞情報が格納されており、閉塞登録手段あるいは閉塞
解除手段が起動されたときに、その都度更新される閉塞
管理テーブルと、閉塞管理テーブルを参照することによ
り、データ操作命令を実行したときに、対象となるデー
タ格納領域は閉塞されているか否かをチェックする閉塞
チェック手段と、閉塞されたデータ格納領域に対するデ
ータ操作命令を無効にするデータ操作命令無効手段と、
閉塞されたデータ格納領域が、他のタスクで使用されて
いるか否かをデータベースファイル管理テーブルを用い
てチェックするタスクチェック手段と、タスクチェック
手段のチェックにより閉塞されたデータ格納領域が、他
のタスクで使用されていなければ、閉塞されたデータ格
納領域のクローズを行うクローズ手段を有している。
A database file, which is an external storage medium for storing data as a data record, is provided, and the database file is divided into a plurality of data storage areas and search and update processing is performed on the database file. In a database processing system that performs a search and an update process from a plurality of tasks using a data operation instruction to be performed, an open unit that opens a data storage region, and a block registration unit that blocks one data storage region A block release means for releasing the block of the blocked data storage area, a block instruction means for instructing the block registration means or block release means to block the data storage area, and which data storage area is blocked The blocking information indicating whether or not it is stored, and the blocking registration means or blocking release means is activated. At this time, by referring to the blocking management table that is updated each time and the blocking management table, a blocking check unit that checks whether the target data storage area is blocked when the data operation command is executed And a data operation instruction invalidating means for invalidating the data operation instruction for the blocked data storage area,
The task check means for checking whether the blocked data storage area is used by another task using the database file management table, and the data storage area blocked by the task check means is checked by another task. It has a closing means for closing the closed data storage area if it is not used.

【0013】また、データベースファイル毎にタスクに
対応するビットを有し、データ操作命令及び閉塞チェッ
ク手段の起動時にその都度更新されるデータベースファ
イル管理テーブルと、データ操作命令実行時に対応する
ビットの値を真とし、閉塞チェック手段が起動されると
閉塞対象データベースファイルの自タスクのビットを偽
として、対象データベースファイルに対応する全てのビ
ットが偽であった場合には、他のタスクで使用されてい
ないと判断して、クローズ手段に処理を渡すタスクチェ
ック手段を有している。
Further, each database file has a bit corresponding to a task, and a database file management table that is updated each time the data operation instruction and the blockage checking means are activated, and a value of the bit corresponding to the time when the data operation instruction is executed. True, if the block check means is activated, the bit of the invoking task of the block target database file is set to false, and if all the bits corresponding to the target database file are set to false, it is not used by another task. It has a task check means for judging the above and passing the processing to the closing means.

【0014】[0014]

【作用】上記構成によれば、データベースファイル管理
テーブルは、データベースファイルのデータ格納領域毎
にタスクに対応するビットを有し、データ操作命令およ
び閉塞チェック手段の起動時にその都度更新される。閉
塞チェック手段による閉塞管理テーブルの参照から閉塞
されていることが分ったデータ格納領域に対して、タス
クチェック手段がデータベースファイル管理テーブルを
参照して、対象データ格納領域が他のタスクで使用され
ているか否かを、データ操作命令実行時に対応するビッ
トの値を真として判断する。閉塞されているデータ格納
領域か他のタスクに使用されていなければデータ格納領
域クローズ手段がクローズを行うので、バッチAP実行
中であってもデータ操作命令の中で閉塞データ格納領域
のクローズが可能となる。
According to the above construction, the database file management table has a bit corresponding to the task for each data storage area of the database file, and is updated each time the data operation instruction and the blockage checking means are activated. The task check unit refers to the database file management table for the data storage area found to be blocked from the block management table reference by the block check unit, and the target data storage area is used by another task. It is determined whether the value of the corresponding bit is true when the data operation instruction is executed. Since the data storage area closing means closes the closed data storage area or if it is not used for another task, the closed data storage area can be closed in the data operation command even during batch AP execution. Becomes

【0015】[0015]

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

【0016】図1は、本発明の一実施例によるデータ操
作命令内クローズ方式のブロック図である。
FIG. 1 is a block diagram of a closing method within a data operation instruction according to an embodiment of the present invention.

【0017】図1において、データベースファイル−1
06のオープンを行うオープン手段−108と、利用者
がデータベースファイル−106に対して閉塞の登録、
解除を行う端末−101と、端末−101から、データ
ベースファイル−106を閉塞させるか否かを、閉塞を
行う閉塞登録手段−103あるいは閉塞を解除する閉塞
解除手段−104に指示する、閉塞指示手段−102
と、どのデータベースファイル−106が、閉塞されて
いるか否かの閉塞情報が格納されており、閉塞登録手段
−103あるいは閉塞解除手段−104が起動されたと
きに、その都度更新される閉塞管理テーブル−105
と、閉塞管理テーブル−105を参照することにより、
データ操作命令−109を実行したときに、対象となる
データベースファイル−106が閉塞されているか否か
をチェックする閉塞チェック手段−110と、閉塞され
ているデータベースファイル−106に対するデータ操
作命令−109を無効にするデータ操作命令無効手段−
111と、データベースファイル−106毎にタスクに
対応するビットを有し、データ操作命令−109及び閉
塞チェック手段−110の起動にその都度更新されるデ
ータベースファイル管理テーブル−112と、閉塞され
たデータベースファイル−106が、他のタスクで使用
されているか否かを、データベースファイル管理テーブ
ル−112を用いてチェックし、データ操作命令実行時
に対応するビットの値を真として、対象データベースフ
ァイルに対応する全てのビットが偽の場合に他のタスク
で使用されていないと判断するタスクチェック手段−1
13と、閉塞されたデータベースファイル−106が、
他のタスクで使用されていなければ、閉塞されたデータ
ベースファイル−106のクローズを行うデータ格納領
域クローズ手段−114を有している。
In FIG. 1, database file-1
Opening means-108 for opening 06, and the user registering the block in the database file-106,
Closure instruction means for releasing the terminal-101 and the terminal-101 for instructing whether or not to block the database file-106 to the blocking registration means-103 for blocking or the blocking release means-104 for releasing blocking -102
And the database file 106 stores the blockage information indicating whether the blockage is blocked or not, and the blockage management table updated each time the blockage registration unit 103 or the block release unit 104 is activated. -105
By referring to the blockage management table-105,
When the data operation instruction-109 is executed, a closing check means-110 for checking whether or not the target database file-106 is closed, and a data operation instruction-109 for the closed database file-106. Data operation instruction invalidating means to be invalidated-
111, a database file management table 112 having a bit corresponding to a task for each database file 106 and updated each time the data operation command 109 and the blocking check means 110 are activated, and the blocked database file. -106 is checked by using the database file management table -112 whether it is used in another task, and the value of the corresponding bit at the time of executing the data operation instruction is set to be true, and all the data corresponding to the target database file are checked. Task check means for determining that the bit is false and not used by another task-1
13 and the closed database file-106,
It has a data storage area closing means-114 for closing the closed database file-106 unless it is used by another task.

【0018】図2は、本発明を用いたデータベースファ
イル−106内の構造を示し、同図に示すようにデータ
ベースファイル−106は、複数のデータ格納領域−2
01から構成され、データ格納領域は−201は、複数
のデータレコード−202から構成される。
FIG. 2 shows the structure of the database file 106 used in the present invention. As shown in FIG. 2, the database file 106 has a plurality of data storage areas-2.
The data storage area -201 is composed of a plurality of data records -202.

【0019】図3は、本発明のデータ操作命令内クロー
ズ方式を用いたデータベース処理システムでのバッチA
P−107の処理例の流れ図を示す。図3を参照する
と、バッチAP−107の起動時−(301)、データ
格納領域オープン手段−108により、タスク1でアサ
インしたデータ格納領域−201全てのオープンを行い
−(302)、データ操作命令−109を起動すること
によりデータ格納領域−201の検索、更新を行う−
(303)。
FIG. 3 shows a batch A in the database processing system using the close method in the data operation instruction of the present invention.
The flowchart of the process example of P-107 is shown. Referring to FIG. 3, when the batch AP-107 is started- (301), the data storage area opening means-108 opens all the data storage areas-201 assigned in task 1- (302), and a data operation command. -By activating 109, the data storage area-201 is searched and updated-
(303).

【0020】データ操作命令−109の動作後、データ
操作命令がエラーとなったかどうかチェックし、エラー
となっていたときは、バッチAP−107は終了する−
(306)。
After the operation of the data operation instruction-109, it is checked whether or not the data operation instruction has an error, and if there is an error, the batch AP-107 ends.
(306).

【0021】更にデータ格納領域−201に対するデー
タ操作命令−109があれば−(305)、303の処
理に再び戻り、データ操作命令−109を発行する。デ
ータ操作命令が他になければ、バッチAP−107は終
了する−(306)。
Further, if there is a data operation command-109 for the data storage area-201- (305), the process returns to the process of 303 again, and the data operation command-109 is issued. If there is no other data operation command, the batch AP-107 ends- (306).

【0022】バッチAP−107の終了時−306、バ
ッチAP−107でアサインしたデータ格納領域全てに
対してクローズ手段−113を起動し−(307)、資
源を解放する−(308)。
At the end of batch AP-107-306, the closing means-113 is activated for all the data storage areas assigned by batch AP-107- (307), and the resources are released- (308).

【0023】図4は、図3におけるデータ操作命令の動
作−304を示す処理の流れ図である。図4を参照する
と、データ操作命令−109の実行時に、閉塞管理テー
ブル−105を参照する閉塞チェック手段−110によ
り対象となるデータ格納領域−201が閉塞されている
かチェックし−(401)〜(402)、閉塞されてい
れば、データ操作命令無効手段−111により、このデ
ータ操作命令−109は無効化され−(403)、エラ
ーとなる−(404)。
FIG. 4 is a flow chart of processing showing the operation -304 of the data operation instruction in FIG. Referring to FIG. 4, at the time of executing the data operation instruction-109, it is checked whether the target data storage area-201 is blocked by the blocking check means-110 that refers to the blocking management table-105- (401)-( 402) If it is blocked, this data operation command-109 is invalidated by the data operation command invalidating unit-111- (403) and an error occurs- (404).

【0024】次に、タスクチェック手段−112によ
り、閉塞されたデータ格納領域−201をアサインして
いるタスクが他に存在しているかをデータベースファイ
ル管理テーブル112からチェックし−(405)〜
(406)、存在していれば、データ操作命令−109
を終了し、図3の305の処理に戻る。存在していなけ
れば、閉塞されたデータ格納領域−201を指定して、
クローズ手段−113を起動し、クローズを行う−(4
08)〜(409)。
Next, the task check means-112 checks from the database file management table 112 whether there is another task assigned to the blocked data storage area-201- (405)-
(406), if present, data manipulation instruction-109
Ends and returns to the process of 305 in FIG. If it does not exist, specify the blocked data storage area -201,
The closing means-113 is activated to perform the closing- (4
08)-(409).

【0025】閉塞されてなければ、データ格納領域−2
01に対するデータ操作命令−109は有効となり−
(407)、図3の305の処理を行う。
If not blocked, data storage area-2
Data operation command for 01-109 becomes valid-
(407), the process of 305 of FIG. 3 is performed.

【0026】これにより、データベースファイル−10
6内に閉塞されたデータ格納領域−201があった場
合、この閉塞されたデータ格納領域−201のクロー
ズ、すなわち資源の解放を行うためには、従来は閉塞し
たデータ格納領域−201を使用しているバッチAP−
107の終了時まで待たなければならなかったところ
を、本発明ではバッチAP−107の実行中にデータ操
作命令−109の中で、クローズの実行が可能となる。
As a result, the database file-10
If there is a closed data storage area-201 in 6, the closed data storage area-201 is conventionally used to close the closed data storage area-201, that is, to release resources. Batch AP-
In the present invention, it is possible to execute the close in the data operation instruction-109 while the batch AP-107 is being executed, instead of having to wait until the end of 107.

【0027】[0027]

【発明の効果】本発明は、以上説明したように、タスク
から閉塞されたデータベースファイルが検出された場
合、バッチAPの終了時まで待つことなく、データ操作
命令の実行中に閉塞されたデータ格納領域のクローズを
行うことから、資源が解放されるまでの時間を短縮する
ことが出来る。
As described above, according to the present invention, when a blocked database file is detected from a task, the blocked data is stored during execution of the data operation instruction without waiting until the end of the batch AP. Since the area is closed, the time until the resource is released can be shortened.

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

【図1】本発明の一実施例によるデータ操作命令内クロ
ーズ方式の構成図である。
FIG. 1 is a block diagram of a close method within a data operation instruction according to an embodiment of the present invention.

【図2】データベースファイルの構造を示す図である。FIG. 2 is a diagram showing a structure of a database file.

【図3】図1に示す実施例の処理の流れ図である。FIG. 3 is a flow chart of processing of the embodiment shown in FIG.

【図4】図3に示すデータ操作命令の処理の流れ図であ
る。
FIG. 4 is a flowchart of the processing of the data operation instruction shown in FIG.

【図5】従来のデータベースファイルのクローズ方式の
構成図である。
FIG. 5 is a configuration diagram of a conventional database file closing method.

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

101 端末 102 閉塞指示手段 103 閉塞登録手段 104 閉塞解除手段 105 閉塞管理テーブル 106 データベースファイル 107 バッチAP 108 オープン手段 109 データ操作命令 110 閉塞チェック手段 111 データ操作命令無効手段 112 データベースファイル管理テーブル 113 タスクチェック手段 114 クローズ手段 101 Terminal 102 Blocking Instructing Unit 103 Blocking Registering Unit 104 Blocking Releasing Unit 105 Blocking Management Table 106 Database File 107 Batch AP 108 Opening Unit 109 Data Manipulation Command 110 Blocking Checking Unit 111 Data Manipulation Command Invalidating Unit 112 Database File Management Table 113 Task Checking Unit 114 Closing means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データをデータレコードとして記憶する
ための外部記憶媒体であるデータベースファイルを備
え、該データベースファイルを複数のデータ格納領域に
分割しデータベースファイルに対して検索、更新処理を
行うデータ操作命令を用いて複数のタスクから検索、更
新処理を行うデータベース処理システムに於いて、 前記データ格納領域のオープンを行うオープン手段と、 一つのデータ格納領域に対して閉塞を行う閉塞登録手段
と、 前記閉塞されたデータ格納領域の閉塞を解除する閉塞解
除手段と、 前記データ格納領域を閉塞させるか否かを、前記閉塞登
録手段あるいは閉塞解除手段に指示する閉塞指示手段
と、 どのデータ格納領域が閉塞されているか否かの閉塞情報
が格納されており、前記閉塞登録手段あるいは閉塞解除
手段が起動されたときにその都度更新される閉塞管理テ
ーブルと、 該閉塞管理テーブルを参照することによりデータ操作命
令を実行したときに、対象となるデータ格納領域は閉塞
されているか否かをチェックする閉塞チェック手段と、 前記閉塞されたデータ格納領域に対するデータ操作命令
を無効にするデータ操作命令無効手段と、 閉塞されたデータ格納領域が他のタスクで使用されてい
るか否かをチェックするタスクチェック手段と、 該タスクチェック手段のチェックにより前記閉塞された
データ格納領域が他のタスクで使用されていなければ、
前記閉塞されたデータ格納領域のクローズを行うクロー
ズ手段とを有することを特徴とするデータ操作命令内ク
ローズ方式。
1. A data operation command, comprising a database file which is an external storage medium for storing data as a data record, dividing the database file into a plurality of data storage areas, and performing a search / update process for the database file. In a database processing system for performing retrieval and update processing from a plurality of tasks using, an opening means for opening the data storage area, a closure registration means for closing one data storage area, and the closure A block releasing means for releasing the block of the stored data storage area, a block instructing means for instructing the block registering means or the block releasing means whether or not to block the data storage area, and which data storage area is blocked. The blocking information indicating whether or not there is stored, the blocking registration means or the blocking release means. A blocking management table that is updated each time it is activated, and a blocking that checks whether the target data storage area is blocked when a data operation command is executed by referring to the blocking management table Check means, data operation instruction invalidating means for invalidating a data operation instruction for the blocked data storage area, and task check means for checking whether the blocked data storage area is used by another task If the blocked data storage area is not used by another task by the check of the task check means,
And a closing means for closing the closed data storage area.
【請求項2】 前記データベースファイル毎にタスクに
対応するビットを有し前記データ操作命令及び閉塞チェ
ック手段の起動時にその都度更新されるデータベースフ
ァイル管理テーブルと、 データ操作命令実行時に対応するビットの値を真とし、 前記閉塞チェック手段が起動されると、 閉塞対象データベースファイルの自タスクのビットを偽
として、 対象データベースファイルに対応する全てのビットが偽
であった場合には他のタスクで使用されていないと判断
して前記クローズ手段に処理を渡すタスクチェック手段
を有することを特徴とする請求項1に記載のデータ操作
命令内クローズ方式。
2. A database file management table that has a bit corresponding to a task for each database file and is updated each time the data operation instruction and the blockage checking means are activated, and a value of the bit corresponding to the execution of the data operation instruction. Is true, when the block check means is activated, the bit of the invoking task of the block target database file is set to false, and when all the bits corresponding to the target database file are set to false, it is used by another task. 2. The data manipulation instruction close method according to claim 1, further comprising task check means for judging that the operation is not performed and passing the processing to the close means.
JP4160111A 1992-05-28 1992-05-28 Closing system in data operating instruction Pending JPH05334156A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4160111A JPH05334156A (en) 1992-05-28 1992-05-28 Closing system in data operating instruction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4160111A JPH05334156A (en) 1992-05-28 1992-05-28 Closing system in data operating instruction

Publications (1)

Publication Number Publication Date
JPH05334156A true JPH05334156A (en) 1993-12-17

Family

ID=15708098

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4160111A Pending JPH05334156A (en) 1992-05-28 1992-05-28 Closing system in data operating instruction

Country Status (1)

Country Link
JP (1) JPH05334156A (en)

Similar Documents

Publication Publication Date Title
US6341308B1 (en) Input/output device information management system for multi-computer system
JP2001147837A (en) Program trace device and storage medium
JP3056704B2 (en) Data management device
JPH05334156A (en) Closing system in data operating instruction
JP2624170B2 (en) Logical deletion data physical deletion method
JPH05250244A (en) Data base system
JP2843748B2 (en) Exclusive control method
JPH0713817A (en) File management system
JP2901543B2 (en) Magnetic disk file relocation method
JPS63115234A (en) Automatic program patching system
JP3022574B2 (en) Data operation instruction blocking method
JP2937636B2 (en) Logic simulator method
JP2000339337A (en) Database retrieval system
JPH02222028A (en) Open system for designation of file label address of optical disk file
JPH05265820A (en) Input/output processing system
JPH06175862A (en) Electronic computer
JPH05257761A (en) Damp output control system
JPH02253449A (en) Simultaneous execution control system for data base
JPH07244601A (en) Method and device for accessing relational data base
JPS62233868A (en) Recovery system for main memory data
JPH02224152A (en) File exclusive control device
JPH11306061A (en) Inter-process shared control system for database definition information
JPH05342074A (en) Information storage device
JPH02253451A (en) Data base managing system
JPS63245723A (en) System command registering system