JPH06208489A - Program-sorted record division managing system - Google Patents

Program-sorted record division managing system

Info

Publication number
JPH06208489A
JPH06208489A JP3329301A JP32930191A JPH06208489A JP H06208489 A JPH06208489 A JP H06208489A JP 3329301 A JP3329301 A JP 3329301A JP 32930191 A JP32930191 A JP 32930191A JP H06208489 A JPH06208489 A JP H06208489A
Authority
JP
Japan
Prior art keywords
record
program
area
storage device
execution
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.)
Withdrawn
Application number
JP3329301A
Other languages
Japanese (ja)
Inventor
Hirobumi Katayama
博文 片山
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 JP3329301A priority Critical patent/JPH06208489A/en
Publication of JPH06208489A publication Critical patent/JPH06208489A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To execute the effective use of both main storage and data and to improve program development and system operation by transferring only a specific area of a record in a file previously specified at every program to the program at the time of executing the program. CONSTITUTION:Prior to the execution of a program, a record area specifying means 1 lets what area in what file be used register in a record area specification storing device 2. A program execution application means 3 offers the execution of the program and a program execution instruction analyzing means 4 obtains the program name of the program. A storage device 2 is retrieved by the program name obtained by the means 4 and information concerned is read out and stored in a record area specification storing device 6. A record dividing means 9 divides only a specific area in a record stored in a main storage in accordance with the information stored in the device 6 and a record transfer means 10 transfers the divided record to the program concerned.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、レコード分割管理方式
に関し、特にプログラムの実行に際し、レコード内の特
定の領域のみをプログラムに受け渡すプログラム別レコ
ード分割管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a record division management system, and more particularly, to a program-based record division management system that transfers only a specific area in a record to a program when the program is executed.

【0002】[0002]

【従来の技術】近年、コンピュータシステムの普及拡大
に伴い処理するデータ量は加速度的に増加し、データを
より有効に活用することが必要となってきている。デー
タを有効に活用する為の技術として従来からのデータベ
ース手法が存在する。このデータベース手法では、デー
タベース作成時に各プログラムで使用する特定のレコー
ド領域を意識してデータベース自体を構築する必要があ
り、データベースの構築には専門的な技術が必要とされ
ている。
2. Description of the Related Art In recent years, with the spread of computer systems, the amount of data to be processed has increased at an accelerating rate, and it has become necessary to utilize the data more effectively. There is a conventional database method as a technology for effectively utilizing data. With this database method, it is necessary to construct the database itself in consideration of the specific record area used by each program when creating the database, and specialized technology is required to construct the database.

【0003】また、プログラムで使用する特定のレコー
ド領域を変更する場合には、データベース自体の再構築
が必要となるため、多大な時間を要してデータベースの
再構築を行っている。
Further, when a specific record area used in a program is changed, it is necessary to rebuild the database itself, so that it takes a lot of time to rebuild the database.

【0004】さらに、データベース手法が使えないデー
タベース以外のファイル(以下、従来ファイルと称す)
の場合には、プログラム毎に必要な領域を集めて別々の
ファイルを作成している。
Furthermore, files other than databases for which the database method cannot be used (hereinafter referred to as conventional files)
In this case, the necessary areas are collected for each program to create separate files.

【0005】[0005]

【発明が解決しようとする課題】上述した従来のレコー
ド分割管理方式では、データベースの構築自体が非常に
困難であること、また、プログラムで使用する特定のレ
コード領域が変更された場合にはデータベースの再構築
が必要であること、さらに、データベースの構築あるい
は再構築には高い専門知識が必要であるため、限られた
人にしか作業が行えないという欠点がある。
In the above-mentioned conventional record division management system, it is very difficult to construct the database itself, and when the specific record area used by the program is changed, the database There is a drawback in that only a limited number of people can work, because it requires rebuilding, and since high expertise is required to build or rebuild the database.

【0006】従来ファイルの場合には、プログラム毎に
ファイルを分けるためにデータの一元管理が出来ない、
また、ファイルの作成が煩わしいという欠点がある。こ
の欠点を避けるために、従来ファイルの場合にはプログ
ラム毎にファイルを分けずにひとつにまとめるという方
式があるが、プログラム内に不必要なレコード領域を読
み込んでしまうために主記憶の有効利用が行えなくなる
という欠点がある。
In the case of a conventional file, the data cannot be centrally managed because the file is divided for each program.
In addition, there is a drawback that the file creation is troublesome. In order to avoid this drawback, in the case of conventional files, there is a method of collecting files without dividing them for each program, but since the unnecessary record area is read in the program, effective use of main memory is not possible. There is a drawback that you cannot do it.

【0007】本発明の目的は、プログラム実行時にあら
かじめプログラム毎に指示されたファイル内の特定レコ
ード領域のみを該当プログラムに受け渡し、プログラム
実行時にあらかじめプログラム毎に指示されたファイル
内の特定レコード領域のみを該当プログラムに受け渡す
ことにより、上記の欠点を解消し、該当プログラムには
その特定レコード領域のみが受け渡されるため、データ
ベースの構築及び再構築が不要となり、主記憶の有効活
用が可能となり、さらに、データの一元管理およびファ
イルの作成が容易となるため、データの有効利用、主記
憶の有効利用、プログラム開発およびシステム運用性を
大幅に向上できるプログラム別レコード分割管理方式を
提供することにある。
An object of the present invention is to pass only a specific record area in a file designated in advance for each program to a corresponding program when the program is executed, and only a specific record area in a file designated for each program in advance when the program is executed. By passing it to the relevant program, the above-mentioned drawbacks are eliminated, and since only the specific record area is passed to the relevant program, it is not necessary to construct and rebuild the database, and it is possible to effectively utilize the main memory. Since it is easy to centrally manage data and create files, it is an object of the present invention to provide a program-based record division management method capable of significantly improving data effective use, main memory effective use, program development, and system operability.

【0008】[0008]

【課題を解決するための手段】本発明のプログラム別レ
コード管理方式は、プログラムで使用するレコード内の
特定の領域を指示するレコード領域指示手段と、レコー
ド領域指示手段により指示されたプログラム名及びファ
イル名及びレコードの特定領域のレコードの情報を格納
するレコード領域指示格納装置と、プログラムの実行を
指示するプログラム実行申し込み手段と。
According to a program-based record management system of the present invention, a record area designating means for designating a specific area in a record used in a program, and a program name and a file designated by the record area designating means. A record area instruction storage device for storing name and information of a record in a specific area of a record, and a program execution application means for instructing execution of a program.

【0009】プログラム実行申し込み手段で指示された
プログラムの実行指示を解析するプログラム実行指示解
析手段と、プログラム実行指示解析手段によって得られ
た情報をもとにレコード領域指示格納装置から該当する
情報を取り出すレコード領域指示取り込み手段と、レコ
ード領域指示取り込み手段によって取り込まれたレコー
ド領域指示情報を格納しておく取り込みレコード領域指
示格納装置と、プログラムで使用するレコードを格納す
るレコード格納装置と、プログラムで使用するレコード
をレコード格納装置から主記憶上に読み込むレコード読
み込み手段と、取り込みレコード領域指示格納装置に格
納されている情報により主記憶上に読み込まれたレコー
ドを分割するレコード分割手段と、レコード分割手段に
よって分割されたレコードを取り込みレコード領域指示
格納装置に格納されている情報によりプログラムに受け
渡すレコード受け渡し手段とを有している。
Program execution instruction analysis means for analyzing the execution instruction of the program instructed by the program execution application means, and corresponding information is retrieved from the record area instruction storage device based on the information obtained by the program execution instruction analysis means. A record area instruction fetch means, a fetch record area instruction storage device for storing the record area instruction information fetched by the record area instruction fetch means, a record storage apparatus for storing records used by the program, and a program used by the program Record reading means for reading a record from the record storage device into the main memory, record dividing means for dividing the record read into the main memory according to the information stored in the fetched record area instruction storage device, and division by the record dividing means Was done And a record transfer means for transferring the program from the information stored in the record area indicated storage device takes in the code.

【0010】[0010]

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

【0011】図1は本発明の一実施例のプログラム別レ
コード分割管理方式のブロック図である。
FIG. 1 is a block diagram of a program-based record division management system according to an embodiment of the present invention.

【0012】図1において、本実施例のプログラム別レ
コード分割管理方式は、プログラムで使用するレコード
内の特定の領域を指示するレコード領域指示手段1と、
レコード領域指示手段1により指示されたレコードの情
報(指示されたプログラム名および指示されたファイル
名および指示されたレコードの特定領域)を格納するレ
コード領域指示格納装置2と、プログラムの実行を指示
するプログラム実行申し込み手段3と、プログラム実行
申し込み手段3によって指示されたプログラムの実行指
示のなかからプログラム名および使用するファイル名を
解析するプログラム実行指示解析手段4と、プログラム
実行指示解析手段4によって得られたプログラム名およ
びファイル名によってレコード領域指示格納装置2に登
録されている情報から該当するものを取り出すレコード
領域指示取り込み手段5と、レコード領域指示取り込み
手段5によって取り込まれたレコード領域指示情報を格
納しておく取り込みレコード領域指示格納装置6と、プ
ログラムで使用するレコードを格納するレコード格納装
置7と、プログラムで使用するレコードをレコード格納
装置7から主記憶上に読み込むレコード読み込み手段8
と、取り込みレコード領域指示格納装置6に格納されて
いるレコードの特定領域の情報により主記憶上に読み込
まれたレコードを分割するレコード分割手段9と、レコ
ード分割手段9によって分割されたレコードを取り込み
レコード領域指示格納装置6に格納されているプログラ
ム名の情報により該当プログラムに受け渡すレコード受
け渡し手段10とから構成されている。
Referring to FIG. 1, the program-based record division management system of this embodiment comprises a record area designating means 1 for designating a specific area in a record used by a program,
A record area instruction storage device 2 for storing information of a record instructed by the record area instruction means 1 (instructed program name, instructed file name and specified area of the instructed record), and instructing execution of the program. It is obtained by the program execution application means 3, the program execution instruction analysis means 4 for analyzing the program name and the file name to be used from the program execution instructions instructed by the program execution application means 3, and the program execution instruction analysis means 4. The record area instruction fetching means 5 for fetching the corresponding information from the information registered in the record area instruction storage device 2 according to the program name and the file name, and the record area instruction information fetched by the record area instruction fetching means 5 are stored. Take in A record area indicated storage device 6, a record storage device 7 for storing records used in the program, the record reading means reads the records used by the program on the main storage from the record storage device 7 8
And record dividing means 9 for dividing the record read into the main memory according to the information of the specific area of the record stored in the fetched record area instruction storage device 6, and the record divided by the record dividing means 9 It is composed of a record passing means 10 for delivering to the corresponding program according to the information of the program name stored in the area instruction storage device 6.

【0013】次に、このように構成された本実施例のプ
ログラム別レコード分割管理方式の動作について図面を
参照して説明する。
Next, the operation of the program-based record division management system of the present embodiment thus configured will be described with reference to the drawings.

【0014】図2は本実施例のプログラム別レコード分
割管理方式による具体的なプログラム実行の処理を示す
流れ図である。
FIG. 2 is a flow chart showing a concrete program execution process by the program-based record division management system of this embodiment.

【0015】図1、図2において、例えば、レコード格
納装置7には、レコードの長さが200バイトのレコー
ドが複数件存在するファイルAという名前のファイルが
存在するとする。
In FIGS. 1 and 2, for example, it is assumed that the record storage device 7 has a file named file A in which a plurality of records each having a record length of 200 bytes exist.

【0016】まず、ステップ11のレコード領域指示手
段1では「プログラムAではファイルAのレコードの1
51バイトから200バイトまでの特定のレコード領域
を使用する」というプログラムで扱うファイルのレコー
ドのどの領域を使用するかという情報を登録する。
First, the record area designating means 1 in step 11 reads "1 in the record of file A in program A".
The information indicating which area of the record of the file handled by the program "Use a specific record area of 51 bytes to 200 bytes" is registered.

【0017】ステップ12のレコード領域指示格納装置
2にはステップ11で指示された「プログラムAではフ
ァイルAのレコードの151バイトから200バイトま
での特定の領域を使用する」という情報が登録される。
In the record area instruction storage device 2 in step 12, the information "in program A uses a specific area of 151 bytes to 200 bytes of the record of file A" instructed in step 11 is registered.

【0018】ステップ13のプログラム実行申し込み手
段3では「ファイルAを使用するプログラムA」の実行
が指示されたとする。
It is assumed that the program execution application means 3 in step 13 is instructed to execute the "program A using the file A".

【0019】ステップ14のプログラム実行指示解析手
段4ではスッテプ13で申し込まれたプログラムの名前
を解析し、解析した結果のプログラム名「プログラム
A」という情報をステップ15のレコード領域指示取り
込み手段5に受け渡す。
The program execution instruction analysis means 4 in step 14 analyzes the name of the program applied in step 13, and receives the information of the analyzed program name "program A" in the record area instruction acquisition means 5 in step 15. hand over.

【0020】ステップ15ではステップ14から受け渡
された「プログラムA」というプログラムの名前によっ
てステップ12に格納されているプログラムAについて
のレコード領域指示情報を検索し、「プログラムAでは
ファイルAのレコードの151バイトから200バイト
までの特定の領域を使用する」という情報を取り出す。
In step 15, the record area designation information for the program A stored in step 12 is retrieved by the name of the program "program A" passed from step 14, and "program A stores the record of file A". The specific area from 151 bytes to 200 bytes is used "is taken out.

【0021】ステップ16の取り込みレコード領域指示
格納装置6では、ステップ15で取り出された「プログ
ラムAではファイルAのレコードの151バイトから2
00バイトまでの特定のレコード領域を使用する」とい
う情報を格納しておく。
In the fetched record area instruction storage device 6 in step 16, "from program 151, from the 151 bytes of the record of file A to program 2 retrieved in step 15,
The information "use a specific record area up to 00 bytes" is stored.

【0022】ステップ18のレコード読み込み手段では
ステップ13で申し込まれた実行指示に従ってステップ
17に登録されているファイルAからレコードを1件読
み込む。
The record reading means at step 18 reads one record from the file A registered at step 17 according to the execution instruction applied at step 13.

【0023】ステップ19のレコード分割手段10では
ステップ17で主記憶上に読み込まれたレコードをステ
ップ16で格納された「プログラムAではファイルAの
レコードの151バイトから200バイトまでの特定の
レコード領域を使用する」という情報に従って151バ
イトから200バイトまでの50バイト分の特定レコー
ド領域のレコードの分割を行う。
In the record dividing means 10 in step 19, the record read in the main memory in step 17 is stored in step 16 "In the program A, the specific record area of 151 bytes to 200 bytes of the record of the file A is stored. According to the information “use”, the record of the specific record area of 50 bytes from 151 bytes to 200 bytes is divided.

【0024】ステップ20のレコード受け渡し手段10
ではステップ19で分割されたファイルAのレコードの
151バイトから200バイトまでの50バイト分の特
定レコード領域のみをプログラムAに受け渡す。
Record passing means 10 in step 20
Then, only the 50-byte specific record area from 151 bytes to 200 bytes of the record of the file A divided in step 19 is transferred to the program A.

【0025】以降、ステップ18、ステップ19、ステ
ップ20を順次繰り返しながら処理を行う。
Thereafter, the processing is performed by repeating step 18, step 19, and step 20 in sequence.

【0026】[0026]

【発明の効果】以上説明したように、本発明のプログラ
ム別レコード分割管理方式は、プログラム実行時にあら
かじめプログラム毎に指示されたファイル内の特定レコ
ード領域のみを該当プログラムに受け渡し、プログラム
実行時にあらかじめプログラム毎に指示されたファイル
内の特定レコード領域のみを該当プログラムに受け渡す
ことにより、専門的な知識が必要とされたデータベース
の構築は非常に容易となり、全てのプログラム開発者あ
るいはシステム運用者が簡単に作業を行うことができ、
また、プログラムで使用する特定のレコード領域が変更
された場合にも特定レコード領域の指示の変更のみで対
応可能となり、データベースの再構築の必要もなくな
る。
As described above, according to the record division management system by program of the present invention, only a specific record area in a file designated in advance for each program is transferred to the corresponding program at the time of executing the program, and the program is executed at the time of executing the program. By passing only the specific record area in the file specified for each program to the relevant program, it becomes very easy to build a database that requires specialized knowledge, and it is easy for all program developers or system operators. Can do the work to
Further, even if the specific record area used by the program is changed, it can be dealt with only by changing the instruction of the specific record area, and there is no need to rebuild the database.

【0027】従来ファイルの場合には、これまではプロ
グラム内にそのプログラムでは必要としないレコード領
域も読み込んでしまうため、主記憶の有効活用という点
で問題があったが、プログラム毎に指示されたファイル
内の特定のレコード領域を該当プログラムに受け渡すた
め、不要なバッファ領域が削減され主記憶の有効活用が
でき、また、従来の場合、主記憶を有効に利用するため
にプログラム毎に必要な領域のみを集めて別々のファイ
ルを作成していたため、データの一元管理およびファイ
ルの作成が困難であったが、ファイル内の特定のレコー
ド領域のみをプログラム毎に指定し利用することが可能
となるので、プログラム毎に別々のファイルを作成する
必要がなくなり、データの一元管理およびファイルの作
成が容易となる。
In the case of the conventional file, there is a problem in that the record area which is not required by the program is read in the program so far, so that there is a problem in effective use of the main memory, but it is instructed for each program. Since a specific record area in a file is passed to the corresponding program, unnecessary buffer area is reduced and main memory can be effectively used. In the conventional case, it is necessary for each program to effectively use main memory. It was difficult to centrally manage the data and create the file because only the areas were collected and created as separate files, but it is possible to specify and use only a specific record area in the file for each program. Therefore, it is not necessary to create a separate file for each program, which facilitates centralized management of data and creation of files.

【0028】このように、プログラム実行時にあらかじ
めプログラム毎に指示されたファイル内の特定レコード
領域のみを指示登録しておけば、該当プログラムにはそ
の特定レコード領域のみが受け渡されるため、データベ
ースの構築及び再構築が不要となり、主記憶の有効活用
が可能となり、さらに、データの一元管理およびファイ
ルの作成が容易となるため、データの有効利用、主記憶
の有効利用、プログラム開発およびシステム運用性を大
幅に向上できるという効果がある。
As described above, if only the specific record area in the file designated for each program is designated and registered in advance when the program is executed, only the specific record area is handed over to the program, so that the database is constructed. Also, since it is not necessary to reconstruct, effective use of main memory is possible, and moreover, centralized management of data and creation of files are easy, so effective use of data, effective use of main memory, program development and system operability The effect is that it can be greatly improved.

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

【図1】本発明の一実施例のプログラム別レコード分割
管理方式のブロック図である。
FIG. 1 is a block diagram of a program-based record division management system according to an embodiment of the present invention.

【図2】本実施例のプログラム別レコード分割管理方式
による具体的なプログラム実行の処理を示す流れ図であ
る。
FIG. 2 is a flowchart showing a specific program execution process by a program-based record division management system of the present embodiment.

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

1 レコード領域指示手段 2 レコード領域指示格納装置 3 プログラム実行申し込み手段 4 プログラム実行指示解析手段 5 レコード領域指示取り込み手段 6 取り込みレコード領域指示格納装置 7 レコード格納装置 8 レコード読み込み手段 9 レコード分割手段 10 レコード受け渡し手段 1 record area instruction means 2 record area instruction storage device 3 program execution application means 4 program execution instruction analysis means 5 record area instruction acquisition means 6 acquisition record area instruction storage device 7 record storage device 8 record reading means 9 record division means 10 record transfer means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プログラムで使用するレコード内の特定
の領域を指示するレコード領域指示手段と、 前記レコード領域指示手段により指示されたプログラム
名及びファイル名及びレコードの特定領域のレコードの
情報を格納するレコード領域指示格納装置と、 前記プログラムの実行を指示するプログラム実行申し込
み手段と、 前記プログラム実行申し込み手段で指示されたプログラ
ムの実行指示を解析するプログラム実行指示解析手段
と、 前記プログラム実行指示解析手段によって得られた情報
をもとにレコード領域指示格納装置から該当する情報を
取り出すレコード領域指示取り込み手段と、 前記レコード領域指示取り込み手段によって取り込まれ
たレコード領域指示情報を格納しておく取り込みレコー
ド領域指示格納装置と、 前記プログラムで使用するレコードを格納するレコード
格納装置と、 前記プログラムで使用するレコードを前記レコード格納
装置から主記憶上に読み込むレコード読み込み手段と、 前記取り込みレコード領域指示格納装置に格納されてい
る情報により前記主記憶上に読み込まれたレコードを分
割するレコード分割手段と、 前記レコード分割手段によって分割されたレコードを前
記取り込みレコード領域指示格納装置に格納されている
情報によりプログラムに受け渡すレコード受け渡し手段
とを有することを特徴とするプログラム別レコード分割
管理方式。
1. A record area designating means for designating a specific area in a record to be used in a program, and a program name and a file name designated by the record area designating means and information of a record of a specific area of the record. A record area instruction storage device, a program execution application means for instructing execution of the program, a program execution instruction analysis means for analyzing an execution instruction of the program instructed by the program execution application means, and a program execution instruction analysis means. Record area instruction fetching means for fetching corresponding information from the record area instruction storage device based on the obtained information, and fetched record area instruction storage for storing the record area instruction information fetched by the record area instruction fetching means Device and said professional A record storage device for storing a record used in a program, a record reading means for reading a record used in the program from the record storage device into a main memory, and the information stored in the fetched record area instruction storage device. It has record dividing means for dividing the record read in the main memory, and record passing means for passing the record divided by the record dividing means to the program by the information stored in the fetched record area instruction storage device. A program-based record division management method.
JP3329301A 1991-12-13 1991-12-13 Program-sorted record division managing system Withdrawn JPH06208489A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3329301A JPH06208489A (en) 1991-12-13 1991-12-13 Program-sorted record division managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3329301A JPH06208489A (en) 1991-12-13 1991-12-13 Program-sorted record division managing system

Publications (1)

Publication Number Publication Date
JPH06208489A true JPH06208489A (en) 1994-07-26

Family

ID=18219935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3329301A Withdrawn JPH06208489A (en) 1991-12-13 1991-12-13 Program-sorted record division managing system

Country Status (1)

Country Link
JP (1) JPH06208489A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021157288A (en) * 2020-03-25 2021-10-07 富士通株式会社 Information processing system, information processing method, information processing program, and information processing apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021157288A (en) * 2020-03-25 2021-10-07 富士通株式会社 Information processing system, information processing method, information processing program, and information processing apparatus

Similar Documents

Publication Publication Date Title
JP2001147837A (en) Program trace device and storage medium
JPH06208489A (en) Program-sorted record division managing system
JP2729795B2 (en) Parallel computer and control method thereof
JP2780601B2 (en) Message batch processing system
JPS6270944A (en) Collecting system for trace information
JP2765911B2 (en) Data driven control method and compiling device
JPH0816369A (en) Method and system for clustering
JPS6074056A (en) File control system for history information
JPS63106047A (en) Dynamic subroutine call system
JPH05100914A (en) File input/output information collecting system
JP2721377B2 (en) BASIC program compression method
JPH08171611A (en) Character recognizing system
JPH05113914A (en) Data managing system
JPH044429A (en) Automatic rearrangement linking system for virtual storing system
JPH02308355A (en) Input procedure management system for interpreter
JPH0293933A (en) Program developing device
JPH03137751A (en) Communication control processor
JPH0264744A (en) Fault analyzing information acquiring system
JPH10326307A (en) Schedule management method and management system
JPH02211540A (en) Compile control system
JPH04314129A (en) File managing system
JPS63156254A (en) Control method for intermediate text by interpreter
JPH04141758A (en) Data transferring method
JPH0267636A (en) Program execution procedure file converting system
JPH01286053A (en) Data control system over plural types of computers

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990311