JPH0683681A - Data corrector - Google Patents
Data correctorInfo
- Publication number
- JPH0683681A JPH0683681A JP4255748A JP25574892A JPH0683681A JP H0683681 A JPH0683681 A JP H0683681A JP 4255748 A JP4255748 A JP 4255748A JP 25574892 A JP25574892 A JP 25574892A JP H0683681 A JPH0683681 A JP H0683681A
- Authority
- JP
- Japan
- Prior art keywords
- data
- correction
- attribute
- corrected
- record
- 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
Links
- 238000012937 correction Methods 0.000 claims abstract description 98
- 238000006243 chemical reaction Methods 0.000 claims description 15
- 230000004048 modification Effects 0.000 claims description 8
- 238000012986 modification Methods 0.000 claims description 7
- 239000000872 buffer Substances 0.000 abstract description 11
- 238000012546 transfer Methods 0.000 abstract description 6
- 238000000034 method Methods 0.000 description 9
- 238000012545 processing Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 4
- 230000008520 organization Effects 0.000 description 3
- 230000000694 effects Effects 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はデータファイルのデータ
レコードの内容を修正するデータ修正装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data correction device for correcting the contents of data records in a data file.
【0002】[0002]
【従来の技術】一般に情報処理システムには、ファイル
編成法の異なる種々のデータファイルが存在している。
また、データファイルのデータレコードに格納されるデ
ータも文字,2進化10進数といった種々のデータ属性
を持つデータが混在している。このため、データファイ
ルのデータレコードの内容を修正する場合、従来は、各
データファイル対応に、そのファイル編成法に応じてデ
ータレコードの読み出し,書き込みが行える機能と、利
用者によって別途用意された修正箇所情報,データ属性
を修正対象のデータレコードのデータ属性に合わせた修
正データを含む修正情報に従って、データファイルから
読み出したデータレコードに修正データを設定する機能
とを備えたデータ修正用プログラムを作成し、このデー
タ修正用プログラムを使ってデータファイルの修正を行
っている。2. Description of the Related Art Generally, in an information processing system, various data files having different file organization methods exist.
Further, the data stored in the data record of the data file also contains data having various data attributes such as characters and binary-coded decimal numbers. Therefore, when the contents of the data record of the data file are modified, conventionally, the function of reading and writing the data record according to the file organization method corresponding to each data file, and the modification separately prepared by the user Create a data correction program with the function of setting correction data in the data record read from the data file according to the correction information including the correction data including the location information and the data attribute that match the data attribute of the data record to be corrected. , The data file is corrected using this data correction program.
【0003】[0003]
【発明が解決しようとする課題】上述したような方法に
よってもデータファイルのデータレコードを修正するこ
とは可能であるが、以下のような問題点があった。Although it is possible to correct the data record of the data file by the method described above, there are the following problems.
【0004】利用者は修正しようとするデータレコード
のデータ属性と同一のデータ属性を持つ修正データを作
成する必要があるため、或る程度の知識と経験が無けれ
ばデータを修正することができず、また作業時間も長く
なる。Since the user needs to create modified data having the same data attribute as the data attribute of the data record to be modified, the data cannot be modified without some knowledge and experience. Also, the working time becomes longer.
【0005】各データファイル毎に、読み出し,書き込
み機能以外に修正データの設定機能を持つデータ修正用
プログラムを作成しなければならないので、データファ
イル数が多くなるとプログラムの規模が大きくなる。Since a data correction program having a correction data setting function in addition to a read / write function must be created for each data file, the scale of the program increases as the number of data files increases.
【0006】本発明はこのような事情に鑑みて為された
ものであり、その目的は、知識や経験に乏しい者でも簡
単にデータファイルの修正が行え、また、実際にデータ
を修正する機能を司る修正部を複数のデータファイルの
修正に共用し得るようにすることにある。The present invention has been made in view of the above circumstances, and an object thereof is to enable a person with little knowledge or experience to easily modify a data file and to provide a function of actually modifying the data. The main purpose is to enable the correction unit to be shared to correct a plurality of data files.
【0007】[0007]
【課題を解決するための手段】本発明は上記の目的を達
成するために、データファイルのデータレコードの内容
を修正するデータ修正装置において、データレコードを
修正する修正部と、データファイルから修正対象のデー
タレコードを読み出して前記修正部による修正を行わ
せ、修正後のデータレコードを前記データファイルに書
き戻す1つ或いは複数の上位部とを含み、前記修正部
は、修正開始位置,修正データ長,所定のデータ属性で
記述された修正データおよび変換後のデータ属性とを含
む修正パラメータを入力する入力手段と、該入力手段に
よって入力した修正パラメータを解析する解析手段と、
データの属性を変換する属性変換手段と、前記解析手段
による解析結果に基づき、前記上位部で読み出されたデ
ータレコードの前記修正開始位置から前記修正データ長
分の部分に、前記属性変換手段によって前記修正データ
のデータ属性を前記変換後のデータ属性に変換した修正
データを設定する設定手段とを備えている。In order to achieve the above-mentioned object, the present invention is a data correction device for correcting the contents of a data record of a data file, and a correction unit for correcting the data record and a correction target from the data file. And one or a plurality of upper parts for writing back the corrected data record to the data file, the correction start position and the correction data length. An input means for inputting a correction parameter including correction data described by a predetermined data attribute and a converted data attribute, and an analyzing means for analyzing the correction parameter input by the input means,
Attribute conversion means for converting the attribute of the data, and based on the analysis result by the analysis means, from the correction start position of the data record read by the upper part to the portion for the correction data length, by the attribute conversion means Setting means for setting the correction data obtained by converting the data attribute of the correction data into the converted data attribute.
【0008】[0008]
【作用】本発明のデータ修正装置においては、或るデー
タファイルのデータレコードの内容を修正する場合、そ
のデータファイルのファイル編成法に従って作成された
上位部が修正対象のデータレコードをそのデータファイ
ルから読み出して修正部に渡し、修正部においては、入
力手段が、修正開始位置,修正データ長,所定のデータ
属性で記述された修正データおよび変換後のデータ属性
とを含む修正パラメータを入力し、解析手段がこの入力
された修正パラメータを解析し、設定手段が、その解析
結果に基づき、上記データレコードの前記修正開始位置
から前記修正データ長分の部分に、属性変換手段によっ
て前記修正データのデータ属性を前記変換後のデータ属
性に変換した修正データを設定する。そして、この修正
部で修正されたデータレコードを上位部がデータファイ
ルの元の部分に書き戻す。In the data correction device of the present invention, when the content of the data record of a certain data file is to be corrected, the upper part created according to the file organization method of the data file is the data record to be corrected from that data file. The data is read out and passed to the correction unit. In the correction unit, the input means inputs the correction parameter including the correction start position, the correction data length, the correction data described by the predetermined data attribute, and the converted data attribute, and analyzes it. The means analyzes the input correction parameter, and the setting means, based on the analysis result, changes the data attribute of the correction data to the portion corresponding to the correction data length from the correction start position of the data record by the attribute conversion means. The modified data obtained by converting the above to the converted data attribute is set. Then, the upper part writes back the data record corrected by the correction part to the original part of the data file.
【0009】[0009]
【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。Embodiments of the present invention will now be described in detail with reference to the drawings.
【0010】図1を参照すると、本発明のデータ修正装
置の一実施例は、修正対象となるデータファイル2−
1,2−2と、データファイル2−1に対応して設けら
れた主プログラム1−1と、データファイル2−2に対
応して設けられた主プログラム1−2と、これら複数の
主プログラム1−1,1−2に共通に設けられたデータ
修正プログラム3と、このデータ修正プログラム3に与
えられる修正パラメータ4とで構成されている。Referring to FIG. 1, one embodiment of a data correction device of the present invention is a data file 2-
1, 2-2, a main program 1-1 provided for the data file 2-1, a main program 1-2 provided for the data file 2-2, and a plurality of these main programs It is composed of a data correction program 3 commonly provided for 1-1 and 1-2, and a correction parameter 4 given to this data correction program 3.
【0011】主プログラム1−1はデータファイル2−
1のデータ修正を行う場合の主たる処理を行う上位部を
構成し、主プログラム1−2はデータファイル2−2の
データ修正を行う場合の主たる処理を行う上位部を構成
し、それぞれ内部に受渡しバッファ11,12を有して
いる。The main program 1-1 is a data file 2-
The main program 1-2 constitutes the upper part that performs the main processing when the data is modified, and the main program 1-2 constitutes the upper part that performs the main processing when the data of the data file 2-2 is modified, and passes each inside. It has buffers 11 and 12.
【0012】データ修正プログラム3は、主プログラム
1−1または主プログラム1−2から呼び出されること
により、呼び出し元の主プログラム1−1または主プロ
グラム1−2の受渡しバッファ11または受渡しバッフ
ァ12に保持されているデータレコードに対し、修正パ
ラメータ4に基づく修正を加える修正部を構成する。The data correction program 3 is held in the delivery buffer 11 or the delivery buffer 12 of the calling main program 1-1 or main program 1-2 by being called from the main program 1-1 or main program 1-2. A correction unit for making a correction based on the correction parameter 4 on the data record being recorded is configured.
【0013】このデータ修正プログラム3は、修正パラ
メータ4を入力する入力手段31と、修正パラメータ4
を解析する解析手段32と、データの属性を変換する属
性変換手段33と、解析手段32による解析結果に基づ
き修正対象のデータレコードの、修正パラメータ4で指
示された修正開始位置から同パラメータで指示されたデ
ータ長分の部分に、属性変換手段33によって修正パラ
メータ4の修正データのデータ属性を同パラメータで指
示された変換後のデータ属性に変換した修正データを設
定する設定手段34とを有している。The data correction program 3 includes an input means 31 for inputting the correction parameter 4 and the correction parameter 4.
Analysis unit 32 for analyzing the data, attribute conversion unit 33 for converting the attribute of the data, and an instruction from the correction start position indicated by the correction parameter 4 of the correction target data record based on the analysis result by the analysis unit 32 with the same parameter. Setting means 34 for setting the correction data obtained by converting the data attribute of the correction data of the correction parameter 4 by the attribute conversion means 33 into the data attribute after conversion designated by the parameter in the portion corresponding to the generated data length. ing.
【0014】図2に1レコード分の修正パラメータ4の
一例を示す。同図において、P=25,LEN=4,V
=2,DAT=246は1つの修正箇所にかかる1組の
パラメータ、P=40,LEN=5,V=1,DAT=
CITY1は別の修正箇所にかかる1組のパラメータ、
Eは修正パラメータの終了を示す。FIG. 2 shows an example of the correction parameter 4 for one record. In the figure, P = 25, LEN = 4, V
= 2, DAT = 246 is a set of parameters for one correction point, P = 40, LEN = 5, V = 1, DAT =
CITY1 is a set of parameters for different correction points,
E indicates the end of the correction parameter.
【0015】ここで、Pの値は受渡しバッファ11,1
2からの先頭バイト数により修正箇所の先頭を指示する
パラメータ、LENの値はその箇所から何バイト長の部
分を修正するかを示すパラメータ、DATは所定のデー
タ属性で記述された修正データ、Vの値は変換後のデー
タ属性を示す。Here, the value of P is the transfer buffers 11 and 1.
2 is a parameter indicating the beginning of a correction location by the number of leading bytes from 2, the value of LEN is a parameter indicating how many bytes length from that location is modified, DAT is correction data described by a predetermined data attribute, V The value of indicates the data attribute after conversion.
【0016】図3に修正パラメータ4に記述された修正
データのデータ属性が、Vの値によってどのようなデー
タ属性の修正データに変換されるかの例を示す。同図に
示すように、V=1のときは、修正データの元のデータ
属性は「文字」のデータ属性に変換され、V=2のとき
は、「10進数」のデータ属性に変換され、V=3,
4,5のときは、それぞれコボルで定義された2進化1
0進数であるCOMP−1,COMP−2,COMP−
3というデータ属性に変換される。FIG. 3 shows an example of what data attribute of the correction data described in the correction parameter 4 is converted into correction data according to the value of V. As shown in the figure, when V = 1, the original data attribute of the modified data is converted to the data attribute of “character”, and when V = 2, it is converted to the data attribute of “decimal number”, V = 3
In the case of 4 and 5, binary evolution 1 defined by Kobol 1
COMP-1, COMP-2, COMP- which are 0-base numbers
Converted to a data attribute of 3.
【0017】ここで、修正データの元々のデータ属性
は、当該修正パラメータ4を作成したシステムで一意に
定まる。即ち、キーボードの数字キー,文字キーを押下
したときに得られたコードは当該入力システム固有のデ
ータ属性を持っており、そのデータ属性は必ずしも修正
対象とするデータレコードに設定するデータ属性とは一
致していないが、本発明では利用者がキーボード等から
入力したときのデータ属性そのもので修正データを作成
しておき、データレコードへの設定時に自動的に該当す
るデータ属性に変換するものである。これにより、利用
者の負担が著しく軽減されることになる。Here, the original data attribute of the correction data is uniquely determined by the system that created the correction parameter 4. That is, the code obtained when the numeric key or character key of the keyboard is pressed has the data attribute unique to the input system, and the data attribute is not always the data attribute set in the data record to be corrected. Although not done, in the present invention, the correction data is created by the data attribute itself when the user inputs it from the keyboard or the like, and is automatically converted into the corresponding data attribute when setting it in the data record. This significantly reduces the burden on the user.
【0018】図4は主プログラム1−1,1−2の処理
例を示すフローチャート、図5はデータ修正プログラム
3の処理例を示すフローチャート、図6はデータレコー
ドの修正例を示す図であり、以下各図を参照して本実施
例の動作を説明する。FIG. 4 is a flow chart showing a processing example of the main programs 1-1 and 1-2, FIG. 5 is a flow chart showing a processing example of the data correction program 3, and FIG. 6 is a view showing a correction example of the data record. The operation of this embodiment will be described below with reference to the drawings.
【0019】例えばデータファイル2−1の或るデータ
レコードを次のように修正することを考える。 先頭から25バイト目より4バイトを10進数の24
6に修正する。 先頭から40バイト目より5バイトを文字「CITY
1」に修正する。For example, consider modifying a data record in the data file 2-1 as follows. 4 bytes starting from the 25th byte from the beginning 24 in decimal
Correct to 6. The 5th byte from the 40th byte from the beginning is the character
Correct to 1 ”.
【0020】このような場合、利用者は、図2に示した
ような修正パラメータ4を作成した後、主プログラム1
−1を起動する。In such a case, the user creates the correction parameter 4 as shown in FIG.
Start -1.
【0021】起動された主プログラム1−1は、図4に
示すように、先ずデータファイル2−1をオープンし
(S1)、修正対象のデータレコードを内部の受渡しバ
ッファ11の先頭部分以降に読み出す(S2)。そし
て、データ修正プログラム3を呼び出す(S3)。As shown in FIG. 4, the started main program 1-1 first opens the data file 2-1 (S1), and reads the data record to be corrected after the head portion of the internal transfer buffer 11. (S2). Then, the data correction program 3 is called (S3).
【0022】データ修正プログラム3は、先ず入力手段
31により図2に示した修正パラメータ4の1組のパラ
メータ(P=25,LEN=4,V=2,DAT=24
6)を入力し(S11)、解析手段32で、修正位置,
修正長,修正データ,変換後のデータ属性を解析する
(S12)。なお、このとき、例えばP=○○25(○
は空白)となっていてもエラーとはせずにP=25と認
識することによって、自由な形式で利用者がパラメータ
を入力できるようにしている。The data correction program 3 first uses the input means 31 to set a set of parameters (P = 25, LEN = 4, V = 2, DAT = 24) of the correction parameter 4 shown in FIG.
6) is input (S11), and the analysis unit 32 causes the correction position,
The correction length, correction data, and data attributes after conversion are analyzed (S12). At this time, for example, P = ○○ 25 (○
Even if it is "blank", it is not an error and it is recognized as P = 25 so that the user can input parameters in a free format.
【0023】次にデータ修正プログラム3は、属性変換
手段33によって修正データ「246」のデータ属性を
V=2に従って10進数のデータ属性に変換する(S1
3)。そして、P=25,LEN=4に従って、受渡し
バッファ11の先頭から25バイト目より始まる4バイ
トに、変換後の修正データ「246」を設定する(S1
4)。ここで、変換後の修正データ長が設定先のバイト
長より短い場合または長い場合は標準のデータ転送処理
規定に従う。即ち、短い場合は右詰めにして余った部分
に0を入れる。反対に長い場合には下の桁を優先して設
定する。Next, the data correction program 3 converts the data attribute of the correction data "246" by the attribute conversion means 33 into a decimal data attribute according to V = 2 (S1).
3). Then, according to P = 25 and LEN = 4, the modified data “246” after conversion is set in 4 bytes starting from the 25th byte from the beginning of the delivery buffer 11 (S1).
4). Here, if the corrected data length after conversion is shorter or longer than the byte length of the setting destination, the standard data transfer processing rule is followed. That is, when the length is short, the data is right-justified and 0 is put in the remaining portion. On the contrary, when the length is long, the lower digit is given priority and set.
【0024】データ修正プログラム3は1箇所の修正を
終えると、当該データレコードに対する修正パラメータ
4を全て処理したか否かを判定し(S15)、処理し終
えていれば動作を終了する。また、処理し終えていなけ
れば処理S11に戻って上述した動作を繰り返す。従っ
て、図2の修正パラメータ4の場合、次に(P=40,
LEN=5,V=1,DAT=CITY1)が処理さ
れ、その後、Eを検出して動作を終了することになる。When the data correction program 3 finishes the correction at one place, it judges whether or not all the correction parameters 4 for the data record have been processed (S15), and if the processing is completed, the operation is ended. If the processing has not been completed, the process returns to step S11 and the above-described operation is repeated. Therefore, in the case of the correction parameter 4 in FIG. 2, next (P = 40,
LEN = 5, V = 1, DAT = CITY1) is processed, and then E is detected and the operation is ended.
【0025】以上のような動作がデータ修正プログラム
3で行われることにより、受渡しバッファ11に格納さ
れた修正対象のデータレコードの内容は、例えば図6に
示すような修正内容に変更される。By the above-described operation being performed by the data modification program 3, the content of the data record to be modified stored in the delivery buffer 11 is modified to the modification content as shown in FIG. 6, for example.
【0026】主プログラム1−1はデータ修正プログラ
ム3から制御が戻されると、受渡しバッファ11中の修
正後のデータレコードをデータファイル2−1の元の場
所に書き戻す(S4)。そして、修正対象データレコー
ドを全て処理し終えたか否かを判定し(S5)、全て処
理し終えていなければ処理S2に戻って上述した処理を
繰り返し、全て処理し終えていればデータファイル2−
1をクローズし(S6)、処理を終了する。When control is returned from the data correction program 3 to the main program 1-1, the corrected data record in the transfer buffer 11 is written back to the original location of the data file 2-1 (S4). Then, it is determined whether or not all the data records to be modified have been processed (S5). If all the data records to be corrected have not been processed, the process returns to the process S2 to repeat the above process, and if all have been processed, the data file 2-
1 is closed (S6), and the process ends.
【0027】なお、データファイル2−1中の複数のデ
ータレコードを修正対象とする場合であって、各々修正
内容が異なる場合には、主プログラム1−1が読み出す
データレコードの順と同じ順に修正パラメータ4を並べ
ておき、データ修正プログラム3は呼び出される毎に次
の1レコード分の修正パラメータを入力するように構成
される。In the case where a plurality of data records in the data file 2-1 are to be corrected and the correction contents are different, the correction is made in the same order as the data records read by the main program 1-1. The parameters 4 are arranged side by side, and the data correction program 3 is configured to input the correction parameter for the next one record each time it is called.
【0028】[0028]
【発明の効果】以上説明した本発明のデータ修正装置に
よれば、以下のような効果を得ることができる。According to the data correction device of the present invention described above, the following effects can be obtained.
【0029】利用者は、データファイルに設定する時点
のデータ属性で修正データを作成する必要がなく、単に
キーボードから数字,文字等で構成される修正データを
打ち込んで修正データを含む修正パラメータを作成すれ
ば良いので、初心者でも簡単にデータの修正が行える。The user does not need to create the correction data with the data attributes at the time of setting in the data file, but simply inputs the correction data composed of numbers, characters, etc. from the keyboard to create the correction parameters including the correction data. All you have to do is make it easy for beginners to modify the data.
【0030】修正部は複数の上位部で共用されるので、
全体の規模が小さくなる。Since the correction part is shared by a plurality of upper parts,
The overall scale becomes smaller.
【0031】修正内容の変更は修正パラメータの変更で
対処でき、プログラムを改造する必要がない。The modification contents can be dealt with by modifying the modification parameters and there is no need to modify the program.
【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.
【図2】修正パラメータの内容例を示す図である。FIG. 2 is a diagram showing an example of contents of correction parameters.
【図3】データ属性の変換例を示す図である。FIG. 3 is a diagram showing an example of conversion of data attributes.
【図4】主プログラムの処理例を示すフローチャートで
ある。FIG. 4 is a flowchart showing a processing example of a main program.
【図5】データ修正プログラムの処理例を示すフローチ
ャートである。FIG. 5 is a flowchart showing a processing example of a data correction program.
【図6】データレコードの修正例を示す図である。FIG. 6 is a diagram showing a modification example of a data record.
1−1,1−2…主プログラム(上位部) 11,12…受渡しバッファ 2−1,2−2…データファイル 3…データ修正プログラム(修正部) 31…入力手段 32…解析手段 33…属性変換手段 34…設定手段 4…修正パラメータ 1-1, 1-2 ... Main program (upper part) 11, 12 ... Delivery buffer 2-1, 2-2 ... Data file 3 ... Data correction program (correction part) 31 ... Input means 32 ... Analysis means 33 ... Attribute Conversion means 34 ... Setting means 4 ... Correction parameters
Claims (3)
を修正するデータ修正装置において、 データレコードを修正する修正部と、 データファイルから修正対象のデータレコードを読み出
して前記修正部による修正を行わせ、修正後のデータレ
コードを前記データファイルに書き戻す上位部とを含
み、 前記修正部は、 修正パラメータを入力する入力手段と、 該入力手段によって入力した修正パラメータを解析する
解析手段と、 データの属性を変換する属性変換手段と、 前記解析手段による解析結果に基づき、前記上位部で読
み出されたデータレコードの前記修正パラメータで指定
された箇所に、前記属性変換手段によって前記修正パラ
メータ中の修正データのデータ属性を前記修正パラメー
タで指定されたデータ属性に変換した修正データを設定
する設定手段とを備えることを特徴とするデータ修正装
置。1. A data correction device for correcting the contents of a data record of a data file, and a correction unit for correcting the data record, and a data record to be corrected is read out from the data file, and is corrected by the correction unit. An upper part for writing back the subsequent data record to the data file, wherein the correction part includes input means for inputting correction parameters, analysis means for analyzing the correction parameters input by the input means, and data attributes. Attribute conversion means for converting, and based on the analysis result by the analysis means, at the location specified by the correction parameter of the data record read by the upper part, of the correction data in the correction parameter by the attribute conversion means The modification data obtained by converting the data attributes to the data attributes specified by the modification parameters above. Data correcting apparatus comprising: a setting means for setting the.
修正データ長,所定のデータ属性で記述された修正デー
タおよび変換後のデータ属性とを含む請求項1記載のデ
ータ修正装置。2. The correction parameter is a correction start position,
2. The data correction device according to claim 1, including the correction data length, the correction data described by a predetermined data attribute, and the converted data attribute.
に共通に1つの前記修正部を備える請求項1記載のデー
タ修正装置。3. The data correction device according to claim 1, further comprising a plurality of the higher order parts, and the one correction part being common to the plurality of higher order parts.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4255748A JPH0683681A (en) | 1992-08-31 | 1992-08-31 | Data corrector |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4255748A JPH0683681A (en) | 1992-08-31 | 1992-08-31 | Data corrector |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH0683681A true JPH0683681A (en) | 1994-03-25 |
Family
ID=17283088
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP4255748A Pending JPH0683681A (en) | 1992-08-31 | 1992-08-31 | Data corrector |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0683681A (en) |
-
1992
- 1992-08-31 JP JP4255748A patent/JPH0683681A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH0776958B2 (en) | Document shaping device | |
| US4779209A (en) | Editing voice data | |
| JP3034465B2 (en) | Character input method using numeric keys | |
| JPH09297647A (en) | Item data input device | |
| JPH11232149A (en) | File comparison processing method and device, and medium storing file comparison processing program | |
| JPH01258116A (en) | System for setting determined value of command parameter | |
| JP2780601B2 (en) | Message batch processing system | |
| JP2692196B2 (en) | Test data editing method | |
| JP2919396B2 (en) | Document maker | |
| JP2670276B2 (en) | Character reader | |
| JP2643839B2 (en) | Completion method at the time of command input | |
| JPH0528156A (en) | Document data converter | |
| JP3381069B2 (en) | Data processing device | |
| JPS588010B2 (en) | Program creation device | |
| JP2732576B2 (en) | Character reader | |
| JPH04316155A (en) | Decentralized editor | |
| JPH09330259A (en) | Computer system and file access method thereof | |
| JPH02282890A (en) | Automatic setting system applying unitary control of handling fee and transaction tax | |
| JPH04116724A (en) | Program description system | |
| JPS592158A (en) | Batch correcting function of file | |
| JPH0581005A (en) | Program converter | |
| JPH03225448A (en) | Converting, outputting, and updating method for information in file | |
| JPH05210575A (en) | Comparing method for transaction file | |
| JPS6190232A (en) | Printer control method | |
| JPH02176937A (en) | Program object converter |