JPH0496151A - Random access system for sequential organization file - Google Patents

Random access system for sequential organization file

Info

Publication number
JPH0496151A
JPH0496151A JP2209878A JP20987890A JPH0496151A JP H0496151 A JPH0496151 A JP H0496151A JP 2209878 A JP2209878 A JP 2209878A JP 20987890 A JP20987890 A JP 20987890A JP H0496151 A JPH0496151 A JP H0496151A
Authority
JP
Japan
Prior art keywords
file
user program
sequential
definition
processing
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
JP2209878A
Other languages
Japanese (ja)
Inventor
Yoshio Kariya
刈谷 善雄
Toru Fujisaki
藤崎 徹
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
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 NEC Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP2209878A priority Critical patent/JPH0496151A/en
Publication of JPH0496151A publication Critical patent/JPH0496151A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To enable random input/output processing from a user program to be performed by generating an intermediate file with attribute fitted in the file definition of the user program temporarily by comparing file attribute information on an auxiliary storage medium with the file definition of the user program. CONSTITUTION:A file attribute recognizing means 21 obtains the file attribute information of an actually allocated file 31 before the file opening processing of a data processor 20 is started up for the open instruction 11 of the user program 10, and it is compared with the file definition of the program 10 by a file attribute comparison means 22. When it is judged that data conversion between them can be performed, the intermediate file 32 with attribute according to the file definition of the program 10 is generated temporarily by an intermediate file change means 23A, and the data conversion from the actually allocated file 31 to the intermediate file 32 is performed, and the file opening processing 25 on the intermediate file 32 is executed. Thereby, the random input/output processing by the user program can be performed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は順編成ファイルのランダムアクセス方式に関し
、特にファイル定義が索引順編成または相対編成の利用
者プログラムから磁気テープのような補助記憶媒体上の
順編成ファイルアクセスする順編成ファイルのランダム
アクセス方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a random access method for sequential files, and in particular, the present invention relates to a random access method for sequential files, and in particular, access from a user program whose file definition is indexed sequential organization or relative organization to an auxiliary storage medium such as a magnetic tape. This invention relates to a random access method for sequential files.

〔従来の技術〕[Conventional technology]

データレコード内の特定のキーフィールド部分のみで構
成される索引部を有する索引順編成ファイルや、ファイ
ル内の相対順序番号をキーとしてデータレコードの位置
付けを行う相対編成ファイルは、ランダム入出力処理を
可能とするものであり、その性格上から磁気ディスク装
置等の大容量記憶媒体上に構築される。
Random input/output processing is possible for indexed sequential files that have an index section consisting only of specific key field parts in data records, and for relative organization files that position data records using relative sequence numbers within the file as keys. Due to its nature, it is constructed on a large-capacity storage medium such as a magnetic disk device.

従来、システム管理下の磁気ディスク装置等のファイル
領域が不足する場合には、サービスプログラムやツール
を用いて索引順編成や相対編成のファイルを順編成にフ
ァイル変換し、磁気テープ等の補助記憶媒体に複写また
は退避してファイル領域を確保している。磁気テープに
退避したファイルを必要とする場合は、前述のサービス
プログラムやツールを用いて逆のファイル変換を行い、
磁気ディスク装置上のファイル領域に再ロードする処理
を行っていた。
Conventionally, when there is a shortage of file space on a magnetic disk device under system management, a service program or tool is used to convert an indexed sequential organization or relative organization file to a sequential organization file, and an auxiliary storage medium such as magnetic tape is used. The file area is secured by copying or saving the file. If you need the files saved on magnetic tape, perform the reverse file conversion using the service program or tool mentioned above.
Processing was being performed to reload the file area on the magnetic disk device.

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

ランダム入出力処理の可能な索引順編成や相対編成のフ
ァイルは、磁気ディスク等の大容菫記憶媒体上に構築し
なければならない。しかし、常時プログラム処理を行う
ファイルでなければ、システム管理下の磁気ディスク装
置に固定的に構築して置くのは無駄であり、磁気テープ
のような補助記憶媒体に格納して保管しておくことにな
る。このようなファイル内のデータをランダムアクセス
を行うプログラムで使用するためには、変換用のサービ
スプログラムを起動して磁気ディスク装置上にランダム
アクセス可能な編成のファイルを作成し、データを複写
しなければならない欠点がある。
Files with index sequential organization or relative organization that allow random input/output processing must be constructed on large-capacity violet storage media such as magnetic disks. However, unless the file is constantly processed by a program, it is wasteful to permanently store it on a magnetic disk device under system management, so it is better to store it on an auxiliary storage medium such as magnetic tape. become. In order to use the data in such a file with a program that performs random access, you must start the conversion service program, create a randomly accessible file on the magnetic disk device, and copy the data. There are certain drawbacks.

本発明の目的は、磁気テープ上の順編成ファイルに対し
て利用者プログラムからのランダム入出力処理を可能と
する順編成ファイルのランダムアクセス方式を提供する
ことである。
An object of the present invention is to provide a random access method for sequential files that enables random input/output processing from a user program to sequential files on a magnetic tape.

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

本発明の順編成ファイルのランダムアクセス方式は、シ
ステムが割り当てた補助記憶媒体上のファイル属性情報
を読み取るファイル属性認識手段と、前記ファイルにア
クセスしようとする利用者プログラムのファイル定義と
前記ファイル属性情報とを比較し前者が順編成ファイル
で後者がそれ以外のとき相互のデータ変換が可能か否か
を判断するファイル属性比較手段と、データ変換が可能
なとき利用者プログラムのファイル定義に合わせた属性
の中間ファイルを一時的に作成して実際の順編成ファイ
ルのデータを変換複写し、利用者プログラムによるファ
イル入出力処理を前記中間ファイルで行い、必要な場合
は前記中間ファイルのデータを実際の順編成ファイルへ
再度変換複写した後に前記中間ファイルを削除する中間
ファイル変換手段と、前記中間ファイル変換手段のデー
タ変換中に論理的な不具合が生じた場合に異常を通知す
るエラー通知手段とを備えて構成されている。
The random access method for sequential files of the present invention includes a file attribute recognition means for reading file attribute information on an auxiliary storage medium allocated by the system, a file definition of a user program that attempts to access the file, and the file attribute information. and a file attribute comparison means for determining whether or not mutual data conversion is possible when the former is a sequential file and the latter is not, and when data conversion is possible, attributes that match the file definition of the user program. Temporarily create an intermediate file to convert and copy the data in the actual sequential file, perform file input/output processing by the user program in the intermediate file, and if necessary, convert the data in the intermediate file to the actual sequential file. intermediate file converting means for deleting the intermediate file after converting and copying it again into an organized file; and an error notification means for notifying an abnormality when a logical problem occurs during data conversion by the intermediate file converting means. It is configured.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の構成を表すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

本発明の特徴は基本的にファイルのオープン処理にある
。まず、第1図を参照して概要を説明する。利用者プロ
グラム10のオープン命令11に対して、データ処理装
置20のファイルオープン処理25が起動する前に、フ
ァイル属性認識手段21で実際に別り当てたファイル3
1のファイル属性情報を取得し、ファイル属性比較手段
22により利用者プログラム10のファイル定義と比較
する。この結果、実際に割り当てたファイル31が順編
成ファイルで利用者プログラムのファイル定義がランダ
ム入出力可能な索引順編成または相対編成の場合、相互
間でデータの変換が可能か否かを判断する。変換可能で
あれば中間ファイル変換手段23Aにより利用者プログ
ラム10のファイル定義に従った属性の中間ファイル3
2を一時的に作成し、実際に割り当てたファイル31か
ら中間ファイル32にデータ変換を行い、中間ファイル
32に対しファイルオープン処理25を実行する。これ
により、利用者プログラム10のファイル定義と実際に
割り当てたファイル31との属性不一致を解消し、磁気
テープ媒体に割り当てたファイルに対し利用者プログラ
ムによるランダム入出力処理を可能とするものである。
The feature of the present invention basically lies in file open processing. First, an overview will be explained with reference to FIG. In response to the open command 11 of the user program 10, before the file open processing 25 of the data processing device 20 is started, the file 3 actually allocated by the file attribute recognition means 21
1 is obtained and compared with the file definition of the user program 10 by the file attribute comparing means 22. As a result, if the actually allocated file 31 is a sequential file and the file definition of the user program is indexed sequential organization or relative organization that allows random input/output, it is determined whether data can be converted between them. If conversion is possible, the intermediate file 3 with attributes according to the file definition of the user program 10 is created by the intermediate file conversion means 23A.
2 is temporarily created, data is converted from the actually allocated file 31 to the intermediate file 32, and file open processing 25 is executed on the intermediate file 32. This eliminates the attribute mismatch between the file definition of the user program 10 and the actually allocated file 31, and enables the user program to perform random input/output processing on the file allocated to the magnetic tape medium.

又、データ処理が終了し利用者プログラム10のクロー
ズ命令13を受けると、データ処理装置20はファイル
クローズ処理27を行った後、処理し終えたファイル3
0が中間ファイル32であり、そのファイルに書き込み
及び更新が行われた場合には、中間ファイル変換手段2
3Bによって中間ファイル32から実際に割り当てたフ
ァイル31ヘオープン時と逆のデータ変換を行う。
Further, when the data processing is completed and a close command 13 from the user program 10 is received, the data processing device 20 performs file close processing 27 and then closes the processed file 3.
0 is the intermediate file 32, and when writing and updating are performed on that file, the intermediate file conversion means 2
3B performs data conversion from the intermediate file 32 to the actually allocated file 31 in the opposite manner to that at the time of opening.

上記のような処理を基本O8であるデータ処理装置20
の内部処理で行うことにより、利用者プログラム10は
実際に割り当てたファイル31に対してランダム入出力
処理を実行したように見える。なお、中間ファイル変換
手段23A、23Bによるデータ変換処理中に入出力エ
ラーが発生した場合は、エラー通知手段24A、24B
に制御を移し利用者プログラムにエラーを通知する。
The data processing device 20, which is basically O8, performs the above processing.
By performing this internal processing, the user program 10 appears to have executed random input/output processing on the actually allocated file 31. Note that if an input/output error occurs during data conversion processing by the intermediate file conversion means 23A, 23B, the error notification means 24A, 24B
transfers control to the user program and notifies the user program of the error.

第2図は利用者プログラム10がオープン命令11を実
行した場合の処理の流れ図である。前述したようにデー
タ処理袋W20に対するオープン要求により、まずファ
イル属性認識手段21が起動され、実際に割り当てたフ
ァイル31の装置タイプ、ファイル形式、ファイル編成
、レコード形式、最大論理レコード長、ブロック長等の
ファイル属性情報を読み取る(ステップ41)。次に、
ファイル属性比較手段22に制御を移し、実際に割り当
てたファイル31が順編成ファイルか否かくステップ4
2)、利用者プログラム10で指定しているファイル定
義が順編成か否かくステップ43)、そのファイル定義
が索引順編成か相対編成で実際に割り当てたファイル3
1とのファイル属性変換が可能であるか否か(ステップ
44)を順に判断する。これらの結果、実際に割り当て
たファイル31が順編成ファイルで、ファイル定義が索
引順編成たは相対編成でファイル変換が可能な場合は、
中間ファイル変換手段23Aに制御を渡す。この条件を
満たさない場合には、そのままステップ48で従来のフ
ァイルオープン処理25を実行する。
FIG. 2 is a flowchart of processing when the user program 10 executes the open command 11. As mentioned above, in response to an open request for the data processing bag W20, the file attribute recognition means 21 is first activated and checks the device type, file format, file organization, record format, maximum logical record length, block length, etc. of the actually allocated file 31. The file attribute information of the file is read (step 41). next,
Step 4: Control is transferred to the file attribute comparison means 22 to determine whether the actually allocated file 31 is a sequential file.
2), whether or not the file definition specified in the user program 10 is sequential organization; step 43), whether the file definition is index sequential organization or relative organization and the file 3 actually allocated;
1 (step 44). As a result, if the actually allocated file 31 is a sequential file and the file definition is indexed sequential organization or relative organization and file conversion is possible,
Control is passed to the intermediate file conversion means 23A. If this condition is not met, the conventional file open processing 25 is executed directly at step 48.

中間ファイル変換手段23Aは、利用者プログラム10
のファイル定義に従った属性の中間ファイル32を一時
フアイルとして作成し、オープン対象とするファイルを
実際に割り当てたファイル31から中間ファイル32に
変更する(ステップ45)。利用者プログラム10のフ
ァイルに対するアクセス要求が、データの初期ロードで
ある場合には(ステップ46)、そのままファイルオー
プン処理25を実行するが(ステップ48)、アクセス
要求がデータの読み出し又は更新処理の場合には、実際
に割り当てたファイル31内のデータを中間ファイル3
2に属性変換しながら複写した後(ステップ47)、フ
ァイルオープン処理を行う。なお、このデータ複写処理
の過程でエラーが発生した場合には、エラー通知手段2
4Aに制御を移して利用者プログラム10に異常を通知
する(ステップ49)。
The intermediate file conversion means 23A is the user program 10
An intermediate file 32 with attributes according to the file definition is created as a temporary file, and the file to be opened is changed from the actually allocated file 31 to the intermediate file 32 (step 45). If the access request to the file of the user program 10 is for an initial load of data (step 46), the file open process 25 is executed as is (step 48), but if the access request is for a data read or update process , the data in the actually allocated file 31 is transferred to the intermediate file 3.
After copying with attribute conversion (step 47), file open processing is performed. In addition, if an error occurs in the process of this data copying process, the error notification means 2
Control is transferred to 4A to notify the user program 10 of the abnormality (step 49).

以上の処理を行った後、中間ファイル32あるいは実際
に割り当てたファイル31に対し、利用者プログラム1
0の入出力命令12によるファイル入出力処理26が実
行される。
After performing the above processing, the user program 1
File input/output processing 26 is executed using input/output command 12 of 0.

第3図は利用者プログラム10がクローズ命令13を実
行した場合の処理の流れ図である。データ処理装置20
がファイルクローズ処理27を実行した後(ステップ5
1)、処理し終わったファイル30が中間ファイル32
か否かを判定しくステップ52)、更にデータの更新、
削除、追加等が行われたか否かを判断する(ステップ5
3)。
FIG. 3 is a flowchart of processing when the user program 10 executes the close command 13. Data processing device 20
After executing file close processing 27 (step 5
1) The processed file 30 is the intermediate file 32
step 52), further updating the data,
Determine whether deletions, additions, etc. have been made (Step 5)
3).

もし中間ファイル32に対する更新、削除、追加が行わ
れていれば、その結果を実際に割り当てたファイル31
に反映させるため、中間ファイル変換手段23Bを呼び
出し、オープン処理時とは逆に中間ファイル32から実
際に割り当てたファイル31ヘデータの複写を行い(ス
テップ54)、複写の終了後に中間ファイル32を削除
する(ステップ55)。なお、変換処理中にエラーが発
生した場合はエラー通知処理(ステップ56)が行われ
る。
If an update, deletion, or addition is made to the intermediate file 32, the file 31 to which the result is actually assigned
In order to reflect the data, the intermediate file conversion means 23B is called, and data is copied from the intermediate file 32 to the actually allocated file 31, contrary to the open processing (step 54), and after the copy is completed, the intermediate file 32 is deleted. (Step 55). Note that if an error occurs during the conversion process, an error notification process (step 56) is performed.

第4図はファイルオープン時の中間ファイル変換手段の
処理の詳細を示す流れ図、第5図はファイルクローズ時
の中間ファイル変換手段の処理の詳細を示す流れ図であ
る。
FIG. 4 is a flowchart showing details of the processing of the intermediate file conversion means when a file is opened, and FIG. 5 is a flowchart showing details of the processing of the intermediate file conversion means when a file is closed.

ファイルオープン時は、実際に割り当てたファイル31
からル−コードずつ読み込み(ステップ61)、索引順
編成または相対編成ファイルである中間ファイル32に
対してレコード複写を行うが(ステップ65)、順編成
ファイルから読み込んだレコードが削除レコードの場合
(ステップ63)、中間ファイル32が索引順編成ファ
イルであれば中間ファイル32には出力せずステップ6
1に戻り(ステップ67)、次のレコードを実際に割り
当てたファイル31から読み込み、相対編成ファイルな
ら相対キーに対応する削除レコードとして中間ファイル
32に書き込む(ステップ68)。なお、実際に割り当
てたファイル31の読み込み時または中間ファイル32
の書き込み時にエラーが発生した場合(ステップ64.
66)は、エラー通知手段24Aに制御を渡しくステッ
プ69)、実際に割り当てたファイル31の読み込みで
EOF状態になった場合(ステップ62)に本処理を終
了する。
When opening the file, the actually allocated file 31
(step 61) and records are copied to the intermediate file 32, which is an indexed sequential or relative organization file (step 65). However, if the record read from the sequential file is a deleted record (step 63), if the intermediate file 32 is an index sequential file, it is not output to the intermediate file 32 and step 6
1 (step 67), the next record is read from the actually allocated file 31, and if it is a relative organization file, it is written to the intermediate file 32 as a deletion record corresponding to the relative key (step 68). Note that when reading the actually allocated file 31 or the intermediate file 32
If an error occurs when writing (step 64.
In step 66), control is passed to the error notification means 24A (step 69), and when the actually allocated file 31 is read and an EOF state is reached (step 62), this process ends.

ファイルクローズ時は、利用者プログラム10のファイ
ル入出力処理26で中間ファイル32に対するレコード
の書き込み、更新、削除等があった場合にのみ、中間フ
ァイル変換手段23Bが呼び出され、フォイルオープン
時とは逆に中間ファイル32から実際に割り当てたファ
イル31にレコードの複写を行う(ステップ71.75
>。基本的にはファイルオープン時の処理と同様で、中
間ファイル32が相対編成ファイルの場合には削除レコ
ードを読み込む場合があるため(ステップ73)、実際
に割り当てたファイル31に削除レコードを書き込み(
ステップ77)、各ファイルの入出力時にエラーを検出
した場合は(ステ・ンプ74.76)、エラー通知手段
24Bに制御を渡しくステップ78)、中間ファイル3
2の最大レコードキーよりも大きいキーのレコードを読
み込もうとした場合にEOF状態となって(ステップ7
2)処理を終了する。
When closing a file, the intermediate file conversion means 23B is called only when a record is written, updated, deleted, etc. to the intermediate file 32 in the file input/output processing 26 of the user program 10, and is the opposite of when opening the file. Records are copied from the intermediate file 32 to the actually allocated file 31 (steps 71 and 75).
>. Basically, the process is the same as when opening a file, and if the intermediate file 32 is a relative file, a deleted record may be read (step 73), so the deleted record is written to the actually allocated file 31 (
In step 77), if an error is detected during input/output of each file (steps 74 and 76), control is passed to the error notification means 24B.In step 78), intermediate file 3
If you try to read a record with a key greater than the maximum record key of 2, an EOF state will occur (step 7).
2) End the process.

以上説明した処理方法により、索引*mmスフアイル相
対編成ファイルを定義してランダムアクセス処理を行う
利用者プログラムに対して、例えば磁気テープ装置上に
順編成ファイルを割り当てても、プログラムを中断する
ことなくランダムアクセス処理を実行することが可能と
なる。
With the processing method explained above, even if a sequential file is allocated to a magnetic tape device, for example, to a user program that defines an index*mm file relative file and performs random access processing, the program will not be interrupted. It becomes possible to execute random access processing.

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

以上詳細に説明したように、本発明は、本来磁気ディス
ク装置等の大容量記憶媒体上にしか構築できない索引順
編成、相対編成ファイルを、磁気テープ等の補助記憶媒
体に割り当てて処理することを可能とし、磁気テープに
退避し保管しであるファイルを、ランダム入出力処理を
行う利用者プログラムで磁気テープ形態のまま処理可能
となるため、システムの処理を中断して磁気ディスク装
置等のファイル領域にデータをロードし直す必要がなく
なる効果がある。
As explained in detail above, the present invention is capable of processing indexed sequential organization and relative organization files, which can originally only be constructed on large-capacity storage media such as magnetic disk devices, by allocating them to auxiliary storage media such as magnetic tape. This makes it possible for a user program that performs random input/output processing to process files that have been evacuated and stored on magnetic tape in magnetic tape format, thereby interrupting system processing and redirecting files to the file area of a magnetic disk device, etc. This has the effect of eliminating the need to reload data.

10・−・・・・利用者プログラム、11・−・・・・
オープン命令、12・・・−・・入出力命令、13・・
・−・・クローズ命令、20・・・・・・データ処理装
置、21・・−・・・ファイル22・・・・・−ファイ
ル属性比較手段、23A、23B・、・・・・中間ファ
イル変換手段、24A、24B・・・・・・エラー通知
手段、25・−・・・・ファイルオープン処理、26・
・・・・・ファイル入出力処理、27・・・・・・ファ
イルクローズ処理、30・・−・−・ファイル、31・
・・・・・実際に割り当てたファイル、32−・・・・
・中間ファイル。
10... User program, 11...
Open instruction, 12...--I/O instruction, 13...
---Close command, 20, data processing device, 21, file 22, file attribute comparison means, 23A, 23B, intermediate file conversion Means, 24A, 24B... Error notification means, 25... File open processing, 26.
...File input/output processing, 27...File close processing, 30...--File, 31.
...Actually allocated file, 32-...
・Intermediate file.

Claims (1)

【特許請求の範囲】[Claims]  システムが割り当てた補助記憶媒体上のファイル属性
情報を読み取るファイル属性認識手段と、前記ファイル
にアクセスしようとする利用者プログラムのファイル定
義と前記ファイル属性情報とを比較し前者が順編成ファ
イルで後者がそれ以外のとき相互のデータ変換が可能か
否かを判断するファイル属性比較手段と、データ変換が
可能なとき利用者プログラムのファイル定義に合わせた
属性の中間ファイルを一時的に作成して実際の順編成フ
ァイルのデータを変換複写し、利用者プログラムによる
ファイル入出力処理を前記中間ファイルで行い、必要な
場合は前記中間ファイルのデータを実際の順編成ファイ
ルへ再度変換複写した後に前記中間ファイルを削除する
中間ファイル変換手段と、前記中間ファイル変換手段の
データ変換中に論理的な不具合が生じた場合に異常を通
知するエラー通知手段とを備えたことを特徴とする順編
成ファイルのランダムアクセス方式。
A file attribute recognition means for reading file attribute information on an auxiliary storage medium allocated by the system compares the file definition of a user program attempting to access the file with the file attribute information, and determines whether the former is a sequential file and the latter is a sequential file. In other cases, a file attribute comparison means is used to determine whether mutual data conversion is possible, and when data conversion is possible, an intermediate file with attributes matching the file definition of the user program is temporarily created and the actual The data in the sequential file is converted and copied, file input/output processing by the user program is performed in the intermediate file, and if necessary, the data in the intermediate file is converted and copied again into an actual sequential file, and then the intermediate file is A random access method for a sequential file, characterized by comprising intermediate file converting means for deleting, and error notification means for notifying an abnormality when a logical failure occurs during data conversion by the intermediate file converting means. .
JP2209878A 1990-08-08 1990-08-08 Random access system for sequential organization file Pending JPH0496151A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2209878A JPH0496151A (en) 1990-08-08 1990-08-08 Random access system for sequential organization file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2209878A JPH0496151A (en) 1990-08-08 1990-08-08 Random access system for sequential organization file

Publications (1)

Publication Number Publication Date
JPH0496151A true JPH0496151A (en) 1992-03-27

Family

ID=16580144

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2209878A Pending JPH0496151A (en) 1990-08-08 1990-08-08 Random access system for sequential organization file

Country Status (1)

Country Link
JP (1) JPH0496151A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7035860B2 (en) 2003-01-17 2006-04-25 International Business Machines Corporation Trusted access by an extendible framework method, system, article of manufacture, and computer program product

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7035860B2 (en) 2003-01-17 2006-04-25 International Business Machines Corporation Trusted access by an extendible framework method, system, article of manufacture, and computer program product

Similar Documents

Publication Publication Date Title
KR100398753B1 (en) Transaction processing system using efficient file update processing and recovery processing
JPH0855062A (en) System and method for limitation of access to medium storagedevice
JPH0496151A (en) Random access system for sequential organization file
US20060143423A1 (en) Storage device, data processing method thereof, data processing program thereof, and data processing system
US7308533B2 (en) Method for reorganizing additional writing format storage media volume
JPH02151944A (en) Data processor
JPH06168079A (en) Data backup system
JP3460265B2 (en) Data transfer method between computers
JPH06231016A (en) File coupling/dividing method
JP2641399B2 (en) File management device
JP2747009B2 (en) Record addition method for indexed sequential files
JPH0451861B2 (en)
JPH0444134A (en) Method and device for control of storage
JP2000066930A (en) Storeage changing method, device therefor and machine readable recording medium recording its program
CN114880277A (en) Block device snapshot method, system and storage medium
JP3047845B2 (en) Synchronous access control device
JP2002132555A (en) System, method and record medium of database access
JPH0535557A (en) Common information access system
JPS62192826A (en) File writing system
JPH0651962A (en) Program storing method
JPH0498331A (en) Retrieval system for unused record of data file
JPH0535558A (en) Program load system
JPH04175841A (en) Data base reformation processing system
JP2001034541A (en) System and method for generation management, and recording medium
JPH07152629A (en) File managing device