JPH06342447A - On-line distribution processing system - Google Patents

On-line distribution processing system

Info

Publication number
JPH06342447A
JPH06342447A JP5152845A JP15284593A JPH06342447A JP H06342447 A JPH06342447 A JP H06342447A JP 5152845 A JP5152845 A JP 5152845A JP 15284593 A JP15284593 A JP 15284593A JP H06342447 A JPH06342447 A JP H06342447A
Authority
JP
Japan
Prior art keywords
terminal
control code
code
form data
name
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
JP5152845A
Other languages
Japanese (ja)
Inventor
Fumihide Hanada
文秀 花田
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 JP5152845A priority Critical patent/JPH06342447A/en
Publication of JPH06342447A publication Critical patent/JPH06342447A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To distribute slip data to terminals without any slip data file by terminals by defining control code conversion processing and slip data transmission processing as one set of on-line processing. CONSTITUTION:A distribution designation information input part 51 inputs distribution designation information from a terminal 20 and stores it in a distribution designation information storage area 55, a slip data input part 52 inputs the slip data of the slip name of the distribution designation information from a slip data file 10 and stores them in a slip data storage area 56, a control code conversion part 53 stores a control code corresponding to the terminal equipment type name of the distribution designation information from a control code file 30 by terminal equipment types to a control code storage area 57 by terminal equipment types, converts the control code added to the slip data on the area 56 and decided by a host computer 50 to a control code on the area 57 and stores the slip data, which control code is converted, in a converted slip data storage area 58 and a slip data transmission part 54 transmits the slip data on the area 58 to a terminal 40 with the terminal name of the distribution designation information.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はオンライン配信処理シス
テムに関し、特に端末に帳票データを配信するオンライ
ン配信処理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an online distribution processing system, and more particularly to an online distribution processing system for distributing form data to terminals.

【0002】[0002]

【従来の技術】従来、この種の配信処理システムでは、
帳票データを配信する端末ごとに帳票データファイル
(端末別帳票データファイルという)を設定し、バッチ
処理にて帳票データに付加されているホストコンピュー
タで決められた制御コード(改頁コード,改行コード
等)を帳票データを配信すべき端末の端末機種に合う制
御コード(改頁コード,改行コード等)に変換し、制御
コードが変換された帳票データを端末別帳票データファ
イルに格納した後にオンライン処理にて端末に送信して
いた(例えば、特開昭63−150756号公報,特開
平2−43672号公報等参照)。
2. Description of the Related Art Conventionally, in this type of distribution processing system,
Set a form data file (called form data file for each terminal) for each terminal that distributes form data, and add control code (page feed code, line feed code, etc.) determined by the host computer that is added to the form data in batch processing. ) Is converted into a control code (page break code, line feed code, etc.) that matches the terminal model of the terminal to which the form data is to be distributed, and the form data with the converted control code is stored in the form data file for each terminal before online processing. To the terminal (see, for example, JP-A-63-150756 and JP-A-2-43672).

【0003】[0003]

【発明が解決しようとする課題】上述した従来の配信処
理システムでは、帳票データに付加されているホストコ
ンピュータで決められた制御コードを帳票データを配信
すべき端末の端末機種に合う制御コードに変換する処理
をバッチ処理で行っていたので、制御コードが変換され
た帳票データを格納する端末別帳票データファイルを端
末ごとに作成する必要があるとともに、帳票データを端
末に配信する際に端末別帳票データファイルを端末ごと
に指定する必要があり、コンピュータ資源が有効に活用
できないとともに、帳票データの配信処理に要する作業
が複雑であるという問題点があった。
In the above-mentioned conventional distribution processing system, the control code determined by the host computer added to the form data is converted into a control code suitable for the terminal model of the terminal to which the form data is to be distributed. Since the processing to perform is performed in batch processing, it is necessary to create a terminal-specific form data file that stores the form data in which the control code has been converted, and when distributing form data to the terminal, There is a problem in that it is necessary to specify a data file for each terminal, computer resources cannot be effectively used, and the work required for the form data distribution process is complicated.

【0004】本発明の目的は、上述の点に鑑み、制御コ
ードの変換処理と帳票データの送信処理とを1つのオン
ライン処理とし、端末別帳票データファイルを使用しな
いで端末に帳票データを配信できるようにしたオンライ
ン配信処理システムを提供することにある。
In view of the above points, an object of the present invention is to make the control code conversion process and the form data transmission process one online process, and to deliver the form data to the terminals without using the form data file for each terminal. It is to provide the online distribution processing system.

【0005】[0005]

【課題を解決するための手段】本発明のオンライン配信
処理システムは、端末に帳票データを配信する配信処理
システムにおいて、端末機種別に複数組の制御コードを
格納する端末機種別制御コードファイルと、配信先の端
末機種名および端末名ならびに配信する帳票名からなる
配信指定情報を入力する配信指定情報入力部と、前記配
信指定情報の帳票名の帳票データを入力する帳票データ
入力部と、前記配信指定情報の端末機種名に対応する制
御コードを前記端末機種別制御コードファイルから読み
込み前記帳票データ入力部により入力された帳票データ
に付加されているホストコンピュータで決められた制御
コードを読み込んだ制御コードに変換する制御コード変
換部と、この制御コード変換部により制御コードが変換
された帳票データを前記配信指定情報の端末名の端末に
送信する帳票データ送信部とを有する。
An online distribution processing system of the present invention is a distribution processing system for distributing form data to a terminal, and a distribution code for storing a plurality of sets of control codes for each terminal model, and distribution. A distribution specification information input section for inputting distribution specification information consisting of the terminal model name and terminal name and a form name to be distributed, a form data input section for inputting form data of the form name of the distribution specification information, and the distribution specification The control code corresponding to the terminal model name of the information is read from the control code file for each terminal model, and the control code determined by the host computer added to the form data input by the form data input unit is read as the control code. The control code conversion unit to be converted and the form data in which the control code is converted by this control code conversion unit And a form data transmitting unit that transmits to the terminal of the terminal name of the distribution specification information.

【0006】[0006]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
The present invention will be described in detail with reference to the drawings.

【0007】図1は、本発明の一実施例に係るオンライ
ン配信処理システムの構成を示すブロック図である。本
実施例のオンライン配信処理システムは、帳票データフ
ァイル10と、配信指定情報を入力する端末20と、端
末機種別制御コードファイル30と、帳票データの配信
先の端末40と、ホストコンピュータ50とから、その
主要部が構成されている。
FIG. 1 is a block diagram showing the configuration of an online distribution processing system according to an embodiment of the present invention. The online distribution processing system of this embodiment includes a form data file 10, a terminal 20 for inputting distribution designation information, a terminal type control code file 30, a form data distribution destination terminal 40, and a host computer 50. , Its main part is composed.

【0008】ホストコンピュータ50は、配信指定情報
入力部51と、帳票データ入力部52と、制御コード変
換部53と、帳票データ送信部54と、配信指定情報格
納領域55と、帳票データ格納領域56と、端末機種別
制御コード格納領域57と、変換後帳票データ格納領域
58とを含んで構成されている。
The host computer 50 has a distribution designation information input section 51, a form data input section 52, a control code conversion section 53, a form data transmission section 54, a distribution designation information storage area 55, and a form data storage area 56. And a terminal-specific control code storage area 57 and a converted form data storage area 58.

【0009】配信指定情報入力部51は、端末20から
配信先の端末40の端末機種名および端末名ならびに配
信する帳票名を入力する。
The distribution designation information input unit 51 inputs the terminal model name and terminal name of the distribution destination terminal 40 and the form name to be distributed from the terminal 20.

【0010】帳票データ入力部52は、業務処理で作成
された帳票データを格納した帳票データファイル10か
ら帳票データを入力する。
The form data input unit 52 inputs the form data from the form data file 10 in which the form data created by the business process is stored.

【0011】制御コード変換部53は、帳票データに付
加されているホストコンピュータ50で決められた制御
コード(改頁コード,改行コード等)から端末機種別の
制御コード(以下、端末機種別制御コードという)に変
換するための端末機種別制御レコードを端末機種別制御
コードファイル30から読み込み、帳票データの制御コ
ードを端末機種別制御コードに変換する。
The control code conversion unit 53 converts the control code (page break code, line feed code, etc.) determined by the host computer 50, which is added to the form data, to the control code for each terminal type (hereinafter, control code for each terminal type). The control code of the terminal data is read from the terminal-specific control code file 30 and the control code of the form data is converted into the terminal-specific control code.

【0012】帳票データ送信部54は、制御コードが変
換された帳票データを配信先の端末40に送信する。
The form data transmission unit 54 transmits the form data, whose control code has been converted, to the destination terminal 40.

【0013】図2は、帳票データファイル10のファイ
ル構成を示す図である。1つの帳票データは、複数の帳
票データレコード11,12,…,1nからなる。
FIG. 2 is a diagram showing the file structure of the form data file 10. One form data consists of a plurality of form data records 11, 12, ..., 1n.

【0014】図3は、帳票データレコード11,12,
…,1nのフォーマットを示す図である。帳票データレ
コード11,12,…,1nは、レコード長110と、
帳票名120と、制御コード130と、カラム140
と、データ長150と、データ160とからなる。レコ
ード長110は、1レコードの長さを表す項目である。
帳票名120は、帳票の名前であり、帳票データファイ
ル10のキーとなる項目である。制御コード130は、
改頁コード131,改行コード132,文字タイプ13
3および文字編集コード134からなる。改頁コード1
31は、改頁の有無を表す項目である。改行コード13
2は、改行の有無を表す項目である。文字タイプ133
は、日本語およびANK(アルファベットカナ)を表す
項目である。文字編集コード134は、半角,倍角また
は4倍角を表す項目である。カラム140は、実際に印
字するカラムを表す項目である。データ長150は、実
際に印字するデータの長さを表す項目である。データ1
60は、実際に印字するデータを表す項目である。
FIG. 3 shows the form data records 11, 12,
It is a figure which shows the format of 1n. The form data records 11, 12, ..., 1n have a record length 110,
Form name 120, control code 130, column 140
And data length 150 and data 160. The record length 110 is an item indicating the length of one record.
The form name 120 is the name of the form and is a key item of the form data file 10. The control code 130 is
Page break code 131, line feed code 132, character type 13
3 and the character edit code 134. Page break code 1
An item 31 indicates whether or not there is a page break. Line feed code 13
2 is an item indicating the presence or absence of a line break. Character type 133
Is an item representing Japanese and ANK (alphabet kana). The character edit code 134 is an item that represents half-width, double-width, or quadruple-width. The column 140 is an item that represents the column that is actually printed. The data length 150 is an item representing the length of the data actually printed. Data 1
Reference numeral 60 is an item representing data to be actually printed.

【0015】図4は、端末機種別制御コードファイル3
0のレコード構成を示す図である。1つの端末機種別制
御コードは、1つの端末機種別制御レコード31,3
2,…,3nからなる。
FIG. 4 is a control code file 3 for each terminal.
It is a figure which shows the record structure of 0. One terminal-type control code is one terminal-type-specific control record 31, 3
2, ..., 3n.

【0016】図5は、端末機種別制御レコード31,3
2,…,3nのフォーマットを示す図である。端末機種
別制御レコード31,32,…,3nは、端末機種ごと
に存在し、端末機種名310と、端末改頁コード320
と、端末改行コード330と、文字タイプ340と、文
字編集コード350とからなる。端末機種名310は、
送信する端末機種名を表す項目である。端末改頁コード
320は、端末40で改頁を制御するコードである。端
末改行コード330は、端末40で改行を制御するコー
ドである。文字タイプ340は、日本語およびANK
(アルファベットカナ)を表す項目である。日本語コー
ド341は、ホストコンピュータ50より送信するデー
タが日本語であることを示すコードである。端末日本語
コード342は、端末40が日本語を出力するための制
御コードである。英数字コード343は、ホストコンピ
ュータ50より送信するデータが英数字であることを示
すコードである。端末英数字コード344は、端末40
が英数字を出力するための制御コードである。文字編集
コード350は、半角,倍角または4倍角を表す項目で
ある。半角コード351は、ホストコンピュータ50よ
り送信するデータが半角であることを示すコードであ
る。端末半角コード352は、端末40が半角文字を出
力するための制御コードである。倍角コード353は、
ホストコンピュータ50より送信するデータが倍角であ
ることを示すコードである。端末倍角コード354は、
端末40が倍角文字を出力するための制御コードであ
る。4倍角コード355は、ホストコンピュータ50よ
り送信するデータが4倍角であることを示すコードであ
る。端末4倍角コード356は、端末40が4倍角文字
を出力するための制御コードである。
FIG. 5 shows control records 31 and 3 for each terminal.
It is a figure which shows the format of 2, ..., 3n. The terminal type control records 31, 32, ..., 3n exist for each terminal model, and the terminal model name 310 and the terminal page break code 320 are included.
, A terminal line feed code 330, a character type 340, and a character edit code 350. The terminal model name 310 is
This item represents the name of the terminal model to be transmitted. The terminal page break code 320 is a code that controls the page break at the terminal 40. The terminal line feed code 330 is a code that controls line feed at the terminal 40. Character type 340 is Japanese and ANK
This item represents (alphabet kana). The Japanese code 341 is a code indicating that the data transmitted from the host computer 50 is Japanese. The terminal Japanese code 342 is a control code for the terminal 40 to output Japanese. The alphanumeric code 343 is a code indicating that the data transmitted from the host computer 50 is alphanumeric. The terminal alphanumeric code 344 is the terminal 40
Is a control code for outputting alphanumeric characters. The character edit code 350 is an item that represents half-width, double-width, or quadruple-width. The half-width code 351 is a code indicating that the data transmitted from the host computer 50 is half-width. The terminal half-width code 352 is a control code for the terminal 40 to output half-width characters. Double-width code 353 is
It is a code indicating that the data transmitted from the host computer 50 is double-width. The terminal double-width code 354 is
It is a control code for the terminal 40 to output double-width characters. The quadruple-width code 355 is a code indicating that the data transmitted from the host computer 50 has the quadruple-width. The terminal quadruple-width code 356 is a control code for the terminal 40 to output a quadruple-width character.

【0017】次に、このように構成された本実施例のオ
ンライン配信処理システムの動作について説明する。
Next, the operation of the online distribution processing system of this embodiment having the above configuration will be described.

【0018】まず、配信指定情報入力部51は、任意の
端末20より端末機種名,端末名および帳票名からなる
配信指定情報を入力し、配信指定情報格納領域55に格
納する。
First, the distribution designation information input unit 51 inputs the distribution designation information consisting of the terminal model name, the terminal name and the form name from any terminal 20 and stores it in the distribution designation information storage area 55.

【0019】次に、帳票データ入力部52は、配信指定
情報格納領域55上の帳票名をキーとして帳票データフ
ァイル10より該当する帳票名120を有する単数また
は複数の帳票データレコードからなる帳票データを読み
込み、帳票データ格納領域56に格納する。
Next, the form data input unit 52 stores form data composed of one or a plurality of form data records having the corresponding form name 120 from the form data file 10 using the form name in the distribution designation information storage area 55 as a key. It is read and stored in the form data storage area 56.

【0020】続いて、制御コード変換部53は、配信指
定情報格納領域55上の端末機種名をキーとして端末機
種別制御コードファイル30より該当する端末機種名3
10を有する端末機種別制御レコードを検索し、端末機
種別制御コード格納領域57に格納する。
Subsequently, the control code conversion unit 53 uses the terminal model name in the distribution designation information storage area 55 as a key, and the corresponding terminal model name 3 from the terminal type control code file 30.
The terminal type control record having 10 is searched and stored in the terminal type control code storage area 57.

【0021】次に、制御コード変換部53は、端末機種
別制御コード格納領域57上の端末機種別制御コードを
参照して帳票データ格納領域56上の帳票データに付加
されている制御コードを変換し、制御コードが変換され
た帳票データを変換後帳票データ格納領域58に格納す
る。詳しくは、制御コード変換部53は、帳票データに
付加されている改頁コード131および改行コード13
2を、端末機種別制御コードの改頁コード320および
改行コード330に変換する。また、帳票データに付加
されている文字タイプ133と端末機種別制御コードの
文字タイプ340中の日本語コード341および英数字
コード343との比較を行い、一致した日本語コード3
41または英数字コード343に対応する端末日本語コ
ード342または端末英数字コード344を文字タイプ
133に設定する。さらに、帳票データに付加されてい
る文字編集コード134と端末機種別制御コードの文字
編集コード350中の半角コード351,倍角コード3
53および4倍角コード355との比較を行い、一致し
た半角コード351,倍角コード353または4倍角コ
ード355に対応する端末半角コード352,端末倍角
コード354または端末4倍角コード356を文字編集
コード134に設定する。
Next, the control code converter 53 converts the control code added to the form data in the form data storage area 56 by referring to the terminal type-specific control code in the terminal type-specific control code storage area 57. Then, the form data with the converted control code is stored in the converted form data storage area 58. Specifically, the control code conversion unit 53 uses the page break code 131 and line feed code 13 added to the form data.
2 is converted into a page break code 320 and a line feed code 330 of the terminal-specific control code. Further, the character type 133 added to the form data is compared with the Japanese code 341 and the alphanumeric code 343 in the character type 340 of the terminal-specific control code, and the matched Japanese code 3
41 or the terminal Japanese code 342 or the terminal alphanumeric code 344 corresponding to the alphanumeric code 343 is set to the character type 133. Further, the half-width code 351 and the double-width code 3 in the character edit code 134 added to the form data and the character edit code 350 of the terminal-specific control code
53 and quadruple-width code 355 are compared, and half-width code 351, double-width code 353 or quadruple-width code 355 corresponding to terminal half-width code 352, terminal double-width code 354 or terminal quadruple-width code 356 is changed to character edit code 134. Set.

【0022】最後に、帳票データ送信部54は、変換後
帳票データ格納領域58上に格納された制御コードが変
換された帳票データを配信指定情報格納領域55上の端
末名の端末40に送信する。
Finally, the form data transmission unit 54 transmits the form data in which the control code stored in the converted form data storage area 58 is converted to the terminal 40 having the terminal name in the distribution designation information storage area 55. .

【0023】[0023]

【発明の効果】以上説明したように本発明は、端末機種
別制御コードファイル,配信指定情報入力部,帳票デー
タ入力部,制御コード変換部および帳票データ送信部を
設け、制御コードの変換と帳票データの送信に要するす
べての処理を1つのオンライン処理としたことにより、
端末別帳票データファイルを使用しないで端末に帳票デ
ータを配信することが可能になり、コンピュータ資源が
少なくて済むとともに、帳票データの配信処理に要する
作業が簡単になるという効果がある。
As described above, the present invention is provided with the terminal-specific control code file, the distribution designation information input unit, the form data input unit, the control code conversion unit and the form data transmission unit, and converts the control code and the form. By making all the processing required to send data one online processing,
The form data can be distributed to the terminals without using the form data file for each terminal, and the computer resources can be reduced, and the work required for the form data distribution process can be simplified.

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

【図1】本発明の一実施例に係るオンライン配信処理シ
ステムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an online distribution processing system according to an embodiment of the present invention.

【図2】図1中の帳票データファイルのファイル構成を
示す図である。
FIG. 2 is a diagram showing a file structure of a form data file in FIG.

【図3】図2中の帳票データレコードのフォーマットを
示す図である。
FIG. 3 is a diagram showing a format of a form data record in FIG.

【図4】図1中の端末機種別制御コードファイルのファ
イル構成を示す図である。
FIG. 4 is a diagram showing a file structure of a terminal-based control code file in FIG.

【図5】図4中の端末機種別制御レコードのフォーマッ
トを示す図である。
5 is a diagram showing a format of a terminal-type-specific control record in FIG.

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

10 帳票データファイル 11,12,…,1n 帳票データレコード 20 端末 30 端末機種別制御コードファイル 31,32,…,3n 端末機種別制御レコード 40 端末 50 ホストコンピュータ 51 配信指定情報入力部 52 帳票データ入力部 53 制御コード変換部 54 帳票データ送信部 55 配信指定情報格納領域 56 帳票データ格納領域 57 端末機種別制御コード格納領域 58 変換後帳票データ格納領域 110 レコード長 120 帳票名 130 制御コード 131 改頁コード 132 改行コード 133 文字タイプ 134 文字編集コード 140 カラム 150 データ長 160 データ 310 端末機種名 320 端末改頁コード 330 端末改行コード 340 文字タイプ 341 日本語コード 342 端末日本語コード 343 英数字コード 344 端末英数字コード 350 文字編集コード 351 半角コード 352 端末半角コード 353 倍角コード 354 端末倍角コード 355 4倍角コード 356 端末4倍角コード 10 form data file 11, 12, ..., 1n form data record 20 terminal 30 terminal type control code file 31, 32, ..., 3n terminal type control record 40 terminal 50 host computer 51 distribution designation information input section 52 form data input Part 53 Control code conversion part 54 Form data transmission part 55 Delivery designation information storage area 56 Form data storage area 57 Terminal type control code storage area 58 Converted form data storage area 110 Record length 120 Form name 130 Control code 131 Page break code 132 line feed code 133 character type 134 character edit code 140 column 150 data length 160 data 310 terminal model name 320 terminal page break code 330 terminal line feed code 340 character type 341 Japanese code 342 terminal Japanese code 3 3 alphanumeric code 344 terminal alphanumeric code 350 character edit codes 351-byte code 352 terminal single-byte code 353 double-size code 354 terminal double angle code 355, quadruple code 356 terminal double-height, double-width code

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 端末に帳票データを配信する配信処理シ
ステムにおいて、 端末機種別に複数組の制御コードを格納する端末機種別
制御コードファイルと、 配信先の端末機種名および端末名ならびに配信する帳票
名からなる配信指定情報を入力する配信指定情報入力部
と、 前記配信指定情報の帳票名の帳票データを入力する帳票
データ入力部と、 前記配信指定情報の端末機種名に対応する制御コードを
前記端末機種別制御コードファイルから読み込み前記帳
票データ入力部により入力された帳票データに付加され
ているホストコンピュータで決められた制御コードを読
み込んだ制御コードに変換する制御コード変換部と、 この制御コード変換部により制御コードが変換された帳
票データを前記配信指定情報の端末名の端末に送信する
帳票データ送信部とを有することを特徴とするオンライ
ン配信処理システム。
1. A distribution processing system for distributing form data to a terminal, a terminal-specific control code file storing a plurality of sets of control codes for each terminal model, a distribution destination terminal model name and terminal name, and a distribution form name. And a form data input unit for inputting form data of the form name of the distribution specifying information, and a control code corresponding to the terminal model name of the distribution specifying information for the terminal A control code conversion unit that reads from a control code file for each model and converts a control code determined by the host computer added to the form data input by the form data input unit into a read control code, and this control code conversion unit The form data that transmits the form data whose control code has been converted by the Online distribution processing system, comprising a transmission unit.
【請求項2】 前記端末機種別制御コードファイルが、
端末機種名,端末改頁コード,端末改行コード,文字タ
イプおよび文字編集コードからなる端末機種別制御レコ
ードを端末機種ごとに格納する請求項1記載のオンライ
ン配信処理システム。
2. The terminal-based control code file comprises:
The online distribution processing system according to claim 1, wherein a terminal type-specific control record consisting of a terminal model name, a terminal page break code, a terminal line feed code, a character type and a character edit code is stored for each terminal model.
JP5152845A 1993-05-31 1993-05-31 On-line distribution processing system Pending JPH06342447A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5152845A JPH06342447A (en) 1993-05-31 1993-05-31 On-line distribution processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5152845A JPH06342447A (en) 1993-05-31 1993-05-31 On-line distribution processing system

Publications (1)

Publication Number Publication Date
JPH06342447A true JPH06342447A (en) 1994-12-13

Family

ID=15549392

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5152845A Pending JPH06342447A (en) 1993-05-31 1993-05-31 On-line distribution processing system

Country Status (1)

Country Link
JP (1) JPH06342447A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01243637A (en) * 1988-03-24 1989-09-28 Toshiba Corp System for allotting business form or the like
JPH04220378A (en) * 1990-12-20 1992-08-11 Nippon Denki Joho Service Kk Apparatus for distribution processing of general-purpose slip to terminal printer
JPH04342015A (en) * 1991-05-17 1992-11-27 Nec Corp Multi-media data output system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01243637A (en) * 1988-03-24 1989-09-28 Toshiba Corp System for allotting business form or the like
JPH04220378A (en) * 1990-12-20 1992-08-11 Nippon Denki Joho Service Kk Apparatus for distribution processing of general-purpose slip to terminal printer
JPH04342015A (en) * 1991-05-17 1992-11-27 Nec Corp Multi-media data output system

Similar Documents

Publication Publication Date Title
CA2267427A1 (en) Font sharing system and method, and recording medium storing program for executing font sharing method
JPH04505837A (en) Improved encoded printed circuit board
JP2855207B2 (en) Form output device
JPH06342447A (en) On-line distribution processing system
JPS62113269A (en) On-line system
US20030163800A1 (en) System and method for generating graphical codes containing a plurality of data fields
CA1172371A (en) System for converting data processing information to text processing format and vice versa
JPS59133638A (en) Terminal output system
JPH0535620A (en) File transferring device
JP2770309B2 (en) Output message editing method
US20020171869A1 (en) Printing system and method
JPH0259963A (en) Sentence data base processing system
JPS62110384A (en) Multimedia mail processing device
JPH02158827A (en) Generating processing system for data stream for print-output
JP3451289B2 (en) Table output device
JPH0731644Y2 (en) Image data filing controller in online system
JP2692114B2 (en) Document converter
JPH0440554A (en) Character data processor
JPS58181141A (en) Character pattern processing system
JPS6243256A (en) Facsimile response system
JPS63228346A (en) Data base registering and updating system by word processor
JP2006235726A (en) Document distribution device and program
JP2000132465A (en) Device and method for code conversion of ftp server and record medium where code converting program is recorded
JPH03282657A (en) Conversion system for business document form
JPH01156841A (en) Compression system for print file