JPS6312044A - Data managing system for electronic computer system - Google Patents

Data managing system for electronic computer system

Info

Publication number
JPS6312044A
JPS6312044A JP61156447A JP15644786A JPS6312044A JP S6312044 A JPS6312044 A JP S6312044A JP 61156447 A JP61156447 A JP 61156447A JP 15644786 A JP15644786 A JP 15644786A JP S6312044 A JPS6312044 A JP S6312044A
Authority
JP
Japan
Prior art keywords
data
information
managing information
file
file managing
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
JP61156447A
Other languages
Japanese (ja)
Inventor
Masahiro Tanida
谷田 正廣
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 JP61156447A priority Critical patent/JPS6312044A/en
Publication of JPS6312044A publication Critical patent/JPS6312044A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To decrease a file capacity by instructing a master number, inputting data file managing information, identifying the data format of real data based on the control information and executing the editing in accordance with an attribute at every item. CONSTITUTION:By registering data file managing information 2 by a file managing information registering program with an interactive system beforehand, real data 3 can be registered and the data are automatically stored and edited based upon the data file managing information 2. When the user uses the data, a master No.1 is instructed, and the data file managing information 2 of the data can be obtd. The data format of the real data 3 is identified based on the information, edited in accordance with the attribute for an item and the correct data are given to the user. Thus, a file capacity can be decreased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算システムにおけるデータ管理方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data management method in an electronic computing system.

〔従来の技術〕[Conventional technology]

従来、多種多様な情報を取り扱う電子計算機システムで
は多種類のデータフォーマットを使用するためデータの
フォーマットに応じて個別に登録・更新・問合わせプロ
グラムを作成し、さらにフォーマットに応じてファイル
領域を確保しなければならなかった。
Conventionally, computer systems that handle a wide variety of information use a wide variety of data formats, so registration, update, and inquiry programs have been created individually according to the data format, and file areas have been secured according to the format. I had to.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のデータ管理方式は、データフォーマット
ごとにプログラムを作成しなければいけないので開発工
数が掛り、フォーマットに応じてファイル領域を確保し
なければいけないのでムダなファイル領域が多発し、さ
らにデータフォーマットごとにファイルを保守しなけれ
ばいけないという欠点がある。
With the conventional data management method described above, a program must be created for each data format, which requires development man-hours, and file areas must be secured according to the format, resulting in a lot of wasted file area. The drawback is that you have to maintain files for each.

〔問題点を解決するだめの手段〕[Failure to solve the problem]

本発明の電子計算機システムのデータ管理方式マスタ番
号のもとにデータをデータファイル管理情報と実データ
とに分けて管理し、 マスタ番号を指示することにより、当該データのデータ
ファイル管理情報を入力し、該管理情報をもとに実デー
タのデータフォーマットを識別し1項目毎に属性に応じ
て編集する手段を有する。
Data management method of the computer system of the present invention Data is managed separately into data file management information and actual data based on a master number, and the data file management information of the data is input by specifying the master number. , has means for identifying the data format of the actual data based on the management information and editing each item according to the attribute.

このように、多種類のデータフォーマントを一元管理す
ることにより、データフォーマットごとのプログラム開
発が不要となり、さらにファイル容量を削減できる効果
がある。
In this way, by centrally managing many types of data formats, there is no need to develop programs for each data format, and the file capacity can be further reduced.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の電子計算機システムのデータ管工甲方
式の一実施例のデータ構造図である。
FIG. 1 is a data structure diagram of an embodiment of the data pipe system A of the electronic computer system of the present invention.

マスタNolのもとにデータファイル管理情報2と実デ
ータ3とに管理され、データファイル管理情報2はレコ
ード長、項目数1項目名、項目属性情報をもっている。
Data file management information 2 and actual data 3 are managed under a master No. 2, and data file management information 2 has record length, number of items (1 item), item name, and item attribute information.

また、実データ3は可変長データに対応するため、物理
的に300バイトのレコード7個を有し、論理的に21
0〇バイトのデータを格納することが出来る。
In addition, since the actual data 3 corresponds to variable length data, it physically has 7 records of 300 bytes and logically has 21 records.
It can store 00 bytes of data.

第2図は本実施例におけるプログラム機能図である。FIG. 2 is a program function diagram in this embodiment.

利用者は、事前に対話方式によりファイル管理情報登録
プログラムによりデータファイル管理情報2を登録する
ことにより実データ3の登録が出来る。この際、データ
はデータファイル管理情報2をもとに自動的に格納、編
集される。利用者がデータを利用する場合、マスタNo
tを指示することによりそのデータのデータファイル管
理情報2を入手することが出来る。そしてこの情報をも
とに実データ3のデータフォーマットが識別され。
The user can register the actual data 3 by registering the data file management information 2 in advance using the file management information registration program in an interactive manner. At this time, the data is automatically stored and edited based on the data file management information 2. When a user uses data, the master number
By specifying t, the data file management information 2 of the data can be obtained. Based on this information, the data format of the actual data 3 is identified.

項目ごとに属性に応じて編集され、利用者に正しいデー
タが提供される。
Each item is edited according to its attributes to provide users with correct data.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、多種類のデータフォーマ
ットを一元管理することにより、データフォーマットご
とのプログラム開発が不要となり、さらにファイル容量
を削減できる効果がある。
As explained above, the present invention has the effect of centrally managing many types of data formats, thereby eliminating the need for program development for each data format and further reducing file capacity.

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

第1図は本発明の電子計算機システムのデータ管理方式
の一実施例のデータ構造図、第2図はプログラム機能図
である。 1・・・マスタM、2・・・データファイル管理情報、
3・・・実データ。 第1図 力2図
FIG. 1 is a data structure diagram of an embodiment of a data management method for a computer system according to the present invention, and FIG. 2 is a program function diagram. 1... Master M, 2... Data file management information,
3...Actual data. Figure 1 Figure 2

Claims (1)

【特許請求の範囲】 多種多様な情報を取り扱う電子計算機システムにおいて
、 マスタ番号のもとにデータをデータファイル管理情報と
実データとに分けて管理し、 マスタ番号を指示することにより、当該データのデータ
ファイル管理情報を入力し、該管理情報をもとに実デー
タのデータフォーマットを識別し、項目毎に属性に応じ
て編集する手段を有する電子計算機システムのデータ管
理方式。
[Claims] In a computer system that handles a wide variety of information, data can be managed separately into data file management information and actual data based on a master number, and the data can be managed by specifying the master number. A data management method for a computer system having means for inputting data file management information, identifying the data format of actual data based on the management information, and editing each item according to its attributes.
JP61156447A 1986-07-02 1986-07-02 Data managing system for electronic computer system Pending JPS6312044A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61156447A JPS6312044A (en) 1986-07-02 1986-07-02 Data managing system for electronic computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61156447A JPS6312044A (en) 1986-07-02 1986-07-02 Data managing system for electronic computer system

Publications (1)

Publication Number Publication Date
JPS6312044A true JPS6312044A (en) 1988-01-19

Family

ID=15627947

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61156447A Pending JPS6312044A (en) 1986-07-02 1986-07-02 Data managing system for electronic computer system

Country Status (1)

Country Link
JP (1) JPS6312044A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006300112A (en) * 2005-04-15 2006-11-02 Inax Corp Pilot valve

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006300112A (en) * 2005-04-15 2006-11-02 Inax Corp Pilot valve

Similar Documents

Publication Publication Date Title
JPS6312044A (en) Data managing system for electronic computer system
JP4167889B2 (en) Data conversion method and computer system therefor
JP2647044B2 (en) History management method
JP3018427B2 (en) Method and apparatus for processing graphic data having a hierarchical structure
JPH0520080A (en) Extended object orientation system of computer
JPH04314129A (en) File managing system
JPH0540610A (en) Data transfer method for storage medium
JPH0440343U (en)
JPS59180763A (en) System for accessing data base system
JPH04336343A (en) Data file editing output control system
JPH0476638A (en) Job execution history acquisition system
JPH0476744A (en) Computer system with shared memory table recovering function
JPH09265421A (en) File management method
JPH02253465A (en) On-line information system
JPH04195556A (en) File group management system
JPS58191055A (en) Automatic editing system of output type using virtual record
JPS62121643U (en)
JPH01145744A (en) Automatic collecting system for updated history of library
JPS63142443A (en) File access processing system
JPH05135059A (en) Schedule information management system
JPH03255568A (en) Distributed data editing system
JPS62245444A (en) Update journal generation system for index part of data base control system
JPS6290735A (en) File dumping/comparing system
JPH04160540A (en) Data file management system
JPH0546558A (en) Customization information control system