JP3358194B2 - Data processing device - Google Patents

Data processing device

Info

Publication number
JP3358194B2
JP3358194B2 JP10426789A JP10426789A JP3358194B2 JP 3358194 B2 JP3358194 B2 JP 3358194B2 JP 10426789 A JP10426789 A JP 10426789A JP 10426789 A JP10426789 A JP 10426789A JP 3358194 B2 JP3358194 B2 JP 3358194B2
Authority
JP
Japan
Prior art keywords
input
data
file
key
check
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.)
Expired - Fee Related
Application number
JP10426789A
Other languages
Japanese (ja)
Other versions
JPH02281314A (en
Inventor
紳司 山賀
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP10426789A priority Critical patent/JP3358194B2/en
Publication of JPH02281314A publication Critical patent/JPH02281314A/en
Application granted granted Critical
Publication of JP3358194B2 publication Critical patent/JP3358194B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、オフィスコンピュータ等において、入力
データの正当性をチェックするデータ処理装置に関す
る。
The present invention relates to a data processing device for checking the validity of input data in an office computer or the like.

[従来の技術] 従来、オフィスコンピュータ等において、入力データ
のチェック機能は、一般にデータディクショナリと呼ば
れる機能の一部として存在し、このチェック機能は、入
力項目毎に予め決められている各種のチェック内容、即
ち文字種や桁数あるいは数字ならば入力可能範囲値を満
足するか否かをチェックすることにより入力データの正
当性を検査するようにしていた。
2. Description of the Related Art Conventionally, in an office computer or the like, a check function of input data exists as a part of a function generally called a data dictionary, and this check function includes various check contents determined in advance for each input item. That is, the validity of input data is checked by checking whether or not the character type, the number of digits, or the number satisfies the inputtable range value.

[発明が解決しようとする課題] このように従来においては入力チェックされる入力条
件として予め固定的に決められているものしかチェック
することができなかった。
[Problem to be Solved by the Invention] As described above, conventionally, only input conditions that are fixedly determined in advance as input conditions can be checked.

そこで、その他の入力条件もチェック可能とする為に
は、予め入力プログラム中にそのチェック内容を記述し
ておけばよいが、入力プログラムの個々にチェック内容
を記述しておくことは一般ユーザ等にとって極めて困難
であると共に、同じチェック内容が個々のプログラムに
それぞれ存在する場合が生じ、システム効率を低下させ
る原因にもなる。
Therefore, in order to be able to check other input conditions, it is sufficient to describe the check details in the input program in advance. However, it is difficult for general users, etc. to describe the check details individually in the input program. In addition to being extremely difficult, the same check may be present in each program, which may cause a reduction in system efficiency.

この発明の課題は、参照ファイル及び参照キーをユー
ザが任意に登録できると共に、プログラム記述によら
ず、参照ファイルの参照キーに存在しない入力項目に対
するデータをその入力時点で簡単にチェックできるよう
にすることである。
An object of the present invention is to allow a user to arbitrarily register a reference file and a reference key, and to easily check data for an input item that does not exist in the reference key of the reference file at the time of input, regardless of program description. That is.

[課題を解決するための手段] この発明の手段は、参照ファイルを指定するファイル
指定データ及び当該参照ファイルから参照するキー情報
を指定するキー指定データを入力項目毎に記憶するチェ
ックテーブル記憶手段と、このチェックテーブル記憶手
段に前記ファイル指定データ及び前記キー指定データを
任意に登録するチェックテーブル登録手段と、入力項目
に対応するデータが入力された際に、前記チェックテー
ブル記憶手段を参照し、前記ファイル指定データによっ
て指定された参照ファイルに前記キー指定データによっ
て指定されたキー情報に該当するデータが存在するか否
かを判別する判別手段と、この判別手段が前記ファイル
指定データによって指定された参照ファイルに前記キー
指定データによって指定されたキー情報に該当するデー
タが存在していないことを判別した場合にその旨を報知
する報知手段と、を具備したことを特徴とする。
[Means for Solving the Problems] A check table storage means for storing, for each input item, file designation data for designating a reference file and key designation data for designating key information to be referenced from the reference file. A check table registration unit for arbitrarily registering the file designation data and the key designation data in the check table storage unit; and when the data corresponding to the input item is input, refer to the check table storage unit. Determining means for determining whether or not data corresponding to the key information specified by the key specification data exists in the reference file specified by the file specification data; The key information specified by the key specification data And notifying means for notifying that the corresponding data does not exist when it is determined that the corresponding data does not exist.

従って、参照ファイル及び参照キーをユーザが任意に
登録できると共に、プログラム記述によらず、参照ファ
イルの参照キーに存在しない入力項目に対するデータを
その入力時点で簡単にチェックできる。
Therefore, the user can arbitrarily register the reference file and the reference key, and can easily check the data for the input item that does not exist in the reference key of the reference file at the time of the input, regardless of the program description.

[機能ブロック図の説明] 第1図はこの発明の機能ブロック図である。同図におい
て、1はチェックテーブル記憶手段、2はチェックテー
ブル登録手段、3は判別手段、4は報知手段である。
[Explanation of Functional Block Diagram] FIG. 1 is a functional block diagram of the present invention. In the figure, 1 is a check table storage means, 2 is a check table registration means, 3 is a judgment means, and 4 is a notification means.

[実施例] 以下、第2図〜第10図を参照して一実施例を説明す
る。
Embodiment An embodiment will be described below with reference to FIGS. 2 to 10.

第2図はデータ処理装置の基本的な構成を示したブロ
ック図である。
FIG. 2 is a block diagram showing a basic configuration of the data processing device.

キーボード11は各種のデータやコマンド等を入力する
キー入力装置で、キーボード11から入力された伝票デー
タ等は入力処理部12に送られて処理される。即ち、入力
処理部12はキーボード11から入力されたデータを入力テ
ーブルメモリ13に設定されている設定内容にしたがって
処理し、これによって得られた1レコード分のデータを
入力ファイルメモリ14に書き込む。この際、入力処理部
12はチェックテーブルメモリ15を参照することにより入
力データのチェックを行う。
The keyboard 11 is a key input device for inputting various data, commands, and the like. Slip data and the like input from the keyboard 11 are sent to the input processing unit 12 for processing. That is, the input processing unit 12 processes the data input from the keyboard 11 in accordance with the setting contents set in the input table memory 13, and writes the data for one record thus obtained into the input file memory 14. At this time, the input processing unit
Reference numeral 12 checks input data by referring to the check table memory 15.

ここで、入力テーブルメモリ13に設定されている入力
テーブルは第3図に示す如く構成されている。
Here, the input table set in the input table memory 13 is configured as shown in FIG.

即ち、入力テーブルはユーザによって任意に設定され
たもので入力テーブルメモリ13には入力ラベルに対応し
てその処理種別および処理内容がワード毎に順次設定さ
れている。ここで、入力ラベルは「日付」、「担当者コ
ード」、「担当者名」、「製品コード」、「製品名」、
「数量」、「単価」、「金額」等を示す入力項目のワー
ド名である。また処理種別は「参照」、「入力」、「演
算」等を示し、「参照」は参照ファイルメモリ16等を参
照してワードデータを作成すべきことを定義し、「入
力」はキーボード11から入力されたデータをワードデー
タとすべきことを定義し、更に「演算」は計算により求
められたデータをワードデータとすべきことを定義す
る。また処理内容は処理種別が「参照」の場合に例えば
時計回路部17を参照すべきことを定義したり、参照ファ
イルメモリ16内のどのファイルを参照すべきかを定義す
る。
That is, the input table is arbitrarily set by the user, and the processing type and processing content are sequentially set for each word in the input table memory 13 corresponding to the input label. Here, the input labels are "Date", "Contact code", "Contact name", "Product code", "Product name",
Word names of input items indicating “quantity”, “unit price”, “amount”, and the like. The processing type indicates "reference", "input", "calculation", etc., "reference" defines that word data should be created with reference to the reference file memory 16 or the like, and "input" It defines that the input data should be word data, and “operation” defines that the data obtained by calculation should be word data. When the processing type is “reference”, the processing content defines, for example, that the clock circuit unit 17 should be referred to, and which file in the reference file memory 16 should be referred to.

また、参照ファイルメモリ16内に格納されている各種
の参照ファイルは第4図に示す如く構成されている。
Various reference files stored in the reference file memory 16 are configured as shown in FIG.

即ち、第4図(A)は人事マスタファイルを示し、こ
の人事マスタファイルは、社員コードに対応して社員
名、入社年月、住所、年令を示すデータによって構成さ
れている。また、第4図(B)は製品マスタファイルを
示し、この製品マスタファイルは製品コードに対応して
製品名、単価、発売日を示すデータと、販売中止フラグ
によって構成されている。
That is, FIG. 4A shows a personnel master file, which is composed of data indicating an employee name, a joining date, an address, and an age according to an employee code. FIG. 4B shows a product master file. The product master file includes data indicating a product name, a unit price, a release date, and a sales suspension flag corresponding to a product code.

また、チェックテーブルメモリ15に設定されているチ
ェックテーブルは第5図に示す如く構成されている。
The check table set in the check table memory 15 is configured as shown in FIG.

即ち、チェックテーブルはユーザによって任意に設定
されたもので、チェックテーブルメモリ15には入力ラベ
ルに対応して各種のチェック内容(形式、桁数、参照マ
スター、参照マスターキー、キー条件、2次チェック内
容が設定されている。ここで「形式」は入力すべき文字
種を、「桁数」は入力桁数を示し、「参照マスター」は
参照ファイルメモリ16内に格納されているマスターファ
イルのうちどのマスターファイルを参照すべきかを指定
し、「参照マスターキー」は参照すべきマスターファイ
ルをどのキーワードで参照すべきかを指定し、「キー条
件」は「参照マスターキー」が示すキーワードでマスタ
ーファイルを参照した際に、例えばそのキーワードに対
応するデータが当該マスターファイルに存在しているこ
と等の条件を指定し、また「2次チェック内容」はその
他のチェック内容を示している。
That is, the check table is arbitrarily set by the user, and various check contents (format, number of digits, reference master, reference master key, key condition, secondary check) are stored in the check table memory 15 in accordance with the input label. Here, “format” indicates the character type to be input, “digits” indicates the number of input digits, and “reference master” indicates which of the master files stored in the reference file memory 16. Specify whether to refer to the master file, "Reference master key" specifies which keyword should refer to the master file to be referenced, and "Key condition" refers to the master file with the keyword indicated by "Reference master key" At that time, for example, a condition such as that data corresponding to the keyword exists in the master file is designated, "Secondary check contents" indicates other check contents.

しかして、入力処理部12は入力データをチェックテー
ブルメモリ15の設定内容にしたがってチェックした際
に、入力エラーが検出されると、その旨を示すメッセー
ジデータを表示部18から表示出力させる。
When the input processing unit 12 checks the input data according to the setting contents of the check table memory 15 and detects an input error, it causes the display unit 18 to display and output message data indicating the error.

ファイル処理部19はキーボード11からファイル更新指
令を受け取ると、更新テーブルメモリ20の設定内容を参
照し、更新ファイルメモリ21に格納されている各種の更
新ファイル、即ちAファイル、Bファイル……Xファイ
ルのうち更新対象ファイルをオープンさせ、入力ファイ
ルメモリ14から1レコードずつ読み出した入力レコード
に基づいて更新レコードを作成し、更新対象ファイルを
1レコードずつ更新するファイル処理を行う。この場
合、ファイル処理部19はレコードメモリ22を用いてレコ
ードの更新を行う。
Upon receiving a file update command from the keyboard 11, the file processing unit 19 refers to the setting contents of the update table memory 20 and various update files stored in the update file memory 21, ie, A file, B file,. Of the update target file is opened, an update record is created based on the input records read out one record at a time from the input file memory 14, and file processing for updating the update target file one record at a time is performed. In this case, the file processing unit 19 updates the record using the record memory 22.

更新テーブルメモリ20に設定されている更新テーブル
は第6図に示す如く構成されている。
The update table set in the update table memory 20 is configured as shown in FIG.

即ち、更新テーブルはユーザによって任意に設定され
たもので、更新テーブルメモリ20にはその先頭から「B
ファイル」が更新対象のファイル名として、また「追
加」が更新内容を示す更新種別として設定され、さらに
入力ラベルに対応するファイルラベルが実際に更新され
るワード名として設定されている。
That is, the update table is arbitrarily set by the user, and the update table memory 20 stores “B
"File" is set as the file name to be updated, "Add" is set as the update type indicating the update content, and the file label corresponding to the input label is set as the word name to be actually updated.

次に、本実施例の動作を第7図〜第10図に基づいて説
明する。
Next, the operation of this embodiment will be described with reference to FIGS.

第7図はチェックテーブルメモリ15に対してユーザが
任意のチェックテーブルを設定する際の動作を示したフ
ローチャートである。この場合、入力処理部12は設定す
べきデータを表示部18にガイダンス表示させ、これによ
ってキーボード11から入力されたデータを取り込んでチ
ェックテーブルメモリ15に順次設定してゆく。
FIG. 7 is a flowchart showing an operation when the user sets an arbitrary check table in the check table memory 15. In this case, the input processing unit 12 displays guidance on the data to be set on the display unit 18, thereby taking in the data input from the keyboard 11 and sequentially setting the data in the check table memory 15.

先ず、「入力ラベル」の入力を促すメッセージ表示を
行わせ(ステップA1)、これによって入力された入力ラ
ベルをチェックテーブルメモリ15の対応するエリアに設
定する(ステップA2)。次に、「形式」の入力を促すメ
ッセージ表示を行わせ(ステップA3)、これによって入
力された形式をチェックテーブルメモリ15に設定するが
(ステップA4)、この際、入力形式はステップA2で設定
された入力ラベルに対応するエリアに設定される。
First, a message prompting the user to input an "input label" is displayed (step A1), and the input label thus input is set in a corresponding area of the check table memory 15 (step A2). Next, a message prompting the user to input a "format" is displayed (step A3), and the input format is set in the check table memory 15 (step A4). At this time, the input format is set in step A2. Is set in the area corresponding to the input label.

以下、同様に「桁数」、「参照マスター」、「参照マ
スターキー」、「キー条件」、「2次チェック内容」の
入力を促すメッセージ表示を行わせ(ステップA5、A7、
A9、A11、A13)、これによってデータを順次入力してゆ
くと、入力されたデータはチェックテーブルメモリ15に
順次設定されてゆく(ステップA6、A8、A10、A12、A1
4)。この際、これらのデータは上述の「入力ラベル」
や「桁数」と異なり、必要に応じて設定されるデータで
ある。なお、データ設定を行う必要のないデータについ
てメッセージ表示が行われている場合に(ステップA5、
A7、A13)、スキップキーが操作されると、対応する設
定処理(ステップA6、A8、A14)がスキップされ、当該
データの設定は行われない。また、「参照マスター」を
設定した場合には「マスターキー」および「キー条件」
を必ず設定する必要があるが、「参照マスター」を設定
しない場合にはスキップキーが操作されたことを条件に
ステップA7からステップA13に進み、「2次チェック内
容」の入力を促すメッセージ表示が行われる。
Hereinafter, similarly, a message prompting the user to input “number of digits”, “reference master”, “reference master key”, “key condition”, and “secondary check content” is displayed (steps A5, A7,
A9, A11, A13), and as the data is sequentially input, the input data is sequentially set in the check table memory 15 (steps A6, A8, A10, A12, A1).
Four). At this time, these data are stored in the "input label" described above.
Unlike “digits” and “digits”, it is data set as needed. If a message is displayed for data that does not need to be set (step A5,
When the skip key is operated (A7, A13), the corresponding setting process (steps A6, A8, A14) is skipped, and the data is not set. Also, if you set “Reference Master”, “Master Key” and “Key Condition”
Must be set, but if "reference master" is not set, the process proceeds from step A7 to step A13 on the condition that the skip key is operated, and a message prompting the input of "secondary check contents" is displayed. Done.

このような設定処理はステップA15で設定終了キーが
操作されたことが検出されるまで繰り返される結果、チ
ェックテーブルメモリ15には第5図に示すような内容の
チェックテーブルを設定することができる。
Such a setting process is repeated until the operation of the setting end key is detected in step A15. As a result, a check table having contents as shown in FIG. 5 can be set in the check table memory 15.

第8図はキーボード11から入力された伝票データ等を
入力処理する際の動作を示したフローチャートである。
FIG. 8 is a flowchart showing the operation when inputting slip data and the like input from the keyboard 11.

いま、入力テーブルメモリ13には第3図に示すように
ユーザが任意に設定した入力テーブルが記憶されている
ものとする。
Now, it is assumed that the input table memory 13 stores an input table arbitrarily set by the user as shown in FIG.

先ず、入力処理部12は入力テーブルメモリ13の先頭ワ
ードから1ワード分の設定内容を読み出し(ステップB
1)、その種別を判別する(ステップB2)。いま、先頭
ワードの種別は「参照」、したがってステップB7に進
み、そのワードの処理内容「時計」に基づいて時計回路
部17で得られた計時データを読み出す。そして、ステッ
プB10に進み、この計時データをワードデータとして入
力処理部12の内部メモリに記憶しておく。次でステップ
A11では入力テーブルメモリ13の設定内容を最終ワード
まで読み出したか否かを調べるが、いま、先頭ワードの
設定内容を読み出した場合であるから、ステップB1に戻
る。
First, the input processing unit 12 reads the setting contents of one word from the first word of the input table memory 13 (step B).
1), the type is determined (step B2). Now, the type of the head word is “reference”, and therefore, the process proceeds to step B7, and the clock data obtained by the clock circuit unit 17 is read based on the processing content of the word “clock”. Then, the process proceeds to step B10, and the time measurement data is stored as word data in the internal memory of the input processing unit 12. Next steps
In A11, it is checked whether or not the set contents of the input table memory 13 have been read up to the last word. However, since the set contents of the first word have been read, the process returns to step B1.

これによって入力テーブルメモリ13からは2ワード目
の設定内容が読み出されるが、このワードは種別が「入
力」であるからステップB3に進み、データ入力を促すメ
ッセージ表示が行われる。そして、キーボード11から担
当者コードを入力すると、入力処理部12はチェックテー
ブルメモリ15に設定されているチェックテーブルを参照
し、後述する入力チェック処理を実行する(ステップB
5)。その結果、ステップB6で入力エラーが検出される
と、ステップB3に進み、再入力を促すメッセージ表示が
行われるが、入力データが正しければ、ステップB6から
ステップB10に進み、入力された担当者をワードデータ
として入力処理部12の内部メモリに記憶させてておく。
As a result, the setting content of the second word is read from the input table memory 13, but since the type of this word is "input", the process proceeds to step B3, and a message prompting data input is displayed. When the person in charge code is input from the keyboard 11, the input processing unit 12 refers to the check table set in the check table memory 15 and executes an input check process described later (step B).
Five). As a result, if an input error is detected in step B6, the process proceeds to step B3, and a message prompting re-input is performed.If the input data is correct, the process proceeds from step B6 to step B10, where the input person is entered. The data is stored in the internal memory of the input processing unit 12 as word data.

しかして、入力テーブルメモリ13から3ワード目の設
定内容が読み出されるが、このワードは種別が「参照」
であるから、上述と同様にステップB7に進むが、この場
合、参照ファイルメモリ16に格納されている人事マスタ
ーファイル(第4図(A)参照)を担当者コード(前回
のワード処理で入力された担当者コード)をキーワード
として検索し、このマスターファイルから担当者名(社
員名)を読み出す。
Thus, the setting content of the third word is read from the input table memory 13, and this word has a type of "reference".
Therefore, the process proceeds to step B7 in the same manner as described above, but in this case, the personnel master file (see FIG. 4A) stored in the reference file memory 16 is assigned to the person in charge code (input in the previous word processing). The person in charge (employee name) is searched as a keyword, and the person in charge (employee name) is read from this master file.

このようにして入力テーブルメモリ13からその設定内
容を1ワードずつ順次読み出して処理してゆく。そし
て、入力テーブルメモリ13から最終ワードの設定内容が
読み出されると、このワードは種別が「演算」であるか
ら、ステップB9に進み、そのワードの処理内容によって
定義されている演算式に基づいたデータ演算を実行し、
この演算結果をワードデータとして入力処理部12の内部
メモリに記憶させておく(ステップB10)。この場合、
次のステップB11で処理終了が検出されるので、次のス
テップB12に進み、入力処理部12の内部メモリに記憶さ
れている各種のワードデータを1レコード分のデータと
して読み出し、入力ファイルメモリ14に書き込む。
In this way, the set contents are sequentially read from the input table memory 13 word by word and processed. When the setting content of the last word is read from the input table memory 13, since the type of the word is "operation", the process proceeds to step B9, and the data based on the arithmetic expression defined by the processing content of the word is obtained. Perform the operation,
The calculation result is stored as word data in the internal memory of the input processing unit 12 (step B10). in this case,
Since the end of the process is detected in the next step B11, the process proceeds to the next step B12, where various word data stored in the internal memory of the input processing unit 12 are read out as data for one record, and the data is read out to the input file memory 14. Write.

第9図は第8図で示した入力チェック処理(ステップ
B5)の具体的な処理内容を説明する為のフローチャート
である。
FIG. 9 shows the input check processing (steps) shown in FIG.
It is a flowchart for demonstrating the specific processing content of B5).

先ず、上述の入力処理で入力テーブルメモリ13から読
み出されたワードの入力ラベル(例えば担当者コード)
に基づいてチェックテーブルメモリ15を検索し、対応す
る形式、桁数に基づいて入力データのチェックを行う
(ステップC1)。ここで、入力データがその形式、桁数
の両方を満足していなければステップC2で入力エラーが
検出されるが両方を満足していれば、他のチェック内容
が設定されていることを条件に、その設定内容に応じた
種類のチェックを行う。
First, an input label (for example, a person-in-charge code) of a word read from the input table memory 13 in the input processing described above.
, The input table is checked based on the corresponding format and the number of digits (step C1). Here, if the input data does not satisfy both the format and the number of digits, an input error is detected in step C2, but if both are satisfied, other check contents are set. Then, a check of a type corresponding to the setting content is performed.

即ち、「参照マスター」が設定されていることを条件
に(ステップC3)、「参照マスター」で示されるマスタ
ーファイル内に「参照マスターキー」に対応するデータ
が「キー条件」通りに記憶されているか否かをチェック
する(ステップC4)。この結果、ステップC5で入力エラ
ーが検出されなければステップC6に進む。
That is, on the condition that the “reference master” is set (step C3), data corresponding to the “reference master key” is stored in the master file indicated by the “reference master” according to the “key condition”. It is checked whether or not there is (Step C4). As a result, if no input error is detected in step C5, the process proceeds to step C6.

また、「2次チェック内容」が設定されていることを
条件に(ステップC6)、入力データがその2次チェック
内容を満足するか否かをチェックする(ステップC7)。
この結果、ステップC8で入力エラーが検出されなけれ
ば、入力データが正しいものとして処理終了となる。
On the condition that "secondary check contents" are set (step C6), it is checked whether or not the input data satisfies the second check contents (step C7).
As a result, if no input error is detected in step C8, the process ends assuming that the input data is correct.

第10図はファイル処理部19の動作を示したフローチャ
ートである。ファイル処理部19はキーボード11からファ
イル更新指令を受け取ると、更新テーブルメモリ20に更
新対象として設定されているファイル名に基づいて更新
ファイルメモリ21内の対応するファイルをオープンする
(ステップD1)。そして、入力ファイルメモリ14から1
レコード分のデータを読み出し(ステップD2)この入力
レコードに基づいて更新レコードを作成する(ステップ
D3)。この場合、ファイル処理部19は更新テーブルメモ
リ20に設定されている更新種別に応じた種類の更新を各
ワード毎に順次行う。このようにして作成した更新レコ
ードによって更新対象ファイルの内容を更新する(ステ
ップD4)。
FIG. 10 is a flowchart showing the operation of the file processing unit 19. When receiving the file update command from the keyboard 11, the file processing unit 19 opens the corresponding file in the update file memory 21 based on the file name set as the update target in the update table memory 20 (step D1). Then, from the input file memory 14 to 1
Read the data for the record (Step D2) and create an update record based on this input record (Step D2)
D3). In this case, the file processing unit 19 sequentially updates the type according to the update type set in the update table memory 20 for each word. The content of the file to be updated is updated with the update record created in this way (step D4).

そして、ステップD5で入力ファイルメモリ14に入力レ
コードが残っているかを調べ、残っていればステップD2
に戻って上述のファイル更新を1レコードずつ繰り返
す。しかして、ステップD5でファイル更新の終了が検出
されると、更新対象ファイルをクローズし(ステップD
6)、処理終了となる。
Then, in step D5, it is checked whether or not an input record remains in the input file memory 14.
And the above file update is repeated one record at a time. If the end of the file update is detected in step D5, the file to be updated is closed (step D5).
6), the process ends.

なお、上記実施例は入力テーブルメモリ13の設定内容
を参照しながら入力データを処理するようにしたが、こ
のような入力処理に限定されず、通常のプログラム形式
による入力処理にも適用可能である。
In the above embodiment, the input data is processed while referring to the setting contents of the input table memory 13. However, the present invention is not limited to such input processing, and can be applied to input processing in a normal program format. .

[発明の効果] この発明によれば、入力項目に対応するデータをチェ
ックするための参照ファイル及び参照キーをユーザが任
意に登録できると共に、入力項目に対応するデータが入
力された際に、登録された参照ファイル及び参照キーを
参照して、入力データの正当性をチェックするようにし
たから、プログラム記述によらず、ファイルのキー情報
に存在しない入力項目に対するデータをその入力時点で
簡単にチェックすることができる。
[Effects of the Invention] According to the present invention, a user can arbitrarily register a reference file and a reference key for checking data corresponding to an input item, and register when a data corresponding to the input item is input. The validity of the input data is checked by referring to the reference file and the reference key that have been input. Therefore, regardless of the program description, the data for the input items that do not exist in the key information of the file can be easily checked at the time of the input. can do.

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

第1図はこの発明の機能ブロック図、第2図〜第10図は
実施例を示し、第2図はデータ処理装置のブロック図、
第3図は入力処理部12に設定された入力テーブルを示し
た図、第4図は参照ファイルメモリ16に格納されている
各種の参照ファイルを示した図、第5図はチェックテー
ブルメモリ15に設定されたチェックテーブルを示した
図、第6図は更新テーブルメモリ20に設定された更新テ
ーブルを示した図、第7図はチェックテーブルメモリ15
に対する設定処理を示したフローチャート、第8図は入
力処理を示したフローチャート、第9図は第8図で示し
た入力チェック処理の具体的な内容を示したフローチャ
ート、第10図はファイル更新処理を示したフローチャー
トである。 11……キーボード、12……入力処理部、15……チェック
テーブルメモリ、16……参照ファイルメモリ、18……表
示部。
FIG. 1 is a functional block diagram of the present invention, FIGS. 2 to 10 show an embodiment, FIG. 2 is a block diagram of a data processing device,
FIG. 3 is a diagram showing an input table set in the input processing unit 12, FIG. 4 is a diagram showing various reference files stored in a reference file memory 16, and FIG. FIG. 6 shows the set check table, FIG. 6 shows the update table set in the update table memory 20, and FIG.
8 is a flowchart showing the input processing, FIG. 9 is a flowchart showing the specific contents of the input check processing shown in FIG. 8, and FIG. 10 is a flowchart showing the file update processing. It is a flowchart shown. 11 ... keyboard, 12 ... input processing unit, 15 ... check table memory, 16 ... reference file memory, 18 ... display unit.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】参照ファイルを指定するファイル指定デー
タ及び当該参照ファイルから参照するキー情報を指定す
るキー指定データを入力項目毎に記憶するチェックテー
ブル記憶手段と、 このチェックテーブル記憶手段に前記ファイル指定デー
タ及び前記キー指定データを任意に登録するチェックテ
ーブル登録手段と、 入力項目に対応するデータが入力された際に、前記チェ
ックテーブル記憶手段を参照し、前記ファイル指定デー
タによって指定された参照ファイルに前記キー指定デー
タによって指定されたキー情報に該当するデータが存在
するか否かを判別する判別手段と、 この判別手段が前記ファイル指定データによって指定さ
れた参照ファイルに前記キー指定データによって指定さ
れたキー情報に該当するデータが存在していないことを
判別した場合にその旨を報知する報知手段と、 を具備したことを特徴とするデータ処理装置。
1. Check table storage means for storing, for each input item, file specification data for specifying a reference file and key specification data for specifying key information to be referenced from the reference file, and the file specification is stored in the check table storage means. Check table registration means for arbitrarily registering data and the key designation data; and when the data corresponding to the input item is inputted, the check table storage means is referred to and a reference file designated by the file designation data is referred to. Determining means for determining whether there is data corresponding to the key information specified by the key specifying data; and this determining means specifies the reference file specified by the file specifying data by the key specifying data. The data corresponding to the key information does not exist The data processing apparatus is characterized in that anda informing means for informing to that effect when it is determined.
JP10426789A 1989-04-24 1989-04-24 Data processing device Expired - Fee Related JP3358194B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10426789A JP3358194B2 (en) 1989-04-24 1989-04-24 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10426789A JP3358194B2 (en) 1989-04-24 1989-04-24 Data processing device

Publications (2)

Publication Number Publication Date
JPH02281314A JPH02281314A (en) 1990-11-19
JP3358194B2 true JP3358194B2 (en) 2002-12-16

Family

ID=14376155

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10426789A Expired - Fee Related JP3358194B2 (en) 1989-04-24 1989-04-24 Data processing device

Country Status (1)

Country Link
JP (1) JP3358194B2 (en)

Also Published As

Publication number Publication date
JPH02281314A (en) 1990-11-19

Similar Documents

Publication Publication Date Title
JPH03266039A (en) Free format data link processing system
JPH04242858A (en) File update processor
JPH0756794A (en) Document managing device
JP3358194B2 (en) Data processing device
US20040054676A1 (en) Systems and methods for automatically processing text information
JP3245873B2 (en) File processing device
JP3143909B2 (en) File processing device
JPH10177508A (en) Data storage structure for computer
JPH11184930A (en) Method and device for changing medication fee
JP3337469B2 (en) Information processing device
JP3149108B2 (en) Input processing device
JP2855203B2 (en) Slip record data creation processor
JP3318754B2 (en) File update processor
JP2586064B2 (en) Data input device
JPH0458365A (en) Slip output device
JPH0573594A (en) Acceptance of order registering processor
JP3042510U (en) Computer device for POS
JP2586065B2 (en) Data input device
JPH05342073A (en) File storage medium and file managing system
JPH01222369A (en) Standardizing device for declensional kana ending
JPH06324930A (en) Data processor and data processing method
JP2003140934A (en) Information collation processing device
JPH03116317A (en) Slip input processing device
JPH0337720A (en) Data chaining system for dictionary system
JPH01112365A (en) Data processor

Legal Events

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