JPH04295932A - Previous check mechanism for file destruction - Google Patents

Previous check mechanism for file destruction

Info

Publication number
JPH04295932A
JPH04295932A JP3084771A JP8477191A JPH04295932A JP H04295932 A JPH04295932 A JP H04295932A JP 3084771 A JP3084771 A JP 3084771A JP 8477191 A JP8477191 A JP 8477191A JP H04295932 A JPH04295932 A JP H04295932A
Authority
JP
Japan
Prior art keywords
file
source program
files
control function
point
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
JP3084771A
Other languages
Japanese (ja)
Other versions
JP2797749B2 (en
Inventor
Yukie Matsuda
松田 幸恵
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 JP3084771A priority Critical patent/JP2797749B2/en
Publication of JPH04295932A publication Critical patent/JPH04295932A/en
Application granted granted Critical
Publication of JP2797749B2 publication Critical patent/JP2797749B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To check the possibility of file destruction, caused by a rollback in case of a deadlock, at the time of translation by a compiler which has an automatic commitment control function. CONSTITUTION:When a source program 101 is translated, the area analyzing means 104 of the compiler 102 analyzes definitions regarding files in the source program 101 and registers information, showing whether or not an establishment process at a stationary point is possible, in an information table 109, file by file. A check actuating means 106 when deciding that the source program 101 uses the automatic commitment control function automatically from compilation options 111 actuates a check means 107, which refers to the information table 109 to check whether or not there are files for which the stationary point establishment process is impossible, and outputs an error message 110 indicating that there is the possibility of the destruction of the contents of the files due to the rollback in case of a deadlock when there are the files.

Description

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

【0001】0001

【産業上の利用分野】本発明は計算機の言語処理系に関
し、特にファイル破壊を招来する可能性のあるプログラ
ムをそのコンパイル時にチェックするファイル破壊事前
チェック機構に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to language processing systems for computers, and more particularly to a file destruction advance check mechanism for checking programs that may cause file destruction at the time of compilation.

【0002】0002

【従来の技術】コンパイラの一種に、自動コミットメン
ト制御を利用する旨の指定があれば、翻訳対象となる所
定の言語で記述されたソースプログラム内で使用してい
るファイル(データベースを含む)のうち静止点の確立
処理が可能なファイルについては適当な箇所で自動的に
静止点の確立処理を行い且つデッドロック発生時には静
止点への復帰処理を自動的に行うような自動コミットメ
ント制御ロジックを埋め込んだ目的プログラムを生成す
るコンパイラが報告されている。
[Background Art] If a type of compiler specifies that automatic commitment control is to be used, some files (including databases) used in a source program written in a predetermined language to be translated are For files that can be processed to establish a quiescent point, automatic commitment control logic is embedded that automatically establishes a quiescent point at an appropriate location and automatically returns to the quiescent point when a deadlock occurs. A compiler that generates a target program has been reported.

【0003】このような自動コミットメント制御ロジッ
クを埋め込む機能を有するコンパイラを使用することに
より、利用者はプログラミング時にコミットメント制御
を意識する必要がなくなり、その分プログラムの開発効
率が向上する。
By using a compiler that has the function of embedding such automatic commitment control logic, the user does not need to be aware of commitment control when programming, and the efficiency of program development is improved accordingly.

【0004】0004

【発明が解決しようとする課題】ところで、自動コミッ
トメント制御ロジックが埋め込まれた目的プログラムを
実際に実行すると、次のような問題に遭遇した。
[Problems to be Solved by the Invention] By the way, when I actually executed a target program in which automatic commitment control logic was embedded, I encountered the following problem.

【0005】即ち、ソースプログラム内で使用している
ファイルの全てが静止点確立処理可能なファイルの場合
には各ファイルについて適当な箇所で静止点の確立が行
われ、若しデッドロックが生じた場合にはデッドロック
にかかる複数のファイルの状態および制御状態を直前の
静止点まで復帰して以後正常に動作を継続することは可
能である。
That is, if all the files used in the source program are files that can be processed to establish a quiescent point, the quiescent point is established at an appropriate location for each file, and if a deadlock occurs. In such cases, it is possible to restore the states and control states of the multiple files involved in the deadlock to the previous quiescent point and continue normal operation thereafter.

【0006】しかしながら、ソースプログラム内で使用
しているファイルのなかにジャーナルが取れない等の理
由で静止点確立処理が不可能なファイルが混じっていた
場合、そのようなファイルに対しては静止点の確立処理
は行われないので、若しデッドロックが生じると、直前
の静止点まで復帰するファイルと復帰できないファイル
とが生じ、ファイル破壊を招来する可能性がある。
However, if some of the files used in the source program are mixed with files for which the quiesce point establishment process cannot be performed due to reasons such as the inability to obtain a journal, the quiesce point cannot be established for such files. Establishment processing is not performed, so if a deadlock occurs, some files will be able to return to the previous quiescent point and some files will not be able to return, which may lead to file destruction.

【0007】例えば、或るファイルAのレコードR1,
R2,R3を別のファイルBに書き込む処理で、レコー
ドR1をファイルBに書き込み、次のレコードR2を書
き込もうとした時点でデッドロックが生じた場合、共に
静止点確立処理が可能であれば直前の静止点たとえばレ
コードR1を書き込む直前の時点までファイルA,Bの
状態および制御の状態を復帰することができ問題はない
For example, record R1 of a certain file A,
In the process of writing R2 and R3 to another file B, if a deadlock occurs when record R1 is written to file B and the next record R2 is attempted to be written, if the process of establishing a quiet point is possible for both, the immediately preceding There is no problem because the states of files A and B and the control state can be restored to a stationary point, for example, to the point immediately before record R1 is written.

【0008】しかし、ファイルAが静止点確立処理可能
でファイルBが静止点確立処理不可能とすると、ファイ
ルAの状態および制御はレコードR1を書き込む直前の
時点に復帰されるが、ファイルBについてはそのような
復帰は為されず、レコードR1が書き込まれたまま残る
。このため、処理を再開すると、再びレコードR1がフ
ァイルBに書き込まれることになり、ファイルB内に2
個のレコードR1が記録され、ファイルAとファイルB
との間に矛盾が生じ、ファイル破壊につながる。
However, if file A is capable of establishing a quiet point and file B is not, the state and control of file A will be returned to the point immediately before record R1 was written, but for file B, No such return is made, and record R1 remains written. Therefore, when the process is restarted, record R1 will be written to file B again, and 2 records will be written in file B.
records R1 are recorded, file A and file B
This may cause a conflict between the files and files, leading to file destruction.

【0009】上述したように自動コミットメント制御ロ
ジックの埋め込まれた目的プログラムの実行においては
上述したようなファイル破壊の可能性があったが、従来
はそれを事前にチェックする機構がなかった。このため
、ファイル破壊を防止することが困難であった。
As described above, there is a possibility of file destruction as described above in the execution of a target program in which automatic commitment control logic is embedded, but conventionally there was no mechanism for checking this in advance. Therefore, it has been difficult to prevent file destruction.

【0010】本発明はこのような事情に鑑みて為された
ものであり、その目的は、自動コミットメント制御機能
を利用するソースプログラムのコンパイル時にファイル
破壊を招来する可能性をチェックし、若しそのような可
能性があるならエラーメッセージでその旨を利用者に通
知するファイル破壊事前チェック機構を提供することに
ある。
The present invention has been made in view of the above circumstances, and its purpose is to check the possibility of file destruction when compiling a source program that uses the automatic commitment control function, and to check the possibility of file destruction. The object of the present invention is to provide a file destruction advance check mechanism that notifies the user with an error message if there is such a possibility.

【0011】[0011]

【課題を解決するための手段】本発明のファイル破壊事
前チェック機構は上記の目的を達成するために、自動コ
ミットメント制御機能を利用するソースプログラムにつ
いては、ソースプログラム中で使用しているファイルの
うち静止点の確立処理が可能なファイルに対し自動的に
静止点の確立処理を行うと共にデッドロック発生時には
静止点への復帰処理を行うような自動コミットメント制
御ロジックを埋め込んだ目的プログラムを生成するコン
パイラにおいて、ソースプログラム中のファイルに関す
る定義を解析して静止点の確立処理が可能か否かを示す
情報を情報表に登録する手段と、ソースプログラムが自
動コミットメント制御機能を利用するか否かを判定する
手段と、この手段により自動コミットメント制御機能を
利用すると判定されたソースプログラムに関し、前記情
報表を参照して静止点確立処理が不可能なファイルが存
在するか否かを調べ、存在する場合にはエラーメッセー
ジを出力する手段とを備えている。
[Means for Solving the Problems] In order to achieve the above object, the file destruction pre-check mechanism of the present invention checks the files used in the source program using the automatic commitment control function. In a compiler that generates an objective program embedded with automatic commitment control logic that automatically establishes a quiesce point for files that can perform quiesce point establishment processing and also performs processing to return to a quiesce point when a deadlock occurs. , a means for registering in an information table information indicating whether or not a quiescent point establishment process is possible by analyzing definitions related to files in a source program; and a means for determining whether or not the source program uses an automatic commitment control function. With respect to the means and the source program determined to use the automatic commitment control function by this means, it is checked whether or not there is a file for which the quiesce point establishment process cannot be performed by referring to the information table, and if there is, and a means for outputting an error message.

【0012】0012

【作用】本発明のファイル破壊事前チェック機構におい
ては、自動コミットメント制御機能を利用するソースプ
ログラムの翻訳時、ソースプログラム中のファイルに関
する定義が解析されて各ファイルにつき静止点の確立処
理が可能か否かを示す情報が情報表に登録されると共に
当該ソースプログラムが自動コミットメント制御機能を
利用するか否かが判定され、自動コミットメント制御機
能を利用する場合には、情報表が参照されて静止点確立
処理が不可能なファイルが存在するか否かが調べられ、
存在する場合には後退復帰時にファイルの内容に矛盾が
生じる可能性がある旨のエラーメッセージが出力される
[Operation] In the file destruction advance check mechanism of the present invention, when a source program that uses the automatic commitment control function is translated, definitions related to files in the source program are analyzed to determine whether a quiescent point can be established for each file. At the same time, it is determined whether the source program uses the automatic commitment control function, and if the automatic commitment control function is used, the information table is referenced to establish a quiescent point. It is checked whether there are any files that cannot be processed,
If it exists, an error message will be output to the effect that there may be an inconsistency in the contents of the file when performing a backward return.

【0013】[0013]

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

【0014】図1は本発明の一実施例のファイル破壊事
前チェック機構を備えたコンパイラの要部構成図である
FIG. 1 is a diagram showing the main part of a compiler equipped with a file destruction pre-check mechanism according to an embodiment of the present invention.

【0015】このコンパイラ102は、コンパイラに必
須な構文解析部103,意味解析部105といった機能
部により、利用者によって作成されたソースプログラム
101を入力して構文解析,意味解析等を行い、その過
程でプログラム情報108および情報表109に適宜必
要な情報を出力し、最終的にソースプログラム101に
従った目的プログラム(図示せず)を生成出力するもの
である。
[0015] This compiler 102 inputs a source program 101 created by a user and performs syntax analysis, semantic analysis, etc. using functional units such as a syntactic analysis unit 103 and a semantic analysis unit 105, which are essential to the compiler. The program outputs necessary information to the program information 108 and the information table 109, and finally generates and outputs a target program (not shown) according to the source program 101.

【0016】また、このコンパイラ102は、コンパイ
ルオプション111によってソースプログラム101が
自動コミットメント制御機能を利用することを指定して
いる場合には、ソースプログラム101中で使用してい
るファイルのうち静止点の確立処理が可能なファイルに
対し自動的に適当な箇所で静止点の確立処理を行うと共
にデッドロック発生時には自動的に静止点への復帰処理
(ロールバック処理)を行うような自動コミットメント
制御ロジックを目的プログラムに埋め込む機能を有して
いる。
[0016] Furthermore, if the compile option 111 specifies that the source program 101 uses the automatic commitment control function, the compiler 102 saves the static point of the files used in the source program 101. Automatic commitment control logic that automatically establishes a quiescing point at an appropriate location for files that can be established, and automatically returns to the quiescing point (rollback process) when a deadlock occurs. It has a function to be embedded in the target program.

【0017】本実施例では、このようなコンパイラ10
2の構文解析部103に領域解析手段104を設けると
共に、意味解析部105にチェック起動手段106およ
び静止点確立処理可/不可ファイル混在チェック手段(
以下、単にチェック手段と称す)107を設けてある。
In this embodiment, such a compiler 10
The syntactic analysis unit 103 of 2 is provided with an area analysis unit 104, and the semantic analysis unit 105 is provided with a check activation unit 106 and a file mixture check unit that allows/disables static point establishment processing (
107 (hereinafter simply referred to as check means) is provided.

【0018】領域解析手段104は、ソースプログラム
101中のファイルに関する定義を解析し、従来得てい
たファイルに関する情報以外に当該ファイルが静止点の
確立処理が可能なファイルか否かを示す情報をも生成し
、これらの情報を1ファイルにつき1エントリずつ情報
表109に登録する手段である。なお、静止点の確立処
理が可能なファイルか否かは自動コミットメント制御の
対象となるファイルであるか否かと同様にして判断され
るものであり、例えば静止点確立処理可能なファイル装
置の種別やファイル編成法等を事前に保持しそれらと各
ファイルのファイル装置の種別やファイル編成法等を比
較することにより行う。
The area analysis means 104 analyzes the file definition in the source program 101, and in addition to the conventionally obtained information regarding the file, it also obtains information indicating whether or not the file is a file for which a static point establishment process is possible. This is a means for generating information and registering this information in the information table 109 one entry per file. Note that whether or not a file can be processed to establish a quiesce point is determined in the same way as whether or not the file is subject to automatic commitment control. This is done by storing file organization methods, etc. in advance and comparing them with the file device type, file organization method, etc. of each file.

【0019】チェック起動手段106は、ソースプログ
ラム101が自動コミットメント制御機能を利用してい
るか否かを構文解析部103の解析結果の一部であるプ
ログラム情報108に基づいて判定し、使用している場
合にチェック手段107に起動をかける手段であり、そ
の処理の一例を図2に示す。なお、構文解析部103は
コンパイルオプション111によってソースプログラム
101が自動コミットメント制御機能を利用しているか
否かを判断し、プログラム情報108に設定しておくも
のである。
The check activation means 106 determines whether or not the source program 101 uses the automatic commitment control function based on the program information 108 that is part of the analysis result of the syntax analysis unit 103, and uses the automatic commitment control function. An example of the process is shown in FIG. 2. Note that the syntax analysis unit 103 determines whether or not the source program 101 uses the automatic commitment control function based on the compile option 111, and sets it in the program information 108.

【0020】チェック手段107は、情報表109の内
容を順次読み取ってソースプログラム101中に静止点
確立処理不可能なファイルが存在しているか否かを調べ
、若し存在していればエラーメッセージ110を出力す
る手段であり、その処理の一例を図3に示す。なお、本
実施例ではソースプログラム101が自動コミットメン
ト制御機能を利用するからにはその中に静止点確立処理
可能なファイルが少なくとも1つ存在していることを前
提としており、そのため1つでも静止点確立処理不可能
なファイルが存在すれば、静止点確立処理可能なファイ
ルと静止点確立処理不可能なファイルとが混在するもの
と判断している。なお、静止点確立処理可能なファイル
の存在と静止点確立処理不可能なファイルの存在とを両
方検出し、それをもってエラーメッセージを出力するよ
うにしても良いことは勿論のことである。
The checking means 107 sequentially reads the contents of the information table 109 to check whether there is a file in the source program 101 that cannot be processed to establish a static point, and if so, an error message 110 is sent. An example of the processing is shown in FIG. In addition, in this embodiment, since the source program 101 uses the automatic commitment control function, it is assumed that at least one file exists in the source program 101 that can be processed to establish a quiescent point. If there is a file that cannot be processed, it is determined that there is a mixture of files that can be processed to establish a static point and files that cannot be processed to establish a static point. Of course, it is also possible to detect both the existence of a file that can be processed to establish a static point and the existence of a file that cannot be processed to establish a static point, and output an error message accordingly.

【0021】次に上述のように構成された本実施例の動
作を各図を参照して説明する。
Next, the operation of this embodiment configured as described above will be explained with reference to the respective figures.

【0022】ソースプログラム101およびコンパイル
オプション111が与えられて起動をかけられると、先
ずコンパイラ102は構文解析部103においてソース
プログラム101の構文解析を行う。この際、構文解析
部103はコンパイルオプション111によってソース
プログラム101が自動コミットメント制御機能を利用
しているか否かを調べ、その情報をプログラム情報10
8へ登録する。
When the source program 101 and the compile option 111 are given and the compiler 102 is activated, the compiler 102 first parses the syntax of the source program 101 in the syntax analysis unit 103 . At this time, the syntax analysis unit 103 checks whether the source program 101 uses the automatic commitment control function using the compile option 111, and stores this information in the program information 10.
Register to 8.

【0023】また、構文解析部103内の領域解析手段
104は、ソースプログラム101中のファイルに関す
る定義を解析し、従来解析している属性に加えて、静止
点の確立処理が可能か不可能かの属性も情報表109へ
登録する。
[0023] Furthermore, the area analysis means 104 in the syntax analysis unit 103 analyzes the definition of the file in the source program 101, and in addition to the attributes conventionally analyzed, determines whether it is possible to establish a static point. The attributes of are also registered in the information table 109.

【0024】次に意味解析部105において意味解析が
行われる。この際、意味解析部105内のチェック起動
手段106は、図2に示すように、プログラム情報10
8を参照してソースプログラム101が自動コミットメ
ント制御機能を利用するプログラムか否かを判定する(
ステップ201)。自動コミットメント制御機能を利用
しない場合(ステップ201でNO)、図2の処理を終
了するが、自動コミットメント制御機能を利用する場合
(ステップ201でYES)、チェック手段107を起
動する(ステップ202)。
Next, semantic analysis is performed in the semantic analysis section 105. At this time, as shown in FIG.
8 to determine whether the source program 101 is a program that uses the automatic commitment control function (
Step 201). If the automatic commitment control function is not to be used (NO in step 201), the process of FIG. 2 is ended, but if the automatic commitment control function is to be used (YES in step 201), the checking means 107 is activated (step 202).

【0025】チェック手段107は起動をかけられると
図3に示す処理を開始する。先ず、情報表109から1
エントリ分の情報を読み込み(ステップ301)、情報
表109の終わりが検出されたか否かを判定する(ステ
ップ302)。情報表109の終わりが検出された場合
(ステップ302でYES)、図3の処理を終了する。
When activated, the checking means 107 starts the process shown in FIG. First, information table 109 to 1
Information for the entries is read (step 301), and it is determined whether the end of the information table 109 has been detected (step 302). If the end of the information table 109 is detected (YES in step 302), the process of FIG. 3 is ended.

【0026】情報表109の終わりが検出されなかった
場合(ステップ302でNO)、即ちステップ301で
情報表109の有効な1エントリを読み込んだ場合、こ
の読み込んだ1エントリ分の情報を調べ当該ファイルが
静止点確立処理可能な属性のファイルか否かを判定する
(ステップ303)。静止点確立処理が可能なファイル
の場合(ステップ303でYES)、情報表109の次
のエントリを処理するためにステップ301へ戻る。
[0026] If the end of the information table 109 is not detected (NO in step 302), that is, if one valid entry of the information table 109 is read in step 301, the information for this read one entry is checked and the file concerned is checked. It is determined whether or not the file has an attribute that allows static point establishment processing (step 303). If the file is capable of static point establishment processing (YES in step 303), the process returns to step 301 to process the next entry in the information table 109.

【0027】反対に静止点確立処理が不可能なファイル
であった場合(ステップ303でNO)、「ロールバッ
ク時にファイルの内容に矛盾が生じる可能性がある」と
いう旨のエラーメッセージ110を出力し(ステップ3
04)、次のエントリを処理するためステップ301へ
戻る。
On the other hand, if the file cannot be processed to establish a static point (NO in step 303), an error message 110 is output to the effect that "inconsistency may occur in the file contents during rollback." (Step 3
04), return to step 301 to process the next entry.

【0028】チェック手段107は、ステップ302で
情報表109の終わりが検出されるまで、ステップ30
1,ステップ303,ステップ304の処理を繰り返す
The checking means 107 continues in step 30 until the end of the information table 109 is detected in step 302.
1. Repeat steps 303 and 304.

【0029】[0029]

【発明の効果】以上説明した本発明のファイル破壊事前
チェック機構によれば、自動コミットメント制御機能を
利用するソースプログラムの翻訳時に、静止点確立処理
が可能なファイルと不可能なファイルとの混在によるロ
ールバック時のファイル破壊発生の可能性をチェックす
ることができるので、そのような可能性を看過して実行
してしまうことによるファイル破壊を事前に防止するこ
とが可能となる。
[Effects of the Invention] According to the file destruction advance check mechanism of the present invention as described above, when translating a source program that uses the automatic commitment control function, it is possible to avoid problems caused by the mixture of files that are capable of static point establishment processing and files that are not. Since the possibility of file destruction occurring during rollback can be checked, file destruction caused by overlooking such a possibility and performing rollback can be prevented in advance.

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

【図1】本発明のファイル破壊事前チェック機構を備え
たコンパイラの要部構成図である。
FIG. 1 is a diagram showing the main parts of a compiler equipped with a file destruction advance check mechanism according to the present invention.

【図2】チェック起動手段106の処理の一例を示す流
れ図である。
FIG. 2 is a flowchart showing an example of processing by the check activation means 106.

【図3】静止点確立処理可/不可ファイル混在チェック
手段107の処理の一例を示す流れ図である。
FIG. 3 is a flowchart illustrating an example of processing by the file coexistence checking unit 107 that allows/disables static point establishment processing.

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

101…ソースプログラム 102…コンパイラ 103…構文解析部 104…領域解析手段 105…意味解析部 106…チェック起動手段 107…静止点確立処理可/不可ファイル混在チェック
手段 108…プログラム情報 109…情報表 110…エラーメッセージ 111…コンパイルオプション
101...Source program 102...Compiler 103...Syntax analysis unit 104...Area analysis unit 105...Semantic analysis unit 106...Check activation unit 107...Still point establishment processing enabled/disabled file mixture checking unit 108...Program information 109...Information table 110... Error message 111...Compile options

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  自動コミットメント制御機能を利用す
るソースプログラムについては、ソースプログラム中で
使用しているファイルのうち静止点の確立処理が可能な
ファイルに対し自動的に静止点の確立処理を行うと共に
デッドロック発生時には静止点への復帰処理を行うよう
な自動コミットメント制御ロジックを埋め込んだ目的プ
ログラムを生成するコンパイラにおいて、ソースプログ
ラム中のファイルに関する定義を解析して静止点の確立
処理が可能か否かを示す情報を情報表に登録する手段と
、ソースプログラムが自動コミットメント制御機能を利
用するか否かを判定する手段と、該手段により自動コミ
ットメント制御機能を利用すると判定されたソースプロ
グラムに関し、前記情報表を参照して静止点確立処理が
不可能なファイルが存在するか否かを調べ、存在する場
合にはエラーメッセージを出力する手段とを具備したこ
とを特徴とするファイル破壊事前チェック機構。
[Claim 1] For a source program that uses the automatic commitment control function, a quiesce point establishment process is automatically performed for files that are capable of quiesce point establishment processing among files used in the source program. In a compiler that generates a target program embedded with automatic commitment control logic that performs processing to return to a quiescent point when a deadlock occurs, is it possible to establish a quiescent point by analyzing file definitions in the source program? means for registering information indicative of the automatic commitment control function in an information table; means for determining whether or not the source program uses the automatic commitment control function; A file destruction pre-check mechanism characterized by comprising means for checking a table to see if there is a file for which static point establishment processing is not possible, and for outputting an error message if there is a file.
JP3084771A 1991-03-25 1991-03-25 File destruction pre-check mechanism Expired - Fee Related JP2797749B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3084771A JP2797749B2 (en) 1991-03-25 1991-03-25 File destruction pre-check mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3084771A JP2797749B2 (en) 1991-03-25 1991-03-25 File destruction pre-check mechanism

Publications (2)

Publication Number Publication Date
JPH04295932A true JPH04295932A (en) 1992-10-20
JP2797749B2 JP2797749B2 (en) 1998-09-17

Family

ID=13839945

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3084771A Expired - Fee Related JP2797749B2 (en) 1991-03-25 1991-03-25 File destruction pre-check mechanism

Country Status (1)

Country Link
JP (1) JP2797749B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6470838A (en) * 1987-09-11 1989-03-16 Hitachi Ltd Exclusive control system
JPH01180651A (en) * 1988-01-12 1989-07-18 Nec Software Ltd Commit synchronization control system for report file output
JPH02178855A (en) * 1988-12-29 1990-07-11 Nec Corp Dead lock processing system for data base
JPH02267645A (en) * 1989-04-07 1990-11-01 Nec Corp Automatic roll-back system for report file
JPH02285438A (en) * 1989-04-27 1990-11-22 Nec Corp Roll-back system for non-journal order processing file

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6470838A (en) * 1987-09-11 1989-03-16 Hitachi Ltd Exclusive control system
JPH01180651A (en) * 1988-01-12 1989-07-18 Nec Software Ltd Commit synchronization control system for report file output
JPH02178855A (en) * 1988-12-29 1990-07-11 Nec Corp Dead lock processing system for data base
JPH02267645A (en) * 1989-04-07 1990-11-01 Nec Corp Automatic roll-back system for report file
JPH02285438A (en) * 1989-04-27 1990-11-22 Nec Corp Roll-back system for non-journal order processing file

Also Published As

Publication number Publication date
JP2797749B2 (en) 1998-09-17

Similar Documents

Publication Publication Date Title
US6367068B1 (en) Dynamic parsing
US5956513A (en) System and method for automated software build control
US20080295009A1 (en) Method and Apparatus for Capturing Graphic User Interface Resource of an Application
US6820251B1 (en) System and method for a software recovery mechanism
US20050125776A1 (en) Determining the possibility of adverse effects arising from a code change
US7721250B2 (en) System and method for interactive and integrated software development process and phases
US7137112B2 (en) Method and apparatus for determining class dependencies of objects and/or classes
JPH0748182B2 (en) Program error detection method
JP3062266B2 (en) Support device
US20110202906A1 (en) Compiling method and compiling program
JPH04295932A (en) Previous check mechanism for file destruction
KR900006667B1 (en) Program assembling system
JPH10293683A (en) Device for comparatively analyzing program, method therefor and mechanically readable recording medium recording comparative analytic program for program
JP3029368B2 (en) Program error detection method and error detection device
JPH07121379A (en) Plural languages mixing compiler
JP2533532B2 (en) Online test method
JP3018549B2 (en) File destruction prevention mechanism
JP3921288B2 (en) Computer-readable storage medium storing language processing apparatus and inline expansion program
JPH1031584A (en) Automatic device for verification of software
JPH08249193A (en) Checking system for language specification range of program
KR100216533B1 (en) The event history recording method for the deterministic replay of concurrent chill program
JP2005301415A (en) Compile system, simulator, emulator, and program development supporting system
JPH0962512A (en) Program transformation device and method having description language transformation function from low-class language to high-class language
JP3018783B2 (en) Compilation method
JPH10312312A (en) Inspecting method for computer program of c language changing in operation with specifications and program storage medium

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees