JPH08263296A - System for preserving and restoring program execution environment - Google Patents

System for preserving and restoring program execution environment

Info

Publication number
JPH08263296A
JPH08263296A JP7067704A JP6770495A JPH08263296A JP H08263296 A JPH08263296 A JP H08263296A JP 7067704 A JP7067704 A JP 7067704A JP 6770495 A JP6770495 A JP 6770495A JP H08263296 A JPH08263296 A JP H08263296A
Authority
JP
Japan
Prior art keywords
program
environment
storage unit
saving
environment variable
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
JP7067704A
Other languages
Japanese (ja)
Inventor
Seiichiro Naka
誠一郎 中
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 JP7067704A priority Critical patent/JPH08263296A/en
Publication of JPH08263296A publication Critical patent/JPH08263296A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE: To unnecessitate the individual preservation and restoration of an environmental variable necessary after reponing a program on the side of a program by restoring the environmental variable saved and preserved in an environmental variable saving and preserving part. CONSTITUTION: This computer system is provided with an operating system 2 executing a prescribed processing based on a program in a program preserving part 1. The computer system is provided with an environmental variable storage part 3 storing an enviromental variable specifying the execution environment of the program, a processing program storage part 4 storing plural kinds of processing programs, and a processing selection device 5 selecting a processing program based on the specified enviromental variable to make the operating system 2 execute. In addition, the computer system is provided with an environmental variable saving and preserving part 6 for saving and preserving the environmental variable, and environmental variable saving device 7 saving the environmental variable housed in the environmental variable storage part 3, and an environmental variable restoring device 8 restoring the saved and preserved environmental variable in the environmental variable storage part 3.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータシステム
におけるプログラムの実行環境の保存と復元をするシス
テムに関し、特にunix(製品名)のオペレーティン
グシステムで提供されている環境変数の保存と復元をす
るプログラム実行環境保存復元システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for saving and restoring a program execution environment in a computer system, and more particularly to a program for saving and restoring environment variables provided by an operating system of unix (product name). Execution environment save and restore system.

【0002】[0002]

【従来の技術】従来のプログラム実行環境保存復元シス
テムにおいては、環境変数がプログラムやシステムの異
常終了時には内容が消去されてしまい、また、プログラ
ムの実行中に異常終了した場合に、中断部分を記憶して
おく機構が標準のオペレーティングシステムに存在しな
い。また、標準機能ではないが、チェックポイントおよ
びリスタートという拡張機能を有するプログラム実行環
境保存復元システムでは、プログラムのコード中に実行
環境を保存するポイントを靜的に指定するか、または、
プログラム実行中にオペレータによる実行環境の保存コ
マンドにより動的に保存ポイントを指定することにより
実行環境を保存し、再実行時は実行環境を復元し、指定
されたポイントから再実行を開始するという機能が提供
されている。
2. Description of the Related Art In a conventional program execution environment saving / restoring system, the contents of environment variables are erased when the program or system abnormally ends, and the interrupted part is stored when the program abnormally ends during execution. There is no mechanism to keep it in a standard operating system. In addition, although it is not a standard function, the program execution environment save / restore system, which has extended functions such as checkpoint and restart, either explicitly specifies the point at which the execution environment is saved in the code of the program, or
A function that saves the execution environment by dynamically specifying a save point by the operator's save execution environment command during program execution, restores the execution environment at the time of re-execution, and restarts execution from the specified point. Is provided.

【0003】[0003]

【発明が解決しようとする課題】しかし、従来の環境変
数保存復元システムでは、中断されたプログラムを再開
する場合には、再開後に必要とする環境変数の保存、復
元をプログラム側で行うため、プログラム毎に別々に保
存および復元のシステムを実装しなければならないとい
問題がある。
However, in the conventional environment variable saving / restoring system, when the suspended program is restarted, the environment variables required after the restart are saved / restored on the program side. There is a problem in that a save and restore system must be implemented separately for each.

【0004】また、従来の環境変数保存復元システムで
は、プログラムの実行中に異常終了した場合に、保存部
分を記憶するためには、プログラムのコード中に実行箇
所を記憶するためのコードを埋め込まなければならない
という問題がある。
Further, in the conventional environment variable saving / restoring system, when the program is abnormally terminated during execution, in order to store the saved portion, a code for storing the execution location must be embedded in the code of the program. There is a problem that it must be.

【0005】さらに、従来の環境変数保存復元システム
では、チェックポイントおよびリスタートの機能を利用
する場合でも、プログラムのコード中に保存ポイントを
指定するために、コードを書き換えなければならないと
いう問題があり、また、保存コマンドにより動的に保存
ポイントを指定する場合でも、プログラムの論理とは無
関係に、コマンド投入時点でたまたま実行していた箇所
が保存ポイントとなるため、プログラムの実行環境全て
を完全に保存しないと復元が不可能であり、かつ、実際
上あらゆる場合に対応して完全に保存するというのは不
可能である。
Further, in the conventional environment variable saving / restoring system, even if the checkpoint and restart functions are used, the code must be rewritten in order to specify the savepoint in the code of the program. Also, even if you specify a save point dynamically by using a save command, the save point is the part that happened to be executed when the command was entered, regardless of the logic of the program. It is impossible to restore without saving, and it is impossible to save completely in practical cases.

【0006】本発明の目的は、中断されたプログラムを
再開する場合には、再開後に必要とする環境変数の保存
および復元をプログラム側で独自に行う必要がないプロ
グラム実行環境保存復元システムを提供することにあ
る。
An object of the present invention is to provide a program execution environment saving / restoring system in which, when a suspended program is restarted, it is not necessary for the program to save and restore the environment variables required after the restart. Especially.

【0007】本発明の他の目的は、実行環境の保存を特
定の環境変数の設定値を変更した時点で自動的に実行す
るため、新たにプログラムのコード中に保存ポイントを
設定する必要がないプログラム実行環境保存復元システ
ムを提供することにある。
Another object of the present invention is to automatically save the execution environment when the set value of a specific environment variable is changed, so that it is not necessary to newly set a save point in the code of the program. It is to provide a program execution environment save and restore system.

【0008】さらに、本発明の他の目的は、環境変数と
して設定すべきものが復元に必要なものに限定すること
ができるため、保存のためのオペレーティングシステム
の実装が簡易になり、かつ、保存および復元の方式をプ
ログラマが制御することができるプログラム実行環境保
存復元システムを提供することにある。
Still another object of the present invention is that the environment variables to be set can be limited to those necessary for restoration, so that the operating system for saving can be easily implemented and saving and saving It is to provide a program execution environment save / restoration system in which a programmer can control a restoration method.

【0009】[0009]

【課題を解決するための手段】本発明は、前記課題を解
決するために、プログラムを保存しているプログラム保
存部と、このプログラム保存部のプログラムに基いて所
定の処理を実行するオペレーティングシステムとを具備
するコンピュータシステムにおいて、前記プログラムの
実行環境を指定する環境変数を記憶する環境変数格納部
と、複数の種類の処理プログラムを格納している処理プ
ログラム格納部と、前記プログラムにより指定された前
記環境変数格納部の環境変数に基いて前記処理プログラ
ム格納部の処理プログラムのいずれかを選択して前記オ
ペレーティングシステムに実行させる処理選択装置と、
環境変数を退避保存するための環境変数退避保存部と、
前記環境変数格納部に収納されている環境変数を前記環
境変数退避保存部に退避させる環境変数退避装置と、前
記環境変数退避保存部に退避保存されている環境変数を
前記環境変数格納部に復元する環境変数復元装置とを有
することを特徴とする。
In order to solve the above problems, the present invention provides a program storage unit for storing a program, and an operating system for executing a predetermined process based on the program in the program storage unit. In a computer system including: an environment variable storage unit that stores environment variables that specify an execution environment of the program; a processing program storage unit that stores a plurality of types of processing programs; and the processing program specified by the program. A processing selection device for selecting one of the processing programs stored in the processing program storage section based on an environment variable stored in the environment variable storage section and causing the operating system to execute the selected processing program;
Environment variable save and save unit for saving and saving environment variables,
An environment variable saving device that saves environment variables stored in the environment variable storage unit to the environment variable saving storage unit, and restores environment variables saved in the environment variable saving storage unit to the environment variable storage unit And an environment variable restoration device for performing the same.

【0010】[0010]

【実施例】次に、本発明の実施例を図面に基いて詳細に
説明する。
Next, an embodiment of the present invention will be described in detail with reference to the drawings.

【0011】図1は、本発明のプログラム実行環境保存
システムの第1の実施例を示すブロック図である。第1
の実施例としてのプログラム実行環境保存システムは、
プログラムを保存しているプログラム保存部1と、この
プログラム保存部1のプログラムに基いて所定の処理を
実行するオペレーティングシステム2とを具備するコン
ピュータシステムにおいて、前記プログラムの実行環境
を指定する環境変数を記憶する環境変数格納部3と、複
数の種類の処理プログラムを格納している処理プログラ
ム格納部4と、前記プログラムにより指定された前記環
境変数格納部3の環境変数に基いて前記処理プログラム
格納部4の処理プログラムのいずれかを選択して前記オ
ペレーティングシステム2に実行させる処理選択装置5
と、環境変数を退避保存するための環境変数退避保存部
6と、前記環境変数格納部3に収納されている環境変数
を前記環境変数退避保存部6に退避させる環境変数退避
装置7と、前記環境変数退避保存部6に退避保存されて
いる環境変数を前記環境変数格納部3に復元する環境変
数復元装置8とを有する。
FIG. 1 is a block diagram showing a first embodiment of a program execution environment storage system of the present invention. First
The program execution environment storage system as an example of
In a computer system including a program storage unit 1 that stores a program and an operating system 2 that executes a predetermined process based on the program of the program storage unit 1, an environment variable that specifies an execution environment of the program is set. The stored environment variable storage unit 3, the processing program storage unit 4 storing a plurality of types of processing programs, and the processing program storage unit based on the environment variables of the environment variable storage unit 3 designated by the program. Processing selection device 5 that causes the operating system 2 to execute any one of the processing programs 4
An environment variable save unit 6 for saving and saving environment variables; an environment variable save device 7 for saving environment variables stored in the environment variable storage unit 3 in the environment variable save unit 6; The environment variable restoring device 8 restores the environment variables saved and saved in the environment variable saving unit 6 to the environment variable storing unit 3.

【0012】前記環境変数格納部3と処理プログラム格
納部4とは、一次記憶装置9に設定されている。前記環
境変数退避保存部6は、二次記憶装置10に設定されて
いる。
The environment variable storage unit 3 and the processing program storage unit 4 are set in the primary storage device 9. The environment variable save / save unit 6 is set in the secondary storage device 10.

【0013】図2は、本発明のプログラム実行環境復元
システムの第2の実施例を示すブロック図である。この
第2の実施例としてのプログラム実行環境復元システム
は、図1の第1の実施例において、さらに前記プログラ
ムから特定の環境変数への設定要求が発行されて前記プ
ログラムに戻る時点でのプログラム実行情報を前記プロ
グラムの特別の環境変数に設定して前記環境変数格納部
6に保存する実行情報保存装置11と、前記コンピュー
タシステムの異常終了後の前記プログラムの再実行時要
求時に前記環境変数復元保存部6の全ての前記環境変数
を読み出して前記環境変数格納部3に復元させると同時
に前記特別の環境変数を選択して環境変数に対応した処
理プログラムの実行を再開するプログラム再開装置12
とを有する。
FIG. 2 is a block diagram showing a second embodiment of the program execution environment restoration system of the present invention. The program execution environment restoration system as the second embodiment is the same as the first embodiment of FIG. 1, except that the program execution at the time point when the program issues a setting request to a specific environment variable and returns to the program. An execution information storage device 11 that sets information in a special environment variable of the program and saves it in the environment variable storage unit 6, and restores and saves the environment variable when the program is re-executed after abnormal termination of the computer system A program restart device 12 that reads all the environment variables of the unit 6 and restores them in the environment variable storage unit 3 and at the same time selects the special environment variable and restarts the execution of the processing program corresponding to the environment variable 12.
Have and.

【0014】前記プログラム再開装置12は、再起動装
置13と復元補完処理装置14とからなる。前記実行情
報保存装置11は、前記オペレーティングシステム2と
前記環境変数格納部3とに接続されている。前記再起動
装置13は、前記オペレーティングシステム2と前記環
境変数復元装置8とに接続されている。前記復元補完処
理装置14は、前記プログラム保存部1と前記処理選択
装置5と前記再起動装置13とに接続されている。前記
再起動装置13は、前記コンピュータシステムの異常終
了後の前記プログラムの再実行時要求時に前記環境変数
復元保存部6の全ての前記環境変数を読み出して前記環
境変数格納部3に復元させると同時に前記特別の環境変
数を選択して環境変数に対応した処理プログラムの実行
を再開するために実行情報を前記復元補完処理装置14
に与える。この復元補完処理装置14は、前記実行情報
に基いて処理プログラムのどのポイントから再実行すれ
ばよいかの再実行ポイントを指定する復元補完処理信号
を生成して前記プログラム保存部1に与えると共に前記
処理選択装置5にプログラム選択信号を与える。
The program restarting device 12 comprises a restarting device 13 and a restoration complement processing device 14. The execution information storage device 11 is connected to the operating system 2 and the environment variable storage unit 3. The restarting device 13 is connected to the operating system 2 and the environment variable restoring device 8. The restoration complement processing device 14 is connected to the program storage unit 1, the process selection device 5, and the restart device 13. The restarting device 13 reads all the environment variables in the environment variable restoring and saving unit 6 and restores them in the environment variable storing unit 3 at the time of requesting re-execution of the program after abnormal termination of the computer system. The restoration complement processing device 14 stores execution information for selecting the special environment variable and restarting the execution of the processing program corresponding to the environment variable.
Give to. The restoration complement processing device 14 generates a restoration complement processing signal that specifies a re-execution point from which point in the processing program to re-execute based on the execution information, and supplies the restoration complement processing signal to the program storage unit 1 and A program selection signal is given to the process selection device 5.

【0015】図2の実施例において、前記プログラムに
より前記環境変数格納部3に環境変数の設定値(例えば
「−1」)が設定された場合に、この設定値に依存して
実行すべき処理を前記処理選択装置5が選択する。この
処理は、プログラムから環境変数への設定要求が発行さ
れてプログラムに戻る時点でのプログラム実行情報をオ
ペレーティングシステム2がプログラムの特別の環境変
数に設定する実行情報を環境変数格納部3に保存する処
理と、全ての環境変数を環境変数退避保存部6に退避す
る処理とを順に実行する処理である。
In the embodiment of FIG. 2, when the program sets a set value (for example, "-1") of the environment variable in the environment variable storage unit 3, a process to be executed depending on the set value. Is selected by the process selection device 5. In this process, the operating system 2 saves execution information for setting the program execution information at the time when the program issues a setting request to the environment variable and returns to the program in a special environment variable of the program in the environment variable storage unit 3. This is a process of sequentially executing a process and a process of saving all environment variables in the environment variable saving and saving unit 6.

【0016】次に、コンピュータシステムの異常終了後
のプログラムの再実行要求時に、環境変数復元装置8に
より前記環境変数退避保存部6の全ての環境変数を読み
出して内容を復元すると共に、保存ポイントからプログ
ラムを再実行させるプログラム再開部が実行される。
Next, at the time of requesting re-execution of the program after abnormal termination of the computer system, the environment variable restoring device 8 reads all the environment variables of the environment variable saving and saving unit 6 to restore the contents, and from the save point. A program restart unit for re-executing the program is executed.

【0017】プログラムは、再開後のプログラムの初
め、すなわち、環境変数の設定要求の後処理として、復
元された環境変数を基に、プログラムの論理として再開
できるための実行環境の復元補完処理を復元補完処理装
置14が前記処理選択装置5を用いて行う。
At the beginning of the program after the restart, that is, as the post-processing of the environment variable setting request, the program restores the execution-environment restoration complement processing that can be resumed as the logic of the program based on the restored environment variables. The complement processing device 14 uses the process selection device 5.

【0018】[0018]

【発明の効果】本発明は、中断されたプログラムを再開
する場合には、再開後に必要とする環境変数の保存およ
び復元をプログラム側で独自に行う必要がない。また、
本発明は、実行環境の保存は特定の環境変数の設定値を
変更した時点で自動的に実行されるため、新たにプログ
ラムのコード中に保存ポイントを設定する必要はない。
According to the present invention, when the suspended program is restarted, it is not necessary for the program to independently save and restore the environment variables required after the restart. Also,
According to the present invention, the saving of the execution environment is automatically executed when the set value of the specific environment variable is changed, so that it is not necessary to newly set the save point in the code of the program.

【0019】さらに、本発明は、チェックポイントおよ
びリスタートのコマンドによる動的な設定とは異なり、
保存ポイントが環境変数の設定値を変更した時点に特定
されるため、プログラムの論理として実行環境の復元を
補助することが可能になり、実行環境を完全に保存する
必要がなくなる、すなわち、環境変数として設定すべき
ものが復元に必要なものに限定されるため、保存のため
のオペレーティングシステムの実装が簡易になり、か
つ、保存および復元の方式をプログラマが制御すること
ができる。
Further, according to the present invention, unlike the dynamic setting by the checkpoint and restart commands,
Since the save point is specified when the setting value of the environment variable is changed, it becomes possible to assist the restoration of the execution environment as the logic of the program, and it is not necessary to save the execution environment completely. Since the items to be set as are limited to those necessary for restoration, the implementation of the operating system for saving becomes simple, and the programmer can control the saving and restoring method.

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

【図1】本発明の第1の実施例を示すブロック図であ
る。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】本発明の第2の実施例を示すブロック図であ
る。
FIG. 2 is a block diagram showing a second embodiment of the present invention.

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

1 プログラム保存部 2 オペレーティングシステム 3 環境変数格納部 4 処理プログラム格納部 5 処理選択装置 6 環境変数退避保存部 7 環境変数退避装置 8 環境変数復元装置 9 一次記憶装置 10 二次記憶装置 11 実行情報保存装置 12 プログラム再開装置 13 再起動装置 14 復元補完処理装置 1 Program Storage 2 Operating System 3 Environment Variable Storage 4 Processing Program Storage 5 Process Selector 6 Environment Variable Saving / Saving 7 Environment Variable Saving 8 Environment Variable Restoring 9 Primary Storage 10 Secondary Storage 11 Execution Information Storage Device 12 Program restart device 13 Restart device 14 Restoration complement processing device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 プログラムを保存しているプログラム保
存部と、このプログラム保存部のプログラムに基いて所
定の処理を実行するオペレーティングシステムとを具備
するコンピュータシステムにおいて、前記プログラムの
実行環境を指定する環境変数を記憶する環境変数格納部
と、複数の種類の処理プログラムを格納している処理プ
ログラム格納部と、前記プログラムにより指定された前
記環境変数格納部の環境変数に基いて前記処理プログラ
ム格納部の処理プログラムのいずれかを選択して前記オ
ペレーティングシステムに実行させる処理選択装置と、
環境変数を退避保存するための環境変数退避保存部と、
前記環境変数格納部に収納されている環境変数を前記環
境変数退避保存部に退避させる環境変数退避装置と、前
記環境変数退避保存部に退避保存されている環境変数を
前記環境変数格納部に復元する環境変数復元装置とを有
することを特徴とするプログラム実行環境保存復元シス
テム。
1. A computer system comprising: a program storage unit storing a program; and an operating system for executing a predetermined process based on the program stored in the program storage unit, an environment for designating an execution environment of the program. An environment variable storage unit that stores variables, a processing program storage unit that stores a plurality of types of processing programs, and a processing program storage unit based on the environment variables of the environment variable storage unit designated by the program. A processing selection device for selecting one of the processing programs and causing the operating system to execute the program;
Environment variable save and save unit for saving and saving environment variables,
An environment variable saving device that saves environment variables stored in the environment variable storage unit to the environment variable saving storage unit, and restores environment variables saved in the environment variable saving storage unit to the environment variable storage unit A program execution environment saving / restoring system, comprising:
【請求項2】 請求項1に記載のプログラム実行環境保
存復元システムにおいて、さらに前記プログラムから特
定の環境変数への設定要求が発行されて前記プログラム
に戻る時点でのプログラム実行情報を前記プログラムの
特別の環境変数に設定して前記環境変数格納部に保存す
る実行情報保存装置と、前記コンピュータシステムの異
常終了後の前記プログラムの再実行時要求時に、前記環
境変数復元装置に全ての前記環境変数を読み出して前記
環境変数格納部に復元させると同時に前記特別の環境変
数を選択して環境変数に対応した処理プログラムの実行
を再開するプログラム再開手段とを有することを特徴と
するプログラム実行環境保存復元システム。
2. The program execution environment save / restoration system according to claim 1, wherein the program execution information at the time of returning to the program when a request for setting a specific environment variable is issued from the program The execution information storage device that sets the environment variables to the environment variable storage unit and stores the environment variables in the environment variable restoration device at the time of re-execution request of the program after abnormal termination of the computer system. And a program resuming means for resuming execution of the processing program corresponding to the environment variable by selecting the special environment variable at the same time as reading and restoring the environment variable storage unit. .
JP7067704A 1995-03-27 1995-03-27 System for preserving and restoring program execution environment Pending JPH08263296A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7067704A JPH08263296A (en) 1995-03-27 1995-03-27 System for preserving and restoring program execution environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7067704A JPH08263296A (en) 1995-03-27 1995-03-27 System for preserving and restoring program execution environment

Publications (1)

Publication Number Publication Date
JPH08263296A true JPH08263296A (en) 1996-10-11

Family

ID=13352622

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7067704A Pending JPH08263296A (en) 1995-03-27 1995-03-27 System for preserving and restoring program execution environment

Country Status (1)

Country Link
JP (1) JPH08263296A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012058892A (en) * 2010-09-07 2012-03-22 Nec Corp Parameter management device, method and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012058892A (en) * 2010-09-07 2012-03-22 Nec Corp Parameter management device, method and program

Similar Documents

Publication Publication Date Title
JPS60136833A (en) Switching method of operating system
JPH1153202A (en) Parallel transaction processing system
US6502176B1 (en) Computer system and methods for loading and modifying a control program without stopping the computer system using reserve areas
US6820153B2 (en) Interrupt processing and memory management method in an operation processing device and a device using the same
JPH08263296A (en) System for preserving and restoring program execution environment
US20030140082A1 (en) Patch processing system and method
JPH08190491A (en) Task switching method
JPH11184828A (en) Test system for multiprocessor system
JPH03265027A (en) Initializing device for computer system
US5778207A (en) Assisting operating-system interrupts using application-based processing
JP2887488B2 (en) Multi-process processing equipment
JPH01121932A (en) Program loading system
JPS61226820A (en) Data processing resuming system by power restoration
JPH07160352A (en) Program execution system
JPH05143422A (en) Updated journal managing system
JPH04178835A (en) Inference method and inference information data managing mechanism
JPH03282630A (en) Re-executing system for definition of schedule
JPH03240135A (en) Ct device
JPH08235029A (en) Storage method for system fault information
JPH06202892A (en) Program restart system
JPS63298444A (en) Program patch system
JPH04365141A (en) Program re-execution system
JPH01201728A (en) Program correcting system
JPH0433127A (en) Check point control system
JPH02126319A (en) Input job managing system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19970930