JPH02224112A - Unedited output system for internal data - Google Patents

Unedited output system for internal data

Info

Publication number
JPH02224112A
JPH02224112A JP1045752A JP4575289A JPH02224112A JP H02224112 A JPH02224112 A JP H02224112A JP 1045752 A JP1045752 A JP 1045752A JP 4575289 A JP4575289 A JP 4575289A JP H02224112 A JPH02224112 A JP H02224112A
Authority
JP
Japan
Prior art keywords
output
internal data
data
buffering
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP1045752A
Other languages
Japanese (ja)
Inventor
Mika Amano
天野 美花
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 JP1045752A priority Critical patent/JPH02224112A/en
Publication of JPH02224112A publication Critical patent/JPH02224112A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To shorten a processing time of a great deal of data by collectively outputting internal data to a file without executing buffering when the internal data to be outputted are continued in the memory. CONSTITUTION:The title system is provided with the memory 6 storing the internal data 1, output request information 2 including output method information 21, data leading position 22 and data size 23, a non-edited output means 3 including an output method determining means 31, a direct output means 32 and a buffering output means 33, a buffer 4, and a file 5. When the internal data 1 are continued in the memory 6, the data 1 are directly outputted to the file 5 without fetching the data 1 in the buffer 4. Thus, the processing speed of a great deal of data can be improved.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、コンピュータシステムにおける内部データの
出力方式に関し、特に内部データの無編集出力方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a method for outputting internal data in a computer system, and more particularly to a method for outputting internal data without editing.

(従来の技術) 従来、内部データの無編集出力方式は、内部データをバ
ッファに取り込み、バッファリングをした後、ファイル
へ出力するものであった。
(Prior Art) Conventionally, the non-edited output method for internal data has been to take internal data into a buffer, buffer it, and then output it to a file.

(発明が解決しようとする課題) 上述した従来方式では、出力すべき内部データがメモリ
上で連続している場合にはバッファリングは不要である
にもかかわらず、バッファに取り込み、バッファリング
した後、ファイルに出力する処理時間が無駄にかかると
いう欠点がある。特に、大量の内部データを出力する場
合には、バッファリングした後、ファイルに出力する処
理が何度も行われ、全体の処理速度が遅くなるという欠
点がある。
(Problems to be Solved by the Invention) In the conventional method described above, if the internal data to be output is continuous on the memory, buffering is not necessary. , the disadvantage is that processing time for outputting to a file is wasted. In particular, when outputting a large amount of internal data, the process of buffering and then outputting to a file is performed many times, which has the disadvantage of slowing down the overall processing speed.

本発明の目的は上述の点に畳み、内部データがメモリ上
で連続している場合にはバッファに取り込まずにファイ
ルへ直接出力することにより、大量データの処理速度を
向上させるようにした内部データの無編集出力方式を提
供することにある。
The purpose of the present invention is to improve the processing speed of large amounts of data by outputting the internal data directly to a file without loading it into a buffer when the internal data is continuous in memory. The objective is to provide a non-edited output method.

(課題を解決するための手段) 本発明による内部データの無編集出力方式は、内部デー
タを編集せずにファイルに出力する機構を有する計算機
システムの内部データの無編集出力方式において、前記
内部データと出力要求・清報を入力して、出力すべき前
記内部データに対してバッファリングが必要か否かを判
定する出力方法決定手段と、前記出力方法決定手段によ
り判定された結果によって、バッファリングが必要なら
ば出力すべき前記内部データをメモリ上からバッファへ
転送し、前記バッファ上でバッファリングした後、ファ
イルへ出力するバッファリング出力手段と、前記出力方
法決定手段により判定された結果によって、バッファリ
ングが必要でないならば、前記出力要求情報によって出
力すべき前記内部データをメモリ上からファイルへ直接
出力する直接出力手段とを有する。
(Means for Solving the Problems) A non-edited output method for internal data according to the present invention is a non-edited output method for internal data of a computer system having a mechanism for outputting internal data to a file without editing the internal data. an output method determining means that inputs an output request/report and determines whether or not buffering is necessary for the internal data to be output; If necessary, the internal data to be output is transferred from the memory to a buffer, buffered on the buffer, and then output to a file, based on the result determined by the buffering output means, and the output method determining means, If buffering is not necessary, direct output means is provided for directly outputting the internal data to be output from the memory to a file according to the output request information.

(実施例) 次に、本発明について図面を参照して詳細に説明する。(Example) Next, the present invention will be explained in detail with reference to the drawings.

第1図は本発明による内部データの無編集出力方式の一
実施例の構成を示すブロック図である。
FIG. 1 is a block diagram showing the structure of an embodiment of an internal data non-editing output method according to the present invention.

本実施例の内部データの無編集出力方式は、内部データ
1が記憶されているメモリ6と、出力方法情報21、デ
ータの先頭位置22、データの大きさ23を含む出力要
求情報2と、出力方法決定手段31、直接出力手段32
、バッファリング出力手段33を含む無編集出力手段3
と、バッファ4と、ファイル5とを備えて構成されてい
る。
The non-edited output method for internal data of this embodiment consists of a memory 6 in which internal data 1 is stored, output request information 2 including output method information 21, data start position 22, data size 23, and output Method determining means 31, direct output means 32
, unedited output means 3 including buffering output means 33
, a buffer 4, and a file 5.

無編集出力手段3は、出力すべき内部データ1と、出力
すべき内部データ1がメモリ6上で連続していない場合
にはバッファリングが必要であることを、連続している
場合にはバッファリングが不要であることを示す出力方
法情報21、出力すべき内部データ1のメモリ6上での
先頭位置22および大きさ23などからなる出力要求情
報2を入力して出力方法決定手段31に制御を移す。
The non-edited output means 3 indicates that buffering is necessary if the internal data 1 to be output and the internal data 1 to be output are not consecutive on the memory 6, and if they are consecutive, the buffering is necessary. Output method information 21 indicating that a ring is not required, output request information 2 consisting of the start position 22 and size 23 of the internal data 1 to be output on the memory 6, etc. are inputted, and the output method determining means 31 is controlled. move.

出力方法決定手段31は、出力要求情報2に含まれる出
力方法情報21によってバッファリングが必要か否か判
定し、必要ならばバッファリング出力手段33に制御を
移すが、必要でないならば直接出力手段32に制御を移
す。
The output method determining means 31 determines whether or not buffering is necessary based on the output method information 21 included in the output request information 2, and if necessary, transfers control to the buffering output means 33, but if it is not necessary, it transfers control to the direct output means. Control is transferred to 32.

直接出力手段32は、出力要求情報2によって、メモリ
6上のデータの先頭位置22からデータの大きさ23分
の内部データ1をファイル5へ出力する。
Based on the output request information 2, the direct output means 32 outputs the internal data 1 corresponding to the data size 23 from the data head position 22 on the memory 6 to the file 5.

バッファリング出力手段33は、出力すべき内部データ
1をメモリ6上からバッフγ4へ転送し、バッファ4上
でバッファリングした後、ファイル5へ出力する。
The buffering output means 33 transfers the internal data 1 to be output from the memory 6 to the buffer γ4, buffers it on the buffer 4, and then outputs it to the file 5.

バッファリング出力手段33に制御が移る場合には、出
力すべき内部データ1、内部データ1(1)〜(k)が
メモリ6上で、第2図に示すように、格納されていて、
また出力要求・情報2に含まれるデータの先頭位置22
.22(1)〜(k)およびデータの大きさ23.23
(1)〜(k>が第3図のように構成されている。
When control is transferred to the buffering output means 33, the internal data 1 and internal data 1(1) to (k) to be output are stored in the memory 6 as shown in FIG.
Also, the start position 22 of the data included in the output request/information 2
.. 22(1) to (k) and data size 23.23
(1) to (k>) are configured as shown in FIG.

バッファリング出力手段33は、出力要求情報2によっ
て、メモリ6上のデータ先頭位置22(n)からデータ
の大きさ23 (n)分の内部データ1(n)をバッフ
ァ4へ転送する処理をnが1からkの間繰り返し行った
後、バッファ4上に集められた内部データ1をファイル
5へ出力する。
Based on the output request information 2, the buffering output means 33 performs a process of transferring internal data 1(n) of data size 23(n) from the data head position 22(n) on the memory 6 to the buffer 4 by n. After repeating from 1 to k, internal data 1 collected on buffer 4 is output to file 5.

(発明の効果) 以上説明したように本発明の内部データの無編集出力方
式では、出力すべき内部データがメモリ上で連続してい
る場合には、バッファリングせずに一括してファイルへ
出力処理時間を短縮することができる。従って、大量の
内部データを編集せずにファイルに出力する際の処理時
間の短縮に非常に有用である。
(Effects of the Invention) As explained above, in the unedited output method for internal data of the present invention, if the internal data to be output is continuous in memory, it is output to a file all at once without buffering. Processing time can be shortened. Therefore, it is very useful for reducing processing time when outputting a large amount of internal data to a file without editing it.

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

第1図は本発明による内部データの無編集出力方式の一
実施例を示すブロック図、第2図は第1図に示す実施例
で用いる内部データの格納図、第3図は第1図に示す実
施例で用いるデータの先頭位置およびデータの大きさの
構成図である。 1・・・内部データ、2・・・出力要求情報、3・・・
無編集出力手段、4・・・バッファ、5・・・ファイル
、6・・・メモリ、21・・・出力方法情報、22・・
・データの先頭位置、23・・・データの大きさ、31
・・・出力方法決定手段、32・・・直接出力手段、3
3・・・バッファリング出力手段。
FIG. 1 is a block diagram showing an embodiment of an unedited output method for internal data according to the present invention, FIG. 2 is a storage diagram of internal data used in the embodiment shown in FIG. 1, and FIG. FIG. 2 is a configuration diagram of the starting position of data and the size of data used in the example shown. 1... Internal data, 2... Output request information, 3...
Non-edited output means, 4...Buffer, 5...File, 6...Memory, 21...Output method information, 22...
・Start position of data, 23...Size of data, 31
...Output method determining means, 32...Direct output means, 3
3...Buffering output means.

Claims (1)

【特許請求の範囲】[Claims] 内部データを編集せずにファイルに出力する機構を有す
る計算機システムの内部データの無編集出力方式におい
て、前記内部データと出力要求情報を入力して、出力す
べき前記内部データに対してバッファリングが必要か否
かを判定する出力方法決定手段と、前記出力方法決定手
段により判定された結果によって、バッファリングが必
要ならば出力すべき前記内部データをメモリ上からバッ
ファへ転送し、前記バッファ上でバッファリングした後
、ファイルへ出力するバッファリング出力手段と、前記
出力方法決定手段により判定された結果によって、バッ
ファリングが必要でないならば、前記出力要求情報によ
って出力すべき前記内部データをメモリ上からフアイル
へ直接出力する直接出力手段とを有することを特徴とす
る内部データの無編集出力方式。
In an unedited output method for internal data of a computer system that has a mechanism for outputting internal data to a file without editing it, the internal data and output request information are input, and buffering is performed on the internal data to be output. output method determining means for determining whether buffering is necessary; and based on the result determined by the output method determining means, if buffering is necessary, the internal data to be output is transferred from the memory to the buffer; After buffering, if buffering is not necessary based on the result determined by the buffering output means for outputting to a file and the output method determining means, the internal data to be output is output from the memory according to the output request information. A method for outputting internal data without editing, characterized by comprising a direct output means for directly outputting to a file.
JP1045752A 1989-02-27 1989-02-27 Unedited output system for internal data Pending JPH02224112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1045752A JPH02224112A (en) 1989-02-27 1989-02-27 Unedited output system for internal data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1045752A JPH02224112A (en) 1989-02-27 1989-02-27 Unedited output system for internal data

Publications (1)

Publication Number Publication Date
JPH02224112A true JPH02224112A (en) 1990-09-06

Family

ID=12728035

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1045752A Pending JPH02224112A (en) 1989-02-27 1989-02-27 Unedited output system for internal data

Country Status (1)

Country Link
JP (1) JPH02224112A (en)

Similar Documents

Publication Publication Date Title
US5890208A (en) Command executing method for CD-ROM disk drive
JPS62177621A (en) Disk device
JPH02224112A (en) Unedited output system for internal data
JPS6211736B2 (en)
JPS62179026A (en) Sort block forward looking system
JPS63239521A (en) Data processing system for magnetic tape device
JP2895892B2 (en) Data processing device
JPH01147720A (en) Classification processing system
JP2569524B2 (en) Virtual disk control method for extended storage device
JP2001184173A (en) Magnetic disk device and record reading method
JPH03260870A (en) Projection system for data base assist
JPH0431130B2 (en)
JPS63177234A (en) File save loading method
JPS61103234A (en) Disk controller
JPH02157932A (en) Variable length data processor
JPH01188960A (en) Input/output device for forward formation file
JPH02191019A (en) File storing method, file read method and file editing method
JPS59123975A (en) Storage control system of vector data
JPH1125009A (en) Data transfer control device
JPH02220151A (en) Variable length data access system
JPH044438A (en) System for utilizing data base buffer
JPH02157934A (en) Variable length data processor
JPH04260116A (en) Control system for magnetic disk device
JPH01128121A (en) Magnetic disk processor
JPS62113231A (en) Virtual disk control system for extended storage device