JP2740572B2 - Program loading method - Google Patents

Program loading method

Info

Publication number
JP2740572B2
JP2740572B2 JP2239397A JP23939790A JP2740572B2 JP 2740572 B2 JP2740572 B2 JP 2740572B2 JP 2239397 A JP2239397 A JP 2239397A JP 23939790 A JP23939790 A JP 23939790A JP 2740572 B2 JP2740572 B2 JP 2740572B2
Authority
JP
Japan
Prior art keywords
program
storage device
load information
executed
main storage
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.)
Expired - Lifetime
Application number
JP2239397A
Other languages
Japanese (ja)
Other versions
JPH04118722A (en
Inventor
安伸 吹上
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2239397A priority Critical patent/JP2740572B2/en
Publication of JPH04118722A publication Critical patent/JPH04118722A/en
Application granted granted Critical
Publication of JP2740572B2 publication Critical patent/JP2740572B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は計算機システムにおいて大容量の磁気記憶
装置等のプログラム記憶装置に格納されたプログラムを
主記憶装置へロードするプログラムロード方法に関する
ものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program loading method for loading a program stored in a program storage device such as a large-capacity magnetic storage device into a main storage device in a computer system. .

〔従来の技術〕[Conventional technology]

第2図は従来のプログラムロード方法を採用した計算
機システムの構成を示すブロック図である。第2図にお
いて、6は回線等から入力されたトランザクションを処
理するためのプログラム及びそのプログラム名を示すフ
ァイル名を格納した大容量のプログラム記憶装置として
の磁気記憶装置である。この磁気記憶装置6はプログラ
ムを格納したデータ部2とファイル名等を格納したディ
レクトリー部1とからなる。ディレクトリー1にはファ
イル名(プログラム名)の他にデータ部2でのプログラ
ムの位置やサイズなどを示す情報も格納されている。ま
た、その他種々の情報が磁気記憶装置6に格納されてい
るが、プログラムロード処理には関係がないので、ここ
では説明を省略する。3は磁気記憶装置6に格納された
プログラムを管理するためのプログラムのファイル名と
ペアになったロード情報を格納した管理用主記憶装置で
ある。即ち、この管理用主記憶装置3は磁気記憶装置6
のディレクトリー部1内のファイル名をプログラムロー
ド時に高速に検索するためにディレクトリー部1の内容
をコピーしている(処理a)。4は管理用主記憶装置3
に格納されたロード情報に従って(処理b)磁気記憶装
置6からロードされた(処理c)実行すべきプログラム
を格納するプログラム実行用主記憶装置である。
FIG. 2 is a block diagram showing a configuration of a computer system employing a conventional program loading method. In FIG. 2, reference numeral 6 denotes a magnetic storage device as a large-capacity program storage device storing a program for processing a transaction input from a line or the like and a file name indicating the program name. The magnetic storage device 6 includes a data section 2 storing a program and a directory section 1 storing a file name and the like. The directory 1 stores information indicating the position and size of the program in the data section 2 in addition to the file name (program name). Further, various other information is stored in the magnetic storage device 6, but has no relation to the program loading process, and thus the description is omitted here. Reference numeral 3 denotes a management main storage device that stores load information paired with a file name of a program for managing the program stored in the magnetic storage device 6. That is, the main storage for management 3 is replaced with the magnetic storage 6
The contents of the directory section 1 are copied in order to quickly search for a file name in the directory section 1 when the program is loaded (process a). 4 is a management main storage device 3
Is a program execution main storage device for storing a program to be executed loaded (process c) from the magnetic storage device 6 according to the load information stored in the storage device (process b).

次に動作について説明する。入力されたトランザクシ
ョンを処理するために、プログラムのロードが必要にな
った時、図示しないスケジューラプログラムは管理用主
記憶装置3の内容をサーチし、目的のファイル名(プロ
グラム名)を見つけ、それに関するロード情報を得て、
磁気記憶装置6のデータ部2から実行すべき目的のプロ
グラムをプログラム実行用主記憶装置4へロードする。
このような処理により、磁気記憶装置6へのアクセス回
数を少なくし、ロード処理時間の短縮化を図っている。
Next, the operation will be described. When it becomes necessary to load a program in order to process the input transaction, a scheduler program (not shown) searches the contents of the management main storage device 3 to find a target file name (program name), and Get the load information,
A target program to be executed is loaded from the data section 2 of the magnetic storage device 6 to the main memory 4 for program execution.
By such processing, the number of accesses to the magnetic storage device 6 is reduced, and the load processing time is shortened.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

従来のプログラムロード方法による計算機システムは
以上のように構成されているので、大容量のプログラム
記憶装置としての磁気記憶装置に登録されるプログラム
数が増えるとともに管理用主記憶装置の容量も増して行
かなければならず、小型コンピュータのような資源の少
ない計算機システムにおいては実行できるプログラムの
数が割合と小さな処で制約されるという問題点があっ
た。
Since the computer system according to the conventional program loading method is configured as described above, the number of programs registered in the magnetic storage device as a large-capacity program storage device increases and the capacity of the management main storage device also increases. In a computer system with few resources, such as a small computer, there is a problem that the number of executable programs is limited by a relatively small percentage.

この発明は上記のような問題点を解決するためになさ
れたもので、管理用の主記憶装置の増大化を抑え、小型
コンピュータであっても多数のプログラムを実行でき、
また、管理用主記憶装置に実行すべき目的のプログラム
のファイル名が見つからない場合や,管理用主記憶装置
に新たなロード情報を格納できなくなった場合において
も、ロード処理の高速化が図れるプログラムロード方法
を得ることを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, suppresses an increase in a main storage device for management, can execute a large number of programs even with a small computer,
Further, even when a file name of a target program to be executed cannot be found in the management main storage device, or when new load information cannot be stored in the management main storage device, the load processing can be speeded up. The aim is to get a loading method.

〔課題を解決するための手段〕[Means for solving the problem]

この発明に係るプログラムロード方法は、プログラム
及びこのプログラムのファイル名とペアになったロード
情報が格納されたプログラム記憶装置(磁気記憶装置
6)から実行すべき目的のプログラムをプログラム実行
用主記憶装置4にロードする場合に、上記ロード情報を
管理用主記憶装置3に移しておいて当該管理用主記憶装
置に格納されたロード情報に基づいて上記プログラムの
ロードを行うプログラムロード方法において、上記プロ
グラム記憶装置から上記ロード情報を一つづつ読み出し
て、実行すべき目的のプログラムのロード情報を1回の
アクセスで得られるように、すべてのプログラムのロー
ド情報をハッシュ化して格納して成るロード情報格納フ
ァイル5を予め作成しておき、プログラムのロード時に
おいて、上記管理用主記憶装置に実行すべき目的のプロ
グラムのファイル名が見つからない場合や,管理用主記
憶装置に新たなロード情報を格納できなくなった場合
に、実行すべき目的のプログラムのロード情報を上記ロ
ード情報格納ファイルから得て、このロード情報に基づ
いて上記プログラム実行用主記憶装置に実行すべき目的
のプログラムをロードするようにしたものである。
A program loading method according to the present invention stores a target program to be executed from a program storage device (magnetic storage device 6) in which a program and load information paired with a file name of the program are stored. In a program loading method for transferring the load information to the management main storage device 3 and loading the program based on the load information stored in the management main storage device, Load information storage by reading the load information one by one from the storage device and hashing and storing the load information of all the programs so that the load information of the target program to be executed can be obtained by one access. File 5 is created in advance, and when the program is loaded, When the file name of the target program to be executed cannot be found in the storage device, or when new load information cannot be stored in the management main storage device, the load information of the target program to be executed is stored in the load information. A target program to be executed is obtained from a file and loaded into the main memory for program execution based on the load information.

〔作用〕[Action]

プログラムロード要求が発生すると、管理用主記憶装
置3の内容がサーチされ、実行すべき目的のプログラム
のファイル名が見つけられると、実行すべき目的のプロ
グラムは管理用主記憶装置3に格納されたロード情報に
よりプログラム記憶装置からプログラム実行用主記憶装
置4へロードされる。一方、管理用主記憶装置3内に実
行すべき目的のプログラムのファイル名が見つけられな
ければ、該当ロード情報はロード情報格納ファイル5か
ら得られ、実行すべき目的のプログラムは該当ロード情
報によりプログラム記憶装置からプログラム実行用主記
憶装置4へロードされる。また、管理用主記憶装置に新
たなロード情報を格納できなくなった場合(すなわち、
管理用主記憶装置のロード情報格納領域がなくなった場
合)においても同様に、ロード情報格納ファイルからロ
ード情報を得て、これに基づいて目的のプログラムはプ
ログラム実行用主記憶装置にロードされる。
When a program load request occurs, the contents of the management main storage device 3 are searched, and when the file name of the target program to be executed is found, the target program to be executed is stored in the management main storage device 3. The program information is loaded from the program storage device to the program execution main storage device 4 according to the load information. On the other hand, if the file name of the target program to be executed is not found in the management main storage device 3, the corresponding load information is obtained from the load information storage file 5, and the target program to be executed is determined by the corresponding load information. The program is loaded from the storage device to the program execution main storage device 4. When new load information cannot be stored in the management main storage device (that is,
Similarly, when the load information storage area of the management main storage device is exhausted), the load information is obtained from the load information storage file, and the target program is loaded into the program execution main storage device based on the load information.

〔実施例〕〔Example〕

第1図はこの発明の一実施例に係るプログラムロード
方法を採用した計算機システムの構成を示すブロック図
である。第1図において、第2図に示す構成要素に対応
するものには同一の符号を付し、その説明を省略する。
第1図において、5はプログラム記憶装置としての磁気
記憶装置6に格納されたプログラムのファイル名とペア
になったロード情報を全部格納したロード情報格納ファ
イルである。このロード情報格納ファイル5には、1回
のアクセスで実行すべき目的のプログラムのロード情報
が得られるようにハッシュ化して格納されている。その
他の構成は従来のものと同じである。ただし、管理用主
記憶装置3は従来のものに比べ容量が小さいものでよ
い。
FIG. 1 is a block diagram showing a configuration of a computer system employing a program loading method according to one embodiment of the present invention. In FIG. 1, components corresponding to those shown in FIG. 2 are given the same reference numerals, and descriptions thereof will be omitted.
In FIG. 1, reference numeral 5 denotes a load information storage file storing all load information paired with the file name of a program stored in a magnetic storage device 6 as a program storage device. The load information storage file 5 is hashed and stored so that load information of a target program to be executed by one access is obtained. The other configuration is the same as the conventional one. However, the capacity of the management main storage device 3 may be smaller than that of the conventional one.

次に動作について説明する。 Next, the operation will be described.

(1)オンライン処理開始前。(1) Before starting online processing.

磁気記憶装置6のディレクトリー部1からプログラム
のロード情報を一つづつ読出し、ハッシュ化してロード
情報格納ファイル5へ書込む(処理f)。この処理をデ
ィレクトリー部1に登録されているすべてのプログラム
について行う。
The load information of the program is read one by one from the directory unit 1 of the magnetic storage device 6, hashed, and written into the load information storage file 5 (process f). This process is performed for all programs registered in the directory unit 1.

(2)オンライン処理中。(2) Online processing.

(イ)プログラムロード要求が発生すると、管理用主記
憶装置3の内容をサーチし、実行すべき目的のプログラ
ムのファイル名が見つけられれば、そのファイル名とペ
アでセットされているロード情報を得て(処理b)、磁
気記憶装置6のデータ部2から実行すべき目的のプログ
ラムをプログラム実行用主記憶装置4へロードする(処
理c)。
(A) When a program load request occurs, the contents of the management main storage device 3 are searched, and if a file name of a target program to be executed is found, the load information set as a pair with the file name is obtained. Then, the target program to be executed is loaded from the data section 2 of the magnetic storage device 6 into the main memory for program execution 4 (process c).

(ロ)管理用主記憶装置3内に実行すべき目的のプログ
ラムが見つけられなかったら、ロード情報格納ファイル
5の内容を1回読み、該当ロード情報を得て(処理
d)、磁気記憶装置6のデータ部2からプログラム実行
用記憶装置4へ実行すべき目的のプログラムをロードす
る(処理c)。その後、今ロードしたプログラムのファ
イル名とロード情報を管理用主記憶装置3へ格納する
(処理e)。これにより動作要求のあったプログラムの
ファイル名とロード情報より順次管理用主記憶装置3へ
登録されるが、使用頻度の高いものが優先的に登録され
る。上記実施例は、管理用主記憶装置3にどのプログラ
ムを登録すべきかの統計的選択手段を使うことなく、使
用頻度の高いものから登録できる単純で確実な方式と言
える。
(B) If the target program to be executed cannot be found in the management main storage device 3, the content of the load information storage file 5 is read once to obtain the corresponding load information (process d). Then, the target program to be executed is loaded from the data section 2 into the program execution storage device 4 (process c). After that, the file name and load information of the currently loaded program are stored in the management main storage device 3 (process e). As a result, the program that has requested the operation is sequentially registered in the management main storage device 3 from the file name and the load information, and the one that is frequently used is registered with priority. The above-described embodiment can be said to be a simple and reliable method in which the most frequently used programs can be registered without using a statistical selection means for determining which program should be registered in the management main storage device 3.

万一、管理用主記憶装置3の領域がフルになった場合
は、管理用主記憶装置3にはロード情報は登録できず、
以降に同じプログラムのロード要求があった場合、ロー
ド情報格納ファイル5よりロード情報を得る処理を行う
ことになるが、処理の冗長は大容量の磁気記憶装置6の
内容を1回読む時間に相当し、全体処理時間から見れば
微小と言える。このような事が再々起こるようであれ
ば、管理用主記憶装置3の大きさを見直す必要がある
が、このようなプログラム自体の起動要求の頻度は非常
に小さいであろうから、システム全体に与える影響は少
ないと言える。
If the area of the management main storage device 3 becomes full, the load information cannot be registered in the management main storage device 3,
Thereafter, when the same program is requested to be loaded, processing for obtaining the load information from the load information storage file 5 is performed. However, it can be said that it is very small in view of the overall processing time. If such a thing occurs again, the size of the management main storage device 3 needs to be reconsidered. It can be said that the influence is small.

(ハ)連続運転を行なわない計算機システムではさらに
有効的で電源をOFFする都度、管理用主記憶装置3がリ
セットされる。このため旬や月に応じて実行プログラム
の偏に柔軟に対応することができ、管理用主記憶装置3
が非常に有効に使われる。オンライン処理プログラムの
実行要求のように分散に偏りのある母体を管理する場
合、頻度の高い部分を有効に管理することにより全体の
処理高速化と管理用テーブルの縮小化を実現できる。
(C) In a computer system that does not perform continuous operation, the management main storage device 3 is reset each time the power is turned off. For this reason, it is possible to flexibly cope with the bias of the execution program according to the season or the month.
Is used very effectively. In the case of managing a matrix having a bias in distribution, such as an execution request of an online processing program, the overall processing can be speeded up and the management table can be reduced by effectively managing the frequent parts.

なお、上記実施例のプログラムロード方法の基本的な
考え方は、オンライン処理における実行プログラムの偏
りを利用するもので、一般的に登録プログラムの約1割
のものが全体動作数の約9割の占る傾向がある。このた
め登録プログラムの約1割を管理する管理用主記憶装置
3により全体の実行プログラムの約9割を制御すること
によりプログラム読出し処理の高速化を図り、またロー
ド情報格納ファイル5により管理用主記憶装置3の縮小
化を実現している。
The basic concept of the program loading method in the above embodiment is to use the bias of the execution programs in online processing. Generally, about 10% of registered programs occupy about 90% of the total number of operations. Tend to For this reason, the management main storage device 3 for managing about 10% of the registered programs controls about 90% of the entire execution programs, thereby speeding up the program reading process. The size of the storage device 3 is reduced.

なお、プログラム記憶装置としては磁気記憶装置に限
らず、他の記憶装置についても同様本発明を適用でき
る。
The program storage device is not limited to a magnetic storage device, and the present invention can be similarly applied to other storage devices.

〔発明の効果〕〔The invention's effect〕

以上のように本発明によれば、プログラム記憶装置か
らロード情報を一つづつ読み出して、実行すべき目的の
プログラムのロード情報を1回のアクセスで得られるよ
うに、すべてのプログラムのロード情報をハッシュ化し
て格納して成るロード情報格納ファイルを予め作成して
おき、プログラムのロード時において、管理用主記憶装
置に実行すべき目的のプログラムのファイル名が見つか
らない場合や,管理用主記憶装置に新たなロード情報を
格納できなくなった場合に、実行すべき目的のプログラ
ムのロード情報をロード情報格納ファイルから得て、こ
のロード情報に基づいてプログラム実行用主記憶装置に
実行すべき目的のプログラムをロードするようにしたの
で、管理用主記憶装置の増大化を抑えることができ、こ
れにより高価な主記憶装置の削減も図れ、コストダウン
を実現でき、また、小型コンピュータであっても多数の
プログラムを実行できる。また、特に、管理用主記憶装
置に実行すべき目的のプログラムのファイル名が見つか
らない場合や,管理用主記憶装置に新たなロード情報を
格納できなくなった場合に、実行すべき目的のプログラ
ムのロード情報が1回アクセスで即座に得られるロード
情報格納ファイルを利用するようにして、ロード情報格
納ファイルに格納されているロード情報の中から目的と
するロード情報を1回のアクセスで得て、このロード情
報に基づいて、実行すべき目的のプログラムをロードす
るようにしているので、このような場合においても、ロ
ード処理を高速に行えるという効果が得られる。
As described above, according to the present invention, the load information of all the programs is read out one by one from the program storage device so that the load information of the target program to be executed can be obtained by one access. A load information storage file that is stored by hashing is created in advance, and when loading the program, the file name of the target program to be executed cannot be found in the management main storage device, or the management main storage device When the new load information cannot be stored in the program, the load information of the target program to be executed is obtained from the load information storage file, and the target program to be executed in the program execution main storage device based on the load information. Is loaded, it is possible to suppress an increase in the size of the main memory for management, and thereby an expensive main memory is used. Reduction of the apparatus also Hakare, can be realized cost reduction, also be a small computer can run multiple programs. In particular, when the file name of the target program to be executed cannot be found in the management main storage device, or when new load information cannot be stored in the management main storage device, the execution of the target program to be executed is stopped. By using the load information storage file in which the load information is immediately obtained by one access, the target load information is obtained by one access from the load information stored in the load information storage file. Since the target program to be executed is loaded based on this load information, the effect that the loading process can be performed at high speed can be obtained even in such a case.

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

第1図はこの発明の一実施例に係るプログラムロード方
法を採用した計算機システムの構成を示すブロック図、
第2図は従来のプログラムロード方法を採用した計算機
システムの構成を示すブロック図である。 3……管理用主記憶装置、4……プログラム実行用主記
憶装置、5……ロード情報格納ファイル、6……磁気記
憶装置(プログラム記憶装置)。
FIG. 1 is a block diagram showing a configuration of a computer system employing a program loading method according to one embodiment of the present invention;
FIG. 2 is a block diagram showing a configuration of a computer system employing a conventional program loading method. 3 ... Main storage for management, 4 ... Main storage for program execution, 5 ... Load information storage file, 6 ... Magnetic storage (program storage).

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】プログラム及びこのプログラムのファイル
名とペアになったロード情報が格納されたプログラム記
憶装置から実行すべき目的のプログラムをプログラム実
行用主記憶装置にロードする場合に、上記ロード情報を
管理用主記憶装置に移しておいて当該管理用主記憶装置
に格納されたロード情報に基づいて上記プログラムのロ
ードを行うプログラムロード方法において、 上記プログラム記憶装置から上記ロード情報を一つづつ
読み出して、実行すべき目的のプログラムのロード情報
を1回のアクセスで得られるように、すべてのプログラ
ムのロード情報をハッシュ化して格納して成るロード情
報格納ファイルを予め作成しておき、 プログラムのロード時において、上記管理用主記憶装置
に実行すべき目的のプログラムのファイル名が見つから
ない場合や,管理用主記憶装置に新たなロード情報を格
納できなくなった場合に、実行すべき目的のプログラム
のロード情報を上記ロード情報格納ファイルから得て、
このロード情報に基づいて上記プログラム実行用主記憶
装置に実行すべき目的のプログラムをロードするように
したことを特徴とするプログラムロード方法。
When loading a target program to be executed from a program storage device in which a program and load information paired with a file name of the program are stored into a program execution main storage device, the load information is stored in the storage device. In a program loading method for loading the program based on the load information stored in the management main storage device after being transferred to the management main storage device, reading the load information one by one from the program storage device In order to obtain the load information of the target program to be executed in one access, a load information storage file is created in advance by hashing and storing the load information of all the programs. , The file name of the target program to be executed in the management main storage device And if not found, when it becomes impossible to store new load information to the management main memory, the load information of the program to be executed object obtained from the load information storage file,
A program loading method, wherein a target program to be executed is loaded into the program execution main storage device based on the load information.
JP2239397A 1990-09-10 1990-09-10 Program loading method Expired - Lifetime JP2740572B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2239397A JP2740572B2 (en) 1990-09-10 1990-09-10 Program loading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2239397A JP2740572B2 (en) 1990-09-10 1990-09-10 Program loading method

Publications (2)

Publication Number Publication Date
JPH04118722A JPH04118722A (en) 1992-04-20
JP2740572B2 true JP2740572B2 (en) 1998-04-15

Family

ID=17044173

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2239397A Expired - Lifetime JP2740572B2 (en) 1990-09-10 1990-09-10 Program loading method

Country Status (1)

Country Link
JP (1) JP2740572B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58166455A (en) * 1982-03-27 1983-10-01 Fujitsu Ltd Relational type data base system
JPS593565A (en) * 1982-06-30 1984-01-10 Fujitsu Ltd Access module controlling system for relational data base
JPS63291145A (en) * 1987-05-22 1988-11-29 Matsushita Graphic Commun Syst Inc Method for managing file

Also Published As

Publication number Publication date
JPH04118722A (en) 1992-04-20

Similar Documents

Publication Publication Date Title
US10140461B2 (en) Reducing resource consumption associated with storage and operation of containers
JPH01269142A (en) Buffer memory control system
US3754218A (en) Data handling system with relocation capability comprising operand registers adapted therefor
JP2740572B2 (en) Program loading method
JPH0430062B2 (en)
JPS63200257A (en) Program loading system for computer
JPS60252973A (en) Dynamic loading control system
JP3180336B2 (en) Data access method using multilayer buffer
JP3118348B2 (en) Program cache method
JP2526728B2 (en) Disk cache automatic usage method
JP3255081B2 (en) File-access device and machine-readable recording medium recording program
JP2912657B2 (en) File access processor
JPH04199444A (en) File controller
JPH01116851A (en) Program load control system
JP2672812B2 (en) Selected product management processing method
JP2718676B2 (en) Virtual memory dump processing method
JP2980610B2 (en) Transaction management device
JPH0744426A (en) File management method for file system
JP2533931B2 (en) Data contents protection method of dynamic allocation area
JP3013993B2 (en) Vector processing method
JPH03218545A (en) Pre-loading system for main storage
JPS61276040A (en) File access system
JPH04638A (en) System starting method
JP2988048B2 (en) Dictionary information resident access device
JPS62130422A (en) Managing and processing system for data storage medium