JPH04273514A - Check method for file division and reading - Google Patents

Check method for file division and reading

Info

Publication number
JPH04273514A
JPH04273514A JP3480591A JP3480591A JPH04273514A JP H04273514 A JPH04273514 A JP H04273514A JP 3480591 A JP3480591 A JP 3480591A JP 3480591 A JP3480591 A JP 3480591A JP H04273514 A JPH04273514 A JP H04273514A
Authority
JP
Japan
Prior art keywords
data
block
reading
read
file
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
JP3480591A
Other languages
Japanese (ja)
Inventor
Kenichi Watanabe
健一 渡辺
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP3480591A priority Critical patent/JPH04273514A/en
Publication of JPH04273514A publication Critical patent/JPH04273514A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To check a file division and reading by adding a check data size to a necessary data size, and superposing, reading, and comparing this added amount, at the time of dividing and reading the file. CONSTITUTION:At the time of reading the data stored in a recording medium as the file to a main memory by block units, the data at the leading part of the (n+1)th block are read out as the check data at the time of reading the data of the (n)th block. Then, the data at the leading part of the (n+1)th block are compared with the check data at the time of reading the data of the (n+1)th block, and when they are coincident, the data are recognized to be correctly continued, and the data stored as the file are read to the main memory by the block units by successively repeating this.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】この発明は、各種の情報処理機器
に用いられるファイルのチェック方法に関し、さらに詳
しくは、例えばフロッピーディスクのような記憶媒体に
ファイルとして記憶されたデータを、ブロック単位で本
体のメインメモリ内に読出す際に用いられる、ファイル
分割読出しのチェック方法に関する。
[Field of Industrial Application] The present invention relates to a method for checking files used in various information processing devices, and more specifically, a method for checking data stored in a storage medium such as a floppy disk as a file in block units. The present invention relates to a method for checking file division reading used when reading data into the main memory of a computer.

【0002】0002

【従来の技術】従来、各種の情報処理機器において、フ
ロッピーディスクのような外部記憶媒体からデータを読
出すに際して、ファイルの先頭からブロック単位で順次
読出してゆく場合には、読出しの途中でフロッピーディ
スクが他のフロッピーディスクに差し替えられた場合で
も、同じフロッピーディスクであるか否かをチェックす
ることなく、同じファイルポインタから続きのデータを
読出すようにしている。
2. Description of the Related Art Conventionally, in various information processing devices, when reading data from an external storage medium such as a floppy disk, when sequentially reading data block by block from the beginning of a file, the floppy disk Even if the floppy disk is replaced with another floppy disk, the continued data is read from the same file pointer without checking whether it is the same floppy disk.

【0003】したがって、このような従来の方法でファ
イルを読出した場合には、あるデータを読み出して、次
のデータを読出すまでの間にフロッピーディスクが入替
えられた場合には、無意味なデータを読出してしまうと
いう問題があった。
Therefore, when a file is read using such a conventional method, if the floppy disk is replaced between reading one data and reading the next data, meaningless data may be lost. There was a problem that the data was read out.

【0004】この発明は、このような事情を考慮してな
されたもので、ファイルを分割して読出す際に、必要な
サイズにチェック用分を付加し、この付加分を重ねて読
出して比較するようにした、ファイル分割読出しのチェ
ック方法を提供するものである。
[0004] This invention was made in consideration of the above-mentioned circumstances, and when a file is divided and read, an amount for checking is added to the required size, and this additional portion is read out in an overlapping manner for comparison. The present invention provides a method for checking file division reading.

【0005】[0005]

【課題を解決するための手段】この発明は、記憶媒体に
ファイルとして記憶されたデータをブロック単位でメイ
ンメモリ内に読出すに際し、メインメモリ内にチェック
用データバッファを設定し、n番目のブロックのデータ
を読出すときに、そのブロックに続く(n+1)番目の
ブロックの先頭部のデータを所定サイズだけ同時に読出
して、チェック用データバッファに記憶し、(n+1)
番目のブロックのデータを(n+2)番目のブロックの
先頭部のデータと共に読出したときに、その(n+1)
番目のブロックの先頭部の所定サイズのデータとチェッ
ク用データバッファに記憶したデータとを比較し、比較
の結果が同じであれば、データが正しく継続していると
みなして(n+2)番目のブロックの先頭部のデータを
チェック用データバッファに記憶し、これを順次繰り返
してファイルとして記憶されたデータをブロック単位で
メインメモリ内に読出してゆくファイル分割読出しのチ
ェック方法である。
[Means for Solving the Problems] The present invention sets a data buffer for checking in the main memory when reading data stored in a storage medium as a file into the main memory block by block, and When reading the data of , the data at the beginning of the (n+1)th block following that block is simultaneously read by a predetermined size and stored in the check data buffer, and the (n+1)
When the data of the (n+2)th block is read together with the data at the beginning of the (n+2)th block, the (n+1)
Compare the data of a predetermined size at the beginning of the th block with the data stored in the check data buffer, and if the comparison results are the same, it is assumed that the data continues correctly and the (n+2)th block is This is a file division read checking method in which the data at the beginning of the file is stored in a check data buffer, and this is sequentially repeated to read out the data stored as a file into the main memory block by block.

【0006】[0006]

【作用】この発明によれば、あるブロックを読出すとき
には、次のブロックの先頭部分を同時に読出して記憶し
ておき、次のブロックを読出したときに、そのブロック
の先頭部分と、前に記憶した先頭部分とを比較して、読
出したブロックが本当に前のブロックに続く正しいブロ
ックであるのか否かを判定するようにしたので、ファイ
ルの読出しにおいて、誤って他のファイルのデータを読
出してしまうことが防止される。
[Operation] According to this invention, when reading a certain block, the beginning part of the next block is read out and stored at the same time, and when the next block is read out, the beginning part of that block and the previously stored part are read out and stored. Since the read block is compared with the beginning part of the previous block to determine whether it is actually the correct block following the previous block, data from another file may be read by mistake when reading a file. This will be prevented.

【0007】[0007]

【実施例】以下、図面に示す実施例に基づいてこの発明
を詳述する。なお、この発明はこれによって限定される
ものではない。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below based on embodiments shown in the drawings. Note that this invention is not limited to this.

【0008】図1はこの発明のファイル分割読出しのチ
ェック方法に係わるフローチャート、図2はその実施に
使用する装置のブロック図である。
FIG. 1 is a flowchart relating to the file division read checking method of the present invention, and FIG. 2 is a block diagram of an apparatus used to implement the method.

【0009】図2において、1は文字入力キーや数値キ
ー、ファンクションキー等を備えたキーボードであり、
文書データや、数値データを処理部2に入力する。
In FIG. 2, 1 is a keyboard equipped with character input keys, numerical keys, function keys, etc.
Document data and numerical data are input to the processing section 2.

【0010】処理部2は、CPU,ROM,RAM,I
/Oポートからなるマイクロコンピュータによって構成
され、ROMからなるプログラムメモリ(図示しない)
に書き込まれている制御プログラムにより、後述する各
種のデータ処理を行う。
[0010] The processing unit 2 includes a CPU, ROM, RAM, I
Constructed by a microcomputer consisting of /O port, and a program memory consisting of ROM (not shown)
The control program written in the controller performs various data processing described later.

【0011】3はCRTディスプレイやLC(液晶)表
示ディスプレイ、あるいはELディスプレイ等の表示装
置であり、文書データや、数値データ等の各種のデータ
を表示する。
Reference numeral 3 denotes a display device such as a CRT display, an LC (liquid crystal) display, or an EL display, which displays various data such as document data and numerical data.

【0012】4は外部とデータ通信を行うためのデータ
通信ユニット、5はフロッピーディスクを装着するため
のフロッピーディスク装置である。
Reference numeral 4 is a data communication unit for performing data communication with the outside, and reference numeral 5 is a floppy disk device for mounting a floppy disk.

【0013】6はRAMからなる読出データバッファで
あり、フロッピーディスク装置5のフロッピーディスク
に記憶されたデータをデータ通信ユニット4を介して外
部に送信するために、フロッピーディスク装置5から読
出したデータをブロック単位に記憶する。
Reference numeral 6 denotes a read data buffer consisting of a RAM, which stores data read from the floppy disk device 5 in order to transmit the data stored on the floppy disk of the floppy disk device 5 to the outside via the data communication unit 4. Store in blocks.

【0014】7はRAMからなる書込データバッファで
あり、データ通信ユニット4を介して受信したデータを
フロッピーディスク装置5のフロッピーディスクに記憶
させるために、データ通信ユニット4を介して受信した
データを記憶する。
Reference numeral 7 denotes a write data buffer consisting of a RAM, which stores the data received via the data communication unit 4 in order to store the data received via the data communication unit 4 on the floppy disk of the floppy disk device 5. Remember.

【0015】8はRAMからなるチェックデータバッフ
ァであり、フロッピーディスク装置5から読出データバ
ッファ6にデータをブロック単位で読出す際に、ブロッ
クの先頭部のデータを所定サイズだけ記憶する。
Reference numeral 8 denotes a check data buffer consisting of a RAM, which stores only a predetermined size of data at the beginning of a block when reading data from the floppy disk device 5 to the read data buffer 6 in units of blocks.

【0016】処理部2は、フロッピーディスク装置5の
フロッピーディスクにファイルとして記憶されたデータ
を、ブロック単位で読出データバッファ6内に読出すに
際しては、以下のような処理を行う。
The processing section 2 performs the following processing when reading data stored as a file on the floppy disk of the floppy disk device 5 into the read data buffer 6 in units of blocks.

【0017】すなわち、n番目のブロックのデータを読
出すときに、(n+1)番目のブロックの先頭部のデー
タを所定サイズだけ同時に読出し、n番目のブロックの
データを読出データバッファ6に記憶して、(n+1)
番目のブロックの先頭部のデータをチェックデータバッ
ファ8に記憶する。
That is, when reading the data of the n-th block, the data at the beginning of the (n+1)-th block is simultaneously read by a predetermined size, and the data of the n-th block is stored in the read data buffer 6. , (n+1)
The data at the beginning of the block is stored in the check data buffer 8.

【0018】次に、(n+1)番目のブロックのデータ
を読出すときに、(n+2)番目のブロックの先頭部の
データを所定サイズだけ同時に読出し、(n+1)番目
のブロックのデータを読出データバッファ6に記憶する
Next, when reading the data of the (n+1)th block, the data at the beginning of the (n+2)th block is simultaneously read by a predetermined size, and the data of the (n+1)th block is read out from the data buffer. 6.

【0019】そして、読出した(n+1)番目のブロッ
クの先頭部の所定サイズのデータと、チェックデータバ
ッファ8に記憶したデータとを比較し、比較の結果が同
じであれば、データが正しく継続しているとみなして(
n+2)番目のブロックの先頭部のデータをチェックデ
ータバッファ8に記憶し、これを順次繰り返して、ファ
イルとして記憶されたデータをブロック単位で読出デー
タバッファ6内に読出してゆく。比較の結果が同じでな
ければ、フロッピーディスクが入れ替えられたと判断し
てエラーとする。
Then, the data of a predetermined size at the beginning of the read (n+1)th block is compared with the data stored in the check data buffer 8, and if the comparison results are the same, the data continues correctly. (
The data at the beginning of the (n+2)th block is stored in the check data buffer 8, and this is sequentially repeated to read out the data stored as a file into the read data buffer 6 block by block. If the comparison results are not the same, it is determined that the floppy disk has been replaced and an error occurs.

【0020】図3は本発明のファイル分割読出しのチェ
ック方法を説明するための説明図であり、この図に基づ
いて、さらに詳細に説明する。
FIG. 3 is an explanatory diagram for explaining the file division read checking method of the present invention, and a more detailed explanation will be given based on this diagram.

【0021】全部でmブロックあるデータを分割読出し
する場合には、図のように行う。まず、1ブロック目に
ついては、必要なデータサイズ+チェック用データサイ
ズ分をファイルの先頭から読出す。この時にはデータの
チェックは行わない。
When data of a total of m blocks is to be read out in parts, it is performed as shown in the figure. First, for the first block, the required data size + check data size is read from the beginning of the file. Data is not checked at this time.

【0022】最初に読出した1ブロック目をnブロック
とすると、(n+1)ブロック目については、必要なデ
ータサイズ+チェック用データサイズ分を、nブロック
目に読出したチェック用データサイズと先頭部が重なる
ように読出す。これにより、nブロック目のチェック用
データと、(n+1)ブロック目の先頭からの同サイズ
のデータとを比較して、一致しているか否かを調べる。 ここで、一致しなければフロッピーディスクが入れ替え
られたと判断してエラーとする。
Assuming that the first block read out is n block, for the (n+1)th block, the required data size + check data size is equal to the check data size read out in the nth block, and the starting part is Read out so that they overlap. Thereby, the check data of the n-th block and the data of the same size from the beginning of the (n+1)-th block are compared to see if they match. If they do not match, it is determined that the floppy disk has been replaced and an error occurs.

【0023】mブロック目については、ファイルエンド
まで読出し、(m−1)ブロック目のチェック用データ
とmブロック目の先頭からの同サイズ分のデータとを比
較して、一致しているか否かを調べる(nブロック目と
同じ)。
[0023] Regarding the m-th block, read up to the file end, and compare the check data of the (m-1)th block with data of the same size from the beginning of the m-th block to see if they match. (same as the nth block).

【0024】次に、このような処理部2の処理動作の内
容を図1に示すフローチャートに従い説明する。
Next, the contents of the processing operation of the processing section 2 will be explained with reference to the flowchart shown in FIG.

【0025】処理部2は、まず、ブロックの判定を行い
(ステップ21)、先頭ブロックであれば、ブロックサ
イズ(必要なデータサイズ)+チェックデータサイズ(
チェック用データサイズ)分のデータをファイルの先頭
から読出し(ステップ22)、ファイルポインタを更新
し(ステップ23)、読出した次データの先頭をチェッ
クデータバッファ8に転送する(ステップ24)。
The processing unit 2 first determines the block (step 21), and if it is the first block, the block size (required data size) + check data size (
Check data size) is read from the beginning of the file (step 22), the file pointer is updated (step 23), and the beginning of the next read data is transferred to the check data buffer 8 (step 24).

【0026】ステップ21において、先頭ブロックでな
く、最終ブロックでもない、中間ブロックであれば、ブ
ロックサイズ+チェックデータサイズ分のデータをファ
イルポインタの示す位置から読出し(ステップ26)、
ファイルポインタを更新する(ステップ27)。そして
、読出したデータの先頭と、チェックデータバッファ8
内のデータとを比較し(ステップ28)、一致していれ
ば読出した次データの先頭をチェックデータバッファ8
に転送し(ステップ24)、一致していなければエラー
とする。
In step 21, if it is an intermediate block that is neither the first block nor the last block, data corresponding to the block size + check data size is read from the position indicated by the file pointer (step 26);
Update the file pointer (step 27). Then, the beginning of the read data and the check data buffer 8
(step 28), and if they match, check the beginning of the next data read out from the data buffer 8.
(step 24), and if they do not match, it is determined as an error.

【0027】ステップ21において、最終ブロックであ
れば、ブロックサイズ分のデータをファイルポインタの
示す位置から読出し(ステップ29)、ファイルポイン
タを更新する(ステップ30)。そして、読出したデー
タの先頭と、チェックデータバッファ8内のデータとを
比較し(ステップ31)、一致していれば全データの読
出しを終了し、一致していなければエラーとする。これ
らのルーチンをブロック数分の回数だけコールすること
により、1ファイルを読出すことができる。
In step 21, if it is the final block, data corresponding to the block size is read from the position indicated by the file pointer (step 29), and the file pointer is updated (step 30). Then, the beginning of the read data is compared with the data in the check data buffer 8 (step 31), and if they match, the reading of all data is finished, and if they do not match, it is determined as an error. One file can be read by calling these routines as many times as the number of blocks.

【0028】すなわち、上述においては、先頭ブロック
から順次1ブロックずつ読出した後、読出したデータに
対して、データ通信ユニット4からの送信処理などの何
らかの処理を行う。そして、途中のブロックまで読出し
た状態で、他の処理の必要が生じた場合には、それに応
じた別のフロッピーディスクの装着を使用者に要求する
。この状態で、使用者によって別のフロッピーディスク
が装着されたときには、別のフロッピーディスクに対す
る読出し又は書込みを行い、その後、その処理が終了し
たときには、元のフロッピーディスクの装着を使用者に
要求する。そして、使用者によって元のフロッピーディ
スクが装着されたときには、続きのブロックから順次1
ブロックずつ読出しを行う。このとき、別のフロッピー
ディスクが装着されているときには、続きのブロックの
先頭部分が異なるのでエラーと判定する。
That is, in the above description, after sequentially reading one block at a time starting from the first block, some processing such as transmission processing from the data communication unit 4 is performed on the read data. If the need for other processing arises after up to an intermediate block has been read, the user is requested to mount another floppy disk accordingly. In this state, when another floppy disk is installed by the user, reading or writing is performed on the other floppy disk, and after that, when the processing is completed, the user is requested to install the original floppy disk. Then, when the original floppy disk is inserted by the user, the next block is sequentially loaded.
Read block by block. At this time, if another floppy disk is installed, it is determined that an error has occurred since the beginning of the subsequent block is different.

【0029】例えば、1つのアプリケーションで複数の
ファイルを処理するようなことがあるが、1デッキのフ
ロッピーディスクモデルでは、このファイルが別々のフ
ロッピーディスクにあることもあり、フロッピーディス
クの差し換えが必要となる。このような場合でも、セッ
トされているフロッピーディスクに、必要なデータが有
るかどうかを確認することができ、誤って違うデータを
読出すことがなくなる。
[0029] For example, one application may process multiple files, but in a one-deck floppy disk model, these files may be on separate floppy disks, making it necessary to replace the floppy disk. Become. Even in such a case, it can be confirmed whether the set floppy disk has the necessary data or not, and it is possible to prevent the wrong data from being read out by mistake.

【0030】[0030]

【発明の効果】この発明によれば、あるブロックを読出
すときには、次のブロックの先頭部分を同時に読出して
記憶しておき、次のブロックを読出したときに、そのブ
ロックの先頭部分と、前に記憶した先頭部分とを比較し
て、読出したブロックが本当に前のブロックに続く正し
いブロックであるのか否かを判定するようにしたので、
ファイルの読出しにおいて、誤って他のファイルのデー
タを読出してしまうことが防止される。
According to the present invention, when reading a certain block, the beginning part of the next block is read out and stored at the same time, and when the next block is read, the beginning part of the block and the previous block are simultaneously read and stored. By comparing the first part stored in
When reading a file, erroneously reading data from another file is prevented.

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

【図1】この発明のファイル分割読出しのチェック方法
に係わるフローチャート。
FIG. 1 is a flowchart relating to a file division read checking method of the present invention.

【図2】その実施に使用する装置のブロック図。FIG. 2 is a block diagram of the apparatus used for its implementation.

【図3】本発明のファイル分割読出しのチェック方法を
説明するための説明図。
FIG. 3 is an explanatory diagram for explaining a file division read checking method of the present invention.

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

1  キーボード 2  処理部 3  表示装置 4  データ通信ユニット 5  フロッピーディスク装置 6  読出データバッファ 7  書込データバッファ 8  チェックデータバッファ 1 Keyboard 2 Processing section 3 Display device 4 Data communication unit 5 Floppy disk device 6 Read data buffer 7 Write data buffer 8 Check data buffer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  記憶媒体にファイルとして記憶された
データをブロック単位でメインメモリ内に読出すに際し
、メインメモリ内にチェック用データバッファを設定し
、n番目のブロックのデータを読出すときに、そのブロ
ックに続く(n+1)番目のブロックの先頭部のデータ
を所定サイズだけ同時に読出して、チェック用データバ
ッファに記憶し、(n+1)番目のブロックのデータを
(n+2)番目のブロックの先頭部のデータと共に読出
したときに、その(n+1)番目のブロックの先頭部の
所定サイズのデータとチェック用データバッファに記憶
したデータとを比較し、比較の結果が同じであれば、デ
ータが正しく継続しているとみなして(n+2)番目の
ブロックの先頭部のデータをチェック用データバッファ
に記憶し、これを順次繰り返してファイルとして記憶さ
れたデータをブロック単位でメインメモリ内に読出して
ゆくファイル分割読出しのチェック方法。
Claim 1: When reading data stored in a storage medium as a file into a main memory in units of blocks, a check data buffer is set in the main memory, and when reading data of the n-th block, The data at the beginning of the (n+1)th block following that block is simultaneously read in a predetermined size and stored in the check data buffer, and the data from the (n+1)th block is read out at the beginning of the (n+2)th block. When the data is read along with the data, the predetermined size data at the beginning of the (n+1)th block is compared with the data stored in the check data buffer, and if the comparison results are the same, the data continues correctly. The data at the beginning of the (n+2)th block is stored in the check data buffer, and the data stored as a file is read out into the main memory block by block by sequentially repeating this process. How to check.
JP3480591A 1991-02-28 1991-02-28 Check method for file division and reading Pending JPH04273514A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3480591A JPH04273514A (en) 1991-02-28 1991-02-28 Check method for file division and reading

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3480591A JPH04273514A (en) 1991-02-28 1991-02-28 Check method for file division and reading

Publications (1)

Publication Number Publication Date
JPH04273514A true JPH04273514A (en) 1992-09-29

Family

ID=12424441

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3480591A Pending JPH04273514A (en) 1991-02-28 1991-02-28 Check method for file division and reading

Country Status (1)

Country Link
JP (1) JPH04273514A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002027725A1 (en) * 2000-09-29 2002-04-04 Matsushita Electric Industrial Co., Ltd. Method of editing and reproducing compression audio data
JP2002108397A (en) * 2000-09-29 2002-04-10 Matsushita Electric Ind Co Ltd Audio compressed data reproducing method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002027725A1 (en) * 2000-09-29 2002-04-04 Matsushita Electric Industrial Co., Ltd. Method of editing and reproducing compression audio data
JP2002108397A (en) * 2000-09-29 2002-04-10 Matsushita Electric Ind Co Ltd Audio compressed data reproducing method
KR100743820B1 (en) * 2000-09-29 2007-07-30 마쯔시다덴기산교 가부시키가이샤 Method of editing and reproducing compression audio data
CN100382193C (en) * 2000-09-29 2008-04-16 松下电器产业株式会社 Audio compressed data editing and reproducing method

Similar Documents

Publication Publication Date Title
US5835909A (en) System and method for processing date-dependent information which spans one or two centuries
US4689768A (en) Spelling verification system with immediate operator alerts to non-matches between inputted words and words stored in plural dictionary memories
JPS60263256A (en) Computer provided with skill degree function
JPH04273514A (en) Check method for file division and reading
CN105893614A (en) Information recommendation method and device and electronic equipment
JP2744371B2 (en) Input character display method using enlarged characters
JP3463331B2 (en) Menu selection method
KR102466551B1 (en) Data writing method, device, and electronic equipment
JPS6019538B2 (en) Program writing method
JP2731047B2 (en) Program operand check method
JPS6038750B2 (en) How to enter characters in a word processor
JPS5927303A (en) Program correcting device
JPH06236246A (en) Source data editing device for designing slip
JP2697901B2 (en) Character processor
JPH0287269A (en) Data controller
CN114721687A (en) Method and system for upgrading MCU (microprogrammed control Unit) based on USB (Universal Serial bus) of vehicle-mounted instrument
JPS6218596A (en) Working area display system
JPH07152585A (en) Priority control monitor system
JPH0253145A (en) Automatic test controlling system
JPS5931745B2 (en) Unused program number display method
JPH01287723A (en) Key input information display device
JPH05233167A (en) Printer
JPS62210572A (en) Documentation device
JPH01277932A (en) Data base rearrangement method
JPS58222329A (en) Keyboard device