JPS6312044A - Data managing system for electronic computer system - Google Patents
Data managing system for electronic computer systemInfo
- 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
Links
- 238000007726 management method Methods 0.000 claims description 13
- 238000013523 data management Methods 0.000 claims description 5
- 238000000034 method Methods 0.000 claims description 5
- 230000002452 interceptive effect Effects 0.000 abstract description 2
- 230000003247 decreasing effect Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 4
- 230000000694 effects Effects 0.000 description 2
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は電子計算システムにおけるデータ管理方式に関
する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data management method in an electronic computing system.
従来、多種多様な情報を取り扱う電子計算機システムで
は多種類のデータフォーマットを使用するためデータの
フォーマットに応じて個別に登録・更新・問合わせプロ
グラムを作成し、さらにフォーマットに応じてファイル
領域を確保しなければならなかった。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.
上述した従来のデータ管理方式は、データフォーマット
ごとにプログラムを作成しなければいけないので開発工
数が掛り、フォーマットに応じてファイル領域を確保し
なければいけないのでムダなファイル領域が多発し、さ
らにデータフォーマットごとにファイルを保守しなけれ
ばいけないという欠点がある。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.
本発明の電子計算機システムのデータ管理方式マスタ番
号のもとにデータをデータファイル管理情報と実データ
とに分けて管理し、
マスタ番号を指示することにより、当該データのデータ
ファイル管理情報を入力し、該管理情報をもとに実デー
タのデータフォーマットを識別し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.
次に、本発明の実施例について図面を参照して説明する
。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.
以上説明したように本発明は、多種類のデータフォーマ
ットを一元管理することにより、データフォーマットご
とのプログラム開発が不要となり、さらにファイル容量
を削減できる効果がある。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.
第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.
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)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006300112A (en) * | 2005-04-15 | 2006-11-02 | Inax Corp | Pilot valve |
-
1986
- 1986-07-02 JP JP61156447A patent/JPS6312044A/en active Pending
Cited By (1)
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) | ||
JP2777273B2 (en) | Document creation and management system | |
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 | |
JPH04317172A (en) | Virtual structure retrieval system in hyper text system | |
JPH04195556A (en) | File group management system | |
JPS58191055A (en) | Automatic editing system of output type using virtual record | |
JPS62121643U (en) | ||
JPH04141750A (en) | Resource managing system | |
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 | |
JPH0381841A (en) | Data base control system |