JPS6364152A - Message queue control system - Google Patents

Message queue control system

Info

Publication number
JPS6364152A
JPS6364152A JP61208995A JP20899586A JPS6364152A JP S6364152 A JPS6364152 A JP S6364152A JP 61208995 A JP61208995 A JP 61208995A JP 20899586 A JP20899586 A JP 20899586A JP S6364152 A JPS6364152 A JP S6364152A
Authority
JP
Japan
Prior art keywords
message
message queue
address
messages
storage section
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
JP61208995A
Other languages
Japanese (ja)
Inventor
Misako Yoshida
吉田 美佐子
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 JP61208995A priority Critical patent/JPS6364152A/en
Publication of JPS6364152A publication Critical patent/JPS6364152A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the adding of a temporary message queue and the erasure of a message queue by providing a memory area to show the chain relation, etc., with the message queue and the temporary message queue, and an adding processing part and a deleting processing part and executing the processing. CONSTITUTION:At a first memory area 1, a message queue and a temporary message queue added to the queue are stored, and at a second memory area 2, 1st-6th storing parts 21-26 are provided. At storing part 21-24 out of these accommodating parts, the number of messages of respective queues, the address of the head message of the message queue and the address of the next message are stored. Into storing parts 25 and 26, the address of the head message of the temporary message queue and the address of a reserved area to store the next message of the end message are stored. Thus, a memory area to show the chain relation, etc., of respective queues is provided, processing is executed through an adding processing part 3 and a deleting processing part 4, and the adding of the temporary message queue or the erasure of the message queue which is not related to the number of messages can be executed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はメツセージ待行列管理方式、特にメツセージ待
行列を用いて入出力を行うシステムにおいて、メツセー
ジの追加処理、メツセージの削除処理を行う場合のメツ
セージ待行列管理方式に関する。
[Detailed Description of the Invention] [Industrial Field of Application] The present invention relates to a message queue management system, particularly to a system that performs input/output using a message queue, in which message addition processing and message deletion processing are performed. Message queue management system.

〔従来の技術〕[Conventional technology]

従来メツセージ待行列に仮メツセージを追加する場合に
は、記憶領域に格納された仮メツセージ待行列の先頭の
メツセージのアドレスと、仮メツセージ待行列の後尾の
メツセージのアドレスと、メツセージ待行列の先頭のメ
ツセージのアドレスと、メツセージ待行列の後尾のメツ
セージのアドレスとを記憶している。また、メツセージ
待行列の後尾のメツセージの次のメツセージが仮メツセ
ージ待行列の先頭のメツセージであることを示す連鎖は
つけられていない。
Conventionally, when adding a temporary message to a message queue, the address of the first message of the temporary message queue stored in the storage area, the address of the last message of the temporary message queue, and the address of the first message of the temporary message queue are stored in the storage area. It remembers the address of the message and the address of the message at the end of the message queue. Further, there is no chain attached to indicate that the message following the message at the end of the message queue is the message at the head of the temporary message queue.

そこで、1メツセ一ジ待行列に仮メツセージ待行列を追
加するときは、メツセージ待行列の後尾のメツセージの
次のメツセージが仮メツセージ待行列の先頭のメツセー
ジであることを示す連鎖をつけるために、仮メツセージ
待行列の先頭のメツセージのアドレスをメツセージ待行
列の後尾のメツセージ内に記憶させる方法をとっている
Therefore, when adding a temporary message queue to the 1-message queue, in order to add a chain that indicates that the message following the message at the end of the message queue is the message at the head of the temporary message queue, A method is used in which the address of the message at the head of the temporary message queue is stored in the message at the end of the message queue.

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

そのため、メツセージ待行列に仮メツセージ待行列を追
加するには、メツセージ待行列の後尾のメツセージの読
みだしと、書き込みのための入出力処理が必要であり、
また、メツセージ待行列のメツセージ数が0の時【て仮
メツセージ待行列の追加を行う際には、仮メツセージ待
行列の先頭のメツセージのアドレスをメツセージ待行列
の先頭のメツセージのアドレスに変更し、さらに、仮メ
ツセージ待行列の後尾のメツセージのアドレスをメツセ
ージ待行列の後尾のメツセージのアドレスに変更すると
いう処理が必要であると云う間口点がある。
Therefore, to add a temporary message queue to the message queue, input/output processing is required to read and write the message at the end of the message queue.
Also, when adding a temporary message queue when the number of messages in the message queue is 0, the address of the first message in the temporary message queue is changed to the address of the first message in the message queue, Furthermore, there is a gap point where it is necessary to change the address of the message at the end of the temporary message queue to the address of the message at the end of the message queue.

さらKtた、メツセージ待行列のメツセージ数が1の時
にメツセージ待行列の削除と仮メツセージ待行列の追加
とを非同期に行う際、仮メツセージ待行列の先頭のメツ
セージのアドレスをメツセージ待行列の先頭の次のメツ
セージのアドレスに変更する追加処理を行なう必要があ
し、削除と追加とを独立の処理によって行なえないと云
う問題点がある。
Furthermore, when deleting a message queue and adding a temporary message queue asynchronously when the number of messages in the message queue is 1, the address of the message at the head of the temporary message queue is set to the address of the message at the head of the message queue. There is a problem in that it is necessary to perform additional processing to change the address of the next message, and deletion and addition cannot be performed by independent processing.

本発明の目的は上述の問題点を除去し、メツセージ待行
列と仮メツセージ待行列との連鎖関連等を示す記憶領域
を設けて処理を行なうことにより、待行列の追加、削除
を容易に行なえるメツセージ待行列管理方式を提供する
ことKある。
An object of the present invention is to eliminate the above-mentioned problems, and to easily add and delete queues by providing a storage area that indicates chain relationships between message queues and temporary message queues, etc. It is an object of the present invention to provide a message queue management scheme.

0問題点を解決するための手段〕 本発明は、メツセージ待行列とこのメツセージ待行列に
追加する仮メツセージ待行列とのh;血冨社寺秤拌カ冬
メツセージを格納する第1の記憶領域と、前記メツセー
ジ待行列のメツセージ数を格納する第1の格納部と前記
仮メツセージ待行列のメツセージ数を格納する第2の格
納部と前記メツセージ待行列の先頭のメツセージを格納
した前記第1の記憶領域のアドレスを格納する第3の格
納部と前記メツセージ待行列の先頭のメツセージの次の
メツセージを格納した前記第1の記憶領域のアドレスを
格納する第4の格納部と前記仮メツセージ待行列の先頭
のメツセージを格納した第1の記憶領域のアドレスを格
納する第5の格納部と前記仮メツセージ待行列の後尾の
メツセージの次のメツセージを格納する第1の記憶領域
の予約領域のアドレスを格納する第6の格納部とを有す
る第2の記憶領域と、前記仮メツセージ待行列の追加指
示により前記第5の格納部に前記第6の格納部に格納さ
れたアドレスを格納し前記第1の格納部に格納されたメ
ツセージ数に第2の格納部に格納されたメツセージ数を
加え再び前記第1の格納部に格納し前記第2の格納部の
メツセージ数を0にする処理を第1の記憶領域の処理と
は独立に行なう追加処理手段と、前記メツセージ待行列
の削除指示により前記第3の格納部に前記第4の格納部
に格納されたアドレスを格納し前記第1の格納部のメツ
セージ数から1を減じて再び第1の格納部に格納する処
理を第1の記憶領域の処理とは独立に行なう削除処理手
段とを有して構成される。
Means for Solving Problems] The present invention provides a first storage area for storing a message queue and a temporary message queue to be added to the message queue; , a first storage section for storing the number of messages in the message queue, a second storage section for storing the number of messages in the temporary message queue, and the first storage section for storing the first message in the message queue. a third storage section for storing the address of the area; a fourth storage section for storing the address of the first storage area storing the message next to the first message of the message queue; and a fourth storage section for storing the address of the first storage area; A fifth storage section stores the address of the first storage area that stores the first message, and stores an address of a reserved area of the first storage area that stores the next message after the last message in the temporary message queue. a second storage area having a sixth storage area that stores the address stored in the sixth storage area in the fifth storage area according to an instruction to add the temporary message queue; A first process includes adding the number of messages stored in the second storage section to the number of messages stored in the storage section and storing them again in the first storage section to make the number of messages in the second storage section 0. additional processing means that performs processing independently of storage area processing; and an additional processing means that stores the address stored in the fourth storage section in the third storage section in response to an instruction to delete the message queue, and stores the address stored in the fourth storage section in the first storage section. The message processing apparatus is configured to include a deletion processing means that performs a process of subtracting 1 from the number of messages and storing the same in the first storage section again, independently of the processing of the first storage area.

〔実施例〕〔Example〕

以下、本発明の実施例について図面を参照して詳細に説
明する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例の構成図である。本実施例は
メツセージ待行列とこのメツセージ待行列に追加する仮
メツセージ待行列とのメツセージを格納する記憶装置上
の第1の記憶領域1と、また、前記メツセージ待行列の
メツセージ数(以下「本メツセージ数」という)を格納
する第1の格納部21と、前記仮メツセージ待行列のメ
ツセージ数(以下「仮メツセージ数」という)を格納す
る第2の格納部22と、第1の記憶領域1内の前記メツ
セージ待行列の先頭のメツセージのアドレス(以下「先
頭メツセージアドレス」という)を格納する第3の格納
部23と、第1の記憶領域1内の前記メツセージ待行列
の先頭のメツセージの次のメツセージのアドレス(以下
「先頭の次のメツセージアドレス」という)を格納する
第4の格納部24と、第1の記憶領域1内の前記仮メツ
セージ待行列の先頭のメツセージのアドレス(以下「先
頭仮メツセージアドレス」という)を格納する第5の格
納部25と、第1の記憶領域1内の前記仮メツセージ待
行列の後尾のメツセージの次のメツセージを格納する予
約領域のアドレス(以下「予約メツセージアドレス」と
いう)を格納する第6の格納部26とを有する記憶装置
上の第2の記憶領域2と、さらに前記仮メツセージ待行
列の追加指示を受けて、前記第5の格納部25に前記第
6の格納部26に格納されたアドレスを格納し、前記第
1の格納部21に格納部れた本メツセージ数に前記第2
の格納部22に格納された仮メツセージ数を加えて再び
前記第1の格納部21に落納し、前記第2の格納部22
のメツセージ数を0にする処理を第1の記憶領域1の処
理とは独立に行なう追加処理部3と、さらKまた、前記
メツセージ待行列の削除指示を受けて前記第3の格納部
23に前記第4の格納部24に格納されたアドレスを格
納し、前記第1の格納部21のメツセージ数から1を減
じて再び第1の格納部21に格納する処理を第1の記憶
領域1の処理とは独立に行なう削除処理部4とより構成
されている。
FIG. 1 is a block diagram of an embodiment of the present invention. In this embodiment, a first storage area 1 on a storage device for storing messages in a message queue and a temporary message queue to be added to this message queue, and the number of messages in the message queue (hereinafter referred to as "main message queue") are used. a first storage unit 21 that stores the number of messages (hereinafter referred to as the “number of temporary messages”); a second storage unit 22 that stores the number of messages in the temporary message queue (hereinafter referred to as the “number of temporary messages”); a third storage section 23 that stores the address of the first message in the message queue (hereinafter referred to as the "first message address"); A fourth storage unit 24 stores the address of the message at the top of the temporary message queue (hereinafter referred to as the "first next message address") in the first storage area 1; a fifth storage unit 25 that stores a reserved message address (hereinafter referred to as a "temporary message address"), and a reserved area address (hereinafter referred to as "reserved message The second storage area 2 on the storage device has a sixth storage section 26 for storing the address (referred to as "address"), and furthermore, upon receiving an instruction to add the temporary message queue, the fifth storage section 25 stores the above-mentioned address. The address stored in the sixth storage section 26 is stored, and the number of main messages stored in the first storage section 21 is added to the second address.
The temporary message number stored in the storage section 22 is added to the first storage section 21, and the temporary message is stored in the second storage section 22.
an additional processing unit 3 that performs processing to set the number of messages to 0 to 0 independently of the processing in the first storage area 1; The process of storing the address stored in the fourth storage section 24, subtracting 1 from the number of messages in the first storage section 21, and storing it in the first storage section 21 again is performed in the first storage area 1. It is comprised of a deletion processing section 4 that performs processing independently.

第2図(A)は第1図の追加処理部3における処理のフ
ローチャートで、第2図(b)は第1図の削除処理部4
における処理の70−チャートである。
FIG. 2(A) is a flowchart of processing in the addition processing unit 3 of FIG. 1, and FIG. 2(b) is a flowchart of the processing in the deletion processing unit 4 of FIG.
70-chart of processing in .

次に第2図(a)を参照して第1図の追加処理について
説明を進めると、先ず第2の記憶領域2から格納内容を
読出す(ステップ■)。ここで読出された第1の格納部
21の本メツセージ数が1、第2の格納部22の仮メツ
セージ数が4、第3の格納部23の先頭メツセージアド
レスが2、第5の格納部25の先頭仮メツセージアドレ
スが4、第6の格納部26の予約メツセージアドレスが
15であるとする。第3図(a)はこの場合の第1の記
憶領域1のメツセージA、B、Eおよび予約メツセージ
Fの記憶状況を、第3図(b)は第2の記憶領域2の記
憶内容を、第311R(e)はメツセージA、B〜Fの
連鎖状態を示す。次いで第5の格納部25に予約メツセ
ージアドレス15を格納しくステップ■)、次いで本メ
ツセージ数の1に仮メツセージ数の4を加えた数5を第
1の格納部21に格納する(ステップ■)。次に第2の
格納部22に仮メツセージ数の0を格納する(ステップ
■)。第4図(a)はこの処理の後の第1の記憶領域1
のメツセージA、B−Fの記憶状況(第3図(a)と変
らない)を、第4図Cb)は第2の記憶領域2の記憶内
容を、第4図(C)はメツセージA 、 B−Fの連鎖
状態を示す。
Next, the additional processing shown in FIG. 1 will be explained with reference to FIG. 2(a). First, the stored contents are read from the second storage area 2 (step 2). The number of real messages read out in the first storage section 21 is 1, the number of provisional messages in the second storage section 22 is 4, the first message address of the third storage section 23 is 2, and the fifth storage section 25 Assume that the first temporary message address of 4 and the reserved message address of the sixth storage section 26 are 15. FIG. 3(a) shows the storage status of messages A, B, E and reservation message F in the first storage area 1 in this case, and FIG. 3(b) shows the storage contents of the second storage area 2. No. 311R(e) shows the chain state of messages A, B to F. Next, the reserved message address 15 is stored in the fifth storage section 25 (step (2)), and then the number 5, which is the number of real messages (1) plus the temporary message number (4), is stored in the first storage section 21 (step (2)). . Next, the temporary message number 0 is stored in the second storage unit 22 (step 2). FIG. 4(a) shows the first storage area 1 after this process.
Figure 4 (Cb) shows the memory contents of the second storage area 2, and Figure 4 (C) shows the storage status of messages A, B-F (same as in Figure 3 (a)). The chain state of B-F is shown.

次に第2図(b)を参照して第1図の削除処理について
説明を進めると、先ず第2の記憶領域2から格納内容を
読出す(ステップ■)。ここで読出された第1の格納部
21の本メツセージ数が1、第3の格納部23の先頭メ
ツセージアドレスが2、第4の格納部24の先頭の次の
メツセージアドレスが4、第5の格納部25の先頭仮メ
ツセージアドレスが15、であるとする。即ち第2図(
Jl)を参照にした第1図の追加処理を行なった状態で
ある。
Next, referring to FIG. 2(b), the deletion process shown in FIG. 1 will be explained. First, the stored contents are read from the second storage area 2 (step 2). The number of main messages read out in the first storage section 21 is 1, the first message address of the third storage section 23 is 2, the next message address after the beginning of the fourth storage section 24 is 4, and the fifth message address is 2. Assume that the first temporary message address in the storage section 25 is 15. In other words, Figure 2 (
This is a state in which the additional processing shown in FIG. 1 with reference to Jl) has been performed.

次いで第3の格納部23に先頭メツセージアドレスの4
を格納しくステップ■)、次に本メツセージ数の5から
1を減じた4を第1の格納部21に格納する(ステップ
■)。第5図(a)はこの処理の後の第1の記43!、
領域1のメツセージB、C,Fの記憶状況を、第5図(
b)#−i第2の記憶領域2の記憶内容を、第5図(C
)はメツセージB、C,Fの連鎖状態を示す。
Next, the first message address 4 is stored in the third storage section 23.
Then, 4, which is the result of subtracting 1 from 5 of the actual message number, is stored in the first storage section 21 (Step 2). FIG. 5(a) shows the first record 43! after this process. ,
The memory status of messages B, C, and F in area 1 is shown in Figure 5 (
b) #-i The storage contents of the second storage area 2 are shown in FIG.
) indicates the chain status of messages B, C, and F.

以上のようにして、メツセージ数にかかわらない仮メツ
セージ待行列の追加、あるいはメツセージ待行列の削除
の処理を行うことができる。
In the manner described above, it is possible to add to a temporary message queue or delete a message queue regardless of the number of messages.

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

以上詳細に説明したとおり、本発明によれば第一ニ、メ
ツセージ待行列の後尾のメツセージの次のメツセージが
仮メツセージ待行列の先頭のメツセージであることを示
す連鎖がつけられているため、仮メツセージ待行列の追
加においては、メツセージ待行列の後尾のメツセージの
読みだしと、書きこみのための入出力処理が不要となる
。第二に、メツセージ待行列のメツセージ数にかかわら
ず、仮メツセージ待行列の追加を行う際、仮メツセージ
待行列の先頭のメツセージのアドレスt−仮メッセーシ
待行列の後尾のメツセージの次のメツセージのアドレス
に変更するという処理を行えばよく、メツセージ数が0
の場合にも同一の処理ができる。第三に、メツセージ待
行列のメツセージ数が1の時にメツセージ待行列の削除
と仮メツセージ待ち行列の追加とを非同期に行う際、メ
ツセージ待行列の先頭メツセージ(後尾のメツセージで
もある)の次のメツセージが仮メツセージ待行列の先頭
のメツセージであることを示す連鎖がつけられているた
め、削除と追加を独立の処理として行うことができると
云う効果がある。
As explained in detail above, according to the present invention, firstly, a chain is attached indicating that the message following the message at the end of the message queue is the message at the head of the temporary message queue. When adding to a message queue, input/output processing for reading and writing messages at the end of the message queue becomes unnecessary. Second, regardless of the number of messages in the message queue, when adding a temporary message queue, the address of the first message in the temporary message queue t - the address of the next message after the last message in the temporary message queue All you have to do is change it to 0 and the number of messages will be 0.
The same process can be performed in the case of Third, when deleting a message queue and adding a temporary message queue asynchronously when the number of messages in the message queue is 1, the next message after the first message (which is also the last message) in the message queue Since the message is chained to indicate that it is the first message in the temporary message queue, it has the effect that deletion and addition can be performed as independent processes.

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

第1図は本発明の一実施例の構成図、第2(a)および
第2図(b)は第1図の動作を示すフローチャート、第
3図(荀、第4図(11)および第5図(a)は第1図
の第1の記憶領域上のメツセージの記憶状況図、第3図
(b)、第4図(b)および第5図(b)は第2の記憶
領域の記憶内容図、第3図(e)、第4図(C)および
第5図(C)はメツセージの連鎖状態図である。 1・・・・・・第1の記憶領域、2・・・・・・第2の
記憶領域、3・・・・・・追加処理部、4・・・・・・
削成処理部、A、B〜′fJ1図 酒Z図(の   竹2図(紗
FIG. 1 is a block diagram of an embodiment of the present invention, FIGS. 2(a) and 2(b) are flowcharts showing the operation of FIG. 1, FIG. Figure 5(a) is a storage status diagram of messages in the first storage area in Figure 1, and Figures 3(b), 4(b), and 5(b) are in the second storage area. The memory content diagrams, FIG. 3(e), FIG. 4(C), and FIG. 5(C) are message chain state diagrams. 1...First storage area, 2... . . . second storage area, 3 . . . additional processing unit, 4 . . .
Removal processing part, A, B~'f

Claims (1)

【特許請求の範囲】[Claims] メッセージ待行列とこのメッセージ待行列に追加する仮
メッセージ待行列とのメッセージを格納する第1の記憶
領域と、前記メッセージ待行列のメッセージ数を格納す
る第1の格納部と前記仮メッセージ待行列のメッセージ
数を格納する第2の格納部と前記メッセージ待行列の先
頭のメッセージを格納した前記第1の記憶領域のアドレ
スを格納する第3の格納部と前記メッセージ待行列の先
頭のメッセージの次のメッセージを格納した前記第1の
記憶領域のアドレスを格納する第4の格納部と前記仮メ
ッセージ待行列の先頭のメッセージを格納した第1の記
憶領域のアドレスを格納する第5の格納部と前記仮メッ
セージ待行列の後尾のメッセージの次のメッセージを格
納する第1の記憶領域の予約領域のアドレスを格納する
第6の格納部とを有する第2記憶領域と、前記仮メッセ
ージ待行列の追加指示により前記第5の格納部に前記第
6の格納部に格納されたアドレスを格納し前記第1の格
納部に格納されたメッセージ数に第2の格納部に格納さ
れたメッセージ数を加え再び前記第1の格納部に格納し
前記第2の格納部のメッセージ数を0にする処理を第1
の記憶領域の処理とは独立に行なう追加処理手段と、前
記メッセージ待行列の削除指示により前記第3の格納部
に前記第4の格納部に格納されたアドレスを格納し前記
第1の格納部のメッセージ数から1を減じて再び第1の
格納部に格納する処理を第1の記憶領域の処理とは独立
に行なう削除処理手段とを有することを特徴とするメッ
セージ待行列管理方式。
a first storage area for storing messages in a message queue and a temporary message queue to be added to the message queue; a first storage area for storing messages in the message queue; and a first storage area for storing messages in the temporary message queue; a second storage section that stores the number of messages; a third storage section that stores the address of the first storage area that stores the message at the head of the message queue; and a third storage section that stores the address of the first storage area that stores the message at the head of the message queue; a fourth storage section that stores the address of the first storage area that stores the message; a fifth storage section that stores the address of the first storage area that stores the first message of the temporary message queue; a second storage area having a sixth storage section that stores an address of a reserved area of the first storage area that stores a message following the last message in the temporary message queue; and an instruction to add to the temporary message queue. The address stored in the sixth storage section is stored in the fifth storage section, and the number of messages stored in the second storage section is added to the number of messages stored in the first storage section. The process of storing messages in the first storage unit and setting the number of messages in the second storage unit to 0 is performed in the first storage unit.
additional processing means that performs processing independently of the processing of the storage area; and storing the address stored in the fourth storage section in the third storage section according to an instruction to delete the message queue; 1. A message queue management method, comprising: a deletion processing means that performs a process of subtracting 1 from the number of messages and storing the same in the first storage section again, independently of the processing of the first storage area.
JP61208995A 1986-09-04 1986-09-04 Message queue control system Pending JPS6364152A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61208995A JPS6364152A (en) 1986-09-04 1986-09-04 Message queue control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61208995A JPS6364152A (en) 1986-09-04 1986-09-04 Message queue control system

Publications (1)

Publication Number Publication Date
JPS6364152A true JPS6364152A (en) 1988-03-22

Family

ID=16565574

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61208995A Pending JPS6364152A (en) 1986-09-04 1986-09-04 Message queue control system

Country Status (1)

Country Link
JP (1) JPS6364152A (en)

Similar Documents

Publication Publication Date Title
JPS6364152A (en) Message queue control system
JP2587417B2 (en) File backup and restoration method
JPS61272825A (en) Information store and forward switching system
JPH02297180A (en) Document editing system
JP3335370B2 (en) Numerical control unit
JPS61240346A (en) Control system for magnetic tape device
JPH02201681A (en) Message control system
JPH01112425A (en) Program source filing maintaining system at time of editing by editor
JPH03280136A (en) Record positioning system for sequentially programmed file
JPH035858A (en) Batch transmitting system
JPH01144276A (en) System for re-formatting magnetic disk in operating
JPS62280922A (en) Record edition processing system
JPS63180146A (en) Multiplex buffering control system for work file
JPS6254347A (en) Processing system for fault of file
JPS63177234A (en) File save loading method
JPS62279422A (en) File input/output system
JPH01191241A (en) File deleting system
JPS62251903A (en) Data recording system for numerical controller
JPH01163848A (en) Double updating preventing system for disk file
JPH02118823A (en) Data file saving and restoring device
JPH03171353A (en) Input/output controller
JPH04174031A (en) File processing system
JPS6247763A (en) Data outputting system from data processor
JPH0257090A (en) Initial program load system for electronic automatic exchange system
JPH04267442A (en) File area automatic extension system