JPH08185454A - Data processor - Google Patents

Data processor

Info

Publication number
JPH08185454A
JPH08185454A JP6339537A JP33953794A JPH08185454A JP H08185454 A JPH08185454 A JP H08185454A JP 6339537 A JP6339537 A JP 6339537A JP 33953794 A JP33953794 A JP 33953794A JP H08185454 A JPH08185454 A JP H08185454A
Authority
JP
Japan
Prior art keywords
record
file
item
data
slip
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP6339537A
Other languages
Japanese (ja)
Inventor
Hiroyoshi Kiuchi
啓義 木内
Masaaki Fukumura
正明 福村
Toshio Higashihara
利雄 東原
Takashi Kurihara
栗原  隆
Junji Mori
潤二 森
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 JP6339537A priority Critical patent/JPH08185454A/en
Publication of JPH08185454A publication Critical patent/JPH08185454A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE: To use item data as data required for output similarly to the other item data of a data file by performing the output based on a record generated by a record generation means at the time of outputting the data file set in a file setting slip. CONSTITUTION: When a ledger registration slip is inputted from an input part 1, a registration slip input processing part 2 performs registration corresponding to the data file. The data file is generated based on the file setting slip defined in the ledger registration slip in a file generation processing part 12 provided in a file processing part 9 and the data file is updated corresponding to the generated record. Then, at the time of outputting the data tile, record summing-up or the like is performed based on the record generated by the record preparation part 16 of a slip output control part 15, storage is performed in the work file 19 of a slip preparation part 17, a slip form is outputted from a printing part 20 and a display part 21 and the item data are arbitrarily used as the required data.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、オフィスコンピュー
タやパーソナルコンピュータ、ホストコンピュータ等に
おいて、各種の事務処理用ファイルに基づいてデータを
処理するデータ処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device for processing data in an office computer, a personal computer, a host computer or the like based on various office processing files.

【0002】[0002]

【従来の技術】従来、オフィスコンピュータ等のように
事務処理を行うデータ処理装置においては、営業ファイ
ル、会計ファイル、振替ファイル、人事ファイル等、多
種多様のファイルを記憶管理しているが、各データファ
イルを構成するレコード構造は、データファイル毎に異
なっており、同一レコード形態(レコードを構成する各
項目が一致するレコード)毎にまとめて別ファイルとし
て記憶管理している。ところで、営業ファイルは、売上
伝票、仕入伝票等が入力されることによってレコード更
新、つまりレコード集計、レコード追加等が行われる
が、このような更新処理は、予めシステムエンジニア等
の専門家が個々の伝票等の処理プログラムを設計するこ
とにより所定のファイルに対する処理が可能となる。そ
して、前記ファイルはそのレコード構成が予め設計され
ており、そのレコードのフィールド、即ち項目も予め定
められている。
2. Description of the Related Art Conventionally, in a data processing apparatus such as an office computer that performs office work, various files such as sales files, accounting files, transfer files, and personnel files are stored and managed. The record structure that constitutes a file is different for each data file, and the same record form (records in which each item that constitutes a record matches) is collectively managed as a separate file. By the way, in the sales file, records are updated by inputting sales slips, purchase slips, etc., that is, record aggregation, record addition, etc., but such update processing is performed individually by experts such as system engineers in advance. By designing a processing program for such slips, it becomes possible to process a predetermined file. The record structure of the file is designed in advance, and the field of the record, that is, the item is also predetermined.

【0003】[0003]

【発明が解決しようとする課題】前記処理プログラムに
おいて、前記ファイルを構成するレコードの項目はその
レコード構成に合わせて、予め設計されている。しかる
に、これらの項目はレコードを出力した際に、必要とな
る項目を予め設計しておく必要があるが、これらの項目
の全てを予めファイルのレコード構成の項目として設計
しておくとレコードが長くなる欠点が有る。そこで、レ
コードを出力する時点で必要になる項目を処理プログラ
ムの中で作り出してこの項目をファイルから読み出した
レコードに付加することも考えられるが、レコードの出
力の都度その処理のためのプログラムを個別に作成しな
ければならない。また、ファイルのレコード項目とし
て、取引先、勘定、などのコードデータが用いられる
が、コードだけを記憶した場合は、このファイルを使う
際には、その項目のデータが何を意味しているのか使う
人が個々に判断する必要があった。この判断を誤れば、
同一のデータでありながら違う意味で使われてしまう危
険があった。また、コード及びそのキャラクタまで含め
て記憶すると、レコードの項目が増大する欠点があっ
た。
In the processing program, the items of the records that make up the file are designed in advance according to the record configuration. However, for these items, it is necessary to design the necessary items in advance when the record is output, but if all of these items are designed in advance as the items of the record structure of the file, the record becomes long. There is a drawback. Therefore, it is possible to create an item in the processing program that is needed at the time of outputting the record and add this item to the record read from the file, but each time the record is output, a program for that processing is individually added. Must be created. In addition, code data such as business partners and accounts are used as record items of the file. If only the code is stored, what does the data of that item mean when using this file? The user had to make an individual judgment. If you make a mistake in this judgment,
There was a risk that the same data would be used with different meanings. In addition, if the code and its character are also stored, the number of items in the record increases.

【0004】この発明の課題は、ファイル処理プログラ
ムの設計をプログラミング等の専門的知識を有するシス
テムエンジニア等に依頼しなくても、日常の業務の遂行
によってファイルとしてどのような項目を必要とするか
を経験的に理解している一般的な業務担当者が自己の業
務内容に合うように、データファイルのレコード内には
実在しない必要項目の生成を任意に設定でき、この設定
で生成された項目のデータをデータファイルに実在する
項目データと同様に、出力に必要なデータとして使用で
きるようにすると共に、データファイルの任意の項目内
容をキーとして索引テーブルを参照することによってデ
ータ変換し、これによって得られた項目データをデータ
ファイルの他の項目データと同様に、出力に必要なデー
タとして使用できるようにすることである。
An object of the present invention is to determine what items are required as files by carrying out daily work without requesting a system engineer having specialized knowledge of programming to design a file processing program. A general business person who understands empirically can set the generation of necessary items that do not actually exist in the records of the data file to suit his or her business content, and the items generated by this setting Data can be used as the data required for output in the same way as the item data that actually exists in the data file, and any item content of the data file can be used as a key to convert the data by referencing the index table. The obtained item data can be used as the data required for output like other item data in the data file. It is to so.

【0005】[0005]

【課題を解決するための手段】第1の発明(請求項
(1)記載の発明)の手段は次の通りである。 (1)、データファイルのレコード構成に対応してその
各項目を設定してなるファイル設定票を記憶する手段
と、前記ファイル設定票に基づいてデータファイルのレ
コードを生成し、この生成されたレコードにしたがっ
て、データファイルを更新する更新手段とを有し、 (2)、項目データ生成手段は前記ファイル設定票に設
定されているデータファイルのレコード内に存在しない
項目が論理項目として定義されていると共に、この論理
項目に対応付けて当該項目の生成条件が定義されている
場合に、この生成条件に基づいて対応する論理項目の項
目データを生成する。 (3)、レコード生成手段は前記ファイル設定票に設定
されているデータファイルのレコード内に存在する項目
データと、前記項目データ生成手段によって生成された
項目データとを1レコード内に組み込んだレコードを生
成する。 (4)、出力手段は前記ファイル設定票に設定されてい
るデータファイルを出力する際に、前記レコード生成手
段によって生成されたレコードに基づいて出力を行う。 第2の発明(請求項(2)記載の発明)の手段は次の通
りである。 (1)、データファイルのレコード構成に対応してその
各項目を設定してなるファイル設定票を記憶する手段
と、前記ファイル設定票に基づいてデータファイルのレ
コードを生成し、この生成されたレコードにしたがっ
て、データファイルを更新する更新手段とを有し、 (2)、項目データ生成手段は前記ファイル設定票に設
定されているデータファイルの各項目のうち任意の項目
を索引キーとして指定すると共にこの索引キーに対応し
てその索引先を示す索引テーブルが設定されている場合
に、この索引キーに基づいて索引テーブルを参照するこ
とにより当該索引キーに対応する項目データを生成す
る。 (3)、レコード生成手段は前記ファイル設定票に設定
されているデータファイルの項目に対応する項目データ
と、前記項目データ生成手段によって生成された項目デ
ータとを1レコード内に組み込んだレコードを生成す
る。 (4)、出力手段は前記ファイル設定票に設定されてい
るデータファイルを出力する際に、前記レコード生成手
段によって生成されたレコードに基づいて出力を行う。
Means for Solving the Problems The means of the first invention (the invention according to claim (1)) is as follows. (1) Means for storing a file setting vote formed by setting each item corresponding to the record configuration of the data file, and a record of the data file is generated based on the file setting vote, and the generated record According to the above, (2), the item data generating means defines an item which does not exist in the record of the data file set in the file setting vote as a logical item. At the same time, when the generation condition of the item is defined in association with the logical item, the item data of the corresponding logical item is generated based on the generation condition. (3), the record generation means stores a record in which the item data existing in the record of the data file set in the file setting vote and the item data generated by the item data generation means are incorporated into one record. To generate. (4) When outputting the data file set in the file setting form, the output means outputs based on the record generated by the record generating means. Means of the second invention (the invention according to claim (2)) is as follows. (1) Means for storing a file setting vote formed by setting each item corresponding to the record configuration of the data file, and a record of the data file is generated based on the file setting vote, and the generated record And (2) the item data generating means specifies any item among the items of the data file set in the file setting form as an index key. When an index table indicating the index destination is set corresponding to this index key, the index table is referred to based on this index key to generate item data corresponding to the index key. (3) The record generating means generates a record in which the item data corresponding to the item of the data file set in the file setting vote and the item data generated by the item data generating means are incorporated in one record. To do. (4) When outputting the data file set in the file setting form, the output means outputs based on the record generated by the record generating means.

【0006】[0006]

【作用】第1の発明の手段の作用は次の通りである。い
ま、データファイルのレコード構成に対応してその各項
目をファイル設定票に設定しておく。このファイル設定
票に設定されている各項目に対応してデータファイルの
レコードが生成され、この生成されたレコードにしたが
って、データファイルのレコードが更新される。そし
て、データファイルのレコードの出力において、ファイ
ル設定票に設定されているデータファイルのレコード内
に存在しない項目が論理項目として定義されていると共
に、この論理項目に対応付けて当該項目の生成条件が定
義されている場合に、項目データ生成手段は、この生成
条件に基づいて対応する論理項目の項目データを生成す
る。すると、レコード生成手段は、ファイル設定票に設
定されているデータファイルのレコード内に存在する項
目データと、項目データ生成手段によって生成された項
目データとを1レコード内に組み込んだレコードを生成
する。これによって生成されたレコードに基づいて出力
手段はレコードの出力を行う。したがって、ファイル処
理プログラムの設計をプログラミング等の専門的知識を
有するシステムエンジニア等に依頼しなくても、日常の
業務の遂行によってファイルとしてどのような項目を必
要とするかを経験的に理解している一般的な業務担当者
が自己の業務内容に合うように、データファイルのレコ
ード内には実在しない必要項目のデータをファイル設定
票の記述内容にしたがって任意に生成し、この生成項目
のデータをデータファイルに実在する項目データと同等
に出力に必要なデータとして使用することができる。第
2の発明の手段の作用は次の通りである。いま、データ
ファイルのレコード構成に対応してその各項目をファイ
ル設定票に設定しておく。このファイル設定票に設定さ
れている各項目に対応してデータファイルのレコードが
生成され、この生成されたレコードにしたがって、デー
タファイルのレコードが更新される。そして、データフ
ァイルのレコードの出力において、前記ファイル設定票
に設定されているデータファイルの各項目のうち任意の
項目を索引キーとして指定すると共にこの索引キーに対
応してその索引先を示す索引テーブルが設定されている
場合に、項目データ生成手段は、この索引キーに基づい
て索引テーブルを参照することにより当該索引キーに対
応する項目データを生成する。すると、レコード生成手
段は、前記ファイル設定票に設定されているデータファ
イルの項目に対応する項目データと、前記項目データ生
成手段によって生成された項目データとを1レコード内
に組み込んだレコードを生成する。これによって生成さ
れたレコードに基づいて出力手段はレコードの出力を行
う。したがって、ファイル処理プログラムの設計をプロ
グラミング等の専門的知識を有するシステムエンジニア
等に依頼しなくても、日常の業務の遂行によってファイ
ルとしてどのような項目を必要とするかを経験的に理解
している一般的な業務担当者が自己の業務内容に合うよ
うに、ファイル設定票の記述内容にしたがってデータフ
ァイルの任意の項目内容をキーとして索引テーブルを参
照することによってデータ変換し、これによって得られ
た項目データをデータファイルの他の項目データと同等
に出力に必要なデータとして使用することができる。
The operation of the means of the first invention is as follows. Now, corresponding to the record structure of the data file, each item is set in the file setting vote. A record of the data file is generated corresponding to each item set in the file setting slip, and the record of the data file is updated according to the generated record. Then, in the output of the record of the data file, an item that does not exist in the record of the data file set in the file setting form is defined as a logical item, and the generation condition of the item is associated with this logical item. When defined, the item data generating means generates item data of the corresponding logical item based on this generation condition. Then, the record generation unit generates a record in which the item data existing in the record of the data file set in the file setting vote and the item data generated by the item data generation unit are incorporated in one record. The output means outputs the record based on the record thus generated. Therefore, without having to ask a system engineer with specialized knowledge of programming etc. to design a file processing program, you should have an empirical understanding of what items are needed as files for the daily work. In order for a general business person who is in charge of the job to suit his or her job content, the data of the required items that do not actually exist in the records of the data file can be arbitrarily generated according to the description contents of the file setting form, and the data of this generated item can be generated. It can be used as data necessary for output, just like item data that actually exists in the data file. The operation of the means of the second invention is as follows. Now, corresponding to the record structure of the data file, each item is set in the file setting vote. A record of the data file is generated corresponding to each item set in the file setting slip, and the record of the data file is updated according to the generated record. Then, in the output of the record of the data file, an arbitrary table among the respective items of the data file set in the file setting slip is designated as an index key, and an index table showing the index destination corresponding to the index key. When is set, the item data generating means generates the item data corresponding to the index key by referring to the index table based on this index key. Then, the record generating means generates a record in which the item data corresponding to the item of the data file set in the file setting vote and the item data generated by the item data generating means are incorporated in one record. . The output means outputs the record based on the record thus generated. Therefore, without having to ask a system engineer with specialized knowledge of programming etc. to design a file processing program, you should have an empirical understanding of what items are needed as files for the daily work. A general business person who is in charge of data conversion obtains the data by referring to the index table with the content of any item of the data file as a key according to the description content of the file setting slip so that it suits his / her business content. The item data can be used as data necessary for output in the same manner as other item data in the data file.

【0007】[0007]

【実施例】以下、図1〜図8を参照して一実施例を説明
する。図1はデータ処理装置の全体構成を示したブロッ
ク図である。入力部1は各種のデータやコマンド等を入
力するキー入力装置やポインティングデバイスとしての
マウス等を有する構成で、この入力部1から原簿登録票
の入力が指示されると、登録票入力処理部2はこの指示
にしたがって起動し、入力部1から入力された原簿登録
票の入力処理を実行する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment will be described below with reference to FIGS. FIG. 1 is a block diagram showing the overall configuration of the data processing device. The input unit 1 is configured to have a key input device for inputting various data and commands, a mouse as a pointing device, etc. When the input unit 1 is instructed to input a ledger registration slip, the registration slip input processing unit 2 Starts according to this instruction and executes the input process of the ledger registration slip input from the input unit 1.

【0008】ここで、原簿登録票について説明してお
く。図2は原簿登録票の具体例を示したもので、会計明
細ファイルについての原簿登録票を示している。つま
り、本実施例においては振替明細ファイル3、営業明細
ファイル4、会計明細ファイル5に対応付けて原簿登録
票3−1、4−1、5−1を記憶管理するようにしてお
り、各登録票の票フォームは基本的に同様の構成となっ
ている。図2に示す原簿登録票において、表枠やセル枠
を構成する罫線および見出し(例えば、原簿名称、項目
名、属性、……入力原簿名称、業務名……)は予め登録
票入力処理部2内に設定されている票フォームに含まれ
ているもので、この票フォームが表示画面上に出力され
ている状態において、入力部1から任意の位置を指定し
ながらデータを順次入力してゆく。
Now, the original book registration slip will be described. FIG. 2 shows a specific example of the original book registration slip, and shows the original book registration slip for the accounting statement file. That is, in this embodiment, the original book registration slips 3-1, 4-1 and 5-1 are stored and managed in association with the transfer detailed file 3, the business detailed file 4 and the accounting detailed file 5. The vote form of votes basically has the same structure. In the original book registration sheet shown in FIG. 2, the ruled lines and headings (for example, original book name, item name, attribute, ... Input original book name, business name ...) Constituting the table frame and the cell frame are registered sheet input processing unit 2 in advance. It is included in the vote form set in the table, and while the vote form is output on the display screen, data is sequentially input while designating an arbitrary position from the input unit 1.

【0009】すなわち、票フォームの見出し「原簿名
称」に対応して会計明細ファイル5のファイル名「会計
明細」を入力し、この会計明細ファイル5のレコード構
成に対応して各項目名(伝票識別、伝票no、事業所c
d、勘定cd……)を1項目づつ入力してゆく。なお、
図中「cd」はコードを示し、また「伝票no」はシー
クシェンシャルの伝票番号を示している。そして、各項
目名に対応付けて「属性」、「桁数」、「テーブル
名」、「定義」の欄に所定事項を1項目づつ入力してゆ
く。ここで、「属性」とは対応する項目の項目属性を示
し、例えば「R」は右寄せ、「N」は数値を示してい
る。また「桁数」は対応する項目の項目桁数を示してい
る。「テーブル名」は対応する項目のデータを生成する
際に参照すべき索引テーブルのテーブル名を示し、例え
ば「事業所cd」は対応するテーブル名「事業所cd」
で示される索引テーブルを参照することによってコード
/キャラクタ変換されてその項目データを生成すべきこ
とを示している。なお、このようにして索引テーブルを
参照することにより項目データの生成が指示されている
項目を、特に、索引項目と称する。また、「定義」はそ
の記述内容に応じて索引テーブルを参照したり、所定の
計算書理を行って対応する項目データを生成させるため
の生成条件を定義する欄である。なお、「属性」、「桁
数」、「テーブル名」、「定義」の記述内容は特に会計
明細ファイル5を帳票として出力させる際に必要に応じ
て参照されるものであり、そのうち「定義」の欄は入力
原簿のレコード項目生成時にも参照される。また、原簿
登録票において、図中、横方向の二重線を境に、その下
側の項目名記入欄には、会計明細ファイル5の内容を帳
票出力させる際に必要とされる項目名が入力される。す
なわち、会計明細ファイル5のレコード内には実在しな
い項目であるが、帳票出力時に必要とされる項目につい
てはその項目名を二重線の下側に入力することにより会
計明細ファイル5のレコード項目と区別されている。こ
の二重線の下側においても項目名記入欄の他に、属性記
入欄、テーブル名記入欄、定義記入欄が設けられてお
り、これら各欄に必要事項を入力する。ここで、定義記
入欄において、図中、「#索引(事業所tb、事業所c
d、事業所名)」の記述は、会計明細ファイル5のレコ
ード項目、つまり図2に示す原簿登録票に設定されてい
る項目名「事業所cd」で示される項目内容(事業所コ
ード)をキーとして事業所テーブルを検索し、このテー
ブルから事業所名を読み出して項目データを生成すべき
ことを示している。また、「借方金額*0.03」の記
述は、会計明細ファイル5のレコード項目「借方金額」
に「0.003」を乗算して消費税額の項目データを生
成すべきことを示している。更に、「#結合(#分割
(事業所cd、1、1)、“0”)」の記述は、会計明
細ファイル5のレコード項目「事業所cd」を構成する
数置列のうち、その先頭1桁より1桁分割し、それに
“0”を結合して会計単位の項目データを生成すべきこ
とを示している。なお、原簿登録票の二重線の下側に入
力した項目と会計明細ファイル5のレコード内に実在す
る項目とを区別するために、以下、二重線の下側に入力
した項目を特に論理項目と称する。つまり、データファ
イルのレコード項目として実行する項目を物理項目とす
ると、それに相対する概念としてデータファイルのレコ
ード項目としては存在しない項目が論理項目となる。
That is, the file name "accounting statement" of the accounting statement file 5 is input in correspondence with the heading "ledger name" of the vote form, and each item name (slip identification) is entered in correspondence with the record structure of the accounting statement file 5. , Slip no, establishment c
d, account cd ...) One by one. In addition,
In the figure, "cd" indicates a code, and "slip no" indicates a sequential slip number. Then, the predetermined items are input one by one in the fields of "attribute", "digit number", "table name", and "definition" in association with each item name. Here, “attribute” indicates the item attribute of the corresponding item, for example, “R” indicates right alignment and “N” indicates a numerical value. The "digit number" indicates the item digit number of the corresponding item. The “table name” indicates the table name of the index table to be referred to when the data of the corresponding item is generated, and for example, “business office cd” is the corresponding table name “business office cd”.
It indicates that the item data should be generated by code / character conversion by referring to the index table shown by. The item for which the generation of item data is instructed by referring to the index table in this way is particularly called an index item. Further, the "definition" is a column for referring to the index table according to the description content or defining a generation condition for generating a corresponding item data by performing a predetermined calculation statement. Note that the description contents of "attribute", "digit number", "table name", and "definition" are referred to as necessary particularly when the accounting statement file 5 is output as a form, and among them, "definition" The column of is also referred to when the record item of the input original book is generated. In addition, in the ledger registration form, the item name required for outputting the contents of the accounting statement file 5 in the form is displayed in the item name entry field below the horizontal double line in the figure. Is entered. In other words, items that do not actually exist in the record of the accounting statement file 5 but are required when the form is output can be entered by inputting the item name below the double line. Is distinguished from. Below the double line, an attribute entry column, a table name entry column, and a definition entry column are provided in addition to the item name entry column, and necessary items are entered in these columns. Here, in the definition entry field, in the figure, "# index (establishment tb, establishment c
d, establishment name) "is the record item of the accounting statement file 5, that is, the item content (establishment code) indicated by the item name" establishment cd "set in the ledger registration slip shown in FIG. It indicates that the business establishment table should be searched as a key and the business establishment name should be read from this table to generate item data. In addition, the description of “debit amount * 0.03” is the record item “debit amount” of the accounting statement file 5.
Is multiplied by "0.003" to generate the item data of the consumption tax amount. Furthermore, the description of “# join (# division (business office cd, 1, 1),“ 0 ”)” is the beginning of the numerical sequence that constitutes the record item “business office cd” of the accounting statement file 5. It indicates that one digit is divided into one digit and "0" is combined with it to generate item data of accounting unit. In order to distinguish the item entered below the double line of the ledger registration slip from the item actually existing in the record of the accounting statement file 5, the items entered below the double line are particularly logical. It is called an item. That is, if the item to be executed as the record item of the data file is a physical item, the item that does not exist as the record item of the data file is a logical item, as a concept opposite to that.

【0010】一方、図2に示す原簿登録票において見出
し「入力原簿名称」に対応して振替明細ファイル3のフ
ァイル名「振替明細」、営業明細ファイル4のファイル
名「営業明細」を入力する。これらのファイルは、会計
明細ファイル5のレコードを更新する際に処理対象とな
るファイルで、同じ伝票名を持つ複数の伝票が存在する
場合にはそれらを区別するために見出し「業務名」に対
応して下位概念的な伝票名を伝票毎に入力する。すなわ
ち、「業務名」は下位概念的な伝票名を定義する欄で、
「入力原簿名称」と同様の名称を入力してもよい。ま
た、「機能名」は特殊処理(後述の仕訳処理)を必要と
するかを定義するもので、特殊処理を必要とするもので
あれば「機能名」の欄に「仕訳」を入力する。また、
「更新種」は会計明細ファイル5のレコードを更新する
際の更新種を示し、例えば、レコード集計、レコード追
加、レコード追加集計等の中から任意の更新種を入力す
る。なお、図示の例では入力原簿のファイル名「振替明
細」、「営業明細」の更新種としてそれぞれレコード追
加を定義する「追加」を入力した場合である。
On the other hand, in the original book registration slip shown in FIG. 2, the file name "transfer details" of the transfer detailed file 3 and the file name "business details" of the business statement file 4 are entered in correspondence with the heading "input original book name". These files are files to be processed when the record of the accounting statement file 5 is updated, and correspond to the heading "Business name" to distinguish them when there are multiple slips having the same slip name. Then, a subordinate conceptual slip name is input for each slip. That is, the "business name" is a field that defines a subordinate conceptual slip name,
You may input the same name as the "input original book name". The "function name" defines whether special processing (journalization processing described later) is required. If special processing is required, "journal entry" is entered in the "function name" field. Also,
“Update type” indicates an update type when updating the record of the accounting statement file 5, and for example, an arbitrary update type is input from among record totalization, record addition, record addition totalization, and the like. In the illustrated example, "addition" that defines record addition is input as the update type of the file names "transfer details" and "business details" of the input ledger.

【0011】また、振替明細ファイル3、営業明細ファ
イル4を構成するレコード項目名を会計明細ファイル5
のレコード項目名に対応付けて1項目づつ入力する。す
なわち、振替明細ファイル3の各項目名「取引年月度、
伝票種別、伝票no、発行事業所cd、勘定cd……」
を会計明細ファイル5のレコード項目名に対応付けて入
力する。同様に営業明細ファイル4に対応してその項目
名「取引年月度、伝票種別、伝票no、取引事業所c
d、$勘定……」を会計明細ファイル5のレコード項目
名に対応付けて入力する。なお、入力原簿の項目名記入
欄において、それが空欄であり、かつ対応する項目位置
の「定義」の欄にレコード生成条件が記述されているよ
うな場合、つまり、入力原簿のレコード項目としては存
在しないが、会計明細ファイル5のレコード項目として
存在する項目であって特にその項目データを生成する必
要がある場合には「定義」の欄に所定事項を記述してお
けば、この記述内容にしたがって当該項目のデータが生
成される。また、原簿登録票には営業明細ファイル4の
「機能名」として「仕訳」が設定されている。この仕訳
は、原簿登録票に定義されている伝票項目名の「$勘
定」等のように「$」が記述されている項目あるいは
「@金額」等のように「@」が記述されている項目につ
いては仕訳表5−2を参照することによって項目データ
を生成すべきことを示している。
Further, the record item names constituting the transfer statement file 3 and the business statement file 4 are changed to the accounting statement file 5.
Enter one by one in association with the record item name of. That is, each item name of the transfer detailed file 3 is “transaction date,
Voucher type, voucher no, issuing office cd, account cd ... "
Is input in association with the record item name of the accounting statement file 5. Similarly, corresponding to the business statement file 4, the item name “transaction date, slip type, slip no, transaction office c”
"d, $ account ..." Is input in association with the record item name of the accounting detail file 5. When the item name entry field of the input ledger is blank and the record generation condition is described in the “definition” column of the corresponding item position, that is, as the record item of the input ledger If the item does not exist, but exists as a record item in the accounting statement file 5 and that item data needs to be generated in particular, enter a predetermined item in the “Definition” field, Therefore, the data of the item is generated. Further, “journal” is set as the “function name” of the business statement file 4 in the ledger registration slip. In this journal, an item in which "$" is described, such as "$ account" in the slip item name defined in the ledger registration slip, or "@" is described, such as "@ amount". For items, it indicates that item data should be generated by referring to the journal table 5-2.

【0012】他方、入力部1から振替伝票や旅費精算書
等の伝票レコードが入力されると、伝票入力処理部6は
これを取り込んで処理し、伝票レコードメモリ7に書き
込む。伝票項目名メモリ8はこの伝票レコードメモリ7
内の伝票レコードに対応付けて予め伝票名の他、その伝
票項目名をその並び順にしたがって記憶するもので、伝
票入力処理部6は伝票レコードメモリ7の内容と共にそ
の伝票レコードに対応する伝票項目名を読み出してファ
イル処理部9を構成するレコード処理部10に与える。
On the other hand, when a voucher record such as a transfer voucher or a travel expense report is input from the input unit 1, the voucher input processing unit 6 fetches and processes the voucher record and writes it in the voucher record memory 7. The slip item name memory 8 is the slip record memory 7
In addition to the slip name in advance, the slip item names are stored in association with the slip records in the table according to the arrangement order. The slip input processing unit 6 stores the contents of the slip record memory 7 and the slip item names corresponding to the slip records. Is read out and given to the record processing unit 10 constituting the file processing unit 9.

【0013】ファイル処理部9はレコード処理部10の
他に原簿登録票解析部11、ファイル生成処理部12、
仕訳処理部13、ワークファイル14を有している。原
簿登録票解析部11はデータファイルのレコードを更新
する際、更新対象として指定されたデータファイルに対
応する原簿登録票を取り込んでその設定内容を解析する
もので、その解析結果はレコード処理部10に与えられ
る。この際、原簿登録票解析部10は原簿登録票に定義
されているデータファイルがシステム内に存在していな
い場合、それを条件にファイル生成処理部12を起動さ
せる。このファイル生成処理部12は原簿登録票に定義
されているデータファイルのファイル名、レコード項目
名とに基づいてその項目名の並び順にしたがったレコー
ド構成のデータファイルを新たに生成し、その原簿登録
票に対応付けて設定する。
In addition to the record processing unit 10, the file processing unit 9 includes an original book registration slip analysis unit 11, a file generation processing unit 12,
It has a journalizing unit 13 and a work file 14. When updating the record of the data file, the ledger registration slip analysis unit 11 takes in the ledger registration slip corresponding to the data file designated as the update target and analyzes the setting contents. The analysis result is the record processing unit 10. Given to. At this time, if the data file defined in the original book registration slip does not exist in the system, the original book registration slip analysis unit 10 activates the file generation processing unit 12 on the condition. The file generation processing unit 12 newly generates a data file having a record structure according to the order of the item names based on the file name of the data file and the record item name defined in the original book registration slip, and registers the original book. Set in correspondence with the votes.

【0014】レコード処理部10は振替明細ファイル
3、営業明細ファイル4、会計明細ファイル5等のレコ
ードを更新する際に、原簿登録票解析部11の解析結果
にしたがってレコードを生成してワークファイル14に
格納する。ここで、レコード処理部10はデータファイ
ルのレコードを更新する際にその処理対象が伝票の場合
には、原簿登録票に定義されている伝票項目名の並び順
に、伝票レコードメモリ7内の伝票レコードの項目デー
タを並べ替えたレコードを生成する。このレコード項目
の並び替え時に、レコード処理部10は伝票項目名メモ
リ8の内容を参照し、原簿登録票に定義されている伝票
項目名の項目位置を調べ、その項目データを抽出して並
べ替えを行う。またレコード処理部10は処理対象が振
替明細ファイル3、営業明細ファイル4等のファイルの
場合には、原簿登録票に定義されている当該処理対象フ
ァイルのレコード項目のデータを抽出し、この項目名の
並び順に、振替明細ファイル3、営業明細ファイル4等
の処理対象ファイルを構成する各レコードの項目データ
を並べ替えたレコードを生成してワークファイル14に
格納する。
When the record processing unit 10 updates the records such as the transfer detailed file 3, the business detailed file 4, the accounting detailed file 5 and the like, the record processing unit 10 generates a record according to the analysis result of the original book registration slip analyzing unit 11 and the work file 14 To store. Here, when the record processing unit 10 updates the record of the data file and the processing target is a slip, the slip record in the slip record memory 7 is arranged in the order of arrangement of the slip item names defined in the original book registration slip. Generate a record that sorts the item data of. At the time of rearranging the record items, the record processing unit 10 refers to the contents of the slip item name memory 8 to check the item position of the slip item name defined in the original book registration slip, extract the item data, and rearrange it. I do. Further, when the processing target is a file such as the transfer statement file 3 and the business statement file 4, the record processing unit 10 extracts the data of the record item of the processing object file defined in the original book registration slip, and the item name In this order, the item data of each record that constitutes the file to be processed such as the transfer detailed file 3 and the business detailed file 4 is rearranged to generate a record, which is stored in the work file 14.

【0015】仕訳処理部13は原簿登録票の機能名の欄
に、「仕訳」が定義されている場合、原簿登録票5−1
に対応して予め登録されている仕訳表5−2を参照して
必要項目のデータを生成し、ワークファイル14内の対
応項目位置にセットする。また、レコード処理部10は
ワークファイル14の内容を取り込み、振替明細ファイ
ル3、営業明細ファイル4、会計明細ファイル5等のデ
ータファイルのうち、原簿登録票に「原簿名称」として
設定されているデータファイルのレコードを更新するも
ので、その際、レコード処理部10は原簿登録票に定義
されている「更新種」をチェックし、この「更新種」に
応じてデータファイルのレコードを更新し、レコード集
計、レコード追加等を行う。
If "journal" is defined in the function name column of the ledger registration slip, the journal entry processing unit 13 sends the ledger registration slip 5-1.
The data of the necessary items is generated by referring to the journal entry table 5-2 registered in advance corresponding to the above, and is set at the corresponding item position in the work file 14. Further, the record processing unit 10 takes in the contents of the work file 14, and selects the data set in the ledger registration slip as the “original book name” among the data files such as the transfer detailed file 3, the business detailed file 4 and the accounting detailed file 5. The record of the file is updated. At that time, the record processing unit 10 checks the “update type” defined in the ledger registration slip, updates the record of the data file according to the “update type”, and Aggregate, add records, etc.

【0016】帳票出力制御部15はレコード作成部1
6、帳票作成部17、テーブルファイル18、ワークフ
ァイル19を有する構成で、入力部1から原簿登録票に
設定されている原簿名称およびこの原簿名称に対応して
原簿登録票に設定されている各種の項目名のうち、帳票
出力時に必要とされる項目名が任意に指定されると、レ
コード作成部16は原簿登録票の記述内容を解析する。
そして、レコード作成部16は指定された原簿名称に対
応するデータファイルからレコードを取り込み、原簿登
録票の記述内容にしたがってレコード作成処理を行う。
その際、原簿登録票の記述内容が索引テーブルを参照し
て項目データを生成すべきことを指示している場合、レ
コード作成部16はテーブルファイル18内の各種索引
テーブルの中から所定の索引テーブルをアクセスし、こ
のテーブル内容に基づいて項目データを生成する。帳票
作成部17はレコード作成部16によって生成されたレ
コードに基づいてレコード集計等を行ってワークファイ
ル19に格納すると共にワークファイル19内のレコー
ドを所定の帳票フォームと共に印字部20あるいは表示
部21から出力させる。
The form output control unit 15 is a record creating unit 1.
6, a form creation unit 17, a table file 18, and a work file 19, and the name of the ledger set in the ledger registration form from the input unit 1 and various types set in the ledger registration form corresponding to this ledger name If any of the item names required for outputting the form is designated, the record creating unit 16 analyzes the description content of the original book registration form.
Then, the record creating unit 16 takes in a record from the data file corresponding to the specified original book name, and performs a record creating process according to the description content of the original book registration slip.
At this time, if the description content of the ledger registration slip indicates that the index table should be referred to and item data should be generated, the record creating unit 16 selects a predetermined index table from among various index tables in the table file 18. Is accessed and item data is generated based on the contents of this table. The form creation unit 17 performs record totalization and the like on the basis of the records created by the record creation unit 16 and stores it in the work file 19, and records the records in the work file 19 together with a predetermined form form from the printing unit 20 or the display unit 21. Output.

【0017】[0017]

【実施例】次に、本実施例の動作を図3、図4にしたが
って説明する。図3はファイル処理部9が原簿登録票に
基づいてファイル処理を実行する動作を示したフローチ
ャートで、本実施例においてはファイル処理の起動の仕
方として2つの方法「一括起動」、「一業務起動」、
「展開表起動」があり、その中から任意の起動を指定す
る。すなわち、「一括起動」は原簿登録票に複数の入力
原簿名称が設定されている場合に、その全てを処理対象
とする起動の仕方であり、例えば、図2に示す原簿登録
票においては、「振替明細ファイル」、「営業明細ファ
イル」のそれぞれが処理対象となる。また、「一業務起
動」は原簿登録票に複数の入力原簿名称が設定されてい
る場合に、任意に指定した業務名に対応する入力原簿の
みを処理対象とする起動の仕方であり、例えば、図2に
示す原簿登録票において、業務名として「振替明細転
記」が指定された場合には、それに対応する入力原簿で
ある振替明細ファイルのみが処理対象となる。
Next, the operation of this embodiment will be described with reference to FIGS. FIG. 3 is a flow chart showing the operation of the file processing unit 9 to execute the file processing based on the original book registration slip. In the present embodiment, there are two methods for activating the file processing: "batch activation" and "one business activation". ",
There is a "Launch expansion table", and you can specify the desired startup. In other words, "collective activation" is a method of activation in which a plurality of input original book names are set in the original book registration slip, and for example, in the original book registration slip shown in FIG. Each of the "transfer detailed file" and the "business detailed file" is to be processed. In addition, "one business activation" is a method of activation in which only the input ledger corresponding to the arbitrarily designated business name is the processing target when a plurality of input ledger names are set in the ledger registration slip, for example, In the ledger registration slip shown in FIG. 2, when “transfer detail transfer” is designated as the business name, only the transfer detail file corresponding to the input master book is processed.

【0018】いま、一括起動時に、原簿登録票に設定さ
れている「原簿名称」を入力部1から入力すると、それ
に対応する原簿登録票が指定され(ステップA1)、ま
た、一業務起動時に、「原簿名称」の他に「業務名」を
入力部1から入力すると、この原簿名称に対応する原簿
登録票が指定される(ステップA2)。このようにして
原簿登録票が指定されると、ファイル処理部9の原簿登
録票解析部11は指定された原簿登録票を解析する(ス
テップA3)。先ず、原簿登録票解析部11は原簿登録
票に基づいて「原簿名称」として設定されているデータ
ファイルがシステム内に実際に存在しているかをチェッ
クする(ステップA4)。ここで、ファイル無しが検出
されると、原簿登録票解析部11はファイル生成処理部
12を起動させる。すると、ファイル生成処理部12は
原簿登録票解析部11の解析結果にしたがって原簿登録
票から「原簿名称」に対応するファイル名およびその各
項目名、属性、桁数をリードし、各項目の桁数で項目名
順の項目より成るレコード構成のデータファイルを生成
し、このデータファイルを原簿登録票に対応付けて登録
する(ステップA5)。このように本実施例においては
原簿登録票に基づいてそれに対応するデータファイルを
新規作成することができる。なお、既にデータファイル
が実在していれば、このようなファイル生成処理は行わ
れない。
When the "ledger name" set in the ledger registration slip is entered from the input section 1 at the time of batch activation, the corresponding ledger registration slip is designated (step A1), and at the time of starting one business, When the "business name" is input from the input unit 1 in addition to the "ledger name", the ledger registration slip corresponding to the name of the ledger is designated (step A2). When the original book registration slip is designated in this way, the original book registration slip analysis unit 11 of the file processing unit 9 analyzes the specified original book registration slip (step A3). First, the original book registration slip analysis unit 11 checks whether or not the data file set as the “original book name” actually exists in the system based on the original book registration slip (step A4). Here, when the absence of a file is detected, the original book registration slip analysis unit 11 activates the file generation processing unit 12. Then, the file generation processing unit 12 reads the file name corresponding to the “original book name” and each item name, attribute, and number of digits from the original book registration slip according to the analysis result of the original book registration slip analysis unit 11, and the digit of each item is read. A data file having a record structure consisting of items in the order of item names is generated, and this data file is registered in association with the original book registration slip (step A5). As described above, in this embodiment, a data file corresponding to the original book registration slip can be newly created. Note that if the data file already exists, such file generation processing is not performed.

【0019】次に、ファイル処理部9はファイル実行時
に予め指定された起動方法をチェックする(ステップA
6)。いま、一括起動が指定された場合には、原簿登録
票に設定されている最初の「入力原簿名称」を指定する
(ステップA7)。一業務起動が指定された場合には当
該業務名に対応する原簿登録票内の「入力原簿名称」を
指定する(ステップA8)。このようにして起動方法に
応じて処理対象となる入力原簿を特定したら、次のステ
ップA9に進み、レコード処理部10は起動方法に応じ
て処理対象として指定された入力原簿名称に基づいて対
応するデータファイルを指定し、この指定ファイルから
1レコード分のデータを抽出する。ここで、処理対象と
して指定された入力原簿名称が伝票の場合、レコード処
理部10は伝票レコードメモリ7および伝票項目名メモ
リ8の内容をリードし、この伝票レコードメモリ7の内
容を抽出レコードとして取り込む。そして、レコード終
了でないことを条件に(ステップA10)、次のステッ
プA11に進み、原簿登録票解析部11は原簿登録票を
解析し、その機能名に「仕訳」が設定されているかをチ
ェックするが、いま、仕訳が設定されていないものとす
ると、レコード処理部10は、原簿登録票に入力原簿名
称に対応付けて設定されている各項目名の並び順に、抽
出レコードの項目データを並び替えたレコードを出力レ
コードとして生成し、ワークファイル14にセットする
(ステップA12)。この場合、入力原簿が伝票のと
き、レコード処理部10は伝票項目名メモリ8の内容と
原簿登録票に設定されている伝票項目名とは、項目数、
並び順、項目名が相違しているため、レコード処理部1
0は原簿登録票に設定されている伝票項目名をその先頭
から順次読み出し、伝票項目名メモリ8の内容と照合す
ることにより、該当する項目データが抽出レコードのど
の項目位置に存在しているかを確認しながら項目データ
の並び替えを行う。
Next, the file processing unit 9 checks the starting method designated in advance when executing the file (step A).
6). If batch activation is specified, the first "input original book name" set in the original book registration slip is specified (step A7). When one business activation is specified, the "input original book name" in the original book registration slip corresponding to the relevant business name is specified (step A8). In this way, when the input original book to be processed is specified according to the activation method, the process proceeds to the next step A9, and the record processing unit 10 responds based on the input original book name specified as the processing object according to the activation method. A data file is designated, and data for one record is extracted from this designated file. Here, when the input original book name designated as the processing target is a slip, the record processing unit 10 reads the contents of the slip record memory 7 and the slip item name memory 8 and fetches the contents of the slip record memory 7 as an extracted record. . Then, on condition that the record has not ended (step A10), the process proceeds to the next step A11, and the original book registration slip analysis unit 11 analyzes the original book registration slip and checks whether "journal entry" is set for the function name. However, assuming that no journal is set, the record processing unit 10 sorts the item data of the extracted records in the order of arrangement of each item name set in the ledger registration slip in association with the input original book name. The generated record is generated as an output record and set in the work file 14 (step A12). In this case, when the input ledger is a slip, the record processing unit 10 determines that the contents of the slip item name memory 8 and the slip item name set in the ledger registration slip are the number of items,
Since the order of arrangement and the item names are different, the record processing unit 1
0 sequentially reads the slip item names set in the original book registration slip from the beginning and compares them with the contents of the slip item name memory 8 to determine at which item position of the extracted record the corresponding item data exists. While checking, sort the item data.

【0020】このようにしてレコード処理部10が入力
原簿の1レコード分のデータを原簿登録票の記述内容に
したがって並び替えたレコードを生成すると、原簿登録
票解析部11は原簿登録票の定義欄の内容を参照し、レ
コード処理部10はその記述内容にしたがって必要項目
のデータを生成し、ワークファイル14内にセットされ
ている出力レコード内の該当項目位置にセットする(ス
テップA13)。ここで、定義欄は原簿登録票内に原簿
名称として設定されているデータファイルのレコード中
には存在するが、入力原簿には存在しないい項目データ
を生成すべきことを定義する生成条件が記述されてお
り、レコード処理部10は必要に応じて索引テーブルを
参照しながら項目データを生成する。
In this way, when the record processing unit 10 generates a record in which the data of one record of the input original book is rearranged according to the description content of the original book registration slip, the original book registration slip analysis unit 11 causes the original book registration slip definition field. With reference to the contents of the above, the record processing unit 10 generates data of necessary items according to the description contents, and sets the data in the corresponding item position in the output record set in the work file 14 (step A13). Here, the definition column describes the generation condition that defines that item data that exists in the record of the data file set as the original book name in the original book registration slip but does not exist in the input original book should be created. The record processing unit 10 generates item data while referring to the index table as needed.

【0021】次に、原簿登録票解析部11は原簿登録票
に設定されている「更新種」を参照し、レコード処理部
10はこの「更新種」にしたがってデータファイルのレ
コードを更新するが、この場合、更新種として「追加」
が設定されているものとすると、レコード処理部10は
ワークファイル14内の出力レコードを原簿登録票に
「原簿名称」として設定されているデータファイルに追
加する(ステップA14)。また、更新種として「集
計」が設定されている場合には、ワークファイル14内
の出力レコードがデータファイルに集計される。
Next, the original book registration slip analysis unit 11 refers to the "update type" set in the original book registration slip, and the record processing unit 10 updates the record of the data file in accordance with this "update type". In this case, "Add" as the update type
Is set, the record processing unit 10 adds the output record in the work file 14 to the data file set as the “book name” in the book registration slip (step A14). Further, when “total” is set as the update type, the output records in the work file 14 are totaled in the data file.

【0022】このようにして1レコード分の更新処理が
行われると、ステップA9に戻り、入力原簿より次の1
レコード分のデータを抽出し、以下、1レコード毎に上
述の動作を入力原簿の全レコードに対して繰り返す。こ
れによって全レコードについての処理が終ると、ファイ
ル処理部9は起動方法を再度チェックし(ステップA1
5)、一括起動が指定されている場合、原簿登録票解析
部11は原簿登録票を解析し、次の入力原簿名称が設定
されているかをチェックする(ステップA16)。ここ
で、原簿登録票に次の入力原簿名称が設定されていれ
ば、原簿登録票解析部11は次の入力原簿名称を指定し
(ステップA17)、以下、この入力原簿が処理対象と
なる。そしてステップA9に戻る。したがって、一括起
動が指定されている場合には、原簿登録票に設定されて
いる全ての入力原簿が処理対象となり、ステップA16
で全ての入力原簿に対する処理の終了が検出されるまで
上述の動作が繰り返される。一方、原簿登録票解析部1
1が原簿登録票の「機能名」を解析した結果、「仕訳」
が設定されていることを検出すると(ステップA1
1)、仕訳処理部13が起動され、仕訳処理(ステップ
A18)が実行される。
When the update process for one record is performed in this manner, the process returns to step A9, and the next one is read from the input original book.
The data for the records is extracted, and the above operation is repeated for each record for all the records of the input master. When the processing for all the records is completed, the file processing unit 9 checks the starting method again (step A1).
5) If batch activation is specified, the original book registration slip analysis unit 11 analyzes the original book registration slip and checks whether the next input original book name is set (step A16). Here, if the next input original book name is set in the original book registration slip, the original book registration slip analysis unit 11 specifies the next input original book name (step A17), and this input original book will be processed thereafter. Then, the process returns to step A9. Therefore, when batch activation is specified, all input original books set in the original book registration slip are to be processed, and step A16
The above operation is repeated until the end of processing for all the input originals is detected at. On the other hand, the ledger registration slip analysis unit 1
As a result of 1 analyzing the "function name" of the ledger registration slip, "journal entry"
Is detected (step A1)
1) The journal processing unit 13 is activated and the journal processing (step A18) is executed.

【0023】このようにして原簿登録票に基づいて更新
されたデータファイルのレコードを帳票出力する際に
は、入力部1から帳票出力を指示するが、この場合、帳
票出力対象を任意に指定するために、入力部1から原簿
名称および項目名を入力する。すると、帳票出力制御部
15内のレコード作成部16は図4に示すフローチャー
トにしたがってレコード作成処理を実行する。先ず、レ
コード作成部16は指定された原簿名称に対応する原簿
登録票をリードしてその記憶内容を解析する(ステップ
B1)。そして、この原簿名称に対応するデータファイ
ルからレコードを読み込む(ステップB2)。ここで、
原簿名称として「会計明細」が指定されたものとする
と、レコード作成部16は図2に示す原簿登録票をリー
ドしてその記述内容を解析すると共に、会計明細ファイ
ル5からレコードを取り込む。図5はこの原簿登録票に
原簿名称「会計明細」に対応して設定されている各項目
名と、それに対応する会計明細ファイル5の実際のレコ
ード項目値とを対応付けて示したもので、以下、図5を
参照して具体的に説明する。
When outputting the record of the data file updated based on the original book registration slip in this manner, the output of the form is instructed from the input unit 1. In this case, the form output target is arbitrarily designated. For this purpose, the original book name and the item name are input from the input unit 1. Then, the record creating unit 16 in the form output control unit 15 executes the record creating process according to the flowchart shown in FIG. First, the record creating unit 16 reads the original book registration slip corresponding to the specified original book name and analyzes the stored contents (step B1). Then, a record is read from the data file corresponding to this original book name (step B2). here,
Assuming that “accounting statement” is designated as the ledger name, the record creating unit 16 reads the ledger registration slip shown in FIG. 2 to analyze the description content, and fetches a record from the accounting statement file 5. FIG. 5 shows each item name set in the ledger registration slip corresponding to the ledger name “accounting detail” and the corresponding actual record item value of the accounting detail file 5 in association with each other. Hereinafter, a specific description will be given with reference to FIG.

【0024】いま、図5に示す〜に対応する各項目
名が帳票出力対象の項目として順次指定されたものとす
ると、レコード作成部16は指定された各項目名のう
ち、の項目名「伝票種別」を読み込み(ステップB
3)、それが論理項目かをチェックする(ステップB
4)。この場合、上述したように原簿登録票の二重線の
下側に設定されている各項目が論理項目となるが、い
ま、会計明細ファイル5のレコード項目として実在する
「伝票種別」の項目を読み出した場合であるからステッ
プB5に進み、テーブル索引項目からチェックする。こ
の場合、上述したようにテーブル索引項目は、原簿登録
票においてそのテーブル名記入欄に索引テーブル名が記
入されている項目であり、いま、読み出し項目は索引項
目でもないので、ステップB9に進み、この読み出し項
目に対応する会計明細ファイル5のレコード項目値「2
0」を生成レコード内の先頭項目位置にセットする。図
6はこの生成レコードの項目内容を示したもので、その
先頭項目には伝票種別の値「20」がセットされる。つ
まり、会計明細ファイル5のレコード項目として実在す
る項目(物理論理)の値がそのまま生成レコード内に組
み込まれる。
Assuming that the item names corresponding to (1) to (4) shown in FIG. 5 are sequentially designated as the items to be output on the form, the record creating unit 16 selects the item name "slip" among the designated item names. Type ”is read (Step B
3) Check if it is a logical item (step B)
4). In this case, as described above, each item set below the double line of the ledger registration slip becomes a logical item. Now, the item of “slip type” that actually exists as a record item of the accounting statement file 5 is Since this is the case of reading, the process proceeds to step B5 to check from the table index item. In this case, as described above, the table index item is an item in which the index table name is entered in the table name entry field in the original book registration slip, and the read item is not the index item at this time, so the procedure proceeds to step B9. The record item value "2" of the accounting statement file 5 corresponding to this read item
"0" is set to the position of the first item in the generated record. FIG. 6 shows the item contents of this generated record, and the value "20" of the slip type is set in the first item. That is, the value of the item (physical logic) that actually exists as the record item of the accounting statement file 5 is directly incorporated in the generated record.

【0025】そして、指定項目の全てを読み出したかを
チェックするが、いま、先頭項目のみを読み出した場合
であるからステップB3に戻り、次の指定項目を読み
出す。いま、論理項目として原簿登録票に設定されてい
る「事業所名」が読み出されるので、原簿登録票に論理
項目として設定されている「事業所名」の定義記入欄を
アクセスし、その記述内容を読み出す(ステップB
6)。この場合、「#索引(事業所tb、事業所cd、
事業所名)」が読み出されるので、レコード作成部16
はこの記述内容を解析し、これにしたがって図7に示す
事業所テーブルを参照することにより当該項目データを
生成する(ステップB8)。すなわち、レコード作成部
16は会計明細ファイル5のレコード項目値(事業所c
d「456」)をキーとして図7に示す事業所テーブル
を検索し、この事業所cd「456」に対応する事業所
名「羽村事業所」をテーブルから読み出して項目データ
を生成し(ステップB8)、この生成項目のデータを生
成レコード内の次の項目位置にセットする(ステップB
9)。したがって、図6に示すように生成レコード内の
2番目の項目は、原簿登録票に論理項目として設定され
ている「事業所名」の定義欄にしたがって生成された項
目データとなる。
Then, it is checked whether all the designated items have been read out. Since it is the case where only the first item is read out now, the process returns to step B3 to read out the next designated item. Since the "business name" set in the ledger registration form as a logical item is read out now, the definition entry field of the "business name" set as a logical item in the ledger registration form is accessed and the description content Read (step B
6). In this case, "# index (establishment tb, establishment cd,
"Business name)" is read, so the record creation unit 16
Analyzes the description content and accordingly generates the item data by referring to the office table shown in FIG. 7 (step B8). That is, the record creating unit 16 determines that the record item value (establishment c
d "456") as a key, the business establishment table shown in FIG. 7 is searched, and the business establishment name "Hamura business establishment" corresponding to this business establishment cd "456" is read from the table to generate item data (step B8). ), The data of this generated item is set to the position of the next item in the generated record (step B).
9). Therefore, as shown in FIG. 6, the second item in the generated record is item data generated in accordance with the definition field of "business name" set as a logical item in the original book registration slip.

【0026】そして、次の指定項目が読み出される
が、この項目は論理項目としての「消費税額」であり、
その定義記入欄には「借方金額*0.03」が記述され
ているので、会計明細ファイル5のレコード項目値「借
方金額(12000)」に0.03を乗算して「36
0」が求められる(ステップB6、B8)。この「36
0」の値が消費税額として図6に示すように生成レコー
ド内の3番目の項目位置にセットされる(ステップB
9)。更に次の指定項目も論理項目であり、この項目
「会計単位」に対応する定義記入欄の内容「#結合(#
分割(事業所cd、1、1)、“0”)」にしたがって
当該項目データが生成される(ステップB6、B8)。
すなわち、会計明細ファイル5のレコード項目値(事業
所cd「456」)の先頭1桁目より1桁分割し、この
値「4」に“0”を結合して「40」を求め、この値
「40」を「会計単位」の項目データとして図6に示す
生成レコード内の4番目の項目位置にセットする(ステ
ップB9)。
Then, the following designated item is read out, and this item is the "consumption tax amount" as a logical item,
Since “debit amount * 0.03” is described in the definition entry field, the record item value “debit amount (12000)” in the accounting statement file 5 is multiplied by 0.03 to obtain “36”.
0 "is obtained (steps B6 and B8). This "36
The value "0" is set as the consumption tax amount in the third item position in the generated record as shown in FIG. 6 (step B
9). Further, the next designated item is also a logical item, and the content of the definition entry column corresponding to this item "accounting unit" is "# Combine (#
The item data is generated according to "division (establishment cd, 1, 1)," 0 ")" (steps B6 and B8).
That is, the record item value (establishment cd “456”) of the accounting statement file 5 is divided by one digit from the first digit, and “0” is combined with this value “4” to obtain “40”. "40" is set as the item data of "accounting unit" at the fourth item position in the generated record shown in FIG. 6 (step B9).

【0027】続いて、次の指定項目が読み出されるが
(ステップB3)、この項目はテーブル索引項目である
ためステップB5でそのことが検出されてステップB7
に進み、この項目に対応するテーブル名記入欄の記述内
容を原簿登録票から読み出し、この記述内容を参照して
コマンドを生成する。この場合、テーブル名記入欄の内
容「事業所tb」にしたがって「#索引(勘定tb、勘
定cd、勘定科目名)」を生成する。そして、このコマ
ンドにしたがってレコード作成部16は、会計明細ファ
イル5のレコード項目値「勘定cd(5111)」をキ
ーとして図8に示す勘定テーブルを検索し、この勘定c
d「5111」に対応する勘定科目名「製品売上」をこ
のテーブルから読み出して項目データを生成する(ステ
ップB8)。この場合、図8に示す勘定テーブルには勘
定cd「5111」に対応して複数の索引データ「勘定
項目名」、「勘定科目名」、「勘定細目名」、「内部コ
ード」が設定されているが、コマンドの内容にしたがっ
て何れかの索引データが読み出される。このようにして
生成された項目データは、図6に示す生成レコードの5
番目の項目位置にセットされる(ステップB9)。
Next, the next designated item is read (step B3), but since this item is a table index item, that is detected in step B5 and step B7.
Then, the description content of the table name entry field corresponding to this item is read from the original book registration slip, and the command is generated by referring to this description content. In this case, the "#index (account tb, account cd, account title name)" is generated according to the content "establishment tb" in the table name entry field. Then, in accordance with this command, the record creating unit 16 searches the account table shown in FIG. 8 using the record item value “account cd (5111)” of the accounting specification file 5 as a key, and the account c
The account title name "product sales" corresponding to d "5111" is read from this table to generate item data (step B8). In this case, a plurality of index data “account item name”, “account item name”, “account detail name”, and “internal code” are set in the account table shown in FIG. 8 in correspondence with the account cd “5111”. However, any index data is read according to the content of the command. The item data generated in this way corresponds to 5 of the generated record shown in FIG.
It is set at the th item position (step B9).

【0028】これによってレコード作成部16の動作が
終了すると、帳票作成部17はレコード作成部16から
送られて来る生成レコードに基づいてレコード集計等を
行いその結果をワークファイル19に書き込むと共に、
ワークファイル19の内容を所定の帳票フォームと共に
印字部20や表示部21から出力させる。
When the operation of the record creating section 16 is completed by this, the form creating section 17 performs the record totalization based on the generated records sent from the record creating section 16 and writes the result in the work file 19.
The content of the work file 19 is output from the printing unit 20 and the display unit 21 together with a predetermined form form.

【0029】以上のように本実施例においては、ファイ
ル処理プログラムの設計をプログラミング等の専門的知
識を有するシステムエンジニア等に依頼しなくても、日
常の業務の遂行によってファイルとしてどのような項目
を必要とするかを経験的に理解している一般的な業務担
当者が自己の業務内容に合うように、データファイル
と、このデータファイルのレコードを更新する際に処理
対象となる処理対象ファイルとの対応関係を原簿登録票
に記述しておくだけで、この原簿登録票の記述内容にし
たがって意図した通りにデータファイルの更新処理を実
行することができる。この場合、データファイルのレコ
ード項目には存在しない項目であり、帳票出力時に必要
とされる項目を論理項目として原簿登録票に設定すると
共に、この論理項目に対応して原簿登録票の定義記入欄
に必要事項を記入しておけば、この記述内容にしたがっ
て論理項目のデータが生成される。これによって生成さ
れた論理項目のデータは、データファイルに実在するレ
コード項目と同等に帳票出力に必要なデータとして使用
することができる。したがって、このような論理項目を
予めデータファイルのレコード内に組み込んでおく必要
はなく、それだけデータファイルを構成するレコード項
目数の増大化を防止することが可能となる。また、帳票
出力時にこのような論理項目を演算プログラムなどで生
成する必要がないため、帳票出力の都度、複雑なプログ
ラムを個別に設定しておくことも不要となる。
As described above, in the present embodiment, even if a system engineer having specialized knowledge of programming or the like is not requested to design a file processing program, what items as a file can be set as a file by carrying out daily work. A general business person who knows empirically whether it is necessary, and the data file and the processing target file that is the processing target when updating the records of this data file By simply describing the correspondence relationship of the above in the original book registration slip, the data file update process can be executed as intended according to the description contents of the original book registration slip. In this case, the items that do not exist in the record items of the data file are set as logical items in the ledger registration slip as logical items, and the definition entry fields of the ledger registration slip corresponding to these logical items are set. If necessary information is entered in, the data of the logical item is generated according to this description content. The data of the logical items thus generated can be used as the data necessary for the form output, like the record items that actually exist in the data file. Therefore, it is not necessary to incorporate such a logical item in the record of the data file in advance, and it is possible to prevent the number of record items constituting the data file from increasing. Further, since it is not necessary to generate such a logical item by a calculation program or the like when outputting a form, it is not necessary to individually set a complicated program each time the form is output.

【0030】更に、データファイルの任意のレコード項
目に対応して原簿登録票のテーブル名記入欄に索引テー
ブル名を記述しておけば、このレコード項目が索引項目
となり、対応するテーブル名記入欄の記述内容にしたが
ってこの索引項目の内容をキーとして索引テーブルが検
索されて索引項目のデータが生成される。これによって
生成された索引項目のデータは、データファイルの他の
レコード項目と同等に帳票出力に必要なデータとして使
用することができる。したがって、データファイルのレ
コード項目として勘定、取引先のコードデータが用いら
れていても、それをキャラクタに変換して帳票出力する
ことができるので、その項目内容を容易に把握すること
が可能となる。この結果、データファイルを構成するレ
コード内に、コードの項目の他、そのキャラクタの項目
を含める必要がなくなり、それだけ、レコード項目数の
増大を防止することができる。また、帳票出力時にデー
タファイルを構成するレコード項目内のコードをそのま
ま読み出すが、索引テーブルからの索引データを読み出
すかを原簿登録票のテーブル名記入欄に必要事項を記入
することによって任意に指定することができる。特に、
索引テーブルにキーに対応して複数の索引データを定義
した場合には、何れの索引データを読み出すかの指定も
任意に行うことができる。
Furthermore, if an index table name is described in the table name entry column of the original book registration slip corresponding to any record item of the data file, this record item becomes an index item and the corresponding table name entry column According to the description content, the index table is searched by using the content of this index item as a key, and the data of the index item is generated. The index item data thus generated can be used as the data necessary for outputting the form, like the other record items in the data file. Therefore, even if the account and supplier code data are used as record items in the data file, they can be converted into characters and output as a form, making it possible to easily understand the item contents. . As a result, it is not necessary to include the item of the character in addition to the item of the code in the record forming the data file, and thus the number of record items can be prevented from increasing. In addition, when the form is output, the code in the record items that make up the data file is read as it is, but whether to read the index data from the index table is arbitrarily specified by entering the required items in the table name entry field of the ledger registration form. be able to. In particular,
When a plurality of index data are defined in the index table in correspondence with the keys, it is possible to arbitrarily specify which index data to read.

【0031】なお、上記実施例は帳票出力時に原簿登録
票のテーブル名記入欄を参照するようにしたが、このテ
ーブル名記入欄の他の使用例としては、データを入力す
る際に、原簿登録票のテーブル名記入欄を参照し、それ
に対応する索引テーブルが存在するか否かをチェック
し、テーブルに無いデータが入力されたかによって入力
ミスを検出するようにしてもよい。
In the above embodiment, the table name entry field of the original book registration slip is referred to when the form is output. Another example of using this table name entry field is to register the original book when inputting data. It is also possible to refer to the table name entry field of the vote and check whether or not there is an index table corresponding to it, and detect an input error depending on whether or not data that is not in the table is input.

【0032】[0032]

【発明の効果】この発明によれば、ファイル処理プログ
ラムの設計をプログラミング等の専門的知識を有するシ
ステムエンジニア等に依頼しなくても、日常の業務の遂
行によってファイルとしてどのような項目を必要とする
かを経験的に理解している一般的な業務担当者が自己の
業務内容に合うように、データファイルのレコード内に
は実在しない必要項目のデータをファイル設定票の記述
内容にしたがって任意に生成し、この生成項目のデータ
をデータファイルに実在する項目データと同様に出力に
必要なデータとして使用することができると共に、ファ
イル設定票の記述内容にしたがってデータファイルの任
意の項目内容をキーとして索引テーブルを参照すること
によってデータ変換し、これによって得られた項目デー
タをデータファイルの他の項目データと同様に出力に必
要なデータとして使用することができる。
As described above, according to the present invention, what items are required as files by carrying out daily work without requesting a system engineer having specialized knowledge of programming to design a file processing program. In order for a general business person who knows empirically whether or not to do so, according to the content of his / her business, the data of the necessary items that do not actually exist in the record of the data file can be voluntarily set according to the description in the file setting form. The generated item data can be used as the data required for output in the same way as the item data that actually exists in the data file, and any item content of the data file can be used as a key according to the description contents of the file setting slip. Data conversion is performed by referring to the index table, and the item data obtained by this is converted into a data file. It can be used as the necessary data to the output as well as other items data.

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

【図1】データ処理装置の全体構成を示した図。FIG. 1 is a diagram showing an overall configuration of a data processing device.

【図2】会計明細ファイル5に対する原簿登録票を示し
た図。
FIG. 2 is a diagram showing a ledger registration slip for an accounting statement file 5.

【図3】原簿登録票にしたがってファイル処理を実行す
る場合の動作を示したフローチャート。
FIG. 3 is a flowchart showing an operation when file processing is executed according to an original book registration slip.

【図4】帳票出力制御部15内のレコード作成部16の
動作を示したフローチャート。
FIG. 4 is a flowchart showing an operation of a record creating unit 16 in the form output control unit 15.

【図5】図2に示す原簿登録票に原簿名称「会計明細」
に対応して設定されている各項目名と、それに対応する
会計明細ファイル5の実際のレコード項目値とを対応付
けて示した図。
FIG. 5: The original book name “accounting details” is added to the original book registration slip shown in FIG.
5 is a diagram showing each item name set in correspondence with the corresponding actual record item value of the accounting statement file 5 in association with each other.

【図6】レコード作成部16によって生成されたレコー
ド内容を示した図。
FIG. 6 is a diagram showing the content of a record created by a record creating section 16.

【図7】事業所テーブルの一部を示した図。FIG. 7 is a diagram showing a part of a business establishment table.

【図8】勘定テーブルの一部を示した図。FIG. 8 is a diagram showing a part of an account table.

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

1 入力部 2 登録票入力処理部 3 振替明細ファイル 3−1、4−1、5−1 原簿登録票 4 営業明細ファイル 5 会計明細ファイル 6 伝票入力処理部 7 伝票レコードメモリ 8 伝票項目名メモリ 9 ファイル処理部 10 レコード処理部 11 原簿登録票解析部 14、19 ワークファイル 15 帳票出力制御部 16 レコード作成部 17 帳票作成部 18 テーブルファイル 20 印字部 21 表示部 1 Input Part 2 Registration Voucher Input Processing Part 3 Transfer Detail File 3-1, 4-1 and 5-1 Ledger Registration Voucher 4 Business Detail File 5 Accounting Detail File 6 Voucher Input Processing Part 7 Voucher Record Memory 8 Voucher Item Name Memory 9 File processing unit 10 Record processing unit 11 Original book registration form analysis unit 14, 19 Work file 15 Form output control unit 16 Record creation unit 17 Form creation unit 18 Table file 20 Printing unit 21 Display unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 栗原 隆 東京都羽村市栄町3丁目2番1号 カシオ 計算機株式会社羽村技術センター内 (72)発明者 森 潤二 東京都羽村市栄町3丁目2番1号 カシオ 計算機株式会社羽村技術センター内 ─────────────────────────────────────────────────── ─── Continuation of front page (72) Inventor Takashi Kurihara 3-2-1 Sakaemachi, Hamura-shi, Tokyo Casio Computer Co., Ltd. Hamura Technical Center (72) Inventor Junji Mori 3-2-1 Sakaemachi, Hamura-shi, Tokyo No. Casio Computer Co., Ltd. Hamura Technical Center

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】データファイルのレコード構成に対応して
その各項目を設定してなるファイル設定票を記憶する手
段と、 前記ファイル設定票に基づいてデータファイルのレコー
ドを生成し、この生成されたレコードにしたがって、デ
ータファイルを更新する更新手段と、 前記ファイル設定票に設定されているデータファイルの
レコード内に存在しない項目が論理項目として定義され
ていると共に、この論理項目に対応付けて当該項目の生
成条件が定義されている場合に、この生成条件に基づい
て対応する論理項目の項目データを生成する項目データ
生成手段と、 前記ファイル設定票に設定されているデータファイルの
レコード内に存在する項目データと、前記項目データ生
成手段によって生成された項目データとを1レコード内
に組み込んだレコードを生成するレコード生成手段と、 前記ファイル設定票に設定されているデータファイルを
出力する際に、前記レコード生成手段によって生成され
たレコードに基づいて出力を行う出力手段とを具備した
ことを特徴とするデータ処理装置。
1. A means for storing a file setting form in which each item is set corresponding to the record structure of the data file, and a record of the data file is generated based on the file setting form, and this generated Update means for updating the data file according to the record, and items that do not exist in the record of the data file set in the file setting form are defined as logical items, and the items are associated with this logical item. Exists in the record of the data file set in the file setting slip, and item data generation means for generating item data of the corresponding logical item based on the generation condition when the generation condition is defined. Item data and item data generated by the item data generating means are incorporated in one record. A record generating means for generating a code; and an output means for outputting based on the record generated by the record generating means when outputting the data file set in the file setting vote. And data processing device.
【請求項2】データファイルのレコード構成に対応して
その各項目を設定してなるファイル設定票を記憶する手
段と、 前記ファイル設定票に基づいてデータファイルのレコー
ドを生成し、この生成されたレコードにしたがって、デ
ータファイルを更新する更新手段と、 前記ファイル設定票に設定されているデータファイルの
各項目のうち任意の項目を索引キーとして指定すると共
にこの索引キーに対応してその索引先を示す索引テーブ
ルが設定されている場合に、この索引キーに基づいて索
引テーブルを参照することにより当該索引キーに対応す
る項目データを生成する項目データ生成手段と、 前記ファイル設定票に設定されているデータファイルの
項目に対応する項目データと、前記項目データ生成手段
によって生成された項目データとを1レコード内に組み
込んだレコードを生成するレコード生成手段と、 前記ファイル設定票に設定されているデータファイルを
出力する際に、前記レコード生成手段によって生成され
たレコードに基づいて出力を行う出力手段とを具備した
ことを特徴とするデータ処理装置。
2. A means for storing a file setting form in which each item is set corresponding to the record structure of the data file, and a record of the data file is generated based on the file setting form, and this generated Updating means for updating the data file according to the record, and designating any item among the items of the data file set in the file setting form as an index key, and corresponding to this index key, the index destination When the index table shown is set, item data generation means for generating item data corresponding to the index key by referring to the index table based on the index key, and the item setting unit is set in the file setting vote. Item data corresponding to the items of the data file, and item data generated by the item data generating means Record generating means for generating a record incorporated in one record; and output means for outputting based on the record generated by the record generating means when outputting the data file set in the file setting vote A data processing device comprising:
JP6339537A 1994-12-29 1994-12-29 Data processor Pending JPH08185454A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6339537A JPH08185454A (en) 1994-12-29 1994-12-29 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6339537A JPH08185454A (en) 1994-12-29 1994-12-29 Data processor

Publications (1)

Publication Number Publication Date
JPH08185454A true JPH08185454A (en) 1996-07-16

Family

ID=18328416

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6339537A Pending JPH08185454A (en) 1994-12-29 1994-12-29 Data processor

Country Status (1)

Country Link
JP (1) JPH08185454A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008003901A (en) * 2006-06-23 2008-01-10 Canon Inc Information processor, information processing method and information processing program
CN106815710A (en) * 2016-12-07 2017-06-09 乐视控股(北京)有限公司 The reminding method and device of backlog, electronic equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008003901A (en) * 2006-06-23 2008-01-10 Canon Inc Information processor, information processing method and information processing program
CN106815710A (en) * 2016-12-07 2017-06-09 乐视控股(北京)有限公司 The reminding method and device of backlog, electronic equipment

Similar Documents

Publication Publication Date Title
JP3108984B2 (en) Data processing device
JPH04242858A (en) File update processor
US20060167771A1 (en) Financial event software engine
JP3524106B2 (en) Database management method
Alexander et al. Access 2013 Bible
JP3136928B2 (en) Data processing device
JPH08185454A (en) Data processor
JPH1097417A (en) Program assembling device and storage medium
JP2001005886A (en) Data processor and storage medium
JP3143909B2 (en) File processing device
JPH06176085A (en) Drawing/parts list generation/control device
JP7089363B2 (en) Registration screen processing device, registration screen processing method, and registration screen processing program
JP2837525B2 (en) Derived database processing method
JP3567299B2 (en) Graph generation output device
JPH08185455A (en) Data processor
JPH0488469A (en) Device for issuing business management document or the like
JP2001167210A (en) Account system
JPH1055396A (en) Data processor
JPH1055395A (en) Generating method for data base
JPH09297804A (en) Data processor
JP3044711B2 (en) File processing device
JPH0224778A (en) Data processor
JPH09297803A (en) Method for inputting data in computer system
JPH08235286A (en) Data processor
JPH08110927A (en) Document output device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040914

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20041109