JPS61143859A - File defining system - Google Patents

File defining system

Info

Publication number
JPS61143859A
JPS61143859A JP59266841A JP26684184A JPS61143859A JP S61143859 A JPS61143859 A JP S61143859A JP 59266841 A JP59266841 A JP 59266841A JP 26684184 A JP26684184 A JP 26684184A JP S61143859 A JPS61143859 A JP S61143859A
Authority
JP
Japan
Prior art keywords
data
file
section
input
file definition
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
JP59266841A
Other languages
Japanese (ja)
Inventor
Hiroshi Akita
秋田 博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP59266841A priority Critical patent/JPS61143859A/en
Publication of JPS61143859A publication Critical patent/JPS61143859A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To facilitate the easy definition of a file and to decrease the file definition errors by supplying the data needed for file definition and collating the data with the contents of a data item dictionary memory part. CONSTITUTION:An input part 1 is connected to an input check part 2, and the part 2 is connected to a processing part 4. While a data item dictionary memory part 3, a converting part 5 and a file definition storing part 6 are connected to the part 4. The data supplied from the part 1 are checked by the part 2 and given to the part 4. The part 4 collates the input data with the contents of the part 3 to produce the file definition and registers this definition to the part 6.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明はデータ処理装置におけるプログラム制御に関し
、特にプログラムにおけるファイル定義方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to program control in a data processing device, and particularly to a file definition method in a program.

(従来の技術) 従来、プログラムにおけるファイル定義は、そのプログ
ラムのなかで直接定義を行う方式、またはあらかじめ他
の部分で定義されているものを再利用する方式が採用さ
れていた。
(Prior Art) Conventionally, file definitions in programs have been defined either directly within the program or by reusing files previously defined in other parts.

(発明が解決しようとする問題点) 前者の方式ではファイル定義の作成に手間がかかシ、で
きあがったものの誤シも多いという欠点があった。また
、後者の方式は必要と予想されるものをあらかじめ作成
して準備しておく必要があシ、拡張性が低いという欠点
があった。
(Problems to be Solved by the Invention) The former method has disadvantages in that it takes time and effort to create a file definition, and there are many errors in the created file definition. In addition, the latter method has the disadvantage that it is necessary to create and prepare in advance what is expected to be necessary, and that scalability is low.

本発明の目的は、ファイル定義に必要なデータを入力し
て、これをデータ項目辞書記憶部の内容と照合すること
によって上記欠点を除去し、誤シのないファイル定義を
容易に生成できるように構成したファイル定義方式を提
供することにある。
An object of the present invention is to eliminate the above drawbacks by inputting data necessary for a file definition and comparing it with the contents of a data item dictionary storage unit, thereby making it possible to easily generate error-free file definitions. The objective is to provide a structured file definition method.

(問題点を解決するための手段) 本発明によるファイル定義方式は、入力チェック部と、
ファイル定義保管部と、データ項目辞書記憶部と、処理
部と、変換部とを具備して構成したものである。
(Means for solving the problem) The file definition method according to the present invention includes an input check section,
It is configured to include a file definition storage section, a data item dictionary storage section, a processing section, and a conversion section.

入力チェック部は、データ項目を記述した入力データを
チェックしてから入力するため・のものである。
The input check section is for checking input data describing data items before inputting them.

ファイル定義保管部は、ファイル定義を登録しておくた
めのものである。
The file definition storage section is for registering file definitions.

データ項目辞書記憶部は、少なくとも一般名称、データ
名、ならびにデータサイズを備えた内容を格納したもの
である。
The data item dictionary storage section stores contents including at least a general name, a data name, and a data size.

処理部は、入力チェック部に加えられたデータとファイ
ル定義保管部に登録されているファイル定義、あるいは
データ項目辞書記憶部の内容とが同一であるか否かを判
断するためのものである。
The processing section is for determining whether or not the data added to the input checking section is the same as the file definition registered in the file definition storage section or the contents of the data item dictionary storage section.

変換部は、処理部によって上記同一であると判断された
ファイル定義をヘッダデータ領域へ格納すると共に、デ
ータ項目辞書記憶部の内容をファイル定義保管部内の該
当位置へ順次格納することができるように変換を実行す
るためのものである。
The conversion unit stores the file definitions determined to be the same by the processing unit in the header data area, and sequentially stores the contents of the data item dictionary storage unit in the corresponding positions in the file definition storage unit. It is for performing conversions.

(実施例) 次に1本発明について図面を参照して詳細に説明する。(Example) Next, one embodiment of the present invention will be explained in detail with reference to the drawings.

第1図は、本発明によるファイル定義方式を実現するた
めの一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment for implementing the file definition method according to the present invention.

第1図において、1は入力部、2は入力チェック部、3
はデータ項目辞書記憶部、4は処理部、5は変換部、6
はファイル定義保管部である。
In FIG. 1, 1 is an input section, 2 is an input check section, and 3 is an input section.
is a data item dictionary storage unit, 4 is a processing unit, 5 is a conversion unit, 6
is the file definition storage.

本発明の一実施例を示す第1図において、入力部1は入
力チェック部2と接続されている。入力チェック部2は
処理部4に接続され、処理部4はデータ項目辞書記憶部
3と変換部6およびファイル定義保管部6とが接続され
ている。
In FIG. 1 showing an embodiment of the present invention, an input section 1 is connected to an input check section 2. As shown in FIG. The input checking section 2 is connected to the processing section 4, and the processing section 4 is connected to the data item dictionary storage section 3, the conversion section 6, and the file definition storage section 6.

第2図は、入力部1から入力されるデータ項目の記述例
を示す説明図である。第8図は、変換部6とファイル定
義保管部8とに入力されるデータのフォーマット例を示
す説明図である。
FIG. 2 is an explanatory diagram showing a description example of data items input from the input section 1. FIG. 8 is an explanatory diagram showing an example of the format of data input to the conversion unit 6 and the file definition storage unit 8.

第1図において、入力部1から第2図のデータ(a)〜
(C)が入力されると、第1ステツプでは入力チェック
部2においてもチェックが行われる。第2ステツプでは
、入力チェック部2によってチェックされたデータ(a
)が処理部4に加えられ、ファイル定義保管部8によっ
て登録済みのデータであるか否かが判断され、変換部す
によって第3図のへラダデータ領域へ格納される。第8
ステツプでは、入力チェック部2によってチェックされ
たデータ(b)が処理部4を介してデータ項目辞書記憶
部3に送られ、ここに同一のデータ(b)が存在するか
否かが判断される。データ項目辞書記憶部3にデータ(
b)が存在する場合には処理部4を介して変換部5にデ
ータ(b)の内容が送られ、第8図のデータ項目Nn(
n=1゜2、・・・n)に該当する場所に格納される。
In FIG. 1, from the input section 1, data (a) to
When (C) is input, the input checking section 2 also performs a check in the first step. In the second step, the data (a
) is added to the processing unit 4, the file definition storage unit 8 determines whether the data is registered data, and the conversion unit stores the data in the data area shown in FIG. 8th
In step, the data (b) checked by the input checking section 2 is sent to the data item dictionary storage section 3 via the processing section 4, and it is determined whether or not the same data (b) exists there. . The data (
If data b) exists, the contents of data (b) are sent to the conversion unit 5 via the processing unit 4, and the data item Nn(
n=1°2, . . . n).

一方、第5ステツプでは、データ項目辞書記憶部3にデ
ータ(b)が存在しない場合には、データ(C)が入力
部1から入力される。データ(e)は入力チェック部2
によってチェックされ、処理部4を介してデータ項目辞
書記憶部5に登録されて上記の第5ステツプと同様にし
て格納される。第6ステツプでは、終了データが入力さ
れるまで第8〜第5ステツプが繰返される。第7ステツ
プでは、変換部6に格納された第8図に該当するデータ
が処理部4を介してファイル定義保管部6へ登録される
On the other hand, in the fifth step, if data (b) does not exist in the data item dictionary storage section 3, data (C) is input from the input section 1. Data (e) is input check section 2
The information is checked by the processing section 4, registered in the data item dictionary storage section 5 via the processing section 4, and stored in the same manner as in the fifth step. In the sixth step, the eighth to fifth steps are repeated until end data is input. In the seventh step, the data corresponding to FIG. 8 stored in the conversion section 6 is registered into the file definition storage section 6 via the processing section 4.

以上、本実施例で説明したファイル定義保管部8の内容
はプログラムを作成する際のファイル定義文として使用
されるものである。
The contents of the file definition storage section 8 described above in this embodiment are used as file definition statements when creating a program.

(発明の効果) 以上説明したように本発明では、ファイル定義に必要な
データを入力して、これをデータ項目辞書記憶部の内容
と照合することによって、ファイル定義が容易になって
ファイル定義の誤シが減少するので、データ項目辞書記
憶部に入力されたものと同様なデータが登録されていれ
ば容易にファイル定義を生成でき、プログラム上の誤シ
を未然に防ぐことができるという効果がある。
(Effects of the Invention) As explained above, in the present invention, by inputting data necessary for file definition and comparing it with the contents of the data item dictionary storage section, file definition is facilitated. Since errors are reduced, file definitions can be easily generated if data similar to that input in the data item dictionary storage unit is registered, and errors in programs can be prevented. be.

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

第1図は、本発明によるファイル定義方式を実現するた
めの一実施例を示すブロック図である。 第2図は、第1図における入力部から入力されるデータ
項目の記述例を示す説明図である。 第8図は、第1図における変換部とファイル定義保管部
とに入力されるデータのフォーマット例を示す説明図で
ある。 1・・・入力部 2・・・入力チェック部 3・・・データ項目辞書記憶部 4・・・処理部 5・・・変換部 6・・・ファイル定義保管部
FIG. 1 is a block diagram showing an embodiment for implementing the file definition method according to the present invention. FIG. 2 is an explanatory diagram showing a description example of data items input from the input section in FIG. 1. FIG. 8 is an explanatory diagram showing an example of the format of data input to the conversion unit and file definition storage unit in FIG. 1. 1... Input unit 2... Input checking unit 3... Data item dictionary storage unit 4... Processing unit 5... Conversion unit 6... File definition storage unit

Claims (1)

【特許請求の範囲】[Claims] データ項目を記述した入力データをチェックしてから入
力するための入力チェック部と、ファイル定義を登録し
ておくためのファイル定義保管部と、少なくとも一般名
称、データ名、ならびにデータサイズを備えた内容を格
納したデータ項目辞書記憶部と、前記入力チェック部に
加えられたデータと前記ファイル定義保管部に登録され
ている前記ファイル定義、あるいは前記データ項目辞書
記憶部の内容とが同一であるか否かを判断するための処
理部と、前記処理部によつて前記同一であると判断され
た前記ファイル定義をヘッダデータ領域へ格納すると共
に、前記データ項目辞書記憶部の内容を前記ファイル定
義保管部内の該当位置へ順次格納することができるよう
に変換を実行するための変換部とを具備して構成したこ
とを特徴とするファイル定義方式。
An input check section for checking input data describing data items before inputting, a file definition storage section for registering file definitions, and contents including at least a general name, data name, and data size. whether the data added to the input check section and the file definition registered in the file definition storage section or the contents of the data item dictionary storage section are the same. a processing unit for determining whether the file definitions are the same, and storing the file definitions determined to be the same by the processing unit in the header data area, and storing the contents of the data item dictionary storage unit in the file definition storage unit. 1. A file definition method comprising: a conversion unit for executing conversion so that data can be sequentially stored in corresponding positions;
JP59266841A 1984-12-18 1984-12-18 File defining system Pending JPS61143859A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59266841A JPS61143859A (en) 1984-12-18 1984-12-18 File defining system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59266841A JPS61143859A (en) 1984-12-18 1984-12-18 File defining system

Publications (1)

Publication Number Publication Date
JPS61143859A true JPS61143859A (en) 1986-07-01

Family

ID=17436401

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59266841A Pending JPS61143859A (en) 1984-12-18 1984-12-18 File defining system

Country Status (1)

Country Link
JP (1) JPS61143859A (en)

Similar Documents

Publication Publication Date Title
JPS61143859A (en) File defining system
US4839803A (en) Planning support method and system
JPS5922140A (en) Interactive compiling system
JPS63245738A (en) Automatic correcting system for data item with undefined program
JPH04362738A (en) Variable control method
JPH02128246A (en) Control system in discrete data base system
JP2845694B2 (en) Data processing device
JPH04140803A (en) Expected value data generating system
JPH06242933A (en) Program document maintenance device
JPH09311800A (en) Automatic data converting device
JPH01230132A (en) Generator
JPH01286053A (en) Data control system over plural types of computers
JPH04148336A (en) Fortran program grammar analyzing system
JPH05127885A (en) Processing flow chart conversion system
JPH0668744B2 (en) NCP load module update processing method
JPH07306801A (en) Program testing system
JPH0293946A (en) Common area updating device
JPH04267429A (en) Code conversion processing system
JPH0252078A (en) Apparatus for applying postal code number
JPS62160536A (en) Cobol syntax converting method
JPH03116354A (en) Automatic generating device for online system operating environment
JPH02271430A (en) Program executing device
JPS63201833A (en) Reference settling system for unsettled label
JPH0344738A (en) Automatic memory assignment check system
JPS6368945A (en) Double registering system for file