JPH05233553A - Data editing system - Google Patents

Data editing system

Info

Publication number
JPH05233553A
JPH05233553A JP3385592A JP3385592A JPH05233553A JP H05233553 A JPH05233553 A JP H05233553A JP 3385592 A JP3385592 A JP 3385592A JP 3385592 A JP3385592 A JP 3385592A JP H05233553 A JPH05233553 A JP H05233553A
Authority
JP
Japan
Prior art keywords
editing
information
data
instruction
edit
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.)
Withdrawn
Application number
JP3385592A
Other languages
Japanese (ja)
Inventor
Masaaki Sekine
正明 関根
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido 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 HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP3385592A priority Critical patent/JPH05233553A/en
Publication of JPH05233553A publication Critical patent/JPH05233553A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Calculators And Similar Devices (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To eliminate the editing omission and the processing complicacy in a data editing system by providing an integrated editing processing means which has no reliance on the digit number of data. CONSTITUTION:An analyzing means 10 reads the editing instruction information out of 8 storing area storing the editing processing information and an application work program which gives the editing instruction information for the editing processing. Then the means 10 decides whether an editing instruction shows or not an editing form where the date are edited in a floating state. If so, the processing forms of the inserted end floating characters are turned into a pattern and the pseudo instruction group information 51 is generated and stored in the storing area. An editing instruction constitute means 20 gets the information 51 and generates the editing instruction information 52 for execution of the editing. An editing means 30 knows the input position of the data to be edited from the editing processing form obtained from the information 52 and acquires the relevant data to process them by an instruction of a pseudo instruction group. Then the editing result information 53 thus obtained is stored in the storing area. An output means 40 outputs the information 53 to an output device 80 pointed by the application work program from the storing area.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、データ編集方式に関
し、特にデータを左右に浮動させながら挿入文字と浮動
文字との情報編集を行う電子計算機システムにおいて、
データの桁数に影響されることなく浮動編集処理が可能
となるデータ編集方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data editing system, and more particularly, to an electronic computer system for editing information of inserted characters and floating characters while floating data left and right.
The present invention relates to a data editing method that enables floating editing processing without being affected by the number of digits of data.

【0002】[0002]

【従来の技術】従来、データを左右に浮動させながら挿
入文字と浮動文字との情報編集を行う電子計算機システ
ムにおいてのデータ編集方式は以下の通りである。
2. Description of the Related Art Conventionally, a data editing method in an electronic computer system for editing information of inserted characters and floating characters while floating data left and right is as follows.

【0003】まず、浮動編集とは、通貨編集の「¥」、
符号編集の「+」、「−」が編集文字として2文字以上
連続して指定された場合における編集処理形式であり、
取り得るデータ(数値データ)の上位桁のゼロ値を無効
な値として扱い、編集文字の「¥」、「+」、「−」を
ゼロ値以外の値が現れた最上位の桁の直前に設定する編
集方式である。例えば、通貨編集として「¥¥,¥¥
¥,¥¥9」が指定された場合においては、データ値が
「100」ならば「¥100」となり、データ値が「1
2345」ならば「¥12,345」となる。もし、こ
の編集におけるデータの桁数が8桁ならば、データ値
「12345678」に対して編集結果は「12,34
5,678」となる。従って、データの最大桁数を考慮
して編集指定を与えなければならない。前例では「¥¥
¥,¥¥¥,¥¥9」とすることで編集結果が「¥1
2,345,678」となる。
First, floating editing is a currency editing "¥",
This is an edit processing format in the case where "+" and "-" of code editing are consecutively specified as two or more editing characters,
The zero value of the upper digit of the possible data (numeric data) is treated as an invalid value, and the editing characters "\", "+", and "-" are placed immediately before the most significant digit where a value other than zero appears. This is the editing method to be set. For example, to edit the currency, use "\\, \\
When "\, \\ 9" is specified and the data value is "100", it is "\ 100" and the data value is "1".
If it is "2345", it will be "¥ 12,345". If the number of digits of data in this editing is 8 digits, the editing result is "12,34" for the data value "12345678".
5,678 ". Therefore, the edit designation must be given in consideration of the maximum number of digits of data. In the previous example, "\\
By setting "\, \\\, \\ 9", the editing result will be "\ 1".
2,345,678 ".

【0004】これは、編集処理の為の作業領域の初期値
を編集指定文字で初期化しておき、後で有効なデータ値
の桁数分のみ当領域に登録する方式であるためである。
従って、編集指定の桁数分のデータ値を登録すると編集
文字が付加されないまま出力または表示され、編集指定
の桁数より小さいデータ値を登録すると左端部の無効桁
数分を空白で置換し出力または表示することになる。
This is because the initial value of the work area for the editing process is initialized by the edit designation character, and only the digit number of the effective data value is registered in this area later.
Therefore, if you register a data value for the number of digits specified for editing, it will be output or displayed without any editing characters added.If you register a data value that is less than the number of digits specified for editing, it will be output after replacing the invalid digits at the left end with blanks. Or it will be displayed.

【0005】[0005]

【発明が解決しようとする課題】上述した従来のデータ
編集方式では、浮動編集を処理する場合での課題とし
て、 a 編集指定の桁数に等しいデータがある場合に編集文
字が付加されないという欠点 b 編集のための作業領域を編集文字で初期化し、デー
タ編集後、無効な上位桁がある場合には空白で置換する
など処理が複雑になるという欠点がある。
In the above-mentioned conventional data editing method, as a problem in processing floating editing, there is a drawback that an editing character is not added when there is data equal to the number of digits designated for editing. There is a disadvantage in that the work area for editing is initialized with edit characters, and after the data is edited, if there is an invalid upper digit, it is replaced with a blank, which complicates the processing.

【0006】本発明の目的は、上述の欠点を除去すると
共にデータを左右に浮動させながら挿入文字と浮動文字
との情報編集にデータの桁数に影響されることなく浮動
編集が統一的に処理できる手段を与えるデータ編集方式
を提供することである。
The object of the present invention is to eliminate the above-mentioned drawbacks and to perform floating editing in a unified manner while floating the data left and right without affecting the information editing of the inserted character and the floating character regardless of the number of digits of the data. It is to provide a data editing method that provides a means capable of doing so.

【0007】[0007]

【課題を解決するための手段】本発明によるデータ編集
方式は、データを左右に浮動させなから挿入文字と浮動
文字との情報編集を行う電子計算機システムにおけるデ
ータ編集方式であって、編集処理に係わる情報が格納さ
れる格納領域と、前記編集処理における編集指示情報を
与える適用業務プログラムから該編集指示情報を読み取
り、編集指示がデータを浮動しながら編集する処理形態
が否かを判断し、データを浮動させなから編集する場合
には挿入文字と浮動文字との処理形態をパターン化して
疑似命令群を生成し前記格納領域に格納する解析手段
と、前記疑似命令群情報を得て、編集を行うべき編集命
令情報を生成する編集命令構成手段と、前記編集命令情
報から得られる編集の処理形態から、編集するデータの
入力位置を得て該データを取得し疑似命令群の命令に従
い実行し得られた編集結果情報を前記格納領域に格納す
る編集手段と、前記格納領域の編集結果情報を適用業務
プログラムが指示する出力装置へ出力する出力手段を有
している。
A data editing method according to the present invention is a data editing method in an electronic computer system that edits information of an inserted character and a floating character without floating the data to the left and right. The storage area in which the related information is stored and the application instruction program that gives the editing instruction information in the editing processing are read from the editing instruction information, and it is determined whether or not there is a processing form in which the editing instruction edits while floating the data. In the case of editing while floating, the processing means for inserting characters and floating characters is patterned to generate a pseudo instruction group and stored in the storage area. The edit command forming means for generating the edit command information to be performed and the edit processing mode obtained from the edit command information are used to obtain the input position of the data to be edited. Editing means for acquiring the editing result information obtained by executing the instructions in the pseudo instruction group in the storage area, and outputting means for outputting the editing result information in the storage area to the output device designated by the application program. have.

【0008】[0008]

【実施例】本発明の実施例について図面を参照しながら
説明する。
Embodiments of the present invention will be described with reference to the drawings.

【0009】図1は本発明の一実施例であるデータ編集
方式を適用した電子計算機システムを示すブロック図で
ある。図1において、本実施例の電子計算記システムに
は、入力データ70と、編集結果が出力される出力装置
80と、各情報を格納する格納領域50と、編集処理に
おける編集指示情報を与える適用業務プログラム60
(プログラム60と称す)とを含む。格納領域50は編
集疑似命令群51、編集命令情報52、編集結果情報5
3の、これらの情報を格納する。
FIG. 1 is a block diagram showing an electronic computer system to which a data editing system according to an embodiment of the present invention is applied. In FIG. 1, the electronic calculation recording system according to the present embodiment is provided with input data 70, an output device 80 for outputting an editing result, a storage area 50 for storing each information, and editing instruction information in the editing process. Business program 60
(Referred to as program 60). The storage area 50 includes an edit pseudo instruction group 51, edit instruction information 52, and edit result information 5
3 of these information is stored.

【0010】更に、その電子計算機システムはプログラ
ム60からの編集定義情報を解析する解析手段10は、
編集命令構成手段20、編集手段30および出力手段4
0とを含む。解析手段10は編集指示情報を与える適用
業務プログラム60から編集定義情報を読み取り、編集
指示がデータを浮動しながら編集する処理形態が否かを
判断し、データを浮動させなから編集する場合には挿入
文字と浮動文字との処理形態をパターン化して編集疑似
命令群51を生成し前記格納領域50に格納する。出力
手段40は格納領域50の編集結果情報53を適用業務
プログラム60が指示する出力装置80へ出力する。
Further, in the electronic computer system, the analysis means 10 for analyzing the edit definition information from the program 60 is
Editing command constructing means 20, editing means 30, and output means 4
Including 0 and. The analysis means 10 reads the edit definition information from the application program 60 which gives the edit instruction information, judges whether or not there is a processing form in which the edit instruction edits while floating the data, and when editing is performed without floating the data, An edit pseudo-instruction group 51 is generated by patterning the processing form of the inserted character and the floating character and stored in the storage area 50. The output unit 40 outputs the edit result information 53 in the storage area 50 to the output device 80 designated by the application program 60.

【0011】図2は解析手段10の処理を例示するフロ
ーチャートである。図2において、プログラム60は、
解析手段10の入力情報として、データの編集方法を定
義した編集定義情報を与える。編集定義情報は、図6で
示すようにデータ項目毎の属性情報と編集指定形式とか
ら成り立っている。解析手段10は、まずプログラム6
0が与える編集定義情報を読み取り(ステップ10
1)、編集指定の有無を判定する(ステップ102)。
編集指定がなければステップ107の処理に進み、既定
の編集(ゼロサプレスを行う編集等)文字が設定された
ものとして扱うよう編集設定し、ステップ104の処理
に進む。編集指定がある場合においては、編集指定が浮
動編集か否かを編集挿入文字一覧表(図8参照)を参照
して判定し(ステップ103)、該当する編集文字に合
わせて疑似命令と編集桁数を生成する(ステップ10
4)。図8の編集疑似命令群51は、図6で示す編集定
義情報でのデータ項目「ITEM1」に対する編集指定
「¥,¥¥¥,¥¥9」が疑似命令に置き換えられた事
例である。ステップ105は、前述の処理に関する処理
部であり、上位桁から編集文字を読みとりながら編集疑
似命令群51を生成する。生成された編集疑似命令群5
1を格納領域50に格納し(ステップ106)、格納
後、編集命令情報52を生成するために編集命令構成手
段20を起動する。
FIG. 2 is a flow chart illustrating the processing of the analysis means 10. In FIG. 2, the program 60 is
As input information of the analysis means 10, edit definition information defining a data edit method is given. As shown in FIG. 6, the edit definition information is composed of attribute information for each data item and an edit designation format. First, the analysis means 10 executes the program 6
The edit definition information given by 0 is read (step 10
1) The presence / absence of edit designation is determined (step 102).
If there is no edit designation, the process proceeds to step 107, the edit is set so that the default edit (edit for zero suppression, etc.) characters are set, and the process proceeds to step 104. If there is an edit designation, it is judged whether or not the edit designation is floating edit by referring to the edit insertion character list (see FIG. 8) (step 103), and the pseudo instruction and the edit digit are matched to the corresponding edit character. Generate a number (step 10)
4). The edit pseudo-instruction group 51 in FIG. 8 is an example in which the edit designation "\, \\\\, \\ 9" for the data item "ITEM1" in the edit definition information shown in FIG. Step 105 is a processing unit related to the above-mentioned processing, and generates the edit pseudo instruction group 51 while reading the edit character from the upper digit. Generated edit directive group 5
1 is stored in the storage area 50 (step 106), and after storing, the edit command composing means 20 is activated to generate the edit command information 52.

【0012】図3は編集命令構成手段20の処理を例示
するフローチャートである。図3において、編集命令構
成手段20は、まずプログラム60のデータ入出力定義
情報からデータの入力域と編集結果を出力する出力域と
を得る(ステップ201)。次に、当該編集処理に係わ
るデータの属性を編集定義情報から得る(ステップ20
2)。前記情報をもとに、入力データ属性情報と出力デ
ータ属性情報とを生成する(ステップ203〜20
4)。生成後、入力データ属性情報、出力データ属性情
報、編集疑似命令群情報51とからなる編集命令情報5
2を生成し格納領域50に登録する(ステップ20
5)。登録後、編集手段30を起動する。
FIG. 3 is a flow chart exemplifying the processing of the edit command composing means 20. In FIG. 3, the edit command constructing means 20 first obtains a data input area and an output area for outputting an edited result from the data input / output definition information of the program 60 (step 201). Next, the attribute of the data related to the editing process is obtained from the editing definition information (step 20).
2). Input data attribute information and output data attribute information are generated based on the information (steps 203 to 20).
4). After generation, edit command information 5 including input data attribute information, output data attribute information, and edit pseudo instruction group information 51
2 is generated and registered in the storage area 50 (step 20).
5). After registration, the editing means 30 is activated.

【0013】図9は編集命令情報52を例示した図であ
る。図9において、編集命令情報52は編集命令を実行
するに当たり必要な情報を組にし、その組の長さを命令
長、編集命令のタイプを命令タイプとして第1語目に設
定している。第2語目には入力データ属性情報、第3語
目には出力データ属性情報、第4語目以降には編集疑似
命令群情報51を設定している。但し、出力データ属性
情報内のデータ出力域は格納領域50内に対応した位置
付けを示している。
FIG. 9 is a diagram showing an example of the edit command information 52. In FIG. 9, the edit command information 52 is a set of information necessary for executing the edit command, and the length of the set is set as the command length and the type of the edit command is set as the command type in the first word. Input data attribute information is set for the second word, output data attribute information is set for the third word, and edit pseudo-instruction group information 51 is set for the fourth and subsequent words. However, the data output area in the output data attribute information indicates the corresponding position in the storage area 50.

【0014】図4は編集手段30の処理を例示するフロ
ーチャートである。図4において、編集手段30は格納
領域50内に登録されている編集命令情報52を読み取
り(ステップ301)、編集命令の実命令部に対して上
記情報を設定する(ステップ302)。編集命令を実行
し、実行された編集結果情報53を格納領域50に登録
する(ステップ303)。登録後、出力手段40を起動
する。
FIG. 4 is a flow chart illustrating the processing of the editing means 30. In FIG. 4, the editing means 30 reads the edit command information 52 registered in the storage area 50 (step 301), and sets the above information in the actual command part of the edit command (step 302). The edit command is executed, and the executed edit result information 53 is registered in the storage area 50 (step 303). After registration, the output means 40 is activated.

【0015】図10は編集結果情報53を例示する図で
ある。図6で定義されたITEM1に関して編集を実行
した結果である。
FIG. 10 is a diagram illustrating the editing result information 53. It is the result of executing the editing for ITEM1 defined in FIG.

【0016】図5は出力手段40の処理を例示するフロ
ーチャートである。出力手段40はプログラム60から
出力を得て(ステップ401)、格納領域50に登録さ
れている編集結果情報53を前記出力先に出力する(ス
テップ401)、格納領域50に登録されている編集結
果情報53を前記出力先に出力する(ステップ40
2)。出力後、データの処理件数に応じて処理ステップ
301〜402を繰り返し、処理を終了する。
FIG. 5 is a flow chart illustrating the processing of the output means 40. The output means 40 obtains an output from the program 60 (step 401) and outputs the edit result information 53 registered in the storage area 50 to the output destination (step 401), and the edit result registered in the storage area 50. The information 53 is output to the output destination (step 40).
2). After the output, the processing steps 301 to 402 are repeated according to the number of processed data, and the processing ends.

【0017】図7は、編集手段30が編集命令情報52
に従い編集処理を実行する過程を例示した図である。
(a)は例1のITEM1に対する編集形式をデータ長
が7桁、編集指定が“¥,¥¥¥,¥¥9”の場合の処
理手順に従い説明したもので、 ステップ1 0以外の数値の場合:¥を挿入し、当該数値をセットし
カンマを挿入する 0の場合:空白2桁を挿入する ステップ2 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→¥を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入する ステップ3 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→¥を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入する ステップ4 上位が0以外の数値の場合、以下の桁数の数値は全て表
示され、カンマが挿入される 上位が0である場合: 0以外の数値→¥を挿入し、当
該数値をセットしカンマを挿入 0の場合 →空白2桁を挿入する ステップ5 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→¥を挿入し、当
該数値をセットしカンマを挿入 0の場合 →空白1桁を挿入する ステップ6 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→¥を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入する ステップ7 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→¥を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入し、値0をセットする となる。なお、「空白2桁及び1桁を挿入する」という
のは、出力編集位置を2桁及び1桁分、下位位置方向に
シフトすることを意味している。
In FIG. 7, the editing means 30 edits information 52.
FIG. 9 is a diagram illustrating a process of executing an editing process according to the above.
(A) is an explanation of the editing format for ITEM1 in Example 1 according to the processing procedure when the data length is 7 digits and the editing designation is "\, \\\, \\ 9". If: Insert \, set the value and insert a comma If 0: Insert two blank digits Step 2 If the higher digits are other than 0, all digits with the following digits are displayed. If it is 0: Numeric value other than 0 → Insert \ and set the relevant value If 0 → Insert 1 blank digit Step 3 If the higher rank is a value other than 0, all the numerical values of the following digits are displayed If the upper digit is 0: Numeric value other than 0 → Insert \ and set the relevant numerical value If 0 → Insert one blank digit Step 4 If the upper digit is a numerical value other than 0, the number of digits below All numbers are displayed and commas are inserted. Case: Numerical value other than 0 → Insert \, set the numerical value and insert a comma If 0 → Insert two blank digits Step 5 If the upper numerical value is other than 0, all numerical values below are displayed If the high-order is 0: Insert a numerical value other than 0 → \, set the numerical value and insert a comma If 0 → insert a blank digit Step 6 If the high-order numerical value is other than 0, Numerical values of all digits are displayed When the upper digit is 0: Numerical value other than 0 → Insert \ and set the relevant numerical value When 0 → Insert one blank digit Step 7 If the upper digit is a numerical value other than 0 In this case, all numerical values of the following digits are displayed. When the higher order is 0: Numerical value other than 0 → Insert \ and set the numerical value If 0 → Insert one blank digit and set value 0 Will do. It should be noted that "inserting two blank digits and one digit" means that the output edit position is shifted by two digits and one digit toward the lower position.

【0018】(b)は例2のITEM2に対する編集形
式を、データ長が5桁、編集指定が“−−,−−9”の
場合の処理手順に従い説明したもので、 ステップ101 0以外の数値の場合:−を挿入し、当該数値をセットす
る 0の場合:空白1桁を挿入する ステップ102 上位が0以外の数値の場合、以下の桁数の数値は全て表
示され、カンマが挿入される 上位が0である場合: 0以外の数値→−を挿入し、当
該数値をセットしカンマを挿入 0の場合 →空白2桁を挿入する ステップ103 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→−を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入する ステップ104 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→−を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入する ステップ105 上位が0以外の数値の場合、以下の桁数の数値は全て表
示される 上位が0である場合: 0以外の数値→−を挿入し、当
該数値をセットする 0の場合 →空白1桁を挿入し、値0をセットする となる。
(B) is an explanation of the editing format for ITEM2 of Example 2 in accordance with the processing procedure when the data length is 5 digits and the editing designation is "---, -9". Numerical values other than step 1010 In case of: -Insert the relevant numerical value. In case of 0: Insert one blank digit. Step 102 If the higher order is a numerical value other than 0, all numerical values of the following digits are displayed and commas are inserted. If the high-order is 0: Insert a numeric value other than 0 →-, set the numeric value and insert a comma If 0 → insert two blank digits Step 103 If the high-order numeric value is other than 0, the number of digits below All the numerical values of are displayed. If the upper value is 0: Insert a numerical value other than 0 → -and set the numerical value If 0 → Insert a blank digit Step 104 If the upper value is a non-zero value, All figures below are a table If the upper digit is 0: Insert a numeric value other than 0 → -and set the relevant numeric value If 0 → Insert one blank digit Step 105 If the upper digit is a non-zero numeric value, Numerical values are all displayed When the high-order is 0: Numerical value other than 0 → -is inserted and the numerical value is set When 0 → One blank digit is inserted and the value 0 is set.

【0019】[0019]

【発明の効果】以上説明したように本発明は、情報の編
集処理方式に関し、特に浮動編集を処理するフログラム
において、データの桁数に依存しない統一的な編集処理
手段を与えることによって編集漏れとなるデータが発生
するという欠点、および処理が複雑になるという欠点を
除去するという効果がある。
As described above, the present invention relates to an information editing processing system, and in particular, in a program that processes floating editing, by providing a unified editing processing means that does not depend on the number of digits of data, it is possible to eliminate editing errors. This has the effect of eliminating the drawback that data that is generated and the drawback that processing is complicated.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の情報編集方式を適用した電子計算機シ
ステムの一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a computer system to which an information editing system of the present invention is applied.

【図2】図1の解析手段10の処理を例示するフローチ
ャートである。
FIG. 2 is a flowchart illustrating a process of the analysis unit 10 of FIG.

【図3】編集命令構成手段20の処理を例示するフロー
チャートである。
FIG. 3 is a flowchart showing an example of processing of edit command composing means 20.

【図4】編集手段30の処理を例示するフローチャート
である。
FIG. 4 is a flowchart illustrating a process of the editing unit 30.

【図5】出力手段40の処理を例示するフローチャート
である。
FIG. 5 is a flowchart illustrating a process of the output unit 40.

【図6】プログラム60が与える編集定義情報の一例を
示す図である。
FIG. 6 is a diagram showing an example of edit definition information provided by a program 60.

【図7】編集処理の概要を例示する図である。FIG. 7 is a diagram exemplifying an outline of editing processing.

【図8】解析手段10によって生成される編集疑似命令
群情報51の一例を示す図である。
8 is a diagram showing an example of editing pseudo-instruction group information 51 generated by analysis means 10. FIG.

【図9】編集命令構成手段20によって生成される編集
命令情報52の一例を示す図である。
FIG. 9 is a diagram showing an example of edit command information 52 generated by edit command configuration means 20.

【図10】編集手段30によって生成される編集結果情
報53の一例を示す図である。
10 is a diagram showing an example of editing result information 53 generated by the editing means 30. FIG.

【符号の説明】[Explanation of symbols]

10 解析手段 20 編集命令構成手段 30 編集手段 40 出力手段 50 格納領域 51 編集疑似命令群情報 52 編集命令情報 53 編集結果情報 60 プログラム 70 入力データ 80 出力装置 10 analysis means 20 editing instruction composing means 30 editing means 40 output means 50 storage area 51 editing pseudo instruction group information 52 editing instruction information 53 editing result information 60 program 70 input data 80 output device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データを左右に浮動させながら挿入文字
と浮動文字との情報編集を行う電子計算機システムにお
けるデータの編集方式であって、編集処理に係わる情報
が格納される格納領域と、前記編集処理における編集指
示情報を与える適用業務プログラムから該編集指示情報
を読み取り、編集指示がデータを浮動しながら編集する
処理形態が否かを判断し、データを浮動させながら編集
する場合には挿入文字と浮動文字との処理形態をパター
ン化して疑似命令群を生成し前記格納領域に格納する解
析手段と、前記疑似命令群情報を得て、編集を行うべき
編集命令情報を生成する編集命令構成手段と、前記疑似
命令群情報を得て、編集を行うべき編集命令情報を生成
する編集命令構成手段と、前記編集命令情報から得られ
る編集の処理形態から、編集するデータの入力位置を得
て該データを取得し疑似命令群の命令に従い実行し得ら
れた編集結果情報を前記格納領域に格納する編集手段
と、前記格納領域の編集結果情報を適用業務プログラム
が指示する出力装置へ出力する出力手段とを含むことを
特徴するデータ編集方式。
1. A data editing method in an electronic computer system for editing information between an insertion character and a floating character while floating data left and right, the storage area storing information relating to the editing process, and the editing. The editing instruction information is read from the application program which gives the editing instruction information in the processing, and it is judged whether or not the editing instruction is a processing mode in which the data is edited while floating the data. Analysis means for patterning the processing form with floating characters to generate a pseudo instruction group and storing it in the storage area; and editing instruction composing means for obtaining the pseudo instruction group information and generating edit instruction information to be edited. An edit instruction configuration means for obtaining the edit instruction information to be edited by obtaining the pseudo instruction group information, and an edit processing form obtained from the edit instruction information. And applying the editing result information of the storage area to the storage area, which obtains the input position of the data to be edited, acquires the data, and executes the execution result according to the instructions of the pseudo instruction group to store the obtained editing result information in the storage area. A data editing method, comprising: an output means for outputting to an output device instructed by a business program.
JP3385592A 1992-02-21 1992-02-21 Data editing system Withdrawn JPH05233553A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3385592A JPH05233553A (en) 1992-02-21 1992-02-21 Data editing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3385592A JPH05233553A (en) 1992-02-21 1992-02-21 Data editing system

Publications (1)

Publication Number Publication Date
JPH05233553A true JPH05233553A (en) 1993-09-10

Family

ID=12398125

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3385592A Withdrawn JPH05233553A (en) 1992-02-21 1992-02-21 Data editing system

Country Status (1)

Country Link
JP (1) JPH05233553A (en)

Similar Documents

Publication Publication Date Title
JPH0630066B2 (en) Table type language translation method
JP3186117B2 (en) Automatic program generation system using data-centric software components
JPS62177654A (en) Document producer
JPH05233553A (en) Data editing system
JPH04317164A (en) Data edition processing system
JP2613881B2 (en) Automatic creation of shipping documents
JPH04172529A (en) Automatic program generating system by data oriented software parts
JPS58144913A (en) Circuit diagram producing and output device for user program of programmable controller
JP3034527B2 (en) Editor device
JPH05282138A (en) Method for forming document by documenter
JPH01108670A (en) Mathematical formula input and edit system
JP2802142B2 (en) Document input editing device
JPH06325111A (en) Cad device
JPH10207923A (en) Document preparation supporting device in design work
JPH05274134A (en) Production system for screen operation manual
JP2606566B2 (en) Screen creation and display method for demonstration
JPH05150960A (en) Precompiler
JPH04190450A (en) Document processor
JP2006178706A (en) System, method and program for automatically generating data processing program
JPH0437953A (en) Slip preparating device
JPH0388061A (en) Japanese input device
JPH04160433A (en) Information editing system
JPH02103615A (en) Simple input system
JPH0668744B2 (en) NCP load module update processing method
JPH01139262A (en) Character laying-out apparatus

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990518