JPH05134917A - Data processing system for data processor - Google Patents

Data processing system for data processor

Info

Publication number
JPH05134917A
JPH05134917A JP3326339A JP32633991A JPH05134917A JP H05134917 A JPH05134917 A JP H05134917A JP 3326339 A JP3326339 A JP 3326339A JP 32633991 A JP32633991 A JP 32633991A JP H05134917 A JPH05134917 A JP H05134917A
Authority
JP
Japan
Prior art keywords
access
field
data
file
processing
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
JP3326339A
Other languages
Japanese (ja)
Inventor
Masashi Yokoyama
昌司 横山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP3326339A priority Critical patent/JPH05134917A/en
Publication of JPH05134917A publication Critical patent/JPH05134917A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To automatically perform a processing corresponding to a relevant field contained in a file just by giving an access to the field through an application program. CONSTITUTION:When an access request is given to a field 151 contained in a file 15 from an application program 11, an access pre-processing execution means 121 carries out the access pre-processing 13 that is registered in response to the field 151. Then an access grant deciding means 122 grants or inhibits the access to be given to the field 151 based on the result of the processing 13. A field access means 123 gives an access to the field 151 if the access is granted. Meanwhile an access post-processing execution means 124 carries out the access post-processing 14 registered in response to the field 151 after an access is given to the field 151.

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 system for a data processing device, and more particularly to a data processing system for a data processing device which requires complicated data processing.

【0002】[0002]

【従来の技術】従来、この種のデータ処理方式では、ア
プリケーションプログラム毎にファイル内のフィールド
毎の処理を定義して処理していた。
2. Description of the Related Art Conventionally, in this type of data processing system, processing for each field in a file is defined and processed for each application program.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のデータ
処理方式では、アプリケーションプログラム毎にファイ
ル内のフィールド毎の処理を定義して処理していたの
で、複数のアプリケーションプログラム毎に同種の処理
を搭載しなければならず、無駄が多いという欠点があっ
た。
In the above-described conventional data processing method, the processing for each field in the file is defined and processed for each application program, so that the same kind of processing is installed for each of a plurality of application programs. It had to be done, and had the disadvantage of being wasteful.

【0004】また、フィールド毎の処理を行わないアプ
リケーションプログラムが1つでも存在すれば、ファイ
ルに対する処理の一貫性が保てないため、操作性の低下
やファイル内のデータの保全性に問題が生ずる可能性が
高くなるという欠点があった。
Further, if there is even one application program that does not process each field, the consistency of the processing for the file cannot be maintained, which causes a problem in operability and data integrity in the file. There was a drawback that it was more likely.

【0005】さらに、オペレーティングシステムにファ
イル内のデータ操作時の処理を組み込む手段もあるが、
ファイル内のデータの構造はデータ処理装置の利用者が
定めるものであるため、すべてのデータ構造に対応する
データ操作時の処理をオペレーティングシステムで提供
することは不可能であった。
Further, there is a means for incorporating a process for operating data in a file into the operating system,
Since the structure of the data in the file is determined by the user of the data processing device, it is impossible for the operating system to provide the processing at the time of data operation corresponding to all the data structures.

【0006】本発明の目的は、上述の点に鑑み、データ
処理装置上で動作するアプリケーションプログラムから
ファイル内のフィールドをアクセスするだけでそのフィ
ールドに対応付けられた処理が自動的に動作するように
したデータ処理装置のデータ処理方式を提供することに
ある。
In view of the above points, an object of the present invention is to allow a process associated with a field to automatically operate only by accessing a field in a file from an application program running on a data processing device. To provide a data processing method of the data processing device.

【0007】[0007]

【課題を解決するための手段】本発明のデータ処理装置
のデータ処理方式は、ファイル形式でデータを記憶し処
理するオペレーティングシステムを備えるデータ処理装
置において、ファイル内の分割された有意なフィールド
に対応して登録されたアクセス前処理およびアクセス後
処理と、前記ファイル内のフィールドに対するアクセス
時に該フィールドに対応付けられたアクセス前処理を実
行するアクセス前処理実行手段と、このアクセス前処理
実行手段によるアクセス前処理の結果に応じて該フィー
ルドに対するアクセスの可否の決定を行うアクセス許可
決定手段と、このアクセス許可決定手段によりアクセス
が許可された場合に該フィールドに対するアクセスを行
うフィールドアクセス手段と、このフィールドアクセス
手段によるフィールドのアクセスの後に該フィールドに
対応付けられたアクセス後処理を実行するアクセス後処
理実行手段とを有する。
A data processing method of a data processing apparatus according to the present invention corresponds to a divided significant field in a file in a data processing apparatus having an operating system for storing and processing data in a file format. Pre-access processing and post-access processing registered by the above, access pre-processing execution means for executing the access pre-processing associated with the field in the file, and access by the access pre-processing execution means Access permission determining means for determining whether or not access to the field is possible according to the result of the preprocessing, field access means for accessing the field when access is permitted by the access permission determining means, and field access Fees by means And an access postprocessing execution means for executing an access post-processing associated with the field after de access.

【0008】[0008]

【作用】本発明のデータ処理装置のデータ処理方式で
は、データ処理装置上で使用されるファイル内を有意な
フィールドに分割し、各フィールド毎にそのフィールド
がアクセスされる前に行うアクセス前処理とそのフィー
ルドがアクセスされた後で行うアクセス後処理とを登録
し、アプリケーションプログラムからのフィールドへの
アクセスが発生した場合に、まずアクセスしようとした
フィールドに対応して登録されているアクセス前処理を
実行し、このアクセス前処理で必要に応じてアクセスす
るデータの変更やこのフィールドに対するアクセスを許
可するか否かの判定を行い、アクセスが許可された場合
にはこのフィールドに対するアクセス(参照や更新)を
行い、最後にこのフィールドに対応して登録されている
アクセス後処理を実行する。
According to the data processing method of the data processing apparatus of the present invention, a file used on the data processing apparatus is divided into significant fields, and pre-access processing is performed for each field before the field is accessed. Register the post-access processing to be performed after the field is accessed, and when the application program accesses the field, first execute the pre-access processing registered corresponding to the field to be accessed. In this pre-access process, change the data to be accessed as necessary and determine whether to permit access to this field. If access is permitted, access (reference or update) to this field is performed. Finally, the post-access processing registered for this field is executed. To.

【0009】[0009]

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

【0010】図1は、本発明の一実施例に係るデータ処
理方式が適用されたデータ処理装置1の構成を示すブロ
ック図である。このデータ処理装置1は、内部で動作す
るアプリケーションプログラム11と、オペレーティン
グシステム12と、アプリケーションプログラム11の
要求でオペレーティングシステム12がファイル15内
のフィールド151をアクセスするときにアクセスの前
で実行する処理(以下、アクセス前処理という)13
と、アクセスの後で実行する処理(以下、アクセス後処
理という)14と、有意なフィールド151に分割され
たファイル15とを含んで構成されている。
FIG. 1 is a block diagram showing the configuration of a data processing apparatus 1 to which a data processing method according to an embodiment of the present invention is applied. This data processing device 1 executes an application program 11 that operates inside, an operating system 12, and a process executed before the access when the operating system 12 accesses the field 151 in the file 15 at the request of the application program 11 ( Hereinafter referred to as access preprocessing) 13
And a file 15 divided into significant fields 151 and a process to be executed after the access (hereinafter, referred to as post-access process) 14.

【0011】アプリケーションプログラム11には、フ
ィールドのアクセス111が含まれている。
The application program 11 includes a field access 111.

【0012】オペレーティングシステム12は、アクセ
ス前処理実行手段121と、アクセス許可決定手段12
2と、フィールドアクセス手段123と、アクセス後処
理実行手段124とを含んで構成されている。
The operating system 12 includes an access preprocessing executing means 121 and an access permission determining means 12
2, field access means 123, and post-access processing execution means 124.

【0013】ファイル15には、分割された有意なフィ
ールド151が含まれている。
The file 15 contains a divided significant field 151.

【0014】図2は、ファイル15の内部構造の一例を
示す図である。ファイル15内を有意なフィールド15
1で分割した場合に、それぞれのフィールド151に対
するアクセス前処理13およびアクセス後処理14を登
録するために必要となるファイル15内の管理情報15
2を、ファイル15内に設けた管理領域に格納したもの
である。管理情報152で指定されるアクセス前処理1
3およびアクセス後処理14は、実行形式のファイルと
し、これらの処理の実行はオペレーティングシステム1
2が持つ標準的なプログラムの起動に従うものとする。
FIG. 2 is a diagram showing an example of the internal structure of the file 15. Significant fields 15 in file 15
When divided by 1, the management information 15 in the file 15 necessary for registering the pre-access processing 13 and the post-access processing 14 for each field 151
2 is stored in the management area provided in the file 15. Pre-access processing 1 specified by management information 152
3 and the post-access process 14 are executable files, and these processes are executed by the operating system 1.
Follow the standard program start-up that 2 has.

【0015】次に、このように構成された本実施例のデ
ータ処理装置のデータ処理方式の動作について説明す
る。ここでは、アプリケーションプログラム11がデー
タ処理装置1の利用者によって起動され、ファイル15
内のフィールド151のアクセスを行う場合を例として
説明する。
Next, the operation of the data processing system of the data processing apparatus of the present embodiment thus constructed will be described. Here, the application program 11 is started by the user of the data processing device 1, and the file 15
The case of accessing the field 151 in the inside will be described as an example.

【0016】まず、アプリケーションプログラム11内
でファイル15内のフィールド151のアクセス111
の要求が発生すると、このアクセス要求はオペレーティ
ングシステム12に渡され処理される。
First, the access 111 of the field 151 in the file 15 in the application program 11 is accessed.
Request occurs, the access request is passed to the operating system 12 and processed.

【0017】オペレーティングシステム12では、ま
ず、アクセス前処理実行手段121により、ファイル1
5内のアクセス要求されたフィールド151に対応して
登録されているアクセス前処理13が実行される。
In the operating system 12, first, the access preprocessing execution means 121 causes the file 1
The pre-access process 13 registered corresponding to the access-requested field 151 in 5 is executed.

【0018】アクセス前処理13の起動は、図2のファ
イル構造に従って、ファイル15内の管理領域からアク
セス要求されたフィールド151の管理情報152を得
て、そこに登録されているアクセス前処理13の指定情
報からアクセス前処理13の実行形式ファイルを求め
て、これを起動する形で行われる。
The pre-access processing 13 is started by obtaining the management information 152 of the field 151 requested to be accessed from the management area in the file 15 in accordance with the file structure shown in FIG. The execution format file of the pre-access process 13 is obtained from the designated information, and this is started.

【0019】アクセス前処理13が実行された後、アク
セス前処理13の完了結果はオペレーティングシステム
12に戻される。
After the pre-access process 13 is executed, the completion result of the pre-access process 13 is returned to the operating system 12.

【0020】アクセス前処理13でアクセス要求された
フィールド151に対するアクセスが許可されるか否か
の判定が行われた場合は、この判定結果によりアクセス
前処理13からオペレーティングシステム12にアクセ
スの可否を通知できる(アクセスの可否の判定処理がア
クセス前処理13で行われなかった場合は、完了通知を
アクセス可の状態となるようにする)。
When it is judged in the access pre-processing 13 whether or not the access to the requested field 151 is permitted, the pre-access processing 13 notifies the operating system 12 of whether or not the access is permitted based on the judgment result. It is possible (if the access permission / prohibition determination processing is not performed in the pre-access processing 13, the completion notification is set to the access enabled state).

【0021】次に、オペレーティングシステム12で
は、アクセス許可決定手段122により、アクセス前処
理13からの完了通知が判定され、アクセス不可が通知
された場合には直ちにアプリケーションプログラム11
に制御を戻し、アクセス可が通知された場合には、フィ
ールドアクセス手段123により、指定されたフィール
ド151のアクセスが行われる。
Next, in the operating system 12, the access permission decision means 122 judges the completion notice from the pre-access process 13 and immediately notifies the application program 11 when the inaccessibility is notified.
When the control is returned to (1) and access is notified, the field access unit 123 accesses the designated field 151.

【0022】最後に、アクセス後処理実行手段124に
より、アクセス後処理14が実行される。これは、アク
セス前処理13と同様に、ファイル15内の管理情報1
52からアクセス後処理14の実行形式ファイルを求め
て、これを起動する形で行う。
Finally, the post-access processing 14 is executed by the post-access processing executing means 124. This is the same as the pre-access processing 13 with the management information 1 in the file 15.
The execution format file of the post-access processing 14 is obtained from 52, and this is executed in a form of being activated.

【0023】アクセス後処理14が完了したならば、オ
ペレーティングシステム12は、アプリケーションプロ
グラム11に制御を戻して、フィールド151のアクセ
スを完了する。
When the post-access processing 14 is completed, the operating system 12 returns the control to the application program 11 to complete the access of the field 151.

【0024】なお、アクセス前処理13およびアクセス
後処理14が登録されていない場合は、それぞれの起動
処理を行わないものとする。
If the pre-access process 13 and the post-access process 14 are not registered, the respective activation processes are not performed.

【0025】ここで、フィールドのアクセスを要求した
アプリケーションプログラム11を起動した利用者の名
前または所属グループ名を得ることが可能なオペレーテ
ィングシステム12を想定して、特定の利用者または特
定のグループに所属する利用者のみにフィールドのアク
セスを許可する場合について説明する。この場合には、
アクセス前処理13のみを使用して、アクセス前処理1
3内でオペレーティングシステム12に利用者名または
所属グループ名を問い合わせ、これとアクセスを許可す
る利用者名または所属グループ名とを比較して、一致す
ればアクセス可、不一致ならばアクセス不可の完了通知
を返すようにする。これにより、ファイル15内のフィ
ールド151単位でのデータ保護の処理が実現できる。
Here, assuming an operating system 12 capable of obtaining the name or group name of the user who has started the application program 11 requesting access to the field, the user belongs to a specific user or a specific group. Explain the case where only the users who are allowed to access the field. In this case,
Pre-access processing 1 using only pre-access processing 13
Inquiry of the user name or belonging group name to the operating system 12 in 3 and compares this with the user name or belonging group name that is permitted to access. To return. As a result, the data protection process can be realized in the unit of the field 151 in the file 15.

【0026】次に、ファイル15内の特定のフィールド
151をアクセスしたときに連動して他のフィールドま
たは別ファイルのフィールドの更新を自動的に行う場合
について説明する。この場合には、アクセス後処理13
のみを利用して、アクセス要求があったフィールド15
1のアクセス後に、連動して更新をしたいフィールド
(同一ファイル15内または別ファイル内)の更新を行
うようにする。また、必要に応じて、他のフィールドの
データを参照して、要求があったフィールド151のア
クセス時のデータと演算を行い、更新のデータとしても
よい。
Next, a case will be described in which, when a specific field 151 in the file 15 is accessed, other fields or fields of another file are automatically updated in conjunction with each other. In this case, post-access processing 13
Field 15 for which access was requested using only
After the access of 1, the field (in the same file 15 or in another file) which is desired to be updated in conjunction is updated. If necessary, the data in another field may be referenced to perform an operation with the requested data in the field 151 at the time of access to obtain updated data.

【0027】また、ファイル15内の特定のフィールド
151のアクセス頻度を測定する場合には、アクセス前
処理13またはアクセス後処理14のどちらかを使用し
て、アクセス回数をカウントするようにする。
When measuring the access frequency of a specific field 151 in the file 15, either the pre-access process 13 or the post-access process 14 is used to count the number of accesses.

【0028】続いて、ファイル15に対するアクセス状
況の確認に関して説明する。アクセス前処理13および
アクセス後処理14の両方を用いて、それぞれの処理に
おいて、アクセスデータを端末に表示するようにする。
これにより、ファイル15内のアクセス要求されたフィ
ールド151のアクセス内容を目視で確認することが可
能となる。
Next, the confirmation of the access status to the file 15 will be described. In both the pre-access processing 13 and the post-access processing 14, the access data is displayed on the terminal in each processing.
As a result, it becomes possible to visually confirm the access contents of the requested access field 151 in the file 15.

【0029】次に、ファイル15の二重化を行う場合に
関しての説明を行う。この場合、フィールド151に対
するデータ更新時には、アクセス前処理13を用いる。
アクセス前処理13で、更新アクセスの場合は、別に用
意したファイルの同一位置のフィールドにも更新データ
を書き込む処理を行う。データ参照時には、アクセス後
処理14を用いて、アクセス要求されたフィールドのア
クセスが読出し障害で失敗した場合、更新時に書込みを
行っている別ファイルの同一フィールドからデータを読
み出すように処理する。これにより、1つのファイル1
5が障害で読み出せなくなっても、別ファイルに自動的
に切り換えてデータの処理を行うことができる。
Next, the case where the file 15 is duplicated will be described. In this case, the access preprocessing 13 is used when updating the data in the field 151.
In the pre-access process 13, in the case of update access, a process of writing update data to the field at the same position of a separately prepared file is performed. At the time of referring to data, the post-access process 14 is used to read data from the same field of another file that is being written at the time of update when the access to the requested field fails due to a read failure. This makes one file 1
Even if the file 5 cannot be read due to a failure, the data can be processed by automatically switching to another file.

【0030】最後に、フィールドをファイル15内で多
重化して定義し、それぞれのフィールドにアクセス前処
理13とアクセス後処理14とを登録した場合の処理に
ついて説明する。アクセスしようとしたフィールド15
1が、別のフィールドで定義された位置と同じであった
場合(同一の領域が複数のフィールドとして定義されて
いる場合)、多重化して定義されたフィールド全てに登
録されているアクセス前処理13およびアクセス後処理
14を実行するようにすることで、1つのフィールド1
51をアクセスした際に複数の処理を起動できるように
なる。これにより、いくつかの処理を組み合わせて使用
することが可能となる。
Finally, a description will be given of the processing when the fields are defined in the file 15 by being multiplexed and the pre-access processing 13 and the post-access processing 14 are registered in each field. Field 15 you tried to access
If 1 is the same as the position defined in another field (when the same area is defined as multiple fields), pre-access processing 13 registered in all fields defined by multiplexing By executing the post-access processing 14 and one field 1
A plurality of processes can be activated when 51 is accessed. This makes it possible to use some processes in combination.

【0031】[0031]

【発明の効果】以上説明したように本発明は、オペレー
ティングシステムにアクセス前処理実行手段,アクセス
許可決定手段,フィールドアクセス手段およびアクセス
後処理実行手段を設けたことにより、ファイル内のフィ
ールドをアクセスする場合にそのアクセスの前後で行う
アクセス前処理およびアクセス後処理を用意して登録す
れば、複雑なアプリケーションプログラムを作成しなく
ても、高度なファイル処理が容易に実現できるという効
果がある。
As described above, according to the present invention, the operating system is provided with the pre-access processing executing means, the access permission determining means, the field access means, and the post-access processing executing means to access the fields in the file. In this case, if pre-access processing and post-access processing to be performed before and after the access are prepared and registered, there is an effect that advanced file processing can be easily realized without creating a complicated application program.

【0032】また、アプリケーションプログラムは単純
なファイルの入出力のみを行うだけでよく、ファイル上
のデータの複雑な操作が必要な場合でも単純なフィール
ドのアクセス前処理とアクセス後処理との組合せで処理
可能となり、これにより複雑なプログラミングが不要と
なってプログラムの生産性の向上および信頼性の向上に
もつながるというメリットもある。
Further, the application program only needs to perform simple file input / output, and even when complicated operation of data on the file is required, processing is performed by a combination of simple field pre-access processing and post-access processing. This is also possible, and as a result, complicated programming is not required and the productivity and reliability of the program can be improved.

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

【図1】本発明の一実施例に係るデータ処理方式が適用
されたデータ処理装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a data processing device to which a data processing method according to an embodiment of the present invention is applied.

【図2】本実施例のデータ処理装置のデータ処理方式で
使用するファイルの構造の一例を示す図である。
FIG. 2 is a diagram showing an example of the structure of a file used in the data processing method of the data processing apparatus of this embodiment.

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

1 データ処理装置 11 アプリケーションプログラム 12 オペレーティングシステム 13 アクセス前処理 14 アクセス後処理 15 ファイル 111 フィールドのアクセス 121 アクセス前処理実行手段 122 アクセス許可決定手段 123 フィールドアクセス手段 124 アクセス後処理実行手段 151 フィールド 152 管理情報 1 Data Processing Device 11 Application Program 12 Operating System 13 Access Pre-Processing 14 Access Post-Processing 15 File 111 Field Access 121 Access Pre-Processing Execution Unit 122 Access Permission Determining Unit 123 Field Accessing Unit 124 Access Post-Processing Execution Unit 151 Field 152 Management Information

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 ファイル形式でデータを記憶し処理する
オペレーティングシステムを備えるデータ処理装置にお
いて、 ファイル内の分割された有意なフィールドに対応して登
録されたアクセス前処理およびアクセス後処理と、 前記ファイル内のフィールドに対するアクセス時に該フ
ィールドに対応付けられたアクセス前処理を実行するア
クセス前処理実行手段と、 このアクセス前処理実行手段によるアクセス前処理の結
果に応じて該フィールドに対するアクセスの可否の決定
を行うアクセス許可決定手段と、 このアクセス許可決定手段によりアクセスが許可された
場合に該フィールドに対するアクセスを行うフィールド
アクセス手段と、 このフィールドアクセス手段によるフィールドのアクセ
スの後に該フィールドに対応付けられたアクセス後処理
を実行するアクセス後処理実行手段とを有することを特
徴とするデータ処理装置のデータ処理方式。
1. A data processing device comprising an operating system for storing and processing data in a file format, and pre-access processing and post-access processing registered corresponding to divided significant fields in the file, and the file. An access pre-processing executing means for executing a pre-access processing associated with the field at the time of access to the field in the Access permission determining means to perform, field access means to access the field when access is permitted by the access permission determining means, and access to the field associated with the field after the field access by the field access means Data processing method for data processing apparatus characterized by having an access postprocessing execution means for executing post-processing.
【請求項2】 前記アクセス前処理として該フィールド
にアクセスしようとしている利用者の名前もしくは所属
グループ名またはその両方を調べてこの利用者が該フィ
ールドをアクセスする権利があるか否かを決定する処理
を登録し、前記アクセス後処理としては何も登録しない
ことにより、ファイル内のフィールド毎のデータ保護を
可能とすることを特徴とする請求項1記載のデータ処理
装置のデータ処理方式。
2. As the pre-access process, a process of checking the name and / or group name of a user who is trying to access the field and determining whether or not the user has the right to access the field. 2. The data processing method of the data processing apparatus according to claim 1, wherein the data protection is enabled for each field in the file by registering the data and registering nothing as the post-access processing.
【請求項3】 前記アクセス前処理としては何も登録せ
ず、前記アクセス後処理としてアクセスデータとアクセ
スしたフィールドを含むファイル内の他のフィールドの
データとを演算し演算の結果得られたデータでアクセス
したファイル内の任意のフィールドを更新する処理を登
録することにより、アプリケーションプログラムでファ
イル内のフィールドをアクセスするだけで関連するフィ
ールドの更新が自動的に行われるようにしたことを特徴
とする請求項1記載のデータ処理装置のデータ処理方
式。
3. No data is registered as the pre-access processing, and the access data and the data of other fields in the file including the accessed field are operated as the post-access processing, and data obtained as a result of the operation is used. By registering a process for updating an arbitrary field in the accessed file, the related field is automatically updated only by accessing the field in the file by the application program. A data processing method of the data processing device according to item 1.
【請求項4】 前記アクセス前処理としては何も登録せ
ず、前記アクセス後処理としてアクセスデータとアクセ
スしたフィールドを含むファイルとは別のファイル内の
フィールドのデータとを演算し演算の結果得られたデー
タで任意のファイル内のフィールドを更新する処理を登
録することにより、アプリケーションプログラムでファ
イル内のフィールドをアクセスするだけで関連するファ
イル内の関連するフィールドの更新が自動的に行われる
ようにしたことを特徴とする請求項1記載のデータ処理
装置のデータ処理方式。
4. Nothing is registered as the pre-access processing, and as the post-access processing, the access data and the data of the field in a file different from the file containing the accessed field are operated to obtain the operation result. By registering the process to update the field in the arbitrary file with the data, the related field in the related file is automatically updated only by accessing the field in the file with the application program. The data processing method of the data processing device according to claim 1, wherein
【請求項5】 前記アクセス前処理または前記アクセス
後処理のどちらかとしてアクセス回数をカウントする処
理を登録することにより、アプリケーションプログラム
に細工をすることなく各フィールドのアクセス頻度を測
定可能とすることを特徴とする請求項1記載のデータ処
理装置のデータ処理方式。
5. By registering a process for counting the number of accesses as either the pre-access process or the post-access process, it is possible to measure the access frequency of each field without modifying the application program. The data processing system of the data processing device according to claim 1.
【請求項6】 前記アクセス前処理および前記アクセス
後処理の両方としてアクセスデータを端末に表示する処
理を登録することにより、アプリケーションプログラム
に細工をすることなくファイルの更新情報の確認を行う
ことを可能とすることを特徴とする請求項1記載のデー
タ処理装置のデータ処理方式。
6. By registering a process of displaying access data on a terminal as both the pre-access process and the post-access process, it is possible to check the update information of the file without making any modifications to the application program. The data processing method of the data processing device according to claim 1, wherein
【請求項7】 前記アクセス前処理として該フィールド
のアクセスが該フィールドの更新であった場合にアクセ
スデータをアクセスするフィールドを含むファイルとは
別のファイル内のフィールドに書き込む処理を登録し、
前記アクセス後処理として該フィールドのアクセスが該
フィールドの参照であった場合に該フィールドの参照が
読出し障害により失敗したときに前記アクセス前処理で
アクセスデータを書き込んだ別のファイル内のフィール
ドからデータを読み出す処理を登録することにより、ア
プリケーションプログラムに細工をすることなく容易に
ファイルの二重化を実現可能とすることを特徴とする請
求項1記載のデータ処理装置のデータ処理方式。
7. As the access pre-processing, when the access of the field is an update of the field, a process of writing the access data to a field in a file different from the file including the field to be accessed is registered,
When the access to the field is a reference to the field as the post-access processing, when the reference to the field fails due to a read failure, the data is written from a field in another file in which the access data is written in the pre-access processing. 2. A data processing method for a data processing apparatus according to claim 1, wherein file duplication can be easily realized by registering the process to be read without making any modifications to the application program.
【請求項8】 前記ファイル内のフィールドを多重化し
て定義し各フィールドに対して前記アクセス前処理およ
び前記アクセス後処理を登録することにより、あるフィ
ールド内に含まれる形で定義されたもう1つのフィール
ドに対してアクセスしようとした場合に、前者のフィー
ルドおよび後者のフィールドの両方に登録されている前
記アクセス前処理および前記アクセス後処理をどちらも
実行することでフィールドのアクセス時に同時に複数の
処理を実行可能とすることを特徴とする請求項1記載の
データ処理装置のデータ処理方式。
8. A field defined in the file is multiplexed and defined, and by registering the pre-access processing and the post-access processing for each field, another field defined in a certain field is included. When an attempt is made to access a field, by executing both the pre-access processing and the post-access processing registered in both the former field and the latter field, a plurality of processes can be executed at the same time when the field is accessed. The data processing method of the data processing device according to claim 1, wherein the data processing method is executable.
JP3326339A 1991-11-14 1991-11-14 Data processing system for data processor Pending JPH05134917A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3326339A JPH05134917A (en) 1991-11-14 1991-11-14 Data processing system for data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3326339A JPH05134917A (en) 1991-11-14 1991-11-14 Data processing system for data processor

Publications (1)

Publication Number Publication Date
JPH05134917A true JPH05134917A (en) 1993-06-01

Family

ID=18186678

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3326339A Pending JPH05134917A (en) 1991-11-14 1991-11-14 Data processing system for data processor

Country Status (1)

Country Link
JP (1) JPH05134917A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8112623B2 (en) 2005-11-09 2012-02-07 Nec Corporation Communication terminal apparatus, server terminal apparatus, and communication system using the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8112623B2 (en) 2005-11-09 2012-02-07 Nec Corporation Communication terminal apparatus, server terminal apparatus, and communication system using the same

Similar Documents

Publication Publication Date Title
US5717950A (en) Input/output device information management system for multi-computer system
JPH0667951A (en) Database management system
JPH11505653A (en) Operating system for use with protection domains in a single address space
JP3002242B2 (en) CAD system
JPH1131019A (en) Information processing system, information processor, and their control method
JPH05134917A (en) Data processing system for data processor
JPH08123672A (en) System performing access management of stored information
JPH04373040A (en) File managing system
JPH09160822A (en) Hyper text with access right function
JPS628247A (en) Control system for security of data
JP3330006B2 (en) Network system including information storage system, input system of the system, and
JPH07200233A (en) Graphic parts management device
JPH05274208A (en) Information filing device
JPH06348470A (en) Access management system
JPH05225028A (en) File management system
JP3087274B2 (en) File exclusion control system
JP2828252B2 (en) File access control method
JPH086813A (en) Trace control system
JPS60252966A (en) File access possible time advance notice processing system
JPH113345A (en) Overlapped processing control system
JPH05120037A (en) Dynamic management display system for system resource management job dynamic information
JPH05100937A (en) File access system
JPH02310733A (en) Execution control system for program in general purpose terminal system
JPH06187377A (en) Data base access system
JPH0451863B2 (en)