JPS6356891A - Data writing method - Google Patents

Data writing method

Info

Publication number
JPS6356891A
JPS6356891A JP61200543A JP20054386A JPS6356891A JP S6356891 A JPS6356891 A JP S6356891A JP 61200543 A JP61200543 A JP 61200543A JP 20054386 A JP20054386 A JP 20054386A JP S6356891 A JPS6356891 A JP S6356891A
Authority
JP
Japan
Prior art keywords
file
area
directory
data
writing
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
JP61200543A
Other languages
Japanese (ja)
Inventor
Maki Seki
関 真樹
Takashi Takegahara
竹ケ原 隆史
Katsunobu Yamaki
八巻 克信
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.)
Fanuc Corp
Original Assignee
Fanuc 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 Fanuc Corp filed Critical Fanuc Corp
Priority to JP61200543A priority Critical patent/JPS6356891A/en
Publication of JPS6356891A publication Critical patent/JPS6356891A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To protect written data even if a fault such as a power failure takes place on the way of data writing by writing a file name and tentative directory information representing a location of a file area storing the file in the directory area prior to writing of data on the file area. CONSTITUTION:Prior to the writing of a file on a floppy disk 11, a file name and tentative directory information representing the location of the file area 22 storing the file are written on the directory area 20 of the floppy disk 11. Then the file is written on the file area 22 of the floppy disk 11 and after the end of writing, the directory information generated by writing the file is stored in the directory area 20 as the true directory information. Thus, even if a trouble takes place on the way of data writing on an external storage device, reading and editing of the data written so far area applied.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は外部記憶装置へのデータ書き込み方法に係り、
特にディレクトリ領域とファイル領域が形成されるフロ
ッピーディスク等へのデータの書き込み方法に関する。
[Detailed Description of the Invention] <Industrial Application Field> The present invention relates to a method of writing data to an external storage device.
In particular, the present invention relates to a method of writing data to a floppy disk or the like in which a directory area and a file area are formed.

〈従来技術〉 通常、ディスク型記録媒体の記憶領域はディレクトリ領
域とファイル領域に分けられており、データはファイル
領域にファイル別に記憶され、ファイルの記憶位置やフ
ァイル名等のディレクトリ情報はファイル別に対応する
ディレクトリ領域に記憶されるようになっている。
<Prior art> Normally, the storage area of a disk-type recording medium is divided into a directory area and a file area, and data is stored in the file area for each file, and directory information such as file storage location and file name corresponds to each file. The data is stored in the directory area where the data is stored.

ファイルを書き込む場合、コンピュータ側まずファイル
領域の未使用部分に対応する未使用ディレクトリをディ
レクトリ領域から捜し、この未使用ディレクトリに書き
込まれた情報から未使用ファイル領域の始めと終わゆの
位置を確認した後、データを未使用ファイル領域の先頭
から書き込んでゆき、データ書き込み終了後、前記未使
用ディレクトリにファイル名、ファイルの先頭記憶位置
、ファイルサイズ等のディレクトリ情報を書き込む。
When writing a file, the computer first searches the directory area for an unused directory that corresponds to an unused portion of the file area, and then confirms the starting and ending positions of the unused file area from the information written to this unused directory. After that, data is written from the beginning of the unused file area, and after the data writing is completed, directory information such as the file name, the starting storage position of the file, and the file size is written in the unused directory.

又、外部記憶装置からファイルを読み出す場合は、ファ
イル名からディレクトリを捜し、該ディレクトりに記憶
されたディレクトリ情報を参照してファイル領域から所
望のファイルを選択してその読み出しを行う。
When reading a file from an external storage device, a directory is searched based on the file name, and the desired file is selected from the file area by referring to the directory information stored in the directory and read.

〈発明が解決しようとしている問題点〉しかして、外部
記憶装置にデータの書き込みを行っている途中で停電や
不注意による電源スィッチのオフ、ディスクの引き出し
等の事故が発生すると、未だディスク上にディレクトリ
情報が作成されていないので、ファイル名やファイル位
置等が不明となる。このため、電源再投入後に電源切断
時に作成中であったファイルの利用が不可能となり、フ
ァイルが作成されなかったのと同じ状態となってしまう
<Problem to be solved by the invention> However, if an accident such as a power outage, inadvertent turning off of the power switch, or pulling out of the disk occurs while data is being written to the external storage device, the data still remains on the disk. Since directory information has not been created, file names, file locations, etc. are unknown. Therefore, after the power is turned on again, the file that was being created when the power was turned off becomes unavailable, resulting in the same state as if the file had not been created.

このため、ファイルをはじめから作成し直さなければな
らないという問題があった。
Therefore, there was a problem in that the file had to be recreated from the beginning.

本発明はかかる従来技術の問題点に鑑みなされたもので
あり、外部記憶装置へのデータの書き込み途中に停電等
の不慮な事故が発生しても、それ迄に書き込まれたデー
タを保富し、読出しやに2集等を行うことができる信頼
性の高い外部記憶装置へのデータ書き込み方法を提供す
ることを目的とする。
The present invention has been made in view of the problems of the prior art, and even if an unexpected accident such as a power outage occurs while data is being written to an external storage device, the data written up to that point can be preserved. It is an object of the present invention to provide a highly reliable method of writing data to an external storage device that can perform reading, duplication, etc.

く問題点を解決するtコめの手段〉 第1図は本発明にかかるコンピュータシステムを示すブ
ロック図であり、10はフロッピーディスク装置、11
はフロッピーディスク、12はプロセッサ、13はプロ
グラムメモリ、14はキーボード、16はディスプレイ
装置、18はメモリ(RAM)である。
1 is a block diagram showing a computer system according to the present invention, in which 10 is a floppy disk device; 11 is a floppy disk device;
12 is a floppy disk, 12 is a processor, 13 is a program memory, 14 is a keyboard, 16 is a display device, and 18 is a memory (RAM).

く作用〉 ファイルのフロッピーディスク11への書き込みに先立
って、フロッピーディスク11のディレクトリ領域20
にファイル名と該ファイルを記憶するファイル領域22
の位置を示す仮のディレクトリ情報を書き込む。
Function> Before writing a file to the floppy disk 11, the directory area 20 of the floppy disk 11 is
A file area 22 for storing the file name and the file.
Write temporary directory information indicating the location of .

しかる後、ファイルをフロッピーディスク11のファイ
ル領域22に書き込み、書き込み完了後該ファイルの書
き込みによって生成されるディレクトリ情報を真のディ
レクトリ情報としてブイレフ1−り領域20に記憶する
Thereafter, the file is written in the file area 22 of the floppy disk 11, and after the writing is completed, the directory information generated by writing the file is stored in the BR-1-RE area 20 as true directory information.

〈実施例〉 以下、本発明の1実施例を第1図乃至第3図に従って説
明する。
<Embodiment> An embodiment of the present invention will be described below with reference to FIGS. 1 to 3.

第1図は本発明にかかる外部記憶装置へのデータ書き込
み方法を適用したコンピュータシステムのブロック図で
ある。
FIG. 1 is a block diagram of a computer system to which the method of writing data to an external storage device according to the present invention is applied.

図において、所定の処理やデータ入力及び出力を実行す
るプロセッサ12と、各種処理用のプログラムを記憶す
るプログラムメモリ13と、処理結果等を記憶するRA
M18と、ディスプレイ装置1116と、データ入力用
のキーボード14と、ファイルをフロッピーディスク1
1に読み書きするフロッピーディスク装置10とがバス
接続されている。
In the figure, a processor 12 that executes predetermined processing and data input and output, a program memory 13 that stores programs for various processes, and an RA that stores processing results, etc.
M18, a display device 1116, a keyboard 14 for data input, and a floppy disk 1 for storing files.
A floppy disk device 10 for reading and writing data is connected to the floppy disk 1 via a bus.

フロッピーディスク11の記憶領域は第2図(C1に示
すようにディレクトリ領域20と、ファイル領域22に
分けられており、ディレクトす領域20は更に所定の数
のディレクト!J2OA、20B、20C,・・・・に
分割されている。
The storage area of the floppy disk 11 is divided into a directory area 20 and a file area 22 as shown in FIG. 2 (C1), and the directory area 20 is further divided into a predetermined number of directories! It is divided into...

各ディレクトリ20A、20B・・・・はファイル領域
22に作成される各ファイル31.32、・・・・と対
応するようになっており、例えば作成済みのファイル3
1に対して説明すると、ファイル31の記憶領域(先頭
と最後の位置)がBOEアドレス(先頭記憶位置)とE
OEアドレス(最終記憶位置)として格納されると共に
、ファイル31を記憶する最終アドレスの次のアドレス
がEODアドレス(最終データ記憶位置)としてディレ
クトリ20Aに格納されている。又、ファイル31のフ
ァイル名もディレクトリ20Aに格納されている。
Each directory 20A, 20B...corresponds to each file 31, 32,... created in the file area 22, for example, the created file 3
1, the storage area (start and end positions) of file 31 is the BOE address (start storage position) and E
It is stored as the OE address (final storage location), and the address next to the final address for storing the file 31 is stored in the directory 20A as the EOD address (final data storage location). Further, the file name of the file 31 is also stored in the directory 20A.

ファイル名とBOEアドレス(先頭記憶位置)、EOD
アドレス(最終データ記憶位置)、EOEアドレス(最
終記憶位置)はディレクトリ情報を形成し、この他各種
識別情報を含めたディレクトリ情報がディレクトリ20
Aに格納されている。
File name, BOE address (first storage position), EOD
The address (final data storage location) and EOE address (final storage location) form directory information, and directory information including various other identification information is the directory 20.
It is stored in A.

ファイル31のデータを読出したり、編集するときはフ
ァイル名から対応するディレクトリ20Aを捜し、各デ
ィレクトリ情報を読み出せばよい。
When reading or editing data in the file 31, it is sufficient to search for the corresponding directory 20A based on the file name and read out each directory information.

ファイル32についても同様にディレクトリ20Bにデ
ィレクトリ情報が書き込まれている。
Directory information for the file 32 is similarly written in the directory 20B.

ファイル領域22のうちファイル32の次の部分はファ
イル領域22の最後までが未使用ファイル領域22Aと
なっているが、この未使用ファイル領域22Aに対応す
る未使用ディレクトリ20Cには所定の未使用ディレク
トリ情報が格納されるようになっている。
The part next to the file 32 in the file area 22 is an unused file area 22A up to the end of the file area 22, but an unused directory 20C corresponding to this unused file area 22A has a predetermined unused directory. Information is stored.

すなわち、BOEアドレス(先頭記憶位置)とEODア
ドレス(最終データ記憶位N)は同じであり、共にファ
イル32を記憶する記憶領域の最後のアドレス+1のア
ドレスを示し、またEOEアドレス(最終記憶位置)は
ファイル領域22Aの最後のアドレスを示している。
That is, the BOE address (first storage position) and the EOD address (last data storage position N) are the same, and both indicate the last address + 1 address of the storage area that stores file 32, and the EOE address (last storage position) indicates the last address of the file area 22A.

次に上記実施例の全体的な動作につき説明する。Next, the overall operation of the above embodiment will be explained.

今、第2図の未使用ファイル領域22Aに新たなファイ
ル33 (第2図(c)参照)を生成して記憶しようと
するとき、操作者はキーボード14でファイル生成開始
(例えばデータ入力開始)を指示する。
Now, when trying to generate and store a new file 33 (see FIG. 2(c)) in the unused file area 22A in FIG. 2, the operator starts file generation (for example, starts data input) using the keyboard 14. instruct.

これにより、プロセッサ12はフロッピーディスク11
のディレクトリ領域の中からBOEアドレス(先頭記憶
位置)とEODアドレス(最終データ記憶位置)が同じ
未使用ブイレフ) リ20 Cを捜し出す(ステップ1
00)。
As a result, the processor 12 uses the floppy disk 11
Search for an unused directory area with the same BOE address (first storage location) and EOD address (last data storage location) from the directory area of (Step 1)
00).

ついで、この未使用ディレクトリ20CのBOEアドレ
スとEOEアドレスによりフロッピーディスク1工のフ
ァイル領域22の内、未使用ファイル領域22A(第2
図(a))を確認し、これから作成するファイル33用
として確保する(ステップ102)。
Next, using the BOE address and EOE address of this unused directory 20C, the unused file area 22A (second
The file shown in FIG. (a) is confirmed and reserved for the file 33 to be created from now on (step 102).

次に、キーボード14からファイル名及びファイル33
としてとる領域の大きさが入力されると、プロセッサ1
2は仮のディレクトリ情報を作成して出力する。
Next, enter the file name and file 33 from the keyboard 14.
When the size of the area to be taken as is input, processor 1
Step 2 creates and outputs temporary directory information.

すなわち、プロセッサ12はフロッピーディスク装置1
0の未使用ディレクト!J20Cに書かれているEOD
アドレス(最終データ位置)をEOEアドレス(最終記
憶位置)+1とすると共に、未使用ディレクトリに書か
れたBOEアドレス(先頭記憶位置)とEOEアドレス
(最終記憶位置)はそのままとしたファイル位置情報を
生成し、該ファイル位置情報とファイル名等を含む仮の
ディレクトリ情報を生成、出力し、フロッピーディスク
11のディレクトリ領域に書き込む(ステップ104、
第2図(bl参照)。
That is, the processor 12 uses the floppy disk device 1.
0 unused directories! EOD written on J20C
Generates file location information with the address (final data location) set to EOE address (final storage location) + 1, and the BOE address (starting storage location) and EOE address (last storage location) written in an unused directory unchanged. Then, temporary directory information including the file location information, file name, etc. is generated and output, and written to the directory area of the floppy disk 11 (step 104,
Figure 2 (see bl).

その後、キーボード14からデータが入力されるとプロ
セッサ12は所定の処理を施しながらデータをフロッピ
ーディスク装置10へ送り、ディレクトIJ 20 G
の前記仮のディレクトリ情報が示すBOEアドレス(先
頭記憶位置)から順にデータをフロッピーディスク11
のファイル領域22に書き込む(ステップ106)。尚
、この際プロセッサはデータ数Nを計数する。
Thereafter, when data is input from the keyboard 14, the processor 12 sends the data to the floppy disk device 10 while performing predetermined processing, and directs the data to the floppy disk device 10.
The data is sequentially transferred to the floppy disk 11 from the BOE address (starting storage position) indicated by the temporary directory information.
(step 106). Note that at this time, the processor counts the number of data N.

そして、キーボード14によるデータ入力が終了し、終
了指令が与えられるとプロセッサ12は、当該ファイル
名及び未使用ディレクトリ20Gに書かれたBOEアド
レス(先頭記憶位置)はそのままとし、EODアドレス
(最終データ記憶位置)はBOEアドレスに(N+1)
を加えたアドレスとし、EOEアドレス(最終記憶位置
)はBOEアドレスに(N)を加えたアドレスとした情
報を含む真のディレクトリ情報をフロッピーディスク装
置10へ送り、フロッピーディスク11のディレクトリ
 20Cの内容を書き換える(ステップ108、第2図
(C1参照)。
Then, when the data input using the keyboard 14 is completed and a termination command is given, the processor 12 leaves the file name and the BOE address (starting storage position) written in the unused directory 20G as is, and the EOD address (final data storage position). location) is the BOE address (N+1)
The EOE address (final storage location) is the address obtained by adding (N) to the BOE address.The true directory information containing the information is sent to the floppy disk drive 10, and the contents of the directory 20C of the floppy disk 11 are sent to the floppy disk device 10. Rewrite (step 108, see FIG. 2 (C1)).

最後にディレクトリ20Dに未使用ファイル領域22A
′に関する未使用ディレクトリ情報を書き込み処理を終
了する(ステップ110)。
Finally, unused file area 22A in directory 20D
The unused directory information regarding ' is written and the processing is ended (step 110).

これにより、ファイル33をフロッピーディスク11へ
書き込んでいる最中に停電等のトラブルが発生しても、
書き込み中のファイル33より大きな拡大したファイル
33′ (第2図(b))としてのディレクトリ情報が
既にディレクトリ領域20Cに書き込まれているので、
ファイル33′のファイル名から当該ディレクトリ20
Cを捜し出し、このディレクトリ20C1と書かれた情
報を参照してファイル領域22の中からファイル33′
の位置を特定することができ書き込み済みのデータに対
して編集や読み出しなどを実行できる。
As a result, even if a problem such as a power outage occurs while writing the file 33 to the floppy disk 11,
Since directory information as an enlarged file 33' (FIG. 2(b)), which is larger than the file 33 being written, has already been written in the directory area 20C,
From the file name of file 33', the corresponding directory 20
C, and referring to the information written as directory 20C1, select file 33' from file area 22.
The location of the data can be specified, and the written data can be edited or read.

これに対して従来は第3図中のステップ104が無く、
ファイル作成途中で停電、事故等のトラブルが生じると
該ファイルの位置を特定することができず、データの書
き込みがなかったものとせざるを得なかった。
In contrast, conventionally there is no step 104 in FIG.
If a problem such as a power outage or an accident occurs during file creation, the location of the file cannot be specified, and it must be assumed that no data has been written.

〈発明の効果〉 以上説明したように本発明に、よれば、外部記憶装置に
対してデータ書き込み途中でトラブルが生じても、それ
までに書き込まれたデータの読出しや編集等を行うこと
ができ、ファイルの作成をし直すなど面倒な作業を不要
とすることができる。
<Effects of the Invention> As explained above, according to the present invention, even if a trouble occurs while writing data to an external storage device, the data written so far can be read or edited. , it is possible to eliminate the need for troublesome work such as re-creating files.

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

第1図は本発明を適用できるコンピュータシステムを示
すブロック図、 第2図は第1図中のフロッピーディスクのメモリ配置を
示す説明図、 第3図は本発明の処理の流れ図である。 10・・フロッピーディスク装置、 11・・フロッピーディスク、 12・・プロセッサ、 13・・プログラムメモリ、 14・・キーボード 特許出願人        ファナック株式会社代理人
          弁理±  5I藤千幹フl 図 2A 20−−  fsLクトリ々@r^ 22−−7vイル4@za= 22A−−(生気M7vイル今負カへ 第2図(b) 33′ 第2 図(C)
FIG. 1 is a block diagram showing a computer system to which the present invention can be applied, FIG. 2 is an explanatory diagram showing the memory arrangement of the floppy disk in FIG. 1, and FIG. 3 is a flowchart of the processing of the present invention. 10...Floppy disk device, 11...Floppy disk, 12...Processor, 13...Program memory, 14...Keyboard Patent applicant FANUC Co., Ltd. agent Patent attorney ± 5I Fujichiki Fl Figure 2A 20-- fsL 22--7v il 4 @za = 22A--(live energy M7v il now negative force Fig. 2 (b) 33' Fig. 2 (C)

Claims (1)

【特許請求の範囲】 ディレクトリ領域とファイル領域をディスク型の外部記
憶媒体に形成し、データをファイル別に該ファイル領域
に記憶するデータ書き込み方法において、 ファイル領域へのデータの書き込みに先立ってディレク
トリ領域にファイル名と該ファイルを記憶するファイル
領域の位置を示す仮のディレクトリ情報を書き込み、 ついでデータをファイル領域に書き込み、 しかる後、ファイルの書き込みによって生成される真の
ディレクトリ情報をディレクトリ領域に書き込むことを
特徴とする外部記憶装置へのデータ書き込み方法。
[Claims] In a data writing method in which a directory area and a file area are formed in a disk-type external storage medium and data is stored in the file area for each file, prior to writing data to the file area, the data is written in the directory area. Write temporary directory information indicating the file name and the location of the file area that stores the file, then write data to the file area, and then write the real directory information generated by writing the file to the directory area. Features: How to write data to an external storage device.
JP61200543A 1986-08-27 1986-08-27 Data writing method Pending JPS6356891A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61200543A JPS6356891A (en) 1986-08-27 1986-08-27 Data writing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61200543A JPS6356891A (en) 1986-08-27 1986-08-27 Data writing method

Publications (1)

Publication Number Publication Date
JPS6356891A true JPS6356891A (en) 1988-03-11

Family

ID=16426052

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61200543A Pending JPS6356891A (en) 1986-08-27 1986-08-27 Data writing method

Country Status (1)

Country Link
JP (1) JPS6356891A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745444A (en) * 1994-12-19 1998-04-28 Hitachi, Ltd. Method of controlling recording information on an optical disk using replacement control information
WO2002050829A1 (en) * 2000-12-20 2002-06-27 Koninklijke Philips Electronics N.V. Power failure recovery mechanism for a recording and reproducing device
WO2004049326A1 (en) * 2002-11-27 2004-06-10 Koninklijke Philips Electronics N.V. Power failure recovery method
WO2005020238A1 (en) * 2003-08-21 2005-03-03 Ricoh Company, Ltd. Information recorder/reproducer, information recording/reproducing method and program
US7133599B2 (en) 1998-02-25 2006-11-07 Hitachi, Ltd. Realtime data recording method
WO2007056336A1 (en) * 2005-11-09 2007-05-18 Computer Associates Think, Inc. System and method for writing data to a directory
US8180196B2 (en) 2003-10-28 2012-05-15 Samsung Electronics Co., Ltd. Optical recording/reproducing apparatus and data recording method thereof
US8321486B2 (en) 2005-11-09 2012-11-27 Ca, Inc. Method and system for configuring a supplemental directory
US8326899B2 (en) 2005-11-09 2012-12-04 Ca, Inc. Method and system for improving write performance in a supplemental directory
US8458176B2 (en) 2005-11-09 2013-06-04 Ca, Inc. Method and system for providing a directory overlay

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745444A (en) * 1994-12-19 1998-04-28 Hitachi, Ltd. Method of controlling recording information on an optical disk using replacement control information
US7133599B2 (en) 1998-02-25 2006-11-07 Hitachi, Ltd. Realtime data recording method
WO2002050829A1 (en) * 2000-12-20 2002-06-27 Koninklijke Philips Electronics N.V. Power failure recovery mechanism for a recording and reproducing device
WO2004049326A1 (en) * 2002-11-27 2004-06-10 Koninklijke Philips Electronics N.V. Power failure recovery method
WO2005020238A1 (en) * 2003-08-21 2005-03-03 Ricoh Company, Ltd. Information recorder/reproducer, information recording/reproducing method and program
US8180196B2 (en) 2003-10-28 2012-05-15 Samsung Electronics Co., Ltd. Optical recording/reproducing apparatus and data recording method thereof
WO2007056336A1 (en) * 2005-11-09 2007-05-18 Computer Associates Think, Inc. System and method for writing data to a directory
US8321486B2 (en) 2005-11-09 2012-11-27 Ca, Inc. Method and system for configuring a supplemental directory
US8326899B2 (en) 2005-11-09 2012-12-04 Ca, Inc. Method and system for improving write performance in a supplemental directory
US8458176B2 (en) 2005-11-09 2013-06-04 Ca, Inc. Method and system for providing a directory overlay

Similar Documents

Publication Publication Date Title
JPH03119590A (en) Method and system for resequencing digital audio data
EP0487331B1 (en) Directory management system
JPS6356891A (en) Data writing method
JPH033046A (en) Log record control system
JP3220182B2 (en) File copying machine
JPH0528088A (en) Method for automatically generating hardware constitution information
JPH08137837A (en) Method and device for document processing
JPH0635780A (en) File controlling method of large capacity storage device
JP2822869B2 (en) Library file management device
JP3178671B2 (en) File system and its file recovery method
JPH05313973A (en) Backup system for external memory device
JPS6312300B2 (en)
JP2961781B2 (en) Data processing device
JP2573577B2 (en) File access device
JPH0334178A (en) Time series data editing system
JPH01106146A (en) File managing method
JP3130870B2 (en) Memory dump file reconstruction method
JPH08263389A (en) Data backup method
JPH0744426A (en) File management method for file system
JPS61105641A (en) Continuous automatic generation method of softwares to be offered to users
JP3056128B2 (en) Work area securing method
JPS61177532A (en) Area control system
JPS62192826A (en) File writing system
JPH0375942A (en) Editing history control system for file
JPS6130299B2 (en)