JPS59191646A - Data processing system - Google Patents

Data processing system

Info

Publication number
JPS59191646A
JPS59191646A JP58067455A JP6745583A JPS59191646A JP S59191646 A JPS59191646 A JP S59191646A JP 58067455 A JP58067455 A JP 58067455A JP 6745583 A JP6745583 A JP 6745583A JP S59191646 A JPS59191646 A JP S59191646A
Authority
JP
Japan
Prior art keywords
data
format
storage device
length
document
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.)
Granted
Application number
JP58067455A
Other languages
Japanese (ja)
Other versions
JPH044611B2 (en
Inventor
Akira Shirata
白田 明
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.)
Tokyo Sanyo Electric Co Ltd
Sanyo Electric Co Ltd
Sanyo Denki Co Ltd
Original Assignee
Tokyo Sanyo Electric Co Ltd
Sanyo Electric Co Ltd
Sanyo Denki Co Ltd
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 Tokyo Sanyo Electric Co Ltd, Sanyo Electric Co Ltd, Sanyo Denki Co Ltd filed Critical Tokyo Sanyo Electric Co Ltd
Priority to JP58067455A priority Critical patent/JPS59191646A/en
Publication of JPS59191646A publication Critical patent/JPS59191646A/en
Publication of JPH044611B2 publication Critical patent/JPH044611B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09FDISPLAYING; ADVERTISING; SIGNS; LABELS OR NAME-PLATES; SEALS
    • G09F15/00Boards, hoardings, pillars, or like structures for notices, placards, posters, or the like
    • G09F15/0006Boards, hoardings, pillars, or like structures for notices, placards, posters, or the like planar structures comprising one or more panels
    • G09F15/0025Boards, hoardings, pillars, or like structures for notices, placards, posters, or the like planar structures comprising one or more panels display surface tensioning means
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To increase the processing speed and to attain the effective application of an external memory by storing data of different types in the external memory after mixing them and then processing these data. CONSTITUTION:The type is discriminated by a discriminating part 8 for the document data which is read out of a floppy disk 1 and then sent to a write control part 6 as it is when it has a standard type. If the document data has a pack type, it is expanded to a standard type by an extending part 10 and sent to a control part 6. Therefore the data written in an editing buffer 2 are all standard types. The data of the buffer 2 is read out by an editing processing part 3 and sent to the buffer 2 after editing. The data length is decided at a discriminating part 9 for the document data of standard type read out of the buffer 2. This data is written as it is in a disk 1 if its data length is smaller than the prescribed value. While the data is compressed at a compressing part 11 to be turned into a pack type and the written in the disk 1 if its length larger than the prescribed value. In other words, the document data of different types are written in the disk 1 in accordance with their lengths.

Description

【発明の詳細な説明】 (イ)産業上の利用分野 本発明は、外部記憶装置と内部記憶装置とを備えた日本
語ワードプロセッサ等の文書処理装置に係り、外部記憶
装置と内部記憶装置との間のデータ処理方式に関する。
Detailed Description of the Invention (a) Industrial Application Field The present invention relates to a document processing device such as a Japanese word processor that is equipped with an external storage device and an internal storage device. Regarding the data processing method between.

(ロ)従来技術 日本語ワードプロセッサ等の文書処理装置は、一般に、
文書ファイルとしてフロッピーディスク等の外部記憶装
置を備えており、文書の編集等の各種の処理を行なうと
きは、文書ファイルから読み出した文書データを、内部
記憶装置としての編集バッファに一旦格納し、この編集
バッファからデータを読み出し各種の処理を行なう。そ
して、処理後の文書データは、編集バッファに記憶され
た後、外部の文書ファイルに格納される。
(b) Prior Art Document processing devices such as Japanese word processors generally
It is equipped with an external storage device such as a floppy disk as a document file, and when performing various processing such as editing a document, the document data read from the document file is temporarily stored in an editing buffer as an internal storage device, and then Reads data from the editing buffer and performs various processing. The processed document data is stored in the editing buffer and then stored in an external document file.

ここで、内部記憶装置としての編集バッファに書き込ま
れる文書データは、各種の処理を施さなくてはならない
ため、圧縮あるいは拡張した形式のデータは好ましくな
く、標準形式にする必要がある。このため、従来は、外
部記憶装置にも標準形式でデータを記憶していたが、こ
のような方式では、外部記憶装置の容量が多くなってし
まうという欠点があった。
Here, since the document data written to the editing buffer as an internal storage device must be subjected to various processes, data in a compressed or expanded format is not preferable, and must be in a standard format. For this reason, conventionally, data has been stored in an external storage device in a standard format, but such a system has the disadvantage that the capacity of the external storage device becomes large.

そこで、外部記憶装置には、データを圧縮したパンク形
式でデータを記憶しておき、内部記憶装置にデータを入
力する際に標準形式に拡張し、逆に、内部記憶装置から
読み出した標準形式のデータを外部記憶装置に書き込む
際は、パック形式にするためデータを圧縮するという方
式が考えられた。この方式は、外部記憶装置の容量は少
なく済むが、全てのデータを圧縮及び拡張しなくてはな
らないため、処理速度が遅くなるという欠点があった。
Therefore, data is stored in the external storage device in a compressed puncture format, expanded to the standard format when inputting the data to the internal storage device, and vice versa. When writing data to an external storage device, a method has been considered in which the data is compressed into a packed format. Although this method requires less capacity of the external storage device, it has the disadvantage of slowing down the processing speed because all data must be compressed and expanded.

(ハ)発明の目的 本発明は、従来の2つの方式の利点を用いることができ
るように、外部記憶装置には標準形式とパック形式の異
種形式のデータを混在させて格納し、これら異種形式の
混在したデータの処理を可能にすることにより、処理速
度を速くすると共に、外部記憶装置の有効利用を目的と
するものである。
(C) Purpose of the Invention The present invention stores data in different formats, standard format and packed format, in an external storage device in a mixed manner so that the advantages of the two conventional methods can be used. By making it possible to process mixed data, the purpose is to increase the processing speed and make effective use of external storage devices.

に)発明の構成 本発明は外部記憶装置と内部記憶装置を備えたデータ処
理装置において、データ形式が標準形式かパック形式か
を判別するデータ形式判別手段と、該判別手段にて前記
パック形式であると判別されたデータを前記標準形式の
データに拡張する拡張手段とを有し、前記外部記憶装置
から読み出したデータを、全て前記標準形式で前記内部
記憶装置に書き込むと共に、前記標準形式のデータの長
さが所定長以上であることを判別するデータ長判別手段
と、該判別手段にて前記所定長以上であると判別された
データを前記パック形式のデータに圧縮する圧縮手段と
を有し、前記内部記憶装置から読み出したデータを、該
データの長さに応じて異なる形式で、前記外部記憶装置
に書き込むように構成したものである。
B) Structure of the Invention The present invention provides a data processing device equipped with an external storage device and an internal storage device, including a data format determining means for determining whether a data format is a standard format or a packed format; expansion means for expanding data determined to be present into data in the standard format, and writing all data read from the external storage device into the internal storage device in the standard format, and expanding the data in the standard format. data length determining means for determining whether the length of the data is equal to or greater than a predetermined length; and compression means for compressing the data determined by the determining means to be equal to or greater than the predetermined length into data in the pack format. , the data read from the internal storage device is written to the external storage device in different formats depending on the length of the data.

(ホ)実施例 第1図は、本発明の実施例である文書処理装置を示す機
能ブロック図であり、(1)はフロッピーディスクで構
成した文書ファイルとしての外部記憶装置、(2)は編
集バッファとしての内部記憶装置、(3)は編集バッフ
ァ(2)の文書データを編集する文書編集処理部、(4
)及び(5)は読出制御部、(6)及び(7)は書込制
御部、(8)はデータ形式が標準形式かパック形式かを
判別するデータ形式判別部、(9)は標準形式の文書デ
ータの長さが所定値以上であることを判別するデータ長
判別部、θ0)はパック形式の文書データを標準形式の
文書データに拡張する拡張部、01)は標準形式の文書
データをパック形式の文書データに圧縮する圧縮部、(
121及び(l■はORゲートである。
(e) Embodiment FIG. 1 is a functional block diagram showing a document processing device which is an embodiment of the present invention, in which (1) is an external storage device as a document file composed of a floppy disk, and (2) is an editing device. an internal storage device as a buffer; (3) a document editing processing unit that edits the document data in the editing buffer (2); (4)
) and (5) are read control units, (6) and (7) are write control units, (8) is a data format discrimination unit that determines whether the data format is standard format or packed format, and (9) is standard format. θ0) is an extension unit that extends pack format document data to standard format document data; A compression unit that compresses document data in pack format (
121 and (l) are OR gates.

そこで、フロッピーディスク(1)から読み出された文
書データは、データ形式判別部(8)に入力され、その
データ形式が判別され、標準形式のときは、そのままO
Rゲートαのを介して、書込制御部(6)に送られ、パ
ック形式のときは、拡張部00)で標準形式に拡張され
た後、ORグー)(12を介して書込制御部(6)に送
られる。このため、フロッピーディスク(1)から読み
出された文書データは、全て標準形式で編集バッファ(
2)に書き込まれる。
Therefore, the document data read from the floppy disk (1) is input to the data format determination section (8), the data format is determined, and if it is in the standard format, it is directly output.
It is sent to the write control unit (6) via the R gate α, and when it is in the pack format, it is expanded to the standard format by the extension unit 00), and then sent to the write control unit via the OR gate α (12). (6). Therefore, all document data read from the floppy disk (1) is sent to the editing buffer (
2).

そして、文書の編集は、文書編集処理部(3)が編集バ
ッファ(2)から文書データを読み出すことにより行な
われ、処理後の文書データは編集バッファ(2)に記憶
される。
Editing of the document is performed by the document editing processing section (3) reading document data from the editing buffer (2), and the processed document data is stored in the editing buffer (2).

編集バッファ(2)から読み出された標準形式の文書デ
ータは、データ長判別部(9)に入力され、その文書デ
ータの長さが所定値以上であるか否かが判定され、所定
値より短いときは、ORゲート(13)を介して標準形
式のまま書込制御部(力に送られ、従って、フロッピー
ディスク(1)には、標準形式で文書データが書き込ま
れる。一方、所定値より長いときは、圧縮部(11)で
パック形式の文書データに圧縮された後、ORグー)(
13)を介して書込制御部(7)に送られ、従って、こ
の場合は、フロッピーディスク(1)には、パック形式
で文書データが書き込まれる。即ち、フロッピーディス
ク(1)には、データ長に応じて異種形式で文書データ
が書き込まれることとなる。
The standard format document data read from the editing buffer (2) is input to the data length determination section (9), and it is determined whether the length of the document data is greater than or equal to a predetermined value. If it is shorter than the predetermined value, it is sent to the write control unit (in the standard format) via the OR gate (13), and therefore the document data is written to the floppy disk (1) in the standard format. If it is long, it is compressed into pack format document data in the compression unit (11) and then OR
13) to the write control unit (7), and therefore, in this case, the document data is written to the floppy disk (1) in a pack format. That is, document data is written on the floppy disk (1) in different formats depending on the data length.

以上のように構成すれば、異種形式のデータが混在した
データ処理を実現できると共に、そのまま記憶すれば多
くの容量を必要とする長いデータのみがパック形式に圧
縮されるので、その分だけ外部の記憶容量を減らすこと
ができる。又、そのまま記憶してもそれ程多くの容量を
必要としない短いデータのものは、標準形式のまま処理
されるので、その分だけ圧縮及び拡張に要する処理時間
が短かくなる。
With the above configuration, it is possible to process data in which data in different formats are mixed, and only long data that would require a large amount of storage capacity if stored as is is compressed into the packed format, so the external Memory capacity can be reduced. Further, short data that does not require a large capacity even if stored as is is processed in a standard format, which reduces the processing time required for compression and expansion.

次に、標準形式とパンク形式の例を示し、データを圧縮
する方法について説明する。
Next, examples of the standard format and puncture format will be shown, and a method for compressing data will be explained.

第2図は、文書データを行単位に圧縮する例であり、(
イ)及び(ロ)が各々標準形式及びパック形式を示す。
Figure 2 is an example of compressing document data line by line.
A) and (B) indicate the standard format and pack format, respectively.

標準形式は、1文字のデータを、文字コード部2バイト
とアンダーライン等の属性を示すアトリビュート部2バ
イトより成る4バイトで構成し、左マージンマークT、
Mカラ右マージンマークRMまでの1行分の文書データ
をそのまま記憶する形式であり、この1行分の文書デー
タが所定値以上であるとき、第2図(ロ)に示すパンク
形式に圧縮する。即ち、パック形式では、1文字のデー
タを文字コード部のみの2バイトで構成すると共処、ア
トリビーート部の代わりに、属性の開始及び終了を示す
制御コードを用いる。例えば、アングラインや半角があ
る場合は、それらが開始する文字データの前に、2バイ
トのアングライン開始コードや半角開始コードを、そし
て、終了する文字データの後に、1バイトのアングライ
ン終了コードや半角終了コードを混在させるのである。
In the standard format, one character data consists of 4 bytes consisting of 2 bytes for the character code and 2 bytes for the attribute section that indicates attributes such as underlining, left margin mark T,
This is a format in which one line of document data up to the M color right margin mark RM is stored as is, and when this one line of document data exceeds a predetermined value, it is compressed into the puncture format shown in Figure 2 (b). . That is, in the pack format, when one character of data is composed of two bytes containing only the character code part, a control code indicating the start and end of an attribute is used instead of the attribute beat part. For example, if there is an angline or half-width character, write a 2-byte angline start code or half-width start code before the character data that starts, and a 1-byte angline end code after the character data that ends. and half-width end codes.

例えば、標準形式で80字/行に相当する320バイト
の文書データを、標準形式で60字/行に相当するパッ
ク形式の240バイト以内に収める場合、前述の圧縮方
法を用いれば、1行分の文字データは2×80−160
バイトで済むので、制御コードを加えても240バイト
のパック形式であれば、十分収めることができる。尚、
パック形式では、文書データの前に文字長lを書き込み
、更に、形式を判別できるように、データの先頭のフラ
グを、パック形式では「1」とし、標準形式では「o」
としている。
For example, if you want to fit 320 bytes of document data, which corresponds to 80 characters/line in standard format, into 240 bytes in packed format, which corresponds to 60 characters/line in standard format, if you use the compression method described above, you can The character data is 2 x 80-160
Since it only takes a byte, a 240-byte packed format can be sufficient even if the control code is added. still,
In the packed format, the character length l is written in front of the document data, and in order to distinguish the format, the flag at the beginning of the data is set to "1" in the packed format and "o" in the standard format.
It is said that

第3図は、文書データをディスクの1トラック単位に圧
縮する例であり、(イ)及び(ロ)が各々標準形式及び
パック形式である。
FIG. 3 shows an example of compressing document data in units of one track on a disk, and (a) and (b) are the standard format and pack format, respectively.

標準形式は、第2図(イ)で示したように、左マージン
マークL Mから右マージンマークRMまでの、空白デ
ータを含む1行分の文書データをそのまま記憶する形式
であり、ディスクに書き込む際は、第3図(イ)に示す
ように、1トラツクに数行、例えば16行の文書データ
が格納される。そこで、第3図(0)に示すパック形式
では、4バイトの空白データとマージンマークデータを
取り除き、その代わりに1バイトの文字長lと左右のマ
ージンマークの位置を示す4バイトのデータMを書き込
むことにより、各行を詰めて記憶できるようにして、文
書データを圧縮するのである。尚、形式を判別できるよ
うに、データの先頭にフラグを設け、パック形式では「
1」、標準形式では「0」としている。
As shown in Figure 2 (a), the standard format is a format that stores one line of document data as is, including blank data, from the left margin mark LM to the right margin mark RM, and writes it to the disk. In this case, several lines, for example 16 lines, of document data are stored in one track, as shown in FIG. 3(a). Therefore, in the pack format shown in Figure 3 (0), the 4-byte blank data and margin mark data are removed, and instead, 1-byte character length l and 4-byte data M indicating the positions of the left and right margin marks are added. By writing, each line can be compressed and stored, thereby compressing the document data. In addition, a flag is placed at the beginning of the data so that the format can be determined.
1", and "0" in the standard format.

尚、第2図及び第3図に示したパック形式は、例であっ
て他の圧縮方法を用いたパンク形式でもよい。
Note that the pack format shown in FIGS. 2 and 3 is an example, and a puncture format using other compression methods may also be used.

(へ)発明の効果 本発明のデータ処理方式は、データ形式が標準形式かパ
ンク形式かを判別するデータ形式判別手段と、この判別
手段にてパック形式であると判別されたデータを標準形
式のデータに拡張する拡張手段を有し、内部記憶装置に
は全て標準形式でデータを書き込むようにしたので、外
部記憶装置には、標準形式とパック形式の異種形式のデ
ータを混在させて格納することが可能となり、更に、標
準形式のデータの長さが所定長以上であることを判別す
るデータ長判別手段と、この判別手段にて所定長以上で
あると判別されたデータをパック形式のデータに圧縮す
る圧縮手段を有し、データ長に応じて異なる形式で、デ
ータを外部記憶装置に書き込むようにしたので、データ
長が短かいものは、外部記憶装置と内部記憶装置の間で
、標準形式のまま処理でき、このため、全てのデータを
パンク形式で処理する従来の方式に比べ、圧縮及び拡張
に要する処理時間を少なくすることができ、処理速度を
速くすることが可能となる。又、データ長が長いものは
、パンク形式に圧縮され外部記憶装置に格納されるので
、全てのデータを標準形式で記憶する従来の方式に比べ
、外部記憶装置に必要な容量を減らすことができる。
(F) Effects of the Invention The data processing method of the present invention includes a data format discriminating means for discriminating whether the data format is a standard format or a puncture format, and data that is determined to be in a packed format by this discriminating means. Since we have an extension means to expand the data and all data is written in the standard format to the internal storage device, it is possible to store a mixture of data in different formats, standard format and packed format, in the external storage device. In addition, the data length determining means determines whether the length of the data in the standard format is longer than a predetermined length, and the data determined by the determining means as being longer than the predetermined length is converted into packed format data. It has a compression means and writes data to the external storage device in different formats depending on the data length, so if the data length is short, it can be written in a standard format between the external storage device and the internal storage device. Therefore, compared to the conventional method in which all data is processed in puncture format, the processing time required for compression and expansion can be reduced, and the processing speed can be increased. Also, since long data is compressed into a puncture format and stored on an external storage device, the capacity required for the external storage device can be reduced compared to the conventional method of storing all data in a standard format. .

従って、全体として、処理速度を速くし、且つ、外部記
憶装置を有効に利用したデータ処理方式を実現できる。
Therefore, overall, it is possible to realize a data processing method that increases the processing speed and effectively utilizes the external storage device.

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

第1図は本発明の実施例としての文書処理装置を示す機
能ブロック図、第2図(イ)及び(ロ)は標準形式及び
パック形式の一例を示す模式図、第3図(イ)及び(ロ
)は標準形式及びパック形式の他の例を示す模式図であ
る。 主な図番の説明 (1)・・・フロッヒーティスク、(2)・・・編集バ
ッファ、(3)・・・文書編集処理部、 (8)・・・
データ形式判別部、(9)・・・データ長判別部、 0
0)・・・拡張部、 (11)・・・圧縮部。 第1図
Fig. 1 is a functional block diagram showing a document processing device as an embodiment of the present invention, Figs. 2 (a) and (b) are schematic diagrams showing an example of a standard format and a pack format, and Figs. (b) is a schematic diagram showing other examples of the standard format and the pack format. Explanation of the main drawing numbers (1)...Frochystick, (2)...Editing buffer, (3)...Document editing processing section, (8)...
Data format determination unit, (9)...Data length determination unit, 0
0)...Expansion part, (11)...Compression part. Figure 1

Claims (1)

【特許請求の範囲】[Claims] (1)外部記憶装置と内部記憶装置を備えたデータ処理
装置において、データ形式が標準形式かパック形式かを
判別するデータ形式判別手段と、該判別手段にて前記パ
ック形式であると判別されたデータを前記標準形式のデ
ータに拡張する拡張手段とを有し、前記外部記憶装置か
ら読み出したデータを、全て前記標準形式で前記内部記
憶装置に書き込むと共に、前記標準形式のデータの長さ
が所定長以上であることを判別するデータ長判別手段と
、該判別手段にて前記所定長以上であると判別されたデ
ータを前記パック形式のデータに圧縮する圧縮手段とを
有し、前記内部記憶装置から読み出したデータを、該デ
ータの長さに応じて異なる形式で、前記外部記憶装置に
書き込むようにしたことを特徴とするデータ処理方式。
(1) In a data processing device equipped with an external storage device and an internal storage device, a data format determining means for determining whether the data format is a standard format or a packed format, and a data format determining means that determines whether the data format is a standard format or a packed format; expansion means for expanding data into data in the standard format, the data read from the external storage device is written entirely in the internal storage device in the standard format, and the length of the data in the standard format is set to a predetermined length. a data length determining means for determining whether the data length is longer than the predetermined length; and a compression means for compressing data determined by the determining means to be longer than the predetermined length into data in the pack format; A data processing method characterized in that data read from the external storage device is written in different formats depending on the length of the data.
JP58067455A 1983-04-15 1983-04-15 Data processing system Granted JPS59191646A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58067455A JPS59191646A (en) 1983-04-15 1983-04-15 Data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58067455A JPS59191646A (en) 1983-04-15 1983-04-15 Data processing system

Publications (2)

Publication Number Publication Date
JPS59191646A true JPS59191646A (en) 1984-10-30
JPH044611B2 JPH044611B2 (en) 1992-01-28

Family

ID=13345425

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58067455A Granted JPS59191646A (en) 1983-04-15 1983-04-15 Data processing system

Country Status (1)

Country Link
JP (1) JPS59191646A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61189357U (en) * 1985-05-15 1986-11-26
JPS63236147A (en) * 1987-03-25 1988-10-03 Hitachi Ltd Access system for shared file system
JPS6441039A (en) * 1987-08-06 1989-02-13 Fuji Xerox Co Ltd Extending system for limitation of file name length
JPH01134541A (en) * 1987-11-20 1989-05-26 Toshiba Corp Information processor
JPH02208714A (en) * 1989-02-09 1990-08-20 Nec Corp Different kind data input/output system
JPH06290179A (en) * 1993-03-30 1994-10-18 Nec Corp Automatic document converting tool combining device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5779552A (en) * 1980-11-05 1982-05-18 Casio Comput Co Ltd Data processor
JPS57143636A (en) * 1981-02-27 1982-09-04 Nec Corp Data control circuit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5779552A (en) * 1980-11-05 1982-05-18 Casio Comput Co Ltd Data processor
JPS57143636A (en) * 1981-02-27 1982-09-04 Nec Corp Data control circuit

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61189357U (en) * 1985-05-15 1986-11-26
JPS63236147A (en) * 1987-03-25 1988-10-03 Hitachi Ltd Access system for shared file system
JPS6441039A (en) * 1987-08-06 1989-02-13 Fuji Xerox Co Ltd Extending system for limitation of file name length
JPH01134541A (en) * 1987-11-20 1989-05-26 Toshiba Corp Information processor
JPH02208714A (en) * 1989-02-09 1990-08-20 Nec Corp Different kind data input/output system
JPH06290179A (en) * 1993-03-30 1994-10-18 Nec Corp Automatic document converting tool combining device

Also Published As

Publication number Publication date
JPH044611B2 (en) 1992-01-28

Similar Documents

Publication Publication Date Title
KR0152916B1 (en) Data synchronization apparatus and method thereof
JPS59191646A (en) Data processing system
JPS55115121A (en) Input and output control unit possible for duplicated recording
JPH05257774A (en) Information retrieving device compressing/storing index record number
US4873628A (en) Command translating computer
EP0140696A2 (en) Data filing system
JP3051014B2 (en) Data storage device and data system
JP2570407B2 (en) Programmable controller
JP2598935B2 (en) Writing method to text memory
JPS5947645A (en) Program loading system
JPS62121532A (en) Data retrieving method
JPS59212971A (en) Image data producer
JP2533500Y2 (en) Document filing device
JPS6036608B2 (en) Magnetic tape volume control method
JPS59132281A (en) Data controlling system
JPS60250435A (en) Information processor
JPH05334074A (en) Microprocessor
JPS6036614B2 (en) information processing equipment
JPH01158546A (en) Method for identifying variable-length block size
JPH0324618A (en) Record ascending order adder
JPS63257962A (en) Data saving/recovering system for magnetic disk at the time of reformatting
JPS55112661A (en) Memory control unit
JPH05173535A (en) Method for compressing character font data
JPS6238747B2 (en)
JPS63140350A (en) System for reducing output quantity of recovery point log