JPS6210768A - Designating system for data format of output information - Google Patents

Designating system for data format of output information

Info

Publication number
JPS6210768A
JPS6210768A JP60150381A JP15038185A JPS6210768A JP S6210768 A JPS6210768 A JP S6210768A JP 60150381 A JP60150381 A JP 60150381A JP 15038185 A JP15038185 A JP 15038185A JP S6210768 A JPS6210768 A JP S6210768A
Authority
JP
Japan
Prior art keywords
sentence
type
data
program
data format
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
JP60150381A
Other languages
Japanese (ja)
Inventor
Noboru Matsuo
松尾 昇
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 JP60150381A priority Critical patent/JPS6210768A/en
Publication of JPS6210768A publication Critical patent/JPS6210768A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To standardize and convert into parts a software by decomposing and defining a data format as a type of a sentence, directly editing a fixed part of the editing data by the type of the sentence and editing by a variable program. CONSTITUTION:An application program 1 sets a code of a bit of information displayed on a CRT5 in a table, activates a CRT editing program 2, converts to the JIS data from the code set by the application program 1 and the display control data is extracted from a sentence type table and added. A CRT communication program 3 converts the display control data into a code sequence proper to the device. In a sentence type entry table, the existence of the type of the sentence is registered in a sequence of the number of the type of the sentence and from the number of the type of the sentence, the sentence type table can be immediately referred. The sentence type table is an aggregate of the display control data to the display information. In order to divide a display screen into the sentence types, the division may be performed for a line or a column unit or a combination of other optional display information. Thereby, the data format processing can be unitedly performed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、帳表および画面に様々なデータフォーマット
で出力するシステムにおけるデータフォーマットの指定
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data format designation method in a system that outputs data in various formats to a ledger or screen.

〔従来の技術〕[Conventional technology]

従来、データフォーマ・ント指定方式においては、出力
する個々のプログラムがデータフォーマット形式を取扱
い、データを編集・加工していており、また、その処理
の仕方も定数として固定的にプログラム内に確保するな
ど、取扱い方が不統一であることが多かった。
Conventionally, in the data format specification method, each output program handles the data format and edits and processes the data, and the method of processing is also fixed as a constant in the program. There were many cases where the methods of handling were inconsistent.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の処理方式では、 (1)データフォーマットの変更に対して、個々のプロ
グラムの修正が必要となる、 (2)同種の他の装置に置換えて、インターフェースが
異なった場合、デーフォーマットも変更する必要がある
、 (3)データフォーマットを一元管理していないため、
同一フォーマット形式の場合でもデータの共有化ができ
ない、 (4)論理的なプログラム処理機能の切分けが不統一で
あり、ソフトウェアの標準化、部品化を推進することが
できない、 などの問題があった。
In the conventional processing method described above, (1) changes in data format require modification of individual programs; (2) when replacing with another device of the same type with a different interface, the data format may also change. (3) Because data formats are not centrally managed,
There were problems such as the inability to share data even if the format was the same, and (4) the logical separation of program processing functions was inconsistent, making it impossible to promote software standardization and componentization. .

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、前述の問題点を解決するために、(1)デー
タフォーマットを文型として分解して定義する、 (2)編集データを固定的な部分と可変的な部分に分け
、固定的な部分は文型によって直接編集し、可変的な部
分はプログラムで編集する、(3)プログラムにおいて
、装置固有のデータフォーマットを処理するプログラム
と論理的なデータフォーマットを処理するプログラムに
分割する、といった処理方式によって行うことを特徴と
している。
In order to solve the above-mentioned problems, the present invention (1) decomposes and defines the data format as sentence patterns; (2) divides the editing data into a fixed part and a variable part; (3) The program is divided into a program that processes device-specific data formats and a program that processes logical data formats. It is characterized by doing.

〔実施例〕〔Example〕

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

第1図は本発明の一実施例でCRTデータフォーマット
編集のプログラム処理を示す説明図である。アプリケー
ションプログラム1はORT 5に表示する情報のコー
ドをテーブルにセットし、CR7編集プログラム2を起
動する。  CRTfi集プログラム2は、アプリケー
ションプログラム1がセットしたコードから JISデ
ータに変換し1表示制御データ(表示色、表示座標、ブ
リンク制御、罫線表示など)を文型テーブルから抽出し
、付加する。CR7通信プログラム3は、表示制御デー
タを装置固有のコードシーケンスに変換する。
FIG. 1 is an explanatory diagram showing program processing for CRT data format editing in one embodiment of the present invention. The application program 1 sets the code of information to be displayed on the ORT 5 in a table, and starts the CR7 editing program 2. The CRTfi collection program 2 converts the code set by the application program 1 into JIS data, extracts 1 display control data (display color, display coordinates, blink control, ruled line display, etc.) from the sentence pattern table, and adds it. The CR7 communication program 3 converts display control data into device-specific code sequences.

第2図は第1図のデータフォーマット編集をするために
必要なテーブルの関連図である。
FIG. 2 is a related diagram of tables necessary for editing the data format of FIG. 1.

画面エントリテーブルは、表示画面番号に対応する画面
文型テーブルの所在を示すテーブルである0画面文型テ
ーブルは当該画面がどのような文型の集合で構成されて
いるかを示している0文型エントリテーブルは文型番号
順に文型の所在が登録されおり、文型番号から直ちに文
型テーブルを参照できる0文型テーブルは表示情報に対
する表示制御データの集合である0画面を文型に分割す
るには、画面上における行または列単位としてもよく、
その他の任意の表示情報の組合せでもよい0編集データ
コード種別テーブルは表示情報をコード種別に分類した
もので、編集データコード順に編集データコード属性テ
ーブルの所在が登録されている0編集データコード属性
テーブルは、編集データ(実際にCRTに表示できるJ
ISコードで記述されているデータ)の登録数、表示す
イズ、半角/全角、数値/文字データなどの属性および
編集データの所在が登録されている0編集データコード
テーブルはCRTに表示される情報の集合であり、編集
データコード種別毎に衣類に分類してされている。
The screen entry table is a table that shows the location of the screen sentence pattern table that corresponds to the display screen number.The 0 screen sentence pattern table shows what kind of sentence patterns the screen is made up of.The 0 sentence pattern entry table is a table that shows the location of the screen sentence pattern table that corresponds to the display screen number. The location of sentence patterns is registered in numerical order, and you can immediately refer to the sentence pattern table from the sentence pattern number.0 The sentence pattern table is a collection of display control data for display information.0 To divide the screen into sentence patterns, divide the screen by row or column. It is also good as
The 0 edit data code type table, which may be a combination of any other display information, is a table that classifies display information into code types, and is a 0 edit data code attribute table in which the locations of the edit data code attribute tables are registered in the order of the edit data codes. is the edited data (J that can actually be displayed on the CRT)
The 0 edit data code table is the information displayed on the CRT, in which the number of registrations (data written in IS code), attributes such as display size, half-width/full-width, numeric/character data, and location of edited data are registered. It is a collection of clothing items classified into clothing according to the editing data code type.

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

以上説明したように本発明は、データフォーマットをテ
ーブルやファイルに文型としてコード化して定義してお
き、情報の出力の際その文型の定義に基づいて帳表また
は画面のデータフォーマットを編集することにより、 (1)データフォーマット処理を統一的に処理できる、 (2)装置固有の処理を局所化することができ装置から
の独立の一層可能になる。
As explained above, the present invention defines a data format by encoding it as a sentence pattern in a table or file, and when outputting information, edits the data format of a ledger or screen based on the definition of the sentence pattern. (1) Data format processing can be processed in a unified manner. (2) Device-specific processing can be localized, making it possible to become even more independent from the device.

(3)データブオーマットを修正する際、論理的な切分
けが明確となっており、プログラムを修正しなくても編
集・加工データの修正だけで済むなどの効果がある。
(3) When modifying the data format, the logical separation is clear, and there is an effect that it is only necessary to modify the edited/processed data without modifying the program.

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

第1図は本発明によってCRTデータフォーマットが各
プログラムにより編集されていく過程を示す図、第2図
は第1図のように編集するのに必要なテーブルの関連を
示す図である。 l:アプリケーションプログラム。 2:CR7編集プログラム、 3:CR7通信プログラム、 4:回線プロントコルハンドラ。 5 : CRT、
FIG. 1 is a diagram showing the process in which a CRT data format is edited by each program according to the present invention, and FIG. 2 is a diagram showing the relationships among tables necessary for editing as shown in FIG. l: Application program. 2: CR7 editing program, 3: CR7 communication program, 4: Line protocol handler. 5: CRT,

Claims (1)

【特許請求の範囲】[Claims] コンピュータとプリンタやCRT装置などの印字、表示
を行うシステムにおいて、帳表または画面上のデータフ
ォーマットをテーブルやファイルに文型としてコード化
して定義しておき、情報の出力の際にその文型の定義に
もとづいて帳表または画面のデータフォーマットを編集
する出力情報のデータフォーマット指定方式。
In printing and display systems such as computers, printers, and CRT devices, the data format on a ledger or screen is encoded and defined as a sentence pattern in a table or file, and the sentence pattern definition is used when outputting information. A data format specification method for output information that edits the data format of the ledger or screen.
JP60150381A 1985-07-08 1985-07-08 Designating system for data format of output information Pending JPS6210768A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60150381A JPS6210768A (en) 1985-07-08 1985-07-08 Designating system for data format of output information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60150381A JPS6210768A (en) 1985-07-08 1985-07-08 Designating system for data format of output information

Publications (1)

Publication Number Publication Date
JPS6210768A true JPS6210768A (en) 1987-01-19

Family

ID=15495753

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60150381A Pending JPS6210768A (en) 1985-07-08 1985-07-08 Designating system for data format of output information

Country Status (1)

Country Link
JP (1) JPS6210768A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6415863A (en) * 1987-07-10 1989-01-19 Nec Corp Automatic production system for commercial document

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6415863A (en) * 1987-07-10 1989-01-19 Nec Corp Automatic production system for commercial document

Similar Documents

Publication Publication Date Title
JPS6210768A (en) Designating system for data format of output information
JPH08329004A (en) Method for improving terminal operability of application program use
JPH02158827A (en) Generating processing system for data stream for print-output
JP3014751U (en) Cad device
JPH0667955A (en) Data file editing system
JP2002073386A (en) Data schema generation method and its system
JPS6394324A (en) Field input processing system
JPH04167123A (en) Mixed data processing system
Hong et al. Integrated software development environment based on CCITT/SDL for telecommunication systems
JPS63223786A (en) Color display processing for terminal
JPH0451193A (en) Method and device for processing outline font data
JPH0235496A (en) Information display system
JPS6033625A (en) Conversational information retrieving device
JPS6225329A (en) Generation control system for control program
JP2001101165A (en) Document editor
JPH0348359A (en) Display system for plural languages on computer systems terminal
JPH04299437A (en) On-line program processing system
JPH03227285A (en) Forms output editor
JPH03147017A (en) Image processor
JPH0342787A (en) Graph decentralized processing system
JPH0210430A (en) Online program generating system
JPH02310614A (en) Automatic number extracting system for input item number
JPH04199264A (en) Text editor
JPH0272425A (en) Production process system for maintenance tolane data with use of external parameter
JPH038062A (en) Document converting device