JPS6238729B2 - - Google Patents

Info

Publication number
JPS6238729B2
JPS6238729B2 JP54021737A JP2173779A JPS6238729B2 JP S6238729 B2 JPS6238729 B2 JP S6238729B2 JP 54021737 A JP54021737 A JP 54021737A JP 2173779 A JP2173779 A JP 2173779A JP S6238729 B2 JPS6238729 B2 JP S6238729B2
Authority
JP
Japan
Prior art keywords
buffer memory
record data
efp
data
control
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.)
Expired
Application number
JP54021737A
Other languages
Japanese (ja)
Other versions
JPS55115137A (en
Inventor
Hiroshi Uehara
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2173779A priority Critical patent/JPS55115137A/en
Publication of JPS55115137A publication Critical patent/JPS55115137A/en
Publication of JPS6238729B2 publication Critical patent/JPS6238729B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Document Processing Apparatus (AREA)

Description

【発明の詳細な説明】 本発明はオフイス・コンピユータ等において伝
票類を作成する際、フイールド(項目)単位のパ
ラメータ制御を実施するフオーマツト制御方式の
改良に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an improvement in a format control method for controlling parameters on a field (item) basis when creating slips on an office computer or the like.

近年、オフイス・コンピユータ等による伝票類
の自動作成が一般化しているが、そのデータエン
トリ機能はエントリとベリフアイに大別される。
エントリはオペレータのキー操作によりレコード
データ(伝票単位のデータ群)を作成する作業で
あり、ベリフアイはエントリされたデータをメモ
リより順次取り出すとゝもに、エントリ時と同一
のデータを入力して比較検査を行う作業である。
従来、このデータエントリ機能を実現する際、各
種の伝票フオーマツトに合わせてオペレータのエ
ントリおよびベリフアイ時のキー操作の負担を軽
減する目的で、EFP(エントリ・フオーマツ
ト・パラメータ)制御方式が一般に使用されてい
る。
In recent years, automatic creation of slips using office computers and the like has become common, but its data entry functions can be broadly divided into entry and verification.
Entry is the process of creating record data (a group of data for each slip) by the operator's key operations, and Verify retrieves the entered data sequentially from memory and inputs the same data as at the time of entry for comparison. This is the work of conducting an inspection.
Conventionally, when implementing this data entry function, the EFP (Entry Format Parameter) control method was generally used to reduce the burden of key operations on the operator during entry and verification in accordance with various document formats. There is.

第1図は従来のEFP制御方式を説明するため
の図で、1は作成されるレコードを格納するレコ
ードデータバツフアメモリ、2はEFPを格納す
るEFPバツフアメモリを示す。EFPバツフアメ
モリ2は最後のエンドコードEの格納領域を除
き、レコードデータバツフアメモリ1と同一の長
さを有しており、作成されるレコードデータの各
語と1対1に対応する独立した制御コード(以下
パラメータと称す)が予め格納されている。この
EFPバツフアメモリ2に格納されているパラメ
ータは、フイールド(項目)を示すフイールド開
始コード、フイールドの継続を示す継続コード、
タブストツプコード等であり、これらのパラメー
タがその先頭から、即ち、EFPバツフアメモリ
2の左から右へ順に取り出され、それによつてキ
ー入力制御その他が実行され、目的の伝票フオー
マツトに合つたレコードが1文字ずつ作成されて
レコードデータバツフアメモリ1に格納される。
EFPバツフアメモリ2の最後にはエンドコード
Eが定義され、これによつて処理の終了が示され
る。
FIG. 1 is a diagram for explaining a conventional EFP control system, where 1 indicates a record data buffer memory for storing records to be created, and 2 indicates an EFP buffer memory for storing EFP. EFP buffer memory 2 has the same length as record data buffer memory 1 except for the storage area for the last end code E, and has independent control that corresponds one-to-one to each word of record data to be created. Codes (hereinafter referred to as parameters) are stored in advance. this
The parameters stored in the EFP buffer memory 2 include a field start code indicating the field (item), a continuation code indicating the continuation of the field,
These parameters are sequentially retrieved from the beginning of the tab stop code, that is, from the left to the right of the EFP buffer memory 2, key input control, etc. are executed, and one record that matches the target slip format is retrieved. Each character is created and stored in the record data buffer memory 1.
An end code E is defined at the end of the EFP buffer memory 2, which indicates the end of the process.

このように、EFPによるデータエントリ制御
方式は、EFPそのものが、作成されるレコード
データとの対応が取りやすいため、フオーマツト
プログラムを簡単に組むことができ、又、制御も
非常に簡単なものとなるという大きな特徴を有し
ている。しかし反面、従来のEFP制御方式で
は、固定データ(キー入力不要とするデータ)を
特定のフイールドに挿入する制御や、項目毎に、
その項目の入力内容をオペレータにガイダンス表
示する制御が困難であり、更にはフイールド間の
演算を行つた結果を別のフイールドに挿入する制
御が困難である等の欠点があつた。このため、
EFP制御方式を採用せず、他のプログラム制御
方式を採用する場合もあるが、その場合には、逆
にプログラムを簡単に組むことができないとか、
制御が複雑になるという欠点があつた。
In this way, the data entry control method using EFP allows the EFP itself to easily correspond to the record data that is created, so format programs can be easily set up, and control is also very simple. It has the great feature of being However, on the other hand, with conventional EFP control methods, there is control for inserting fixed data (data that does not require key input) into specific fields, and for each item.
It is difficult to control the display of guidance to the operator about the input contents of the item, and furthermore, it is difficult to control the insertion of the results of calculations between fields into another field. For this reason,
There are cases where the EFP control method is not adopted and another program control method is used, but in that case, it may be difficult to assemble the program easily, or
The drawback was that the control was complicated.

本発明は上述の欠点を除去するためになされた
もので、EFPのパラメータの1種として特殊コ
ードを定義して、その特殊コードにはさまれた
EFPバツフアメモリ内のコードをレコードデー
タバツフアメモリに直接転送する機能を追加し、
もつて特定のフイールドに対する固定データの挿
入やガイダンス表示を可能にしたフオーマツト制
御方式を提供することにある。
The present invention was made to eliminate the above-mentioned drawbacks, and it defines a special code as a type of EFP parameter, and
Added a function to directly transfer the code in the EFP buffer memory to the record data buffer memory.
The object of the present invention is to provide a format control method that makes it possible to insert fixed data into a specific field and display guidance.

第2図は本発明の一実施例として、オペレータ
に対するガイダンス表示を実現するためのレコー
ドデータバツフアメモリおよびEFPバツフアメ
モリのデータ構成を示したものである。第2図に
おいて、1はレコードデータバツフアメモリ、2
はEFPバツフアメモリである。今、データバツ
フアメモリ1のレコードは、ガイダンス表示「タ
ンカ」のフイールドF1、単価入力フイールド
F2、ガイダンス表示「スウリヨウ」のフイール
ドF3、数量入力フイールドF4より成るとする。
このレコードフオーマツトに合わせて、EFPバ
ツフアメモリ2のデータ構成は各々文字単位に対
応が取れるように、 「タンカ」N−−「スウリヨウ」N−−とする
が、“「”および“」”で囲まれたデータは、“「”
および“」”を含めてレコードデータバツフアメ
モリ1にそのまゝ転送すると定義する。“N−
−”は従来の開始コードおよび継続コードで、キ
ー入力データ“1”、“2”等がこれらのコードに
より制御されてレコードデータバツフアメモリ1
へ入力される。即ち、第2図において、バツフア
メモリ1と2の間に実線矢印で示す部分はEFP
バツフアメモリ2からレコードデータバツフアメ
モリ1へ直接デユープ(複写)され、点線矢印で
示す部分がEFPの制御によりキーボードから入
力されるデータを示す。
FIG. 2 shows, as an embodiment of the present invention, the data structure of a record data buffer memory and an EFP buffer memory for realizing a guidance display for an operator. In FIG. 2, 1 is a record data buffer memory;
is the EFP buffer memory. Now, the record in data buffer memory 1 is field F 1 of guidance display "Tanka", unit price input field
It is assumed that it consists of F 2 , a field F 3 for the guidance display "SURIOUS", and a quantity input field F 4 .
In accordance with this record format, the data structure of the EFP buffer memory 2 is set as ``Tanka'' N-- ``Suuriyou'' N-- so that each character can correspond to each other, but the data is enclosed in "" and "". The data entered is “””
It is defined that the data is transferred to the record data buffer memory 1 as is, including the characters "N-" and "N-".
-” is the conventional start code and continuation code, and key input data “1”, “2” etc. are controlled by these codes and the record data buffer memory 1
is input to. That is, in FIG. 2, the part indicated by the solid arrow between buffer memories 1 and 2 is the EFP.
The data is directly duplicated (copied) from the buffer memory 2 to the record data buffer memory 1, and the portion indicated by the dotted arrow indicates data input from the keyboard under the control of the EFP.

このように、予めガイダンス表示データを
EFPバツフアメモリ内の対応する位置に「 」
で囲んでプログラムしておくことにより、オペレ
ータの伝票入力時には、自動的にガイダンス表示
用としてEFPバツフアメモリからレコードデー
タバツフアメモリに出され、キー入力データに対
応するガイダンス表示を実現できる。こゝで、ガ
イダンス表示用として“「”および“」”もレコー
ドにデユープする理由は、入力済レコードの処理
をする時、ガイダンス表示部とキー入力データ部
を区別する必要が生じる場合があるからである。
In this way, guidance display data can be prepared in advance.
"" in the corresponding position in the EFP buffer memory.
By enclosing and programming the data, when an operator inputs a slip, it is automatically sent from the EFP buffer memory to the record data buffer memory for guidance display, thereby realizing a guidance display corresponding to the key input data. The reason why "" and "" are also duplicated in the record for guidance display is because when processing input records, it may be necessary to distinguish between the guidance display section and the key input data section. It is.

第3図は本発明の他の実施例として、レコード
の特定のフイールドに固定データを挿入する場合
のレコードデータバツフアメモリおよびEFPバ
ツフアメモリのデータ構成を示したものである。
第3図において、レコードデータバツフアメモリ
1とEFPバツフアメモリ2の関係は第2図と全
く同一であるが、第3図の例ではEFPバツフア
メモリ2からレコードデータバツフアメモリ1へ
デユープする固定データ“ABC”および“アイ
ウエオ”を指定するコードとして“(“および
“)”を使用している点が相異する。即ち、EFP
バツフアメモリ2のカツコで囲まれたレコードは
レコードデータバツフアメモリ1へデユープし、
カツコそれ自体のコードはデユープしないように
定義しておけば、EFP内の固定データをレコー
ドへデユープすることができる。
FIG. 3 shows the data structure of the record data buffer memory and the EFP buffer memory when fixed data is inserted into a specific field of a record as another embodiment of the present invention.
In FIG. 3, the relationship between the record data buffer memory 1 and the EFP buffer memory 2 is exactly the same as in FIG. 2, but in the example of FIG. The difference is that "(" and ")" are used as codes to specify "ABC" and "iueo". That is, EFP
The records surrounded by brackets in buffer memory 2 are duplicated to record data buffer memory 1,
If you define the code of Katsuko itself so that it does not duplicate, you can duplicate the fixed data in the EFP to the record.

第4図に本発明の具体的なハード構成のブロツ
ク図を示す。第4図において、EFPポインタ1
1はEFPバツフアメモリ12内の読出アドレス
を指定するためのもので、1つのコードが読み出
される毎にポインタ11の値は歩進される。該ポ
インタ11で示されるEFPバツフアメモリ12
内のアドレス位置から読み出されたコードはコー
ド判別部13に入力され、チエツクされる。該コ
ード判別部13で判別されたコードが特定コー
ド、例えば第2図の“「”や“」”第3図の“(”
や“)”、あるいは「 」や( )で囲まれる範囲
内のコードでない場合は、キーボード14から入
力されるキーデータの制御信号としてキーデータ
変換部15へ与えられ、これによりキーデータ変
換部15ではキーデータのシフト制御又はチエツ
ク等を実行し、キーデータをレコードデータバツ
フアメモリ17へ格納する。
FIG. 4 shows a block diagram of a specific hardware configuration of the present invention. In Figure 4, EFP pointer 1
1 is for specifying a read address in the EFP buffer memory 12, and the value of the pointer 11 is incremented each time one code is read. EFP buffer memory 12 indicated by the pointer 11
The code read from the address position within is input to the code discriminator 13 and checked. The code discriminated by the code discrimination unit 13 is a specific code, for example, "" or "" in FIG. 2 or "(" in FIG. 3).
If the code is not within the range surrounded by ``,'', or ``'' or (), it is given to the key data converter 15 as a control signal for the key data input from the keyboard 14, and thereby the key data converter 15 Then, shift control or check of the key data is executed, and the key data is stored in the record data buffer memory 17.

第2図で説明した“「”が検出された場合は、
コード判別部13では、続いて読み出されるコー
ドがキー入力データに対する制御コードではな
く、レコードデータバツフアメモリ17へ直接デ
ユープされるべきデータであると認識し、コード
“「”が検出されたことを記憶した後、この“「”
とゝもに以後EFPバツフアメモリ12から読み
出されるコードを直接レコードデータバツフアメ
モリ17へ転送する。そして、このコード転送実
行中に“」”を検出した場合は、コード判別部1
3ではデユープの終りを認識し、コード“」”を
レコードデータバツフアメモリ17へ転送して、
EFPバツフアメモリ12のコードのレコードデ
ータバツフアメモリ17への直接転送を終了す
る。第3図で説明した“(”や“)”が検出された
場合も、これらのコードのレコードデータバツフ
アメモリ17への転送が禁止されるのを除き、
“「”や“」”が検出された場合と同じである。
If “” explained in Figure 2 is detected,
The code determination unit 13 recognizes that the subsequently read code is not a control code for key input data, but data that should be directly duplicated to the record data buffer memory 17, and recognizes that the code "" has been detected. After memorizing, this “”
At the same time, the code read from the EFP buffer memory 12 thereafter is directly transferred to the record data buffer memory 17. If "" is detected during execution of this code transfer, the code discriminator 1
In step 3, the end of duplication is recognized and the code "" is transferred to the record data buffer memory 17.
The direct transfer of the code from the EFP buffer memory 12 to the record data buffer memory 17 is completed. Even if "(" or ")" explained in FIG. 3 is detected, the transfer of these codes to the record data buffer memory 17 is prohibited.
This is the same as when "" or """ is detected.

レコードポインタ16はキーボード14または
EFPバツフアメモリ12からレコードデータバ
ツフアメモリ17に入力されるデータの書込アド
レスを指定するもので、これはEFPポインタ1
1と同時にコード判別部13あるいはキーデータ
変換部15により制御され、レコードデータバツ
フアメモリ17に1文字力される毎に歩進され
る。たゞし、コード判別部13において第3図の
“(”や“)”が検出された場合は、レコードポイ
ンタ16の歩進を止め、EFPポインタ11のみ
歩進するようにすればよい。デイスプレイ18は
レコードデータバツフアメモリ17の内容を表示
するためのものであり、オペレータは該デイスプ
レイ18の表示を見ながらキーボード14よりキ
ー入力を行うのである。
The record pointer 16 is the keyboard 14 or
It specifies the write address of data input from the EFP buffer memory 12 to the record data buffer memory 17, and this is the EFP pointer 1.
1, it is controlled by the code discrimination section 13 or the key data conversion section 15, and is incremented every time one character is input to the record data buffer memory 17. However, if the code discriminator 13 detects "(" or ")" in FIG. 3, the record pointer 16 may stop advancing and only the EFP pointer 11 may advance. The display 18 is for displaying the contents of the record data buffer memory 17, and the operator inputs keys from the keyboard 14 while looking at the display 18.

以上説明した如く、本発明によれば、「 」ま
たは( )等の特殊なコードを定義し、各々のコ
ードで囲まれるEFPバツフアメモリ内のデータ
をレコードデータバツフア内にデユープする機能
を追加するだけで、従来のEFP制御方式では困
難とされたガイダンス表示、固定データ挿入等が
簡単に実現でき、オペレータに対する操作性を格
段に向上させることができる。
As explained above, according to the present invention, it is only necessary to define special codes such as "" or ( ) and add the function of duplicating the data in the EFP buffer memory surrounded by each code into the record data buffer. This makes it easy to display guidance, insert fixed data, etc., which were difficult with conventional EFP control methods, and greatly improve operability for operators.

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

第1図は従来のEFP制御方式におけるレコー
ドとEFPの対応を示す図、第2図および第3図
は本発明を適用した場合のレコードとEFPの対
応例を示す図、第4図は本発明の一実施例のブロ
ツク図である。 1……レコードデータバツフアメモリ、2……
EFPバツフアメモリ、11……EFPポインタ、
12……EFPバツフアメモリ、13……コード
判別部、14……キーボード、15……キーデー
タ変換部、16……レコードポインタ、17……
レコードデータバツフアメモリ、18……デイス
プレイ。
Figure 1 is a diagram showing the correspondence between records and EFP in the conventional EFP control system, Figures 2 and 3 are diagrams showing examples of the correspondence between records and EFP when the present invention is applied, and Figure 4 is the diagram according to the present invention. FIG. 2 is a block diagram of one embodiment of the invention. 1... Record data buffer memory, 2...
EFP buffer memory, 11...EFP pointer,
12...EFP buffer memory, 13...Code discrimination section, 14...Keyboard, 15...Key data conversion section, 16...Record pointer, 17...
Record data buffer memory, 18...display.

Claims (1)

【特許請求の範囲】[Claims] 1 レコードデータを格納するレコードデータバ
ツフアメモリと、該レコードデータバツフアメモ
リのレコードデータと文字単位に対応がとれる制
御パラメータ(制御コード)を格納した制御パラ
メータバツフアメモリを具備し、該制御パラメー
タバツフアメモリより制御パラメータを順次読み
出し、その制御パラメータによりキー入力制御そ
の他を実行して所望フオーマツトのレコードデー
タを1文字ずつ作成し、前記レコードデータバツ
フアメモリへ格納するフオーマツト制御方式にお
いて、前記制御パラメータの1つに特殊コードを
割当て、前記制御パラメータバツフアメモリより
ある特殊コードが読み出されたら次に特殊コード
が読み出されるまで、その間に制御パラメータバ
ツフアメモリより読み出される内容を制御パラメ
ータとして扱わずに単なるデータとして前記レコ
ードデータバツフアメモリへ転送することを特徴
とするフオーマツト制御方式。
1 Equipped with a record data buffer memory for storing record data, and a control parameter buffer memory for storing control parameters (control codes) that can correspond character by character to the record data in the record data buffer memory; In a format control method in which control parameters are sequentially read out from a buffer memory, record data in a desired format is created character by character by executing key input control and other operations based on the control parameters, and the record data is stored in the record data buffer memory. A special code is assigned to one of the parameters, and when a certain special code is read from the control parameter buffer memory, the contents read from the control parameter buffer memory during that time are handled as a control parameter until the next special code is read. A format control method characterized in that the record data is transferred to the record data buffer memory as mere data.
JP2173779A 1979-02-26 1979-02-26 Format control system Granted JPS55115137A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2173779A JPS55115137A (en) 1979-02-26 1979-02-26 Format control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2173779A JPS55115137A (en) 1979-02-26 1979-02-26 Format control system

Publications (2)

Publication Number Publication Date
JPS55115137A JPS55115137A (en) 1980-09-04
JPS6238729B2 true JPS6238729B2 (en) 1987-08-19

Family

ID=12063381

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2173779A Granted JPS55115137A (en) 1979-02-26 1979-02-26 Format control system

Country Status (1)

Country Link
JP (1) JPS55115137A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2130837B (en) * 1982-10-01 1987-04-23 Canon Kk Facsimile processing control
JPS59223840A (en) * 1983-05-04 1984-12-15 Fujitsu Ltd Printer
JPS62134715A (en) * 1985-12-09 1987-06-17 Hitachi Ltd Data input control system

Also Published As

Publication number Publication date
JPS55115137A (en) 1980-09-04

Similar Documents

Publication Publication Date Title
US6658645B1 (en) Method for automatically generating corrected program inherited program, automatic program generation apparatus, and storage medium storing program for automatically generating corrected program inherited program
US5740408A (en) Method for automated software application testing
US4999770A (en) Command controlled multi-storage space protection key pretesting system permitting access regardless of test result if selected key is predetermined value
JPH02148235A (en) Data drawback system
US5379407A (en) Error handling in a state-free system
JPS6238729B2 (en)
JPS5998362A (en) Discriminating device of memory cassette
JP2620545B2 (en) Editing device driven by table
JP2507676B2 (en) Index I / O statement execution processing method
JPS5913775B2 (en) Format control method of character processing device
JP2518157B2 (en) Method and device for generating revision history of program
JP2767817B2 (en) Simulated operation method of sequencer contacts
JPS588010B2 (en) Program creation device
JPS6210831Y2 (en)
JPH0816382A (en) Erroneously corrected line retrieving device
JP2544822B2 (en) Information processing method and information processing apparatus
JPH04130949A (en) Simple method for starting system
JPH05242080A (en) Character processor
JPS6017114B2 (en) Display device screen recovery method
JPH03147130A (en) Operating system correcting system
JPH02250166A (en) Information processor
JPS6113366A (en) Control system of document printing
JPS62116099A (en) Electronic key telephone system
JPH01258116A (en) System for setting determined value of command parameter
JPH0644123A (en) File editing range designation system