JPH02165359A - Data processing system - Google Patents

Data processing system

Info

Publication number
JPH02165359A
JPH02165359A JP63322495A JP32249588A JPH02165359A JP H02165359 A JPH02165359 A JP H02165359A JP 63322495 A JP63322495 A JP 63322495A JP 32249588 A JP32249588 A JP 32249588A JP H02165359 A JPH02165359 A JP H02165359A
Authority
JP
Japan
Prior art keywords
processing
input
output
data
executed
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
JP63322495A
Other languages
Japanese (ja)
Inventor
Misako Hirata
平田 美佐子
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 JP63322495A priority Critical patent/JPH02165359A/en
Publication of JPH02165359A publication Critical patent/JPH02165359A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To improve a processing speed by collectively processing plural records by a specification from a user program at the time of inputting/outputting data. CONSTITUTION:A control block 2 is formed from the information specified by the user program 1 and whether data I/O is to be executed in each record or collectively executed in the unit of plural records in I/O method recognizing processing 3 is segmented from the control block 2. In the case of recognizing the I/O of each record, ordinary I/O processing 4 is executed. In the case of recognizing the batch execution of plural records, new I/O processing is executed, control is transferred to a magnetic disk 1/O interface 6 and data are inputted/outputted in/from an external storage device 7. Since plural records can be collectively processed, rapid data processing can be attained.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データ処理方式、特にデータの入出力方法を
ユーザプログラムの指定によって任意に変更することが
できるデータ処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data processing method, and particularly to a data processing method in which a data input/output method can be arbitrarily changed by designation of a user program.

〔従来の技術〕[Conventional technology]

従来、この種のデータ処理方式では、データの入出力は
そのファイルの作成状態、すなわちレコード長によって
決定され、−回の入出力はすべてレコード(レコード長
)単位で行なわれていた。
Conventionally, in this type of data processing system, data input/output is determined by the creation state of the file, that is, the record length, and all input/outputs are performed in record (record length) units.

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

上述した従来の方式では、ユーザプログラムから実行で
きるデータの入出力は、レコード単位に限られているた
め、複数のレコードを一度に処理するようなユーザプロ
グラムでは繰り返し入出力処理を行なわなければならな
いので、処理速度が非常に遅くなる。
In the conventional method described above, data input/output that can be executed from a user program is limited to record units, so user programs that process multiple records at once must perform repeated input/output processing. , processing speed becomes very slow.

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

本発明によれば、「ユーザプログラムの指定によって任
意のデータ入出力処理を行なう制御プログラムと、前記
制御ブロックから入出力方法を認識し、任意の入出力を
行なう処理リーチンとを有することを特徴とするデータ
処理方式Jが得られる。
According to the present invention, the present invention is characterized by having a control program that performs arbitrary data input/output processing according to specifications of a user program, and a processing readin that recognizes an input/output method from the control block and performs arbitrary input/output. A data processing method J is obtained.

〔実施例〕〔Example〕

次に、本発明の一実施例を示した図面を参照して、本発
明をより詳細に説明する。
Next, the present invention will be described in more detail with reference to the drawings showing one embodiment of the present invention.

第1図を参照すると、本発明の一実施例において、ユー
ザプログラム1の指定した情報から制御ブロック2を作
成し、この制御ブロック2から入出力方法認識処理3に
て、データの入出力を−レコード単位に行な、うか、ま
たは複数レコードを一括して行なうかを切り分ける。−
レコード単位に入出力を行なうと認識した場合には、従
来入出力処理4を行なう。また、複数レコードを一括し
て行なうと認識した場合には、新入出力処理5を行ない
、磁気ディスク入出力インタフェース6に制御を移し、
外部記憶装置7に対してデータの入出力を行なう。
Referring to FIG. 1, in one embodiment of the present invention, a control block 2 is created from information specified by a user program 1, and data input/output is performed from this control block 2 in an input/output method recognition process 3. Decide whether to perform the process on a record-by-record basis or on multiple records at once. −
When it is recognized that input/output is to be performed in units of records, conventional input/output processing 4 is performed. If it is recognized that multiple records are to be processed at once, it performs new input/output processing 5 and transfers control to the magnetic disk input/output interface 6.
Data is input/output to/from the external storage device 7.

ユーザプログラム1が起動され、データの入出力動作を
発行すると、この情報からファイル処理を行なうための
制御ブロック2を作成する。入出力方法認識処理3では
、制御ブロック2の内容から入出力データ長、入出力バ
ッファの指定がされていたならば、新入出力処理5を行
ない、磁気ディスク入出力インタフェース6を介して指
定された長さ分のデータをユーザプログラム上の指定さ
れたバッファに返す。また、入出力データ長、人出力バ
ッファの指定がない場合には、従来入出力処理4を行な
い、磁気ディスク入出力インタフェースを介して−レコ
ード分のデータをユーザプログラム上のレコードエリア
に返す。
When the user program 1 is activated and issues a data input/output operation, a control block 2 for file processing is created from this information. In input/output method recognition processing 3, if the input/output data length and input/output buffer have been specified from the contents of control block 2, new input/output processing 5 is performed, and the input/output data length and input/output buffer are specified via the magnetic disk input/output interface 6. Returns the length of data to the specified buffer on the user program. If the input/output data length and human output buffer are not specified, conventional input/output processing 4 is performed and -record data is returned to the record area on the user program via the magnetic disk input/output interface.

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

以上説明したように、本発明によれば、ユーザプログラ
ムの指定によってデータの入出力において、複数レコー
ドを一括して処理することが可能となるなめ、従来のよ
うに複数のレコードに対する一括処理を行なう場合の入
出力処理を繰り返し行なう必要なくなる。
As explained above, according to the present invention, it is possible to process multiple records at once during data input/output by specifying the user program, so it is possible to process multiple records at once as in the conventional method. This eliminates the need to repeatedly perform input/output processing.

また、複数レコードを一括して処理するため、データ処
理の高速化を計ることができる。
Furthermore, since multiple records are processed at once, data processing speed can be increased.

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

第1図は本発明の一実施例の処理の流れを示す図である
。 1・・・ユーザプログラム、2・・・制御ブロック、3
・・・入出力方法認識処理、4・・・従来入出力処理、
5・・・新入出力処理、6・・・磁気ディスク入出力イ
ンタフェース、7・・・外部記憶装置。
FIG. 1 is a diagram showing the processing flow of an embodiment of the present invention. 1... User program, 2... Control block, 3
... Input/output method recognition processing, 4... Conventional input/output processing,
5... New input/output processing, 6... Magnetic disk input/output interface, 7... External storage device.

Claims (1)

【特許請求の範囲】[Claims]  ユーザプログラムの指定によって任意のデータ入出力
処理を行なう制御プログラムと、前記制御ブロックから
入出力方法を認識し、任意の入出力を行なう処理リーチ
ンとを有することを特徴とするデータ処理方式。
1. A data processing method comprising: a control program that performs arbitrary data input/output processing as specified by a user program; and a processing readin that recognizes an input/output method from the control block and performs arbitrary input/output.
JP63322495A 1988-12-20 1988-12-20 Data processing system Pending JPH02165359A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63322495A JPH02165359A (en) 1988-12-20 1988-12-20 Data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63322495A JPH02165359A (en) 1988-12-20 1988-12-20 Data processing system

Publications (1)

Publication Number Publication Date
JPH02165359A true JPH02165359A (en) 1990-06-26

Family

ID=18144282

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63322495A Pending JPH02165359A (en) 1988-12-20 1988-12-20 Data processing system

Country Status (1)

Country Link
JP (1) JPH02165359A (en)

Similar Documents

Publication Publication Date Title
JPH02165359A (en) Data processing system
JPH06301522A (en) Computer system constituting method
JPH02201528A (en) Parallel input/output management system for file
JP2537862B2 (en) Display data reading control method
JPH02238568A (en) Data base processing system
JPH035807A (en) Data record input/output system
JPH03127140A (en) Program dynamic generation system
JPS63276629A (en) Sorting system for record in file
JPH02195448A (en) Device for tracing instruction
JPS62235654A (en) Data input/output processing system for file
JPH02257284A (en) Data processor
JPH04141758A (en) Data transferring method
JPS63318627A (en) System for retrieving data base
JPS6217873A (en) Image processing system
JPH0267636A (en) Program execution procedure file converting system
JPS6344240A (en) Program processing control system
JPH02222025A (en) Collective input/output processing system for file label
JPH02224156A (en) File saving system
JPH0279147A (en) Information processor
JPH02168353A (en) Data base processing mechanism
JPH03174622A (en) Disk duplexing control system
JPH05205007A (en) Generating system for real chip information file
JPH03137869A (en) Magnetic tape data recording system
JPS63271786A (en) Data editing device
JPH0470966A (en) Data base processing mechanism