JPH04353960A - Environment setting system - Google Patents

Environment setting system

Info

Publication number
JPH04353960A
JPH04353960A JP3128038A JP12803891A JPH04353960A JP H04353960 A JPH04353960 A JP H04353960A JP 3128038 A JP3128038 A JP 3128038A JP 12803891 A JP12803891 A JP 12803891A JP H04353960 A JPH04353960 A JP H04353960A
Authority
JP
Japan
Prior art keywords
terminal
data
network management
name
management file
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
JP3128038A
Other languages
Japanese (ja)
Inventor
Riichi Ubana
卯花 利一
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.)
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Software Tohoku 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 TOHOKU NIPPON DENKI SOFTWARE KK, NEC Software Tohoku Ltd filed Critical TOHOKU NIPPON DENKI SOFTWARE KK
Priority to JP3128038A priority Critical patent/JPH04353960A/en
Publication of JPH04353960A publication Critical patent/JPH04353960A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To cope with environment alteration only by means of correcting the name of a terminal on a terminal management file when terminal environment is altered. CONSTITUTION:A network management part 1 receives data inputted from an input terminal 4 and it is transferred to an application program(AP) 3 corresponding to data. AP3 executes a processing in accordance with a flow shown in a diagram. Namely, data is received from the network management part (step 8). A transaction processing as against received data is executed (step 9). The terminal management file is read with the name of a virtual terminal being an output destination given as a constant in AP as a key (step 10). The name of the terminal on the network management part, which is read from the terminal management file, is set to a destination (step 11). Data is outputted for transferring control to the network management part (step 12).

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、情報処理技術、特にオ
ンラインシステム構築時に帳票出力処理を行なう端末環
境の設定方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to information processing technology, and particularly to a method for setting a terminal environment for performing form output processing when constructing an online system.

【0002】0002

【従来の技術】一般に、オンラインシステム構築のため
に、ホストコンピュータ側で必要とされる機能を大きく
分けると、以下の二つになる。 1.ネットワーク管理機能:OS(オペレーティングシ
ステム)の一環として、メモリ上に常時展開し、実際に
接続されている端末とAP(アプリケーション・プログ
ラム)間のデータの入出力を制御する。 2.トランザクション処理機能:個々の端末から入力さ
れたデータに対する処理を行なう機能で、APにて構成
される。
2. Description of the Related Art In general, the functions required on the host computer side for constructing an online system can be roughly divided into the following two types. 1. Network management function: As part of the OS (operating system), it is constantly deployed in memory and controls data input/output between actually connected terminals and APs (application programs). 2. Transaction processing function: A function that processes data input from individual terminals, and is configured in the AP.

【0003】ある端末からの入力データをネットワーク
管理機能が受け取る。ネットワーク管理機能は、その入
力データに対するトランザクション処理機能を持つAP
へデータを渡す。データを受け取ったAPは、トランザ
クション処理を行ない、出力データとして処理結果と、
処理結果の出力先となる端末名をネットワーク管理機能
へデータを渡す。データを受け取ったネットワーク管理
機能は、指定された端末へ出力データを渡す。したがっ
て、トランザクション処理機能を持つAPは、ネットワ
ーク管理機能で設定される端末名を意識して作成されな
ければならない場合がある。例えば、特定プリンタ端末
への帳票出力処理があり、従来のAPでは出力先となる
プリンタ端末名を定数として、AP内に持つ形で作成さ
れていた。
A network management function receives input data from a terminal. The network management function is an AP that has a transaction processing function for the input data.
Pass data to. The AP that receives the data performs transaction processing and outputs the processing results as output data.
Pass data to the network management function, including the name of the terminal to which the processing results will be output. The network management function that receives the data passes the output data to the specified terminal. Therefore, an AP with a transaction processing function may have to be created with the terminal name set by the network management function in mind. For example, there is a process of outputting a form to a specific printer terminal, and in conventional APs, the name of the printer terminal to which the output is to be performed is stored as a constant in the AP.

【0004】0004

【発明が解決しようとする課題】従来のAPの作成方法
では、ネットワーク管理上の端末名をAP内に持たせて
いるため、以下のような場合に、APの修正が必要とな
る。 1.ネットワーク環境変更にともなう端末名の変更があ
った場合。 2.出力先となる端末を変更する場合。
[Problems to be Solved by the Invention] In the conventional AP creation method, since the terminal name for network management purposes is stored in the AP, it is necessary to modify the AP in the following cases. 1. When the terminal name changes due to a change in the network environment. 2. When changing the output destination terminal.

【0005】したがって、特定端末への出力処理が多い
システムでは、ネットワーク環境変更のたびにAP修正
、再コンパイルの工数が必要となる。
[0005] Therefore, in a system that performs a lot of output processing to specific terminals, it is necessary to modify the AP and recompile each time the network environment is changed.

【0006】[0006]

【課題を解決するための手段】本発明によれば、「オン
ラインシステムにおける帳票出力処理において、出力先
となる端末名を、端末管理ファイル上へ持ち、システム
環境変更時の端末定義更新を、その端末管理ファイル上
にて行なうことを特徴とする環境設定方式」が得られる
[Means for Solving the Problems] According to the present invention, ``In form output processing in an online system, the terminal name to be the output destination is stored in the terminal management file, and the terminal definition is updated when the system environment is changed. This provides an environment setting method that is characterized in that it is performed on a terminal management file.

【0007】[0007]

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

【0008】図1は、本発明の一実施例によるオンライ
ンシステム動作環境の全体図である。オンラインシステ
ム動作環境としては、ホストコンピュータ側は、ネット
ワーク管理1、端末名管理ファイル2、AP3から構成
され、入力端末4、出力端末5が接続されている。
FIG. 1 is an overall diagram of an online system operating environment according to an embodiment of the present invention. As for the online system operating environment, the host computer side is composed of a network management 1, a terminal name management file 2, and an AP 3, to which an input terminal 4 and an output terminal 5 are connected.

【0009】入力端末4は、ホストコンピュータへデー
タを入力するための入力装置としての機能を持つ。ネッ
トワーク管理1は、ホストコンピュータに接続されてい
る端末を、端末名で管理し、端末とAP間のデータ入出
力を制御する機能を持つ。AP3は、入力されたデータ
に対するトラザクション処理を行ない、出力先として仮
想端末名を定数として持つ。端舞管理ファイル2は、A
P上で持つ仮想端末名6をキーとし、その仮想端末名と
対応するネットワーク管理上の端末名7を持つ。レコー
ドレイアウトを図2に示す。出力先端末5は、データ処
理結果を出力するために印字機能を持つ。
The input terminal 4 functions as an input device for inputting data to the host computer. The network management 1 has a function of managing terminals connected to a host computer by terminal name and controlling data input/output between the terminals and the AP. The AP3 performs transaction processing on input data, and has a virtual terminal name as a constant as an output destination. The dance management file 2 is A
The virtual terminal name 6 held on P is used as a key, and the terminal name 7 on the network management corresponds to the virtual terminal name. The record layout is shown in Figure 2. The output destination terminal 5 has a printing function to output data processing results.

【0010】入力端末4から入力されたデータは、ネッ
トワーク管理1が受け取り、データに対応したAP3へ
渡される。AP3では、図3に示すフローにしたがい処
理を行なう。すなわち、ネットワーク管理からデータを
受けとる(ステップ8)。受け取ったデータに対するト
ランザクション処理を行なう(ステップ9)。AP内に
定数として持つ出力先の仮想端末名をキーとして端末管
理ファイルの読み込みを行なう(ステップ10)。端末
管理ファイルから読み込んだネットワーク管理上の端末
名を宛先へセットする(ステップ11)。ネットワーク
管理へ制御を渡すため、データの出力する(ステップ1
2)。
[0010] Data input from the input terminal 4 is received by the network management 1 and passed to the AP 3 corresponding to the data. AP3 performs processing according to the flow shown in FIG. That is, data is received from the network management (step 8). Transaction processing is performed on the received data (step 9). The terminal management file is read using the output destination virtual terminal name held as a constant in the AP as a key (step 10). The network management terminal name read from the terminal management file is set to the destination (step 11). Output data to pass control to network management (step 1)
2).

【0011】[0011]

【発明の効果】以上説明したように、実際APからの出
力処理で出力先となるのは、端末管理ファイル上で対応
づけられている端末名であるため、端末環境変更時は、
端末管理ファイル上の端末名の修正だけで、環境変更に
対抗できるようになる。
[Effects of the Invention] As explained above, in actual output processing from the AP, the output destination is the terminal name associated in the terminal management file, so when changing the terminal environment,
By simply modifying the terminal name in the terminal management file, it becomes possible to counter environment changes.

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

【図1】本発明の一実施例のシステム構成図である。FIG. 1 is a system configuration diagram of an embodiment of the present invention.

【図2】本実施例における端末管理ファイルのレコード
レイアウトを示す図である。
FIG. 2 is a diagram showing a record layout of a terminal management file in this embodiment.

【図3】本実施例におけるAPの処理フローを示す図で
ある。
FIG. 3 is a diagram showing a processing flow of an AP in this embodiment.

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

1    ネットワーク管理 2    端末名管理ファイル 3    AP(アプリケーション・プログラム)4 
   入力端末装置 5    出力端末装置 6    仮想端末名
1 Network management 2 Terminal name management file 3 AP (application program) 4
Input terminal device 5 Output terminal device 6 Virtual terminal name

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  オンラインシステムにおける帳票出力
処理において、出力先となる端末名を、端末管理ファイ
ル上へ持ち、システム環境変更時の端末定義更新を、そ
の端末管理ファイル上にて行なうことを特徴とする環境
設定方式。
Claim 1: In form output processing in an online system, the name of the terminal to be output is stored in a terminal management file, and the terminal definition is updated on the terminal management file when the system environment is changed. environment setting method.
JP3128038A 1991-05-31 1991-05-31 Environment setting system Pending JPH04353960A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3128038A JPH04353960A (en) 1991-05-31 1991-05-31 Environment setting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3128038A JPH04353960A (en) 1991-05-31 1991-05-31 Environment setting system

Publications (1)

Publication Number Publication Date
JPH04353960A true JPH04353960A (en) 1992-12-08

Family

ID=14974979

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3128038A Pending JPH04353960A (en) 1991-05-31 1991-05-31 Environment setting system

Country Status (1)

Country Link
JP (1) JPH04353960A (en)

Similar Documents

Publication Publication Date Title
JPH04353960A (en) Environment setting system
JPH0218635A (en) Decentralized process file control system
JPH0452924A (en) Print control method by virtual spool queue
JP3916202B2 (en) Form printing device
JPH0540721A (en) Computer system
JPH03100761A (en) User operation circumstance setting processing method
JPS62127932A (en) Print spooling control system
JPS5839347A (en) Processor
JP2878159B2 (en) Transaction processing system
JPH04213760A (en) On-line business form issuing system
JPS62290956A (en) Protection system for on-line entry system
JPH0524299A (en) Printing apparatus
JP2604739B2 (en) Console operation right control method
JPH10156910A (en) Production control system
JP2003005964A (en) System and device and method for preparing control program, recording medium and its program
JPS58181141A (en) Character pattern processing system
JPH09288670A (en) Data input and output device and method therefor
JPS63311535A (en) Program copying system
JPS61195446A (en) Terminal control device
JPH07146905A (en) Device and method for document output management
JPH02189646A (en) Device for generating self-diagnostic data
JPS62271140A (en) Programming tool
JPS6349839A (en) Leading system for electronic computer system
JPH0553888A (en) Library sharing system
JPH0268622A (en) Program specializing system