JPH10207719A - Method for supporting task of computer terminal and device therefor - Google Patents

Method for supporting task of computer terminal and device therefor

Info

Publication number
JPH10207719A
JPH10207719A JP1376397A JP1376397A JPH10207719A JP H10207719 A JPH10207719 A JP H10207719A JP 1376397 A JP1376397 A JP 1376397A JP 1376397 A JP1376397 A JP 1376397A JP H10207719 A JPH10207719 A JP H10207719A
Authority
JP
Japan
Prior art keywords
job
task
execution order
definition file
program
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
JP1376397A
Other languages
Japanese (ja)
Inventor
Atsushi Kono
淳 甲野
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.)
TEC CORP
Original Assignee
TEC 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 TEC CORP filed Critical TEC CORP
Priority to JP1376397A priority Critical patent/JPH10207719A/en
Publication of JPH10207719A publication Critical patent/JPH10207719A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily attain task execution control for allowing a computer terminal to execute plural relevant tasks with continuity. SOLUTION: This terminal is provided with first definition files 21 and 22 for defining the execution sequence of each kind of task, and a second definition file 23 for defining the execution sequence of a program to be executed by the task for each kind of task. The execution sequence of each kind of task is decided based on information defined by the first definition files 21 and 22. Then, the execution sequence of the program of the task is decided based on information defined by the second definition file 23 in the sequence. Then, the program of the task is executed in the sequence so that each kind of task can be supported.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ワークステーショ
ンなどのように関連性のある複数の業務を連続性をもっ
て実行するコンピュータ端末の業務支援方法及び業務支
援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a business support method and a business support apparatus for a computer terminal that executes a plurality of related businesses such as workstations with continuity.

【0002】[0002]

【従来の技術】例えばワークステーションなどのように
関連性のある複数の業務を連続性をもって実行するコン
ピュータ端末においては、マルチタスク形のOS(オペ
レーティング・システム)が必要となる。従来、マルチ
タスク形OS上に構築された複数のアプリケーションプ
ログラム(業務プログラム)をある連続性をもって実行
させるためには、プログラムをコマンドとし、コマンド
インタプリタであるシェルを記述する必要があった。こ
の場合において、あるアプリケーションプログラムを実
行中に排他対象の他のアプリケーションプログラムを実
行させないようにする排他制御や、あるアプリケーショ
ンプログラムを実行してからでないと他のアプリケーシ
ョンプログラムを実行させないようにする先行・後行制
御を実現させるためには、別途専用のアプリケーション
プログラムを開発する必要があった。
2. Description of the Related Art A multi-task type OS (Operating System) is required for a computer terminal, such as a workstation, for executing a plurality of related tasks with continuity. Conventionally, in order to execute a plurality of application programs (business programs) built on a multitasking OS with a certain continuity, it has been necessary to describe a shell as a command interpreter using the program as a command. In this case, exclusive control to prevent execution of another application program subject to exclusion during execution of a certain application program, and a preceding / preventive control to prevent execution of another application program only after execution of a certain application program. In order to realize the following control, it was necessary to develop a dedicated application program separately.

【0003】[0003]

【発明が解決しようとする課題】このように、従来のマ
ルチタスク形OSを搭載したコンピュータ端末において
は、関連性のある複数の業務をある連続性をもって実行
させるためには複雑なシェルを記述しなければならず、
また、排他制御や先行・後行制御を実現させるためには
別途専用のアプリケーションプログラムを開発しなけれ
ばならなかったので、専門の知識を有する管理者が必要
で、業務の追加,削除,順序の変更などに容易に対処で
きないという問題があった。
As described above, in a computer terminal equipped with a conventional multitasking OS, a complicated shell is described in order to execute a plurality of related tasks with a certain continuity. Must be
Also, in order to realize exclusive control and preceding / following control, a special application program had to be separately developed. Therefore, an administrator having specialized knowledge is required. There was a problem that it was not easy to deal with changes.

【0004】そこで本発明は、コンピュータ端末に関連
性のある複数の業務を連続性をもって実行させるための
業務実行制御を簡易に実現できるコンピュータ端末の業
務支援方法を提供しようとするものである。また本発明
は、コンピュータ端末に関連性のある複数の業務を連続
性をもって実行させるための業務実行制御の簡易化を図
り得たコンピュータ端末の業務支援装置を提供しようと
するものである。
SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a computer terminal operation support method that can easily realize operation execution control for executing a plurality of operations related to a computer terminal with continuity. Another object of the present invention is to provide a computer terminal business support apparatus that can simplify business execution control for executing a plurality of business related to the computer terminal with continuity.

【0005】[0005]

【課題を解決するための手段】本発明のコンピュータ端
末における業務支援方法は、各種の業務の実行順序を定
義した第1の定義ファイルと、各種の業務毎にその業務
で実行するプログラムの実行順序を定義した第2の定義
ファイルとを設ける。そして、第1の定義ファイルに定
義された情報に基づいて各種業務の実行順序を決定し、
その順に第2の定義ファイルに定義された情報に基づい
て該当業務のプログラムの実行順序を決定し、その順に
該当業務のプログラムを実行することによって、各種業
務を支援するようにしたものである。
According to the present invention, there is provided a business support method for a computer terminal, comprising: a first definition file defining an execution order of various tasks; and an execution order of a program executed in the task for each task. Is provided. Then, the execution order of various tasks is determined based on the information defined in the first definition file,
In this order, the execution order of the program of the business is determined based on the information defined in the second definition file, and by executing the program of the business in that order, various businesses are supported.

【0006】また、本発明のコンピュータ端末における
業務支援装置は、コンピュータ端末で実行する各種の業
務の実行順序を定義した第1の定義ファイルと、各種の
業務毎にその業務で実行するプログラムの実行順序を定
義した第2の定義ファイルと、第1の定義ファイルに定
義された情報に基づいて各種業務の実行順序を決定する
業務実行順序決定手段と、第2の定義ファイルに定義さ
れた情報に基づいて前記各種業務毎にプログラムの実行
順序を決定するプログラム実行順序決定手段と、業務実
行順序決定手段により決定した順に各種の業務を起動す
る業務起動手段と、この業務起動手段により業務が起動
されるとその業務のプログラムをプログラム実行順序決
定手段により決定した順に実行する業務支援手段とを備
えたものである。
[0006] Further, the business support device in the computer terminal according to the present invention includes a first definition file defining an execution order of various business operations to be executed by the computer terminal, and an execution of a program executed in the business operation for each of the various business operations. A second definition file defining an order, a task execution order determining means for determining an execution order of various tasks based on information defined in the first definition file, and A program execution order determining means for determining the execution order of the program for each of the various tasks based on the various tasks, a task starting means for starting the various tasks in the order determined by the task execution order determining means, and the task is started by the task starting means. Then, there is provided a business support means for executing the business program in the order determined by the program execution order determining means.

【0007】このものにおいて、第1の定義ファイル
は、各種の業務の実行順序を他の業務との排他関係及び
先行・後行関係の少なくとも一方の関係とともに定義し
たファイルである。また、第2の定義ファイルは、各種
の業務のプログラム実行順序を他のプログラムとの排他
関係及び先行・後行関係の少なくとも一方の関係ととも
に定義したファイルである。
In this embodiment, the first definition file is a file that defines the execution order of various services together with at least one of an exclusive relationship with other services and a leading / following relationship. Further, the second definition file is a file that defines the program execution order of various tasks together with at least one of an exclusive relationship with another program and a leading / following relationship.

【0008】[0008]

【発明の実施の形態】以下、本発明の業務支援方法及び
業務支援装置をコンピュータ端末であるワークステーシ
ョンに適用した一実施の形態について、図面を用いて説
明する。図1はワークステーションの要部構成を示すブ
ロック図であって、主制御部として機能するCPU(Ce
ntral Prosessing Unit ) 1に、システムバス2を介
して、主記憶部として機能するROM(Read Only Memo
ly)3とRAM(RandomAccess Memoly)4とを接続し
ている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment in which a business support method and a business support device of the present invention are applied to a workstation as a computer terminal will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a main part of a workstation, and shows a CPU (Ce) functioning as a main control unit.
ntral Prosessing Unit) 1 via a system bus 2, a ROM (Read Only Memory) functioning as a main storage unit
ly) 3 and a RAM (Random Access Memory) 4 are connected.

【0009】また、通信回線で接続されるホスト機器と
のデータ通信を制御する通信コントローラ5、ハードデ
ィスク6に対してデータの書込み及び読出しを行うHD
D(Hard Disc Drive ) 7の駆動を制御するHDDコ
ントローラ8、フロッピディスク9に対してデータの書
込み及び読出しを行うFDD(Floppy Disk Drive )1
0の駆動を制御するFDDコントローラ11、表示装置
12に表示データに対応した画面を表示させる表示コン
トローラ13、プリンタ14などを接続するI/Oポー
ト15、キーボード16やマウス17などを接続するI
/Oポート18などを搭載しており、各コントローラ
5,8,11,13及びI/Oポート15,18を前記
システムバス2を介して前記CPU1に接続している。
A communication controller 5 for controlling data communication with a host device connected via a communication line, and an HD for writing and reading data to and from a hard disk 6
An HDD controller 8 for controlling the drive of a D (Hard Disc Drive) 7; an FDD (Floppy Disk Drive) 1 for writing and reading data to and from a floppy disk 9
FDD controller 11 for controlling the driving of the display device 0, a display controller 13 for displaying a screen corresponding to the display data on the display device 12, an I / O port 15 for connecting a printer 14, and the like, and an I / O port 15 for connecting a keyboard 16, a mouse 17, and the like.
An I / O port 18 and the like are mounted, and the controllers 5, 8, 11, 13 and the I / O ports 15, 18 are connected to the CPU 1 via the system bus 2.

【0010】前記ハードディスク6には、予めマルチタ
スク形OSをインストールしている。また、このワーク
ステーションで実行する各種業務のアプリケーションプ
ログラムを該ハードディスク6にインストールしてい
る。なお、アプリケーションプログラムは、FDD10
に装着されたフロッピディスク9に格納されていてもよ
い。
On the hard disk 6, a multitasking OS is installed in advance. In addition, application programs for various tasks executed on the workstation are installed on the hard disk 6. The application program is FDD10
May be stored in the floppy disk 9 mounted on the disk.

【0011】前記RAM4には、図2に示すように、こ
のワークステーションで実行する各種の業務の実行順序
を定義した第1の定義ファイルとしてのスケジュール定
義ファイル21及びマクロ定義ファイル22と、各種の
業務毎にその業務で実行するアプリケーションプログラ
ムであるジョブステップの実行順序を定義した第2の定
義ファイルとしてのジョブ定義ファイル23と、各ジョ
ブステップなどの実行履歴を蓄積記録する実行履歴ファ
イル24とを形成している。
As shown in FIG. 2, the RAM 4 stores a schedule definition file 21 and a macro definition file 22 as a first definition file defining an execution order of various tasks executed by the workstation, and various types of tasks. A job definition file 23 as a second definition file defining the execution order of job steps, which are application programs to be executed in the job, for each job, and an execution history file 24 for storing and recording the execution history of each job step. Has formed.

【0012】前記ROM3には、同じく図2に示すよう
に、上記スケジュール定義ファイル21及びマクロ定義
ファイル22に定義された情報に基づいて各種業務の実
行順序を決定する業務実行順序決定手段31と、上記ジ
ョブ定義ファイル23に定義された情報に基づいて各種
業務毎にプログラムの実行順序を決定するプログラム実
行順序決定手段32と、業務実行順序決定手段31によ
り決定した順に各種の業務を起動する業務起動手段33
と、この業務起動手段33により業務が起動されるとそ
の業務のプログラムをプログラム実行順序決定手段32
により決定した順に実行する業務支援手段34とを構成
する業務支援プログラム30を記憶している。
The ROM 3 also includes, as shown in FIG. 2, a task execution order determining means 31 for determining the execution order of various tasks based on information defined in the schedule definition file 21 and the macro definition file 22. A program execution order determining means 32 for determining the execution order of the program for each of the various tasks based on the information defined in the job definition file 23, and a task start for starting the various tasks in the order determined by the task execution order determining means 31 Means 33
When the business is started by the business start unit 33, the program of the business is executed by the program execution order determining unit 32.
And a business support program 30 constituting the business support means 34 to be executed in the order determined by.

【0013】ここで、スケジュール,マクロ,ジョブの
各定義ファイル21,22,23について、図3及び図
4を用いて説明する。はじめに、ジョブとは1つの業務
で実行する1乃至複数のジョブステップ(アプリケーシ
ョンプログラム)の集合体であり、ジョブ定義ファイル
23にはジョブ毎にジョブステップの実行順序を他のジ
ョブステップとの排他関係及び先行・後行関係とともに
定義する。
The schedule, macro, and job definition files 21, 22, and 23 will now be described with reference to FIGS. First, a job is a set of one or more job steps (application programs) executed in one job, and the job definition file 23 specifies the execution order of job steps for each job in an exclusive relationship with other job steps. And the leading / succeeding relationship.

【0014】因みに、図3の例では、ジョブA1は2つ
のジョブステップA11とジョブステップA12との集
合体であり、ジョブステップA11とジョブステップA
12との間には「ジョブステップA12をジョブステッ
プA11の実行後に行う」という先行・後行関係があ
る。この場合には、ジョブ定義ファイル23にジョブA
1の定義情報として図4に示す情報23aを設定する。
同様に、ジョブA2は2つのジョブステップA21とジ
ョブステップA22との集合体であり、ジョブステップ
A21とジョブステップA22との間には排他関係も先
行・後行関係もない。この場合には、ジョブ定義ファイ
ル23にジョブA2の定義情報として図4に示す情報2
3bを設定する。また、ジョブB1はジョブステップB
11の集合体である。この場合には、ジョブ定義ファイ
ル23にジョブB1の定義情報として図4に示す情報2
3cを設定する。また、ジョブB1は2つのジョブステ
ップB21とジョブステップB22との集合体であり、
ジョブステップB21とジョブステップB22との間に
は「互いに一方が実行中は起動しない」という排他関係
がある。この場合には、ジョブ定義ファイル23にジョ
ブB2の定義情報として図4に示す情報23dを設定す
る。
By the way, in the example of FIG. 3, the job A1 is an aggregate of two job steps A11 and A12,
12 has a leading / following relationship of "perform job step A12 after execution of job step A11". In this case, the job A
The information 23a shown in FIG. 4 is set as the first definition information.
Similarly, the job A2 is an aggregate of two job steps A21 and A22, and there is no exclusive relationship or preceding / next relationship between the job steps A21 and A22. In this case, the information 2 shown in FIG.
3b is set. The job B1 is a job step B
11 is an aggregate. In this case, the information 2 shown in FIG.
3c is set. The job B1 is an aggregate of two job steps B21 and B22,
There is an exclusive relationship between the job step B21 and the job step B22 that "they do not start while one is running". In this case, information 23d shown in FIG. 4 is set in the job definition file 23 as the definition information of the job B2.

【0015】次に、マクロとは関連性のあるジョブの集
合体であり、マクロ定義ファイル22にはマクロ毎にジ
ョブの実行順序を他のジョブとの排他関係及び先行・後
行関係とともに定義する。
Next, a macro is an aggregate of related jobs, and the macro definition file 22 defines the execution order of jobs for each macro together with the exclusive relationship with other jobs and the preceding / following relationship. .

【0016】因みに、図3の例では、マクロAは2つの
ジョブA1とジョブA2との集合体であり、ジョブA1
とジョブA2との間には、「ジョブA2をジョブA1の
実行後に行う」という先行・後行関係がある。この場合
には、マクロ定義ファイル22にマクロAの定義情報と
して図4に示す情報22aを設定する。同様に、マクロ
Bは2つのジョブB1とジョブB2との集合体であり、
ジョブB1とジョブB2との間には、「互いに一方が実
行中は起動しない」という排他関係がある。この場合に
は、マクロ定義ファイル22にマクロBの定義情報とし
て図4に示す情報22bを設定する。
In the example shown in FIG. 3, the macro A is an aggregate of two jobs A1 and A2, and the job A1
And the job A2, there is a leading / following relationship of "perform the job A2 after the execution of the job A1". In this case, information 22a shown in FIG. 4 is set as the definition information of the macro A in the macro definition file 22. Similarly, macro B is an aggregate of two jobs B1 and B2,
There is an exclusive relationship between the jobs B1 and B2 that "they do not start while one is running". In this case, information 22b shown in FIG. 4 is set as macro B definition information in the macro definition file 22.

【0017】最後に、スケジュールとはマクロの集合体
であり、スケジュール定義ファイル21にはマクロの実
行順序を他のマクロとの排他関係及び先行・後行関係と
ともに定義する。因みに、図3の例では、スケジュール
は2つのマクロAとマクロBとの集合体であり、マクロ
AとマクロBとの間には、「互いに一方が実行中は起動
しない」という排他関係がある。この場合には、スケジ
ュール定義ファイル21にスケジュールの定義情報とし
て図4に示す情報21aを設定する。
Finally, a schedule is an aggregate of macros, and the schedule definition file 21 defines the execution order of the macros together with the exclusive relationship with other macros and the preceding / following relationship. Incidentally, in the example of FIG. 3, the schedule is an aggregate of two macros A and B, and the macro A and the macro B have an exclusive relationship of “they do not start while one is running”. . In this case, information 21a shown in FIG. 4 is set in the schedule definition file 21 as schedule definition information.

【0018】次に、前記業務支援プログラム30につい
て、スケジュール定義ファイル21,マクロ定義ファイ
ル22及びジョブ定義ファイル23にそれぞれ図4に示
す定義情報が設定されている場合を例にして、図5乃至
図8の流れ図を用いて説明する。はじめに、業務支援プ
ログラム30は、図5に示すスケジュール処理と、図6
に示すマクロ処理と、図7に示すジョブ処理と、図8に
示すジョブステップ処理とに区分される。
Next, with respect to the business support program 30, an example in which the definition information shown in FIG. 4 is set in the schedule definition file 21, the macro definition file 22, and the job definition file 23 will be described with reference to FIGS. 8 will be described. First, the business support program 30 performs the schedule processing shown in FIG.
, The job processing shown in FIG. 7, and the job step processing shown in FIG.

【0019】そして、CPU1は、例えばキーボード1
6やマウス17の操作入力により業務支援プログラム3
0の起動が指令されると、先ず、図5のスケジュール処
理を開始する。すなわち、スケジュール定義ファイル2
1の定義情報21aのうち実行順序1番目の定義情報
(マクロA,排他有:マクロB、先行無)を読取る。こ
の場合、マクロAの排他相手であるマクロBが起動して
いないので、マクロAを起動する。次に、スケジュール
定義ファイル21から実行順序2番目の定義情報(マク
ロB,排他有:マクロA、先行無)を読取る。この場
合、マクロBの排他相手であるマクロAが起動中なの
で、マクロAが終了するまでマクロBの起動を待機す
る。
The CPU 1 includes, for example, a keyboard 1
Business support program 3 by operation input of 6 and mouse 17
When the activation of 0 is instructed, first, the schedule processing of FIG. 5 is started. That is, schedule definition file 2
In the first definition information 21a, the first definition information in the execution order (macro A, exclusive: macro B, no preceding) is read. In this case, since the exclusive partner of the macro A, the macro B, has not been activated, the macro A is activated. Next, the second definition information (macro B, exclusive: macro A, no prior) is read from the schedule definition file 21. In this case, since the macro A which is the exclusive partner of the macro B is being activated, the activation of the macro B is waited until the macro A ends.

【0020】またCPU1は、上記スケジュール処理の
実行によりマクロAを起動すると、図6のマクロ処理を
開始する。すなわち、実行履歴ファイル24にマクロA
の開始情報を記録した後、マクロ定義ファイル22から
マクロAの定義情報22aのうち実行順序1番目の定義
情報(ジョブA1,排他無、先行無)を読取る。この場
合、ジョブA1に対して排他相手も先行・後行相手も存
在しないので、ジョブA1を起動する。
When the CPU 1 activates the macro A by executing the schedule processing, the CPU 1 starts the macro processing shown in FIG. That is, the macro A is stored in the execution history file 24.
Is read from the macro definition file 22, the definition information (job A 1, no exclusion, no precedence) of the first execution order in the definition information 22 a of the macro A is read. In this case, since there is no exclusive partner and no preceding / next partner for job A1, job A1 is started.

【0021】次に、マクロ定義ファイル22からマクロ
Aの実行順序2番目の定義情報(ジョブA2,排他無、
先行有:ジョブA1)を読取る。この場合、ジョブA2
の先行相手であるジョブA1が起動中なので、ジョブA
1が終了するまでジョブA2の起動を待機する。
Next, the second definition information (job A2, no exclusion,
Precedent: Job A1) is read. In this case, job A2
Job A1, which is the preceding partner of the
Wait for the activation of the job A2 until 1 is completed.

【0022】またCPU1は、上記マクロ処理の実行に
よりジョブA1を起動すると、図7のジョブ処理を開始
する。すなわち、実行履歴ファイル24にジョブA1の
開始情報を記録した後、ジョブ定義ファイル23からジ
ョブA1の定義情報23aのうち実行順序1番目の定義
情報(ジョブステップA11,排他無、先行無)を読取
る。この場合、ジョブステップA11に対して排他相手
も先行・後行相手も存在しないので、ジョブステップA
11を起動する。
When the CPU 1 starts the job A1 by executing the above-described macro processing, the CPU 1 starts the job processing shown in FIG. That is, after recording the start information of the job A1 in the execution history file 24, the first definition information (job step A11, no exclusion, no precedence) among the definition information 23a of the job A1 is read from the job definition file 23. . In this case, since neither the exclusive partner nor the preceding / following partner exists for the job step A11,
11 is started.

【0023】次に、ジョブ定義ファイル23からジョブ
A1の実行順序2番目の定義情報(ジョブステップA1
2,排他無、先行有:ジョブステップA11)を読取
る。この場合、ジョブステップA12の先行相手である
ジョブステップA11が起動中なので、ジョブステップ
A11が終了するまでジョブステップA12の起動を待
機する。
Next, from the job definition file 23, the second definition information of the execution order of the job A1 (job step A1
2. Exclusive, precedent: Read job step A11). In this case, since the job step A11, which is the preceding partner of the job step A12, is being started, the start of the job step A12 is waited until the job step A11 ends.

【0024】またCPU1は、上記ジョブ処理の実行に
よりジョブステップA11を起動すると、図8のジョブ
ステップ処理を開始する。すなわち、実行履歴ファイル
24にジョブステップA11の開始情報を記録した後、
このジョブステップA11のアプリケーションプログラ
ムをハードディスク6などから読出し、そのプログラム
に基づいて該当する1業務を処理する。そして、この1
業務の処理を終了したならば、実行履歴ファイル24に
ジョブステップA11の終了情報を記録する。
When the CPU 1 starts the job step A11 by executing the job processing, the CPU 1 starts the job step processing shown in FIG. That is, after recording the start information of the job step A11 in the execution history file 24,
The application program of the job step A11 is read from the hard disk 6 or the like, and the corresponding one task is processed based on the program. And this one
When the business process is completed, the end information of the job step A11 is recorded in the execution history file 24.

【0025】これにより、前記ジョブ処理において待機
中であったジョブステップA12の先行相手であるジョ
ブステップA11の処理が終了したので、CPU1は、
次にジョブステップA12を起動する。しかる後、ジョ
ブ定義ファイル23からジョブA1の実行順序3番目の
定義情報を読取る。しかし、定義情報23aには実行順
序3番目の情報がないので、ジョブA1に属するすべて
のジョブステップA11,A12が完了するのを待機す
る。
As a result, the processing of the job step A11 which is the preceding partner of the job step A12 which has been waiting in the job processing has been completed.
Next, the job step A12 is started. Thereafter, the third definition information of the execution order of the job A1 is read from the job definition file 23. However, since there is no third information in the execution order in the definition information 23a, the process waits for completion of all the job steps A11 and A12 belonging to the job A1.

【0026】一方、CPU1は、ジョブステップA12
を起動すると、図8のジョブステップ処理を再度開始す
る。すなわち、実行履歴ファイル24にジョブステップ
A12の開始情報を記録した後、このジョブステップA
12のアプリケーションプログラムを読出し、そのプロ
グラムに基づいて該当する1業務を処理する。そして、
この1業務の処理を終了したならば、実行履歴ファイル
24にジョブステップA12の終了情報を記録する。こ
れにより、ジョブA1に属するすべてのジョブステップ
A11,A12の処理が完了したので、CPU1は、実
行履歴ファイル24にジョブA1の終了情報を記録し
て、ジョブ処理を一旦終了する。
On the other hand, the CPU 1 executes job step A12
Is started, the job step processing of FIG. 8 is started again. That is, after recording the start information of the job step A12 in the execution history file 24,
Twelve application programs are read, and one corresponding task is processed based on the programs. And
When the processing of this one task is completed, the end information of the job step A12 is recorded in the execution history file 24. As a result, the processing of all the job steps A11 and A12 belonging to the job A1 is completed, so the CPU 1 records the end information of the job A1 in the execution history file 24, and ends the job processing once.

【0027】これにより、前記マクロ処理において待機
中であったジョブA2の先行相手であるジョブA1の処
理が終了したので、CPU1は、次にジョブA2を起動
する。しかる後、マクロ定義ファイル22からマクロA
の実行順序3番目の定義情報を読取る。しかし、定義情
報22aには実行順序3番目の情報がないので、マクロ
Aに属するすべてのジョブA1,A2が完了するのを待
機する。
As a result, the processing of the job A1 which is the preceding partner of the job A2 which has been waiting in the macro processing has been completed, and the CPU 1 next activates the job A2. Thereafter, the macro A is read from the macro definition file 22.
The third definition information in the execution order is read. However, since there is no third information in the execution order in the definition information 22a, it waits for all the jobs A1 and A2 belonging to the macro A to be completed.

【0028】一方、CPU1は、ジョブA2を起動する
と、図7のジョブ処理を再度開始する。すなわち、実行
履歴ファイル24にジョブA2の開始情報を記録した
後、ジョブ定義ファイル23からジョブA2の定義情報
23bのうち実行順序1番目の定義情報(ジョブステッ
プA21,排他無、先行無)を読取る。この場合、ジョ
ブステップA21に対して排他相手も先行・後行相手も
存在しないので、ジョブステップA21を起動する。
On the other hand, when starting the job A2, the CPU 1 restarts the job processing of FIG. That is, after recording the start information of the job A2 in the execution history file 24, the first definition information (job step A21, no exclusion, no precedence) in the execution order among the definition information 23b of the job A2 is read from the job definition file 23. . In this case, since neither the exclusive partner nor the preceding / next partner exists for the job step A21, the job step A21 is started.

【0029】次に、ジョブ定義ファイル23からジョブ
A2の実行順序2番目の定義情報(ジョブステップA2
2,排他無、先行無)を読取る。この場合も、ジョブス
テップA22に対して排他相手も先行・後行相手も存在
しないので、ジョブステップA22を起動する。次に、
ジョブ定義ファイル23からジョブA2の実行順序3番
目の定義情報を読取る。しかし、定義情報23bには実
行順序3番目の情報がないので、ジョブA2に属するす
べてのジョブステップA21,A22が完了するのを待
機する。
Next, from the job definition file 23, the second definition information of the execution order of the job A2 (job step A2
(2, no exclusion, no precedence). Also in this case, since there is no exclusive partner and no preceding / next partner for the job step A22, the job step A22 is started. next,
The third definition information of the execution order of the job A2 is read from the job definition file 23. However, since there is no third information in the execution order in the definition information 23b, the process waits for completion of all the job steps A21 and A22 belonging to the job A2.

【0030】一方、CPU1は、ジョブステップA21
を起動すると、前述したように実行履歴ファイル24に
ジョブステップA21の開始情報を記録した後、このジ
ョブステップA21のアプリケーションプログラムを読
出し、そのプログラムに基づいて該当する1業務を処理
する。そして、この1業務の処理を終了したならば、実
行履歴ファイル24にジョブステップA21の終了情報
を記録する。また、ジョブステップA22を起動した場
合も同様で、実行履歴ファイル24にジョブステップA
22の開始情報を記録した後、このジョブステップA2
2のアプリケーションプログラムを読出し、そのプログ
ラムに基づいて該当する1業務を処理する。そして、こ
の1業務の処理を終了したならば、実行履歴ファイル2
4にジョブステップA22の終了情報を記録する。
On the other hand, the CPU 1 executes job step A21.
Is started, the start information of the job step A21 is recorded in the execution history file 24 as described above, and then the application program of the job step A21 is read, and the corresponding one job is processed based on the program. Then, when the processing of this one task is completed, the end information of the job step A21 is recorded in the execution history file 24. The same applies to the case where the job step A22 is started.
After recording the start information of the job step A2,
The second application program is read, and the corresponding one task is processed based on the program. When the processing of this one task is completed, the execution history file 2
4, the end information of the job step A22 is recorded.

【0031】これにより、ジョブA2に属するすべての
ジョブステップA21,A22の処理が完了したので、
CPU1は、実行履歴ファイル24にジョブA2の終了
情報を記録して、ジョブ処理を一旦終了する。これによ
り、マクロAに属するすべてのジョブA1,A2が完了
したので、CPU1は、実行履歴ファイル24にマクロ
Aの終了情報を記録して、マクロ処理を一旦終了する。
Thus, the processing of all job steps A21 and A22 belonging to job A2 has been completed.
The CPU 1 records the end information of the job A2 in the execution history file 24, and ends the job processing once. Thus, since all the jobs A1 and A2 belonging to the macro A have been completed, the CPU 1 records the end information of the macro A in the execution history file 24, and ends the macro processing once.

【0032】これにより、前記スケジュール処理におい
て待機中であったマクロBの排他相手であるマクロAの
処理が終了したので、CPU1は、次にマクロBを起動
する。しかる後、スケジュール定義ファイル21から実
行順序3番目の定義情報を読取る。しかし、定義情報2
1aには実行順序3番目の情報がないので、すべてのマ
クロA,Bが完了するのを待機する。
As a result, the processing of the macro A, which is the exclusive partner of the macro B waiting in the schedule processing, has been completed, and the CPU 1 activates the macro B next. After that, the third definition information in the execution order is read from the schedule definition file 21. However, definition information 2
Since 1a does not have the third information in the execution order, it waits until all the macros A and B are completed.

【0033】一方、CPU1はマクロBを起動すると、
図6のマクロ処理を再度開始する。すなわち、実行履歴
ファイル24にマクロBの開始情報を記録した後、マク
ロ定義ファイル22からマクロBの定義情報22bのう
ち実行順序1番目の定義情報(ジョブB1,排他有:ジ
ョブB2、先行無)を読取る。この場合、ジョブB1の
排他相手であるジョブB2が起動していないので、ジョ
ブB1を起動する。
On the other hand, when the CPU 1 activates the macro B,
The macro processing in FIG. 6 is started again. That is, after recording the start information of the macro B in the execution history file 24, the first definition information in the execution order among the definition information 22b of the macro B from the macro definition file 22 (job B1, exclusive: job B2, no prior) Is read. In this case, since the job B2 which is the exclusive partner of the job B1 has not been started, the job B1 is started.

【0034】次に、マクロ定義ファイル22からマクロ
Bの実行順序2番目の定義情報(ジョブB2,排他有:
ジョブB1、先行無)を読取る。この場合、ジョブB2
の排他相手であるジョブB1が起動中なので、ジョブB
1が終了するまでジョブB2の起動を待機する。
Next, the second definition information (job B2, exclusive:
Job B1, no prior) is read. In this case, job B2
Job B1, which is the exclusive partner of
Wait for the start of job B2 until 1 is completed.

【0035】またCPU1は、上記マクロ処理の実行に
よりジョブB1を起動すると、図7のジョブ処理を再度
開始する。すなわち、実行履歴ファイル24にジョブB
1の開始情報を記録した後、ジョブ定義ファイル23か
らジョブB1の定義情報23cのうち実行順序1番目の
定義情報(ジョブステップB11,排他無、先行無)を
読取る。この場合、ジョブステップB11に対して排他
相手も先行・後行相手も存在しないので、ジョブステッ
プB11を起動する。次に、ジョブ定義ファイル23か
らジョブB1の実行順序2番目の定義情報を読取る。し
かし、定義情報23cには実行順序2番目の情報がない
ので、ジョブB1に属するすべてのジョブステップB1
1が完了するのを待機する。
When the CPU 1 activates the job B1 by executing the macro process, the CPU 1 restarts the job process shown in FIG. That is, the job B is stored in the execution history file 24.
After recording the start information of No. 1, the first definition information (job step B 11, no exclusion, no prior) in the definition information 23 c of the job B 1 is read from the job definition file 23. In this case, the job step B11 is started because there is no exclusive partner and no preceding / following partner for the job step B11. Next, the second definition information of the execution order of the job B1 is read from the job definition file 23. However, since there is no second information in the execution order in the definition information 23c, all the job steps B1 belonging to the job B1
Wait for 1 to complete.

【0036】一方、CPU1は、ジョブステップB11
を起動すると、図8のジョブステップ処理を再度開始す
る。すなわち、実行履歴ファイル24にジョブステップ
B11の開始情報を記録した後、このジョブステップB
11のアプリケーションプログラムを読出し、そのプロ
グラムに基づいて該当する1業務を処理する。そして、
この1業務の処理を終了したならば、実行履歴ファイル
24にジョブステップB11の終了情報を記録する。こ
れにより、ジョブB1に属するすべてのジョブステップ
B11の処理が完了したので、CPU1は、実行履歴フ
ァイル24にジョブB1の終了情報を記録して、ジョブ
処理を一旦終了する。
On the other hand, the CPU 1 executes a job step B11
Is started, the job step processing of FIG. 8 is started again. That is, after recording the start information of the job step B11 in the execution history file 24,
Eleven application programs are read, and one corresponding task is processed based on the programs. And
When the processing of this one task is completed, the end information of the job step B11 is recorded in the execution history file 24. As a result, the processing of all the job steps B11 belonging to the job B1 has been completed, so that the CPU 1 records the end information of the job B1 in the execution history file 24, and temporarily ends the job processing.

【0037】これにより、前記マクロ処理において待機
中であったジョブB2の排他相手であるジョブB1の処
理が終了したので、CPU1は、次にジョブB2を起動
する。しかる後、マクロ定義ファイル22からマクロB
の実行順序3番目の定義情報を読取る。しかし、定義情
報22bには実行順序3番目の情報がないので、マクロ
Bに属するすべてのジョブB1,B2が完了するのを待
機する。
As a result, the processing of the job B1, which is the exclusive partner of the job B2 waiting in the macro processing, is completed, and the CPU 1 starts the job B2. Then, from the macro definition file 22, the macro B
The third definition information in the execution order is read. However, since there is no third information in the execution order in the definition information 22b, the process waits for completion of all the jobs B1 and B2 belonging to the macro B.

【0038】一方、CPU1は、ジョブB2を起動する
と、図7のジョブ処理を再度開始する。すなわち、実行
履歴ファイル24にジョブB2の開始情報を記録した
後、ジョブ定義ファイル23からジョブB2の定義情報
23dのうち実行順序1番目の定義情報(ジョブステッ
プB21,排他有:ジョブステップB22、先行無)を
読取る。この場合、ジョブステップB21の排他相手で
あるジョブステップB22が起動していないので、ジョ
ブステップB21を起動する。
On the other hand, when starting the job B2, the CPU 1 restarts the job processing of FIG. That is, after the start information of the job B2 is recorded in the execution history file 24, the first definition information of the execution order among the definition information 23d of the job B2 from the job definition file 23 (job step B21, exclusive: job step B22, preceding No) is read. In this case, since the job step B22 which is the exclusive partner of the job step B21 has not been started, the job step B21 is started.

【0039】次に、ジョブ定義ファイル23からジョブ
B2の実行順序2番目の定義情報(ジョブステップB2
2,排他有:ジョブステップB21、先行無)を読取
る。この場合、ジョブステップB22の排他相手である
ジョブステップB21が起動しているので、ジョブステ
ップB22の起動を待機する。
Next, from the job definition file 23, the second definition information of the execution order of the job B2 (job step B2
2, Exclusive: job step B21, no preceding) is read. In this case, since the job step B21, which is the exclusive partner of the job step B22, has been activated, the activation of the job step B22 is awaited.

【0040】一方、CPU1は、ジョブステップB21
を起動すると、前記と同様に実行履歴ファイル24にジ
ョブステップB21の開始情報を記録した後、このジョ
ブステップB21のアプリケーションプログラムを読出
し、そのプログラムに基づいて該当する1業務を処理す
る。そして、この1業務の処理を終了したならば、実行
履歴ファイル24にジョブステップB21の終了情報を
記録する。
On the other hand, the CPU 1 executes job step B21.
Is started, the start information of the job step B21 is recorded in the execution history file 24 in the same manner as described above, and then the application program of the job step B21 is read, and the corresponding one job is processed based on the program. Then, when the processing of this one job is completed, the end information of the job step B21 is recorded in the execution history file 24.

【0041】これにより、前記ジョブ処理において待機
中であったジョブステップB22の排他相手であるジョ
ブステップB21の処理が終了したので、CPU1は、
次にジョブステップB22を起動する。しかる後、ジョ
ブ管理ファイル23からジョブB2の実行順序3番目の
定義情報を読出す。しかし、定義情報23dには実行順
序3番目の情報が存在しないので、CPU1はジョブB
2に属するすべてのジョブステップB21,B22が終
了するのを待機する。
As a result, the processing of the job step B21, which is the exclusive partner of the job step B22 waiting in the job processing, is completed.
Next, the job step B22 is started. Thereafter, the third definition information of the execution order of the job B2 is read from the job management file 23. However, since the third information in the execution order does not exist in the definition information 23d, the CPU 1
The process waits until all job steps B21 and B22 belonging to job No. 2 end.

【0042】一方、CPU1は、ジョブステップB22
を起動すると、前記と同様に実行履歴ファイル24にジ
ョブステップB22の開始情報を記録した後、このジョ
ブステップB22のアプリケーションプログラムを読出
し、そのプログラムに基づいて該当する1業務を処理す
る。そして、この1業務の処理を終了したならば、実行
履歴ファイル24にジョブステップB22の終了情報を
記録する。
On the other hand, the CPU 1 executes job step B22.
Is started, the start information of the job step B22 is recorded in the execution history file 24 in the same manner as described above, and then the application program of the job step B22 is read, and the corresponding one job is processed based on the program. When the processing of this one task is completed, the end information of the job step B22 is recorded in the execution history file 24.

【0043】これにより、ジョブB2に属するすべての
ジョブステップB21,B22が完了したので、CPU
1は実行履歴ファイル24にジョブB2の終了情報を記
録する。これにより、マクロBに属するすべてのジョブ
B1,B2が完了したので、CPU1は実行履歴ファイ
ル24にマクロBの終了情報を記録する。これにより、
スケジュール定義ファイル21で実行順序を定義したす
べてのマクロA,Bが完了したので、CPU1は業務支
援プログラムを終了する。
As a result, all the job steps B21 and B22 belonging to the job B2 have been completed.
1 records the end information of the job B2 in the execution history file 24. Thus, since all the jobs B1 and B2 belonging to the macro B have been completed, the CPU 1 records the end information of the macro B in the execution history file 24. This allows
Since all the macros A and B whose execution order is defined in the schedule definition file 21 have been completed, the CPU 1 ends the business support program.

【0044】このように、本実施の形態においては、マ
ルチタスク形OSを搭載したワークステーションに対
し、各種の業務の実行順序を他の業務との排他関係及び
先行・後行関係とともに定義した情報をスケジュール定
義ファイル21及びマクロ定義ファイル22に設定する
とともに、各種の業務毎にその業務で実行するプログラ
ム(ジョブステップ)の実行順序を他のプログラムとの
排他関係及び先行・後行関係とともに定義した情報をジ
ョブ定義ファイル23に設定することによって、関連性
のある複数の業務を連続性をもって実行できるようにな
る。
As described above, in the present embodiment, for a workstation on which a multitasking OS is mounted, information defining the execution order of various tasks together with the exclusive relation with other tasks and the preceding / following relation. Is set in the schedule definition file 21 and the macro definition file 22, and the execution order of programs (job steps) executed in the various tasks is defined together with the exclusive relationship with other programs and the preceding / following relationship. By setting information in the job definition file 23, a plurality of related tasks can be executed with continuity.

【0045】したがって、関連性のある複数の業務をあ
る連続性をもって実行させるために複雑なシェルを記述
する必要がなくなる上、排他制御や先行・後行制御を実
現させるためのアプリケーションプログラムを開発する
必要もなくなり、マルチタスク形OSを搭載したワーク
ステーションにおける業務の追加,削除,順序の変更な
どの業務実行制御を簡易に実現できるようになる。
Therefore, it is not necessary to describe a complicated shell in order to execute a plurality of related tasks with a certain continuity, and an application program for realizing exclusive control and preceding / following control is developed. This eliminates the necessity, and business execution control such as addition, deletion, and change of the order in a workstation equipped with a multitasking OS can be easily realized.

【0046】なお、前記一実施の形態では、第1の定義
ファイルをジョブを集合化したマクロの定義ファイル2
2と、マクロを集合化したスケジュールの定義ファイル
21の2段階としたが、さらにスケジュールを集合化し
た定義ファイルを設けてもよい。
In the first embodiment, the first definition file is defined as a macro definition file 2 in which jobs are aggregated.
2 and a schedule definition file 21 in which macros are aggregated, but a definition file in which schedules are aggregated may be provided.

【0047】[0047]

【発明の効果】以上詳述したように、本発明によれば、
コンピュータ端末に関連性のある複数の業務を連続性を
もって実行させるための業務実行制御を簡易に実現でき
るコンピュータ端末の業務支援方法を提供できる。また
本発明によれば、コンピュータ端末に関連性のある複数
の業務を連続性をもって実行させるための業務実行制御
の簡易化を図り得たコンピュータ端末の業務支援装置を
提供できる。
As described in detail above, according to the present invention,
A task support method for a computer terminal that can easily realize task execution control for executing a plurality of tasks related to the computer terminal with continuity can be provided. Further, according to the present invention, it is possible to provide a task support device for a computer terminal capable of simplifying task execution control for continuously executing a plurality of tasks related to the computer terminal.

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

【図1】 本発明の一実施の形態であるワークステーシ
ョンのハードウェア構成を示すブロック図。
FIG. 1 is a block diagram showing a hardware configuration of a workstation according to an embodiment of the present invention.

【図2】 同ワークステーションのソフトウェア構成を
示すブロック図。
FIG. 2 is a block diagram showing a software configuration of the workstation.

【図3】 同ワークステーションが実行する業務プログ
ラムの概念図。
FIG. 3 is a conceptual diagram of a business program executed by the workstation.

【図4】 同ワークステーションの各定義ファイルに設
定されるデータ構成を示す図。
FIG. 4 is a view showing a data configuration set in each definition file of the workstation.

【図5】 同ワークステーションのCPUが実行する業
務支援プログラムのスケジュール処理を示す流れ図。
FIG. 5 is a flowchart showing schedule processing of a business support program executed by the CPU of the workstation.

【図6】 同ワークステーションのCPUが実行する業
務支援プログラムのマクロ処理を示す流れ図。
FIG. 6 is a flowchart showing macro processing of a business support program executed by the CPU of the workstation.

【図7】 同ワークステーションのCPUが実行する業
務支援プログラムのジョブ処理を示す流れ図。
FIG. 7 is a flowchart showing job processing of a business support program executed by the CPU of the workstation.

【図8】 同ワークステーションのCPUが実行する業
務支援プログラムのジョブステップ処理を示す流れ図。
FIG. 8 is a flowchart showing job step processing of a business support program executed by the CPU of the workstation.

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

21…スケジュール定義ファイル 22…マクロ定義ファイル 23…ジョブ定義ファイル 24…実行履歴ファイル 30…業務支援プログラム 31…業務実行順序決定手段 32…プログラム実行順序決定手段 33…業務起動手段 34…業務支援手段 DESCRIPTION OF SYMBOLS 21 ... Schedule definition file 22 ... Macro definition file 23 ... Job definition file 24 ... Execution history file 30 ... Business support program 31 ... Business execution order determination means 32 ... Program execution order determination means 33 ... Business execution means 34 ... Business support means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータ端末で実行する各種の業務
を支援する業務支援方法において、 前記各種の業務の実行順序を定義した第1の定義ファイ
ルと、前記各種の業務毎にその業務で実行するプログラ
ムの実行順序を定義した第2の定義ファイルととを設
け、 前記第1の定義ファイルに定義された情報に基づいて前
記各種業務の実行順序を決定し、その順に前記第2の定
義ファイルに定義された情報に基づいて該当業務のプロ
グラムの実行順序を決定し、その順に該当業務のプログ
ラムを実行することによって、各種業務を支援するよう
にしたことを特徴とするコンピュータ端末の業務支援方
法。
1. A task support method for supporting various tasks executed by a computer terminal, comprising: a first definition file defining an execution order of the various tasks; and a program executed in the task for each of the various tasks. And a second definition file defining the execution order of the tasks. The execution order of the various tasks is determined based on the information defined in the first definition file, and the order is defined in the second definition file in that order. A task support method for a computer terminal, characterized in that the order of execution of the program of the task is determined based on the received information, and the various tasks are supported by executing the program of the task in that order.
【請求項2】 第1の定義ファイルは、各種の業務の実
行順序を他の業務との排他関係及び先行・後行関係の少
なくとも一方の関係とともに定義したファイルであるこ
とを特徴とする請求項1記載のコンピュータ端末の業務
支援方法。
2. The file according to claim 1, wherein the first definition file defines the execution order of various tasks together with at least one of an exclusive relation with other tasks and a preceding / following relation. 2. The business support method of the computer terminal according to 1.
【請求項3】 第2の定義ファイルは、各種の業務のプ
ログラム実行順序を他のプログラムとの排他関係及び先
行・後行関係の少なくとも一方の関係とともに定義した
ファイルであることを特徴とする請求項1記載のコンピ
ュータ端末の業務支援方法。
3. The file according to claim 2, wherein the second definition file defines a program execution order of various tasks together with at least one of an exclusive relationship with another program and a preceding / following relationship. Item 2. The business support method for a computer terminal according to Item 1.
【請求項4】 コンピュータ端末で実行する各種の業務
の実行順序を定義した第1の定義ファイルと、 前記各種の業務毎にその業務で実行するプログラムの実
行順序を定義した第2の定義ファイルと、 前記第1の定義ファイルに定義された情報に基づいて前
記各種業務の実行順序を決定する業務実行順序決定手段
と、 前記第2の定義ファイルに定義された情報に基づいて前
記各種業務毎にプログラムの実行順序を決定するプログ
ラム実行順序決定手段と、 前記業務実行順序決定手段により決定した順に前記各種
の業務を起動する業務起動手段と、 この業起動手段により業務が起動されるとその業務のプ
ログラムを前記プログラム実行順序決定手段により決定
した順に実行する業務支援手段とを具備したことを特徴
とするコンピュータ端末の業務支援装置。
4. A first definition file defining an execution order of various tasks executed by a computer terminal, and a second definition file defining an execution order of a program executed in the task for each of the various tasks. A task execution order determining means for determining an execution order of the various tasks based on information defined in the first definition file; and a task execution order determining means for each of the various tasks based on information defined in the second definition file. A program execution order determining means for determining an execution order of the program; a task start means for starting the various tasks in the order determined by the task execution order determining means; and Business support means for executing programs in the order determined by the program execution order determining means. Tsutomu support device.
【請求項5】 第1の定義ファイルは、各種の業務の実
行順序を他の業務との排他関係及び先行・後行関係の少
なくとも一方の関係とともに定義したファイルであるこ
とを特徴とする請求項4記載のコンピュータ端末の業務
支援装置。
5. The first definition file is a file that defines the execution order of various tasks together with at least one of an exclusive relationship with another task and a preceding / following relationship. 4. A business support device for a computer terminal according to 4.
【請求項6】 第2の定義ファイルは、各種の業務のプ
ログラム実行順序を務他のプログラムとの排他関係及び
先行・後行関係の少なくとも一方の関係とともに定義し
たファイルであることを特徴とする請求項4記載のコン
ピュータ端末の業務支援装置。
6. The second definition file is a file in which the program execution order of various tasks is defined together with at least one of an exclusive relationship with other programs and a leading / following relationship. An operation support device for a computer terminal according to claim 4.
JP1376397A 1997-01-28 1997-01-28 Method for supporting task of computer terminal and device therefor Pending JPH10207719A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1376397A JPH10207719A (en) 1997-01-28 1997-01-28 Method for supporting task of computer terminal and device therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1376397A JPH10207719A (en) 1997-01-28 1997-01-28 Method for supporting task of computer terminal and device therefor

Publications (1)

Publication Number Publication Date
JPH10207719A true JPH10207719A (en) 1998-08-07

Family

ID=11842304

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1376397A Pending JPH10207719A (en) 1997-01-28 1997-01-28 Method for supporting task of computer terminal and device therefor

Country Status (1)

Country Link
JP (1) JPH10207719A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6077720A (en) * 1997-12-27 2000-06-20 Agilent Technologies Method for fabricating semiconductor laser facets using combined cleave and polish technique
JP2007133671A (en) * 2005-11-10 2007-05-31 Kubota Corp Production management system
JP2015095189A (en) * 2013-11-13 2015-05-18 富士通株式会社 Monitoring control program, monitoring control method, and monitoring control device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6077720A (en) * 1997-12-27 2000-06-20 Agilent Technologies Method for fabricating semiconductor laser facets using combined cleave and polish technique
JP2007133671A (en) * 2005-11-10 2007-05-31 Kubota Corp Production management system
JP2015095189A (en) * 2013-11-13 2015-05-18 富士通株式会社 Monitoring control program, monitoring control method, and monitoring control device

Similar Documents

Publication Publication Date Title
US20010039612A1 (en) Apparatus and method for fast booting
JP2002132741A (en) Processor adding method, computer and recording medium
JPH10207719A (en) Method for supporting task of computer terminal and device therefor
JPH1124896A (en) Software installation method
JPH1139143A (en) Arithmetic unit, control method therefor, storage medium storing control program of the unit, electronic circuit device utilizing arithmetic unit, control method therefor and storage medium storing control program of the device
JP3346997B2 (en) Printer driver deletion method and apparatus, and medium recording printer driver deletion program
JPS6146552A (en) Information processor
JP2708636B2 (en) Information processing device maintenance control method
JP2521020B2 (en) Information processing system
JPH117392A (en) Data processor obtained by duplexing auxiliary storage device and method for falling system of data processor
JPH10268961A (en) Charging information output device
JPH07219747A (en) System for installing software
JPS6218073B2 (en)
JPH04181321A (en) Microprogram loading system
JPH09231114A (en) File system conversion system
JPH0635838A (en) Floppy disk device management method
JPS62276634A (en) Virtual computer system
JPH0628182A (en) Information processor
JPH10171670A (en) Task switching device and medium recording task switching program
JPS61250756A (en) Control system for main storage initializing
JPH07104945A (en) Copy processing method
JPH01260554A (en) File transfer completion informing system
JPH07319833A (en) Remote command system
JPH06168079A (en) Data backup system
JPH04355834A (en) Operating system load system