JPH0224745A - File processor - Google Patents
File processorInfo
- Publication number
- JPH0224745A JPH0224745A JP63175423A JP17542388A JPH0224745A JP H0224745 A JPH0224745 A JP H0224745A JP 63175423 A JP63175423 A JP 63175423A JP 17542388 A JP17542388 A JP 17542388A JP H0224745 A JPH0224745 A JP H0224745A
- Authority
- JP
- Japan
- Prior art keywords
- file
- input
- keyword
- data
- 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
- 238000012545 processing Methods 0.000 claims description 40
- 238000006243 chemical reaction Methods 0.000 abstract description 4
- 238000012423 maintenance Methods 0.000 description 37
- 238000000034 method Methods 0.000 description 19
- 238000010586 diagram Methods 0.000 description 12
- 239000002131 composite material Substances 0.000 description 4
- 150000001875 compounds Chemical class 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012937 correction Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Landscapes
- Input From Keyboards Or The Like (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はデータ処理装置に係り、ファイルのキーワード
を統一化してファイルの更新を行うファイル処理装置に
関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data processing device, and more particularly, to a file processing device that updates files by unifying file keywords.
本発明は入力レコードのキーワードをファイルのキーワ
ードの構造に合うワードに変換してファイルの更新を行
うものである。The present invention updates a file by converting the keyword of an input record into a word that matches the keyword structure of the file.
コンピュータシステムにより会計、給料管理等の処理に
おいては、売上データや従業員の給与データをルコード
単位で記憶したマスターファイル(データファイル)を
ハードディスクやフロッピィディスク等の外部記憶装置
に作成し、管理している。When processing accounting, salary management, etc. using a computer system, a master file (data file) that stores sales data and employee salary data in code units is created and managed on an external storage device such as a hard disk or floppy disk. There is.
前述の事務処理においては、売上や給与管理のためのマ
スクファイル以外にも、さらには伝票処理や在庫管理等
の複数のマスクファイルが存在する。そして日々のデー
タ、さらには月決めのデータによる修正が生ずるごとに
それぞれ各マスクファイル、すなわち前述した会計、給
料等の対応するマスクファイルの更新を行っている。In the aforementioned office processing, in addition to mask files for sales and salary management, there are multiple mask files for slip processing, inventory management, and the like. Each time there is a correction based on daily data or even monthly data, each mask file, that is, the mask file corresponding to the aforementioned accounting, salary, etc., is updated.
従来のコンピュータシステムにおけるマスクフアイルの
データ更新の方法を第9図(a)、 (b)に示す。A method of updating mask file data in a conventional computer system is shown in FIGS. 9(a) and 9(b).
同図(a)、 (blはそれぞれ旧マスクファイル10
1、旧マスクファイル102を更新する方法を示したも
のである。旧マスクファイル101を更新するためには
、各旧マスクファイル101の各レコードのデータの修
正情報や新たなレコードの追加情報が記憶されたレコー
ドからなるトランザクションファイル(Transac
tion file) 111 、 112 。The same figure (a), (bl is the old mask file 10 respectively)
1. This shows a method for updating the old mask file 102. In order to update the old mask file 101, a transaction file (Transac
tion file) 111, 112.
113を作成し、そのトランザクションファイルの各レ
コードを読み出してそのレコードの更新情報をもとに更
新プログラム121が旧マスクファイル101を更新し
、新マスクファイル201を作成している。また、旧マ
スクファイル102を更新するためには旧マスクファイ
ル101を更新する場合と同様に旧マスクファイル10
2の各レコードのデータの修正情報や新たなレコードの
追加情報が記憶されたレコードからなるトランザクショ
ンファイル211,212,213,214を作成し、
前述した更新プログラム101とは異なる更新プログラ
ム122がそのトランザクションファイルの各レコード
読み出しながら旧マスクファイル102を更新し、新マ
スクファイル202を作成している。The update program 121 updates the old mask file 101 and creates a new mask file 201 based on the update information of the records. In addition, in order to update the old mask file 102, the old mask file 102 must be updated in the same way as when updating the old mask file 101.
Create transaction files 211, 212, 213, and 214 consisting of records in which data modification information of each record and addition information of new records are stored.
An update program 122 different from the update program 101 described above updates the old mask file 102 and creates a new mask file 202 while reading each record of the transaction file.
前述のように従来は各マスクファイル毎に更新プログラ
ムを作成し、レコードの修正やレコードの追加がある毎
にそれらの修正情報や追加情報を記録したレコードをト
ランザクションファイルに書き込み、更新プログラムを
実行してトランザクションファイルに格納されたレコー
ドに基づいてマスクファイルの更新を行っている。As mentioned above, in the past, an update program was created for each mask file, and each time a record was modified or added, a record containing the modification information and additional information was written to a transaction file, and the update program was executed. The mask file is updated based on the records stored in the transaction file.
上述したように従来はデータファイル(マスクファイル
等)の更新を行うためには個々のデータファイル毎にデ
ータ更新のためのプログラムを作成しなければならなか
った。このためシステムで使用するデータファイルの数
が増えるとその数に比例して作成するデータ更新プログ
ラムの数も増加するので、多数のデータファイルを使用
するシステムにおいてはプログラムの生産性が悪くなる
という問題を有していた。As described above, conventionally, in order to update data files (mask files, etc.), it was necessary to create a data update program for each individual data file. For this reason, as the number of data files used in the system increases, the number of data update programs to be created also increases in proportion to the number, resulting in a problem in which program productivity deteriorates in systems that use a large number of data files. It had
本発明の課題は複数のデータファイルを使用するシステ
ムにおける更新処理を簡単とし、その更新に使用するプ
ログラムが少な(とも1本で行うことを可能としたデー
タ処理装置を提供することにある。An object of the present invention is to provide a data processing device that simplifies update processing in a system that uses a plurality of data files, and that allows the update to be performed with a small number of programs (at least one program).
本発明はキーワードの数が統一化された複数のファイル
を管理するファイル処理装置に関し、入力手段1 (第
1図の機能ブロック図の1参照以下同様)はキーワード
及び更新ワードを含むレコードを入力する。指定手段2
は更新すべきファイルを指定する。変換手段3は入力レ
コードのキーワードを指定手段2によって指定されたフ
ァイルのキーワードの構造に合うキーワードに変換する
。The present invention relates to a file processing device that manages a plurality of files in which the number of keywords is unified, and an input means 1 (see 1 in the functional block diagram of FIG. 1 and the same below) inputs records including keywords and update words. . Specifying means 2
specifies the file to be updated. The converting means 3 converts the keyword of the input record into a keyword that matches the keyword structure of the file specified by the specifying means 2.
更新手段4は変換手段3によって変換されたキーワード
により前記指定ファイルを検索し、入力された更新ワー
ドにより当該指定ファイルを更新する。The updating means 4 searches the designated file using the keyword converted by the converting means 3, and updates the designated file using the input update word.
変換手段3は入力レコードのキーワードをファイルのキ
ーワードの構造に合うキーワードに変換する。例えば日
付ワードや伝書ワード等の入力キーワードからファイル
のキーワードの構造に合うキーワードに変換する。そし
てこの変換したキーワードにより指定されたファイル内
を検索し、入力手段lにより人力された更新ワードによ
り当該指定ファイルを更新手段4によって更新する。入
力レコードのキーワードはファイルのキーワードの構造
に自動的に変換されるため各ファイルのキーワードの構
造を統一化すれば、ファイルの種類が異なっていても同
一の更新手段によって更新することができる。The conversion means 3 converts the keyword of the input record into a keyword that matches the keyword structure of the file. For example, input keywords such as date words and message words are converted into keywords that match the keyword structure of the file. Then, the file specified by this converted keyword is searched, and the specified file is updated by the updating means 4 using the update word manually entered by the input means 1. Since the keyword of the input record is automatically converted into the keyword structure of the file, if the keyword structure of each file is unified, even if the files are of different types, they can be updated by the same updating means.
〔実 施 例〕 以下第2図乃至第8図を用いて詳細に説明する。〔Example〕 A detailed explanation will be given below using FIGS. 2 to 8.
第2図は実施例のシステム構成図である。キーボードは
オペレータによって操作されるものであり、その操作に
よって発生したデータは入力処理装置11に加わる。入
力処理装置11には入力定義書12が接続されており、
入力処理装置11はキーボード10より入力したデータ
を入力定義書l2にのっとってデータを例えばソートし
、入力ファイル13に記憶させる。FIG. 2 is a system configuration diagram of the embodiment. The keyboard is operated by an operator, and data generated by the operation is applied to the input processing device 11. An input definition document 12 is connected to the input processing device 11,
The input processing device 11 sorts the data input from the keyboard 10 according to the input definition document 12, and stores the data in the input file 13.
第3図は前述の入力定義書12内のデータ構成図である
。入力定義書12はヘッディング部とアイテム部で構成
され、ヘッディング部は日付、伝播、得意先コード、担
当者コード等キーとなるデータであり、アイテム部は商
品コード、数量、カウンタ、金額等のキーに対応するデ
ータである。FIG. 3 is a data structure diagram in the input definition document 12 mentioned above. The input definition document 12 consists of a heading part and an item part. The heading part contains key data such as date, propagation, customer code, person in charge code, etc., and the item part contains keys such as product code, quantity, counter, amount, etc. This is the data corresponding to .
このような定義を用いて入力処理装置11はキーボード
からくるデータを入力ファイル13に格納する。入力フ
ァイル13には第3図に示した構成のデータからなるレ
コードが格納される。人力ファイルに格納された各種の
データのレコードからメンレ作成装置14はメンレフ1
イル15を作成する。メンレ作成装置14にはワークメ
モリ16、ファイル定義書17が接続されており、この
メンレフ1イル作成にはファイル定義書内で指定された
各ファイルを用いてメンテナンスファイルを作るもので
ある。Using such definitions, the input processing device 11 stores data coming from the keyboard in the input file 13. The input file 13 stores records consisting of data having the structure shown in FIG. Menre creation device 14 generates Menre 1 from records of various data stored in manual files.
Create file 15. A work memory 16 and a file definition document 17 are connected to the maintenance file creation device 14, and each file specified in the file definition document is used to create a maintenance file in creating the maintenance file.
第4図は入力処理装置11によってキーボード14に入
力したデータを作成した各レコードの情報である。第4
図における入力ファイル内の各レコードは第3図に示す
入力定義書により作成したものであり、第1伝票は日付
が63年1月27日(630127)伝票番号0001
、得意先A社、担当者a、商品xxx、数量××、単価
×××、金額××××、又同様に第1伝票の2項目には
630127.0001. A者、担当者a、商品××
×、数量××、単価×××、金額××××のように入る
。第3レコードにおいては、第2伝票が入るものであり
、630127、伝票番号10002 、得意先0社、
担当者b、商品×××、数量××、単価×××、金額×
×××となる。伝票は1項目につきl伝票となってはお
らず、1個の伝票で複数の項目が作成されている。第1
伝票においては、1個の伝票で2つの商品が入力されて
おり、また2番目は1個、3番目は更に複数の数が存在
する場合である。FIG. 4 shows information on each record created from data input to the keyboard 14 by the input processing device 11. Fourth
Each record in the input file in the figure was created using the input definition document shown in Figure 3, and the first slip has the date January 27, 1963 (630127) and slip number 0001.
, Customer A, Person in charge a, Product xxx, Quantity XX, Unit price XX, Amount XXXX, and similarly, 630127.0001. for the two items on the first slip. Person A, person in charge a, product XX
It is entered as ×, quantity ××, unit price ×××, amount ××××. The third record contains the second slip, 630127, slip number 10002, 0 customers,
Person in charge b, Product ×××, Quantity××, Unit price×××, Amount×
It becomes ×××. There is not one slip per item, but multiple items are created in one slip. 1st
In the case of a slip, two products are entered in one slip, and the second item is one item, and the third item is a plurality of items.
本発明の実施例においてはこのメンテナンスレコードを
介してデータを記憶管理するのではなく、各項目に対応
して管理している。すなわちキーワードに対応して管理
する。メンレ作成装置はこれらの入力ファイルから登録
、削除等の各ファイルに対応するデータ構造のレコード
を作成するものである。In the embodiment of the present invention, data is not stored and managed through this maintenance record, but is managed corresponding to each item. In other words, it is managed in accordance with keywords. The Menle creation device creates data structure records corresponding to each file such as registration and deletion from these input files.
第6図はファイル定義書17の構成図である。FIG. 6 is a configuration diagram of the file definition document 17.
ファイル定義書は入力ファイルのどの項目をキーコード
(キーワード)とし、どの項目を数値等のワードラベル
とするかを指示している0例えば第3図の人力定義書で
定義されたものの場合であるならば、第6図の得意先[
ファイルは第1キーコードRKIが得意先コード、第2
キーコードRK2が商品コードと、4個のワードラベル
d1゜d2.d3.d4が数量、単価、金額、ブランク
に定義される。また、第6図における定義書のワードラ
ベルは入力すなわちキーボードから入って人力定義書で
指示された項目とファイルに格納されるときにファイル
内のデータの単位が対応してファイル定義書で定義され
ている0例えば得意先明細ファイルである場合には、入
力ファイルの入力に対する数量は、ファイル内で数とな
り、単価は単価、金額は金額となる。また同様に売上明
細ファイルの場合には第1キーコードRKIは日付と伝
播の2つの人力ワードを組み合わせ、第2キーコードは
商品コード、そしてワードラベルは第1項d1が入力数
量に対してファイルが数、人力単価に対してファイルが
単価、入力金額に対してファイルが売値、となる。担当
者別ファイルの場合には担当者コードが第1番目のキー
コードであり、第2番目がヌルとなる。そしてそのとき
のワードラベルは担当者単位の売上として記憶するので
、入力金額に対して担当者別の金額となる。また在庫伝
票管理等も同様である。このようなファイル定義書にの
っとって、入力ファイルからメンテナンスレコードが作
成される。The file definition document specifies which items in the input file are to be used as key codes (keywords) and which items are to be used as word labels such as numerical values. For example, in the case of the one defined by the manual definition sheet in Figure 3. If so, the customer in Figure 6 [
In the file, the first key code RKI is the customer code, and the second
Key code RK2 is the product code and four word labels d1゜d2. d3. d4 is defined as quantity, unit price, amount, and blank. In addition, the word label of the definition document in Figure 6 is inputted from the keyboard and specified in the manual definition document, and when stored in the file, the units of data in the file are defined in the file definition document in correspondence. For example, in the case of a customer details file, the quantity for input in the input file is a number, the unit price is a unit price, and the amount is an amount. Similarly, in the case of a sales details file, the first key code RKI is a combination of the two manual words date and propagation, the second key code is the product code, and the first term d1 of the word label is the file for the input quantity. is the number, the file is the unit price for the manpower unit price, and the file is the selling price for the input amount. In the case of a file by person in charge, the person in charge code is the first key code, and the second key code is null. Since the word label at that time is stored as sales for each person in charge, the input amount becomes the amount for each person in charge. The same applies to inventory slip management and the like. A maintenance record is created from the input file according to such a file definition document.
例えば第4図の入力ファイル内のデータであった場合に
は、得意先賜畠θアイルのメンテナンス用のデータとし
てA社と商品である商品コードが得意先−用のキーワー
ドとしてさらにそれに対応した数、単価、金額がルコー
ド単位でメンレフアイル15に格納される。ここで入力
ファイル内ですべてのデータがファイル定義書にのっと
ってメンレフアイル内に格納されると、次には更新装置
18が動作し、各メソレフアイル15をアクセスし、順
次ルコード単位でファイル19,20.21・・・をア
クセスし、各ファイル毛割に記憶されている今までのデ
ータに、更にメンレフアイル15内で更新すべきデータ
を記憶しているレコードを対応するファイルに記憶させ
る。例えばメンレフアイル内に得意先IM=ファイルの
メンテナンスレコードが存在した場合には得意先勢−の
ファイルである例えばファイル19にそのメンテナンス
レコードを格納する。For example, in the case of the data in the input file shown in Figure 4, the maintenance data for the customer Shibata θ Isle is Company A and the product code, which is the keyword for the customer - and the corresponding number. , unit price, and amount are stored in the menu file 15 in code units. Once all the data in the input file is stored in the file definition file in accordance with the file definition document, the update device 18 operates, accesses each file 15, and sequentially accesses files 19, 20, . . . in code units. 21..., and records storing the data to be updated in the Menre file 15 are stored in the corresponding files in addition to the previous data stored in each file. For example, if a maintenance record of the client IM=file exists in the Menref file, the maintenance record is stored in the client's file, for example, file 19.
以上の動作によってキーボードから入力したメンテナン
ス用のデータが入力定義書によって入力ファイルに変換
され、さらにその入力ファイルに記憶されたデータから
ファイル定義書17にのっとってメンテナンスレコード
を作成し、更新装置18が更新指令が人に毎にメンテナ
ンスファイルの内容を対応するファイルに格納する。Through the above operations, the maintenance data entered from the keyboard is converted into an input file using the input definition document, and a maintenance record is created from the data stored in the input file according to the file definition document 17, and the update device 18 The update command stores the contents of the maintenance file in the corresponding file for each person.
第5図はメンレ作成装置14の処理フローチャートであ
る。メンレ作成装置14は入力ファイル13に入力定義
書で定義されている1個のヘッディング部とアイテム部
がそれぞれ入力したときに、対応するメンテナンスレコ
ードを作成する。まず入力ファイル13内に新しい1個
のレコードすなわちデータが存在するかを判別(Sl)
する。当然ないとき(N)にはこの判別(Sl)の後終
了する。一方、存在するときには(Y)、予め指定され
ているファイル定義書内の任意のファイル定義書を指定
(S2)する。FIG. 5 is a processing flowchart of the menle making device 14. The menu creation device 14 creates a corresponding maintenance record when one heading section and one item section defined in the input definition document are respectively input to the input file 13. First, determine whether there is one new record or data in the input file 13 (Sl)
do. Naturally, if there is none (N), the process ends after this determination (Sl). On the other hand, if the file definition exists (Y), an arbitrary file definition among the file definitions specified in advance is specified (S2).
次に上記指定ファイル定義書内においては第1のキーコ
ードRKIが設定されているか否がを判別する(S3)
。キーコードRKIが設定されている場合(Y)には、
更にそのキーコードRKIは2つ以上の入力ワードを組
み合わせた複合キーであるかを判別(S4)する。複合
キーではない場合(N)にはキーコードRKIのワード
に対応するデータを入力レコードよりリードし、ワーク
メモリにセットする処理を行う。Next, it is determined whether the first key code RKI is set in the specified file definition document (S3).
. If key code RKI is set (Y),
Furthermore, it is determined whether the key code RKI is a composite key that is a combination of two or more input words (S4). If it is not a composite key (N), data corresponding to the word of key code RKI is read from the input record and set in the work memory.
予め任意に指定されたファイル定義書が第6図に示した
得意先壜−σアイルの場合には第1キーコードRKIは
設定されており、しかも複合キーではないため判別(S
4)で(N)となり、処理(S5)を行う。If the file definition document arbitrarily specified in advance is the customer bottle-σ isle shown in
4), the result is (N), and the process (S5) is performed.
また、予め任意に指定されたファイル定義書が売上明細
ファイルの様に第1キーコードRKIは日付+伝播の組
み合わせである場合には、判別S4において複合キーで
ある(Y)と判別され、続いて複合キーにおける各ワー
ド名に対応するデータを入力するレコードより読み取り
、データを合成してワークメモリにセットする処理(S
6.S7)を行う。In addition, if the first key code RKI is a combination of date + propagation, such as in a sales details file where the file definition document specified arbitrarily in advance is a combination of date + propagation, it is determined in determination S4 that it is a composite key (Y), and the The process (S
6. Perform S7).
一方、予め指定されたファイル定義書において第1キー
コードが設定されていない場合には判別(S3)におい
て(N)、このときにはこのキーコードに対応する論理
的空ワード(ヌル)をワークメモリにセントする処理(
S8)を行う。処理S5.S7.S8の終了のあとには
第2キーコードRK2に関する処理を行う、この処理は
処理33〜S8と同様であり、まず指定されたファイル
定義書内に第2キーコードRK2が設定されているかの
判別を行う(S9)。(Y)の場合は更にその第2キー
コードRK2が複合キーであるかを判別(SIO)する
。複合キーでないときにはRK2のワード名に対応する
データを入力レコードよりリードし、ワークメモリにセ
ットする処理(Sll)を行い、複合キーであるときに
は各ワード名に対応するデータを入力できるようにリー
ドする処理(S12)、!いてデータをワークメモリに
セットする処理(S13)を行う。On the other hand, if the first key code is not set in the file definition specified in advance, it is determined (N) in the determination (S3), and in this case, a logical empty word (null) corresponding to this key code is stored in the work memory. Processing to cent (
Perform S8). Processing S5. S7. After the end of S8, processing regarding the second key code RK2 is performed. This processing is similar to processing 33 to S8. First, it is determined whether the second key code RK2 is set in the specified file definition document. (S9). In the case of (Y), it is further determined whether the second key code RK2 is a composite key (SIO). If it is not a compound key, the data corresponding to the word name of RK2 is read from the input record and set in the work memory (Sll), and if it is a compound key, it is read so that the data corresponding to each word name can be input. Processing (S12),! Then, a process (S13) is performed to set the data in the work memory.
一方、判別S9において第2キーコードRK2が存在し
ない(N)ときには、論理的空ワード(ヌル)をワーク
メモリにセットする処理(Sl4)を行う。この2つの
キーコードに対応する処理が終了すると、次には未処理
のワードラベルが存在するか否かを判別する。未処理の
ワードラベルが存在する(Y)場合すなわちワードラベ
ル有りと判別されたときには入カラベル有りか否かを判
別する(516)。これは例えばオペレータが入力定義
書に対応したデータが必要ないと判断し入力しなかった
場合、さらにはオペレータによって忘れた場合であり、
判別(S 16)において、入力ラベルがない(N)と
きにはそのワードに対する論理的空ワードをワークメモ
リにセットする。On the other hand, when the second key code RK2 does not exist (N) in the determination S9, a process (S14) is performed to set a logical empty word (null) in the work memory. When the processing corresponding to these two key codes is completed, it is next determined whether or not there is an unprocessed word label. If an unprocessed word label exists (Y), that is, if it is determined that a word label exists, it is determined whether an input label exists (516). This may occur, for example, if the operator decides that the data corresponding to the input definition form is not necessary and does not enter it, or even if the operator forgets the data.
In the determination (S16), if there is no input label (N), a logical empty word for that word is set in the work memory.
また入力ラベルが存在する場合にはすなわちワードラベ
ルに対応する項目が存在するときにはワード名に対応す
るデータを入力レコードよりリードしワークメモリにセ
ットする処理(318)を行う。そして処理(317,
518)の後に再度未処理のワードラベル有りか否かの
判別を行う、この繰り返しによってワードラベルd1〜
d4内が順次処理される。Further, if an input label exists, that is, if an item corresponding to the word label exists, a process (318) is performed in which data corresponding to the word name is read from the input record and set in the work memory. and processing (317,
After step 518), it is determined again whether or not there is an unprocessed word label.By repeating this process, the word labels d1~
d4 is processed sequentially.
一方、未処理のワードラベルなしと判別(S15)にお
いて判別した場合には(N)、ワークメモリ内の即ち前
述した動作によってワークメモリに作成された1個のレ
コードに対応するワークメモリ内のメンレフアイルへ登
録する処理(S16)を行う。これはルコードに対する
処理であり、入力ファイル内におけるすべてのレコード
に対する処理を行うため再度判別S1から順次繰り返す
。On the other hand, if it is determined in the determination (S15) that there is no unprocessed word label, (N), the menu file in the work memory corresponding to one record created in the work memory by the above-mentioned operation. The process of registering (S16) is performed. This is a process for the record code, and in order to process all the records in the input file, it is repeated sequentially from determination S1 again.
前述した動作の繰り返によってすべての入力レコードに
対する変換用のファイル定義書を用いてメンテナンスレ
コードを作成することができる。By repeating the above-described operations, maintenance records can be created using file definition documents for conversion for all input records.
この新しく入力したレコードからメンテナンスレコード
が完了したときには更新処理装置18が動作を開始し、
更新処理を行う。When the maintenance record is completed from this newly input record, the update processing device 18 starts operating,
Perform update processing.
第7図は更新処理装置18の処理フローチャートである
。まず更新処理装置18が動作を開始すると、メンレフ
アイルのレコードをファイル名に別に分離する処理(S
20)を行う、即ち処理(320)によってファイル順
にソートする。続いてソートした先頭メンテナンスレコ
ード(メンレ)のリードを行い(321)、未処理のメ
ンテナンスレコードがあるかどうかの判別(322)を
行う。この判別は順次メンテナンスレコードを読み、処
理を行うための判別であり、後述する処理動作を順次繰
り返した場合にはメンテナンスレコードがない(N)と
判断してすべてのファイルをクローズする処理(335
)を行い終了する。FIG. 7 is a processing flowchart of the update processing device 18. First, when the update processing device 18 starts operating, a process (S
20), that is, the files are sorted in order by processing (320). Next, the sorted first maintenance record (menle) is read (321), and it is determined whether there is any unprocessed maintenance record (322). This determination is for sequentially reading maintenance records and performing processing. If the processing operations described below are repeated sequentially, it is determined that there is no maintenance record (N) and all files are closed (335).
) and exit.
一方、メンテナンスレコードが存在する例えば更新処理
を開始した直後であるならば存在するので次には直前の
メンテナンスレコードが指示するファイルと現在のファ
イルとが同一であるかの判別(323)を行う。本発明
の実施例においてはファイルは1偏重位でオープンされ
クローズされる。よって直前のメンテナンスファイルと
同一でない(N)ときにはまず、直前のファイルをクロ
ーズ(S24)L、続いて新たなファイル即ち読み取っ
たメンテナンスレコードのファイルに対応するファイル
をオープンする処理(S25)を行う。判別(323)
で直前のメンテナンスファイルと同一であったとき、あ
るいは新たなファイル処理をオープンしたとき(S25
)の後にはメンテナンスレコードに第1キーコードRK
Iのデータが存在するかを判別する(326)。そして
RKlのデータが存在する(Y)時には続いて同様に第
2キーコードRK2のデータが存在するかの判別(32
8)を行う。判別(328)においてRK2のデータが
存在しない時には、すなわち判別(S26)において第
1キーコードRKIが存在せず、さらに第2キーコード
RK2が存在しない場合はレコードがキーにより特定で
きないので、そのときにはエラー処理を行う(S29)
。On the other hand, if a maintenance record exists, for example, immediately after starting the update process, it exists, so next it is determined whether the file specified by the immediately previous maintenance record is the same as the current file (323). In an embodiment of the invention, files are opened and closed with a bias of one. Therefore, if the maintenance file is not the same as the immediately previous maintenance file (N), first the immediately previous file is closed (S24)L, and then a new file, that is, a file corresponding to the file of the read maintenance record is opened (S25). Discrimination (323)
when the maintenance file is the same as the previous maintenance file, or when a new file process is opened (S25
) is followed by the first key code RK in the maintenance record.
It is determined whether data of I exists (326). Then, when data of RKl exists (Y), it is similarly determined whether data of second key code RK2 exists (32
Do 8). If the data of RK2 does not exist in the determination (328), that is, if the first key code RKI does not exist in the determination (S26) and furthermore, the second key code RK2 does not exist, the record cannot be identified by the key. Perform error processing (S29)
.
一方、判別(327)においてRK2のデータが存在し
ない場合、さらには判別(S 27)において存在する
場合(Y)、また判別(328)においてRK2のデー
タが存在する場合にはそれぞれに対応した処理を行う。On the other hand, if RK2 data does not exist in the determination (327), furthermore, if it exists in the determination (S27) (Y), or if RK2 data exists in the determination (328), the corresponding processing is performed. I do.
すなわちRKIのデータとRK2のデータとが同時に存
在するときにはRKI、RK2が一致するレコードをフ
ァイル内よりサーチする(S30)。またRKlのデー
タは存在するがRK2のデータは存在しない場合にはR
KIのデータについてだけ着目し、このRKlのデータ
が一致するキーデータのレコードをファイル内よりサー
チする(S31)。また逆にRK2のデータは存在する
が、RKIのデータが存在しない場合にはRK2のデー
タについてだけ着目し、このRK2のデータが一致する
レコードをファイル内よりサーチする(332)。この
サーチ処理(S30.S31,532)によって登録す
べきメンテナンスレコードの位置が求められる。That is, when RKI data and RK2 data exist at the same time, a record with matching RKI and RK2 is searched from within the file (S30). Also, if RKl data exists but RK2 data does not exist, R
Focusing only on the KI data, the file is searched for a key data record that matches this RKl data (S31). Conversely, if the RK2 data exists but the RKI data does not exist, only the RK2 data is focused, and the file is searched for a record that matches the RK2 data (332). This search process (S30, S31, 532) determines the location of the maintenance record to be registered.
そしてこれらの処理のあとには、メンレフアイル15内
の1亥当するすなわちサーチしたキーコードに該当する
メンテナンスレコードを登録する処理を行なう、換言す
るならばメンテナンスレコードに含まれる更新ワードデ
ータによりレコードを更新する(333)、処理(S2
9)あるいは処理(S33)のあとには次のメンテナン
スレコードをリード(S34)L、続いて処理(322
)に戻る。この判別(S 22)において未処理のメン
テナンスレコードが存在する限り前述した動作を順次繰
り返す、そして未処理のメンテナンスレコードが存在し
なくなったとき(N)、ファイルをクローズしく535
)終了する。After these processes, a process is performed to register a maintenance record corresponding to the key code searched for in the Menre file 15. In other words, the record is updated using the update word data included in the maintenance record. (333), processing (S2
9) Or after processing (S33), read the next maintenance record (S34)L, and then perform processing (322).
). In this determination (S22), as long as there are unprocessed maintenance records, the above-described operations are repeated sequentially, and when there are no unprocessed maintenance records (N), the file is closed (535).
)finish.
以上述べた処理によってファイル19〜21・・・にキ
ーボードより入力したデータが登録され更新がなされる
0本発明の実施例においてはメンテナンスレコード(メ
ンレフアイル)のキーコードは同一構成である゛。よっ
て更新装置で更新すべきプログラムは少なくても1個と
することができる。Through the above-described processing, the data input from the keyboard is registered and updated in the files 19 to 21. In the embodiment of the present invention, the key codes of the maintenance records (main files) have the same structure. Therefore, the number of programs to be updated by the update device can be at least one.
第8図は更新におけるファイルコードの説明図である。FIG. 8 is an explanatory diagram of file codes in updating.
メンテナンスレコードファイル15内に作成されたメン
テナンスレコードは更新処理装置18内にロードされた
更新プログラムPXによってルコード単位で呼び出され
、それに対応したファイル名のファイルがオープンされ
、そのファイルがアクセスされる。従来においてはファ
イル単位で更新プログラム装置を更新するプログラムを
作成しなければならないが本発明の実施例においてはフ
ァイル定義書によってレコードを作成し、そのレコード
が指示するファイルをアクセスするとともにそのキーコ
ードの数が統一化されているので(なお数が異なる場合
でもヌルとしてデータを入れることによって統一化させ
ることができる)、各メンテナンスレコードファイル1
5で指示されるファイルをアクセスするのみでよく、そ
の更新プログラムは1個ですむ。The maintenance records created in the maintenance record file 15 are called in code units by the update program PX loaded into the update processing device 18, a file with a corresponding file name is opened, and the file is accessed. In the past, it was necessary to create a program to update the update program device for each file, but in the embodiment of the present invention, a record is created using a file definition document, and the file specified by the record is accessed and the key code of the file is accessed. Since the numbers are unified (even if the numbers are different, you can unify them by entering data as null), each maintenance record file 1
It is only necessary to access the file indicated in step 5, and only one update program is required.
以上述べたように本発明では、入力レコードのキーワー
ドはファイル定義書にファイルのキーワードの構造に合
うように変換されるので、各ファイルのキーワードの構
造を統一化すれば、各ファイルに対する更新プログラム
は1個でよ(、あらたに入力レコードのキーワードの構
造が変更となってもそれに対応した更新プログラムを作
成する必要がないという特徴を有する。またこれによっ
てメンテナンスの負担が軽減するという特徴を得る。As described above, in the present invention, the keywords of the input records are converted into the file definition document to match the keyword structure of the file, so if the keyword structure of each file is unified, the update program for each file can be Even if the keyword structure of an input record is newly changed, there is no need to create an update program corresponding to the change.Also, it has the feature that the burden of maintenance is reduced.
第1図は本発明の機能ブロック図、
第2図は実施例のシステム構成図、
第3図は入力定義書の説明図、
第4図は入力ファイルの説明図、
第5図はメンレ作成処理のフローチャート、第6図はフ
ァイル定義書の説明図、
第7図は更新処理のフローチャート、
第8図は更新の説明図、
第9図(a)、 Tb)は従来の更新の説明図である。
1・・・入力手段、
2・・・指定手段、
3・・・変換手段、
4・・・更新手段。
特許出願人 カシオ計算機株式会社
第
図
第
図Figure 1 is a functional block diagram of the present invention, Figure 2 is a system configuration diagram of an embodiment, Figure 3 is an explanatory diagram of an input definition document, Figure 4 is an explanatory diagram of an input file, and Figure 5 is a menu creation process. Fig. 6 is an explanatory diagram of the file definition document, Fig. 7 is a flowchart of update processing, Fig. 8 is an explanatory diagram of update, and Fig. 9 (a), Tb) is an explanatory diagram of conventional update. . 1... Input means, 2... Designation means, 3... Conversion means, 4... Update means. Patent applicant: Casio Computer Co., Ltd.
Claims (1)
るファイル処理装置において、 キーワード及び更新ワードを含むレコードを入力する入
力手段と、 更新すべきファイルを指定する指定手段と、前記入力レ
コードのキーワードを前記指定手段によって指定された
ファイルのキーワードの構造に合うキーワードに変換す
る変換手段と、 この変換手段によって変換されたキーワードにより前記
指定ファイルを検索し、入力された更新ワードにより当
該指定ファイルを更新する更新手段とよりなることを特
徴としたファイル処理装置。[Scope of Claims] A file processing device that manages a plurality of files having a unified number of keywords, comprising: input means for inputting a record including a keyword and an update word; designation means for specifying a file to be updated; a converting means for converting the keyword of the input record into a keyword that matches the keyword structure of the file specified by the specifying means; searching the specified file using the keyword converted by the converting means; and searching the specified file using the input update word. A file processing device comprising: update means for updating the specified file.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63175423A JPH0224745A (en) | 1988-07-14 | 1988-07-14 | File processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63175423A JPH0224745A (en) | 1988-07-14 | 1988-07-14 | File processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0224745A true JPH0224745A (en) | 1990-01-26 |
Family
ID=15995838
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP63175423A Pending JPH0224745A (en) | 1988-07-14 | 1988-07-14 | File processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0224745A (en) |
-
1988
- 1988-07-14 JP JP63175423A patent/JPH0224745A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6163774A (en) | Method and apparatus for simplified and flexible selection of aggregate and cross product levels for a data warehouse | |
AU695765B2 (en) | Method and apparatus for data storage and retrieval | |
US5909570A (en) | Template mapping system for data translation | |
US6212524B1 (en) | Method and apparatus for creating and populating a datamart | |
US6263341B1 (en) | Information repository system and method including data objects and a relationship object | |
US6496838B1 (en) | Database reconciliation method and system | |
US20030171942A1 (en) | Contact relationship management system and method | |
US20030195873A1 (en) | Identifier vocabulary data access method and system | |
US20030097349A1 (en) | Method and system for verifying and correcting data records in a database | |
JP2000353177A (en) | Data mining method and system | |
US7398264B2 (en) | Simplifying movement of data to different desired storage portions depending on the state of the corresponding transaction | |
US20090313563A1 (en) | System and method for providing data links | |
US20030055838A1 (en) | Data storing method and data storing structure | |
JPH0224745A (en) | File processor | |
JPH06325059A (en) | Order managing system and customer managing system | |
US5283895A (en) | Apparatus and method for processing data corresponding to word labels | |
JP2005327136A (en) | Slip management system and slip management software | |
JP2004110182A (en) | Data converter, data conversion method, and data conversion program | |
EP0358860B1 (en) | Apparatus and method for processing data corresponding to labels | |
US7627553B1 (en) | Custom queries for segmentation | |
JP2004303117A (en) | Name sorting database design support method and system | |
JPH06282367A (en) | Data input method | |
JP4547400B2 (en) | Business management system | |
JP2001022777A (en) | Data analyzing method | |
JPH0224764A (en) | Transaction processor |