JPH09274561A - Operating method for job and spool - Google Patents

Operating method for job and spool

Info

Publication number
JPH09274561A
JPH09274561A JP8108514A JP10851496A JPH09274561A JP H09274561 A JPH09274561 A JP H09274561A JP 8108514 A JP8108514 A JP 8108514A JP 10851496 A JP10851496 A JP 10851496A JP H09274561 A JPH09274561 A JP H09274561A
Authority
JP
Japan
Prior art keywords
job
execution result
spool
character string
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
JP8108514A
Other languages
Japanese (ja)
Inventor
Masaaki Hosouchi
昌明 細内
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP8108514A priority Critical patent/JPH09274561A/en
Publication of JPH09274561A publication Critical patent/JPH09274561A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve efficiency for developing intra-spool data and a program to be accessed, and to improve the operability of data of job and spool by discriminating whether a processing object is spool or file corresponding to an input operand and processing it through job management or file management corresponding to the result. SOLUTION: Processing 110 in a server computer is composed of processing such as job management processing 111, file management processing 113, communication processing 114, server processing 115 and function library 116. The server processing 115 is provided in one-to-one correspondence to a client. The function library 116 is called from the server processing 115 or the like and it is identified from a path name showing the processing object of a received operand whether the processing object is the spool or the file. In the case of spool, the job of the processing object is specified and processing is requested to the job management processing 111. Besides, in the case of file, the file of the processing object is specified and processing is requested to the file management processing 113.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータシス
テムのジョブ及びスプールの操作方法に関し、特に汎用
計算機のプログラムインタフェースおよびユーザインタ
フェースの改善方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job and spool operation method for a computer system, and more particularly to a program interface and user interface improvement method for a general-purpose computer.

【0002】[0002]

【従来の技術】汎用計算機にさせる仕事の単位をジョブ
という。図1に、汎用計算機(サーバ計算機100)の
ジョブ実行方法を示す。ジョブを実行するためには、ま
ず、ジョブやその実行結果を管理するジョブ管理処理1
11にジョブ制御ファイル121を投入する。ジョブ制
御ファイル121は、ジョブの名称や実行方法、ジョブ
を実行するときに必要な入出力資源等の指示を、ジョブ
制御言語と呼ばれるジョブ管理処理111が理解できる
言語で記述したファイルである。
2. Description of the Related Art A unit of work that a general-purpose computer has is called a job. FIG. 1 shows a job execution method of a general-purpose computer (server computer 100). In order to execute a job, first, a job management process 1 for managing the job and its execution result 1
The job control file 121 is input to 11. The job control file 121 is a file in which an instruction such as a job name, an execution method, an input / output resource required for executing the job, and the like is described in a language called a job control language that the job management process 111 can understand.

【0003】ジョブ管理処理111では、ジョブ制御フ
ァイル121の文法をチェックした後、ジョブを一意に
識別するためのジョブ番号を割り当て、ジョブを実行待
ちキューに登録する。また、ジョブの処理内容を確認で
きるように、ファイル121の内容をスプールに記録す
る。ここで、スプールとは、ジョブ制御ファイル121
の内容やジョブ実行結果を格納するための磁気ディスク
装置105上の領域である。スプールは、ジョブ管理処
理111により管理される。
In the job management processing 111, after checking the syntax of the job control file 121, a job number for uniquely identifying the job is assigned and the job is registered in the execution waiting queue. Further, the contents of the file 121 are recorded on the spool so that the processing contents of the job can be confirmed. Here, the spool means the job control file 121.
Is an area on the magnetic disk device 105 for storing the contents of the job and the job execution result. The spool is managed by the job management processing 111.

【0004】ジョブ管理処理111は、実行待ちキュー
からジョブを取り出し、ファイル121の指示内容に従
ってジョブを実行する。このとき、ジョブの実行結果1
22を格納するための領域がスプールに割り当てられ
る。
The job management processing 111 extracts a job from the execution waiting queue and executes the job according to the instruction content of the file 121. At this time, job execution result 1
An area for storing 22 is allocated to the spool.

【0005】スプール内のデータは、ジョブ管理処理1
11のみが直接操作できる。ジョブ実行結果122の取
り出しや削除、およびジョブの実行停止や実行状態の確
認などを行うためには、ジョブ管理処理111に依頼す
る必要がある。この依頼は、プログラムインタフェース
の視点からみると、スーパバイザコールと呼ばれるアセ
ンブラインタフェースを用いて、対象となるジョブのジ
ョブ名称とジョブ番号を入力オペランドに指定しスプー
ル専用のインタフェースで行う。一方、ユーザインター
フェースの視点からみると、こうした依頼要求は、端末
106からコマンドを投入することで行う。TSS管理処
理112は、そのコマンドを受信して解析し、ジョブ管
理処理111に依頼してスプール内のデータに対する操
作を実行する。
The data in the spool is the job management process 1
Only 11 can operate directly. In order to retrieve and delete the job execution result 122, and to stop the execution of the job and check the execution status, it is necessary to request the job management processing 111. From the viewpoint of the program interface, this request is performed by the spool-dedicated interface by using the assembler interface called supervisor call to specify the job name and job number of the target job as the input operand. On the other hand, from the viewpoint of the user interface, such a request request is made by inputting a command from the terminal 106. The TSS management process 112 receives and analyzes the command and requests the job management process 111 to perform an operation on the data in the spool.

【0006】[0006]

【発明が解決しようとする課題】プログラムインタフェ
ースの視点からみると、スプール内のデータは低レベル
の言語であるアセンブラ言語でアクセスしなければなら
ないため、スプール内のデータをアクセスするようなプ
ログラムを開発する場合、開発効率は良くない。同じ磁
気ディスク上のデータであっても、ファイルは、アセン
ブラのほか、さまざまな高級言語から操作することがで
きる。しかし、ファイルを操作するためのプログラムイ
ンタフェース(高級言語の関数など)とスプールデータ
を操作するためのプログラムインタフェース(アセンブ
ラインターフェース)とが異なっているため、ファイル
をアクセスするインタフェースを知っていても、スプー
ルをアクセスするためのインタフェースを別途習得する
必要がある。
From the viewpoint of the program interface, the data in the spool must be accessed in the assembler language, which is a low level language, so a program for accessing the data in the spool is developed. If so, the development efficiency is not good. Even if the data is on the same magnetic disk, the file can be operated from various high-level languages in addition to the assembler. However, since the program interface for manipulating files (functions in high-level languages, etc.) and the program interface for manipulating spool data (assembler interface) are different, even if the interface for accessing files is known, spool It is necessary to separately learn the interface for accessing.

【0007】また、ユーザインタフェースの視点からみ
ても、端末からコマンドを入力する従来の方法では、コ
マンドの操作方法などを習得しなければならず、ある程
度の学習を要する。さらに、ジョブの実行結果を他の計
算機に転送しようとすると、スプールデータをコマンド
でファイルに落とした後、ファイル転送プログラムなど
を使用しなければならず、処理を要求する手順が多くな
ってしまう。
Also, from the viewpoint of the user interface, in the conventional method of inputting a command from the terminal, it is necessary to learn a command operating method and the like, which requires some learning. Furthermore, if the execution result of a job is to be transferred to another computer, the spool data must be dropped into a file by a command and then a file transfer program or the like must be used, resulting in an increase in the number of procedures for requesting processing.

【0008】本発明は、汎用計算機のスプール内データ
をアクセスするプログラムインタフェースとファイル内
データをアクセスするプログラムインタフェースとを統
合化するとともに、汎用計算機のジョブやスプールを操
作するユーザインタフェースとクライアント計算機のフ
ァイルのユーザインタフェースとを統合化し、これによ
りジョブおよびスプールの操作インタフェースを改善す
る方法を提供することを目的とする。
The present invention integrates a program interface for accessing data in a spool of a general-purpose computer and a program interface for accessing data in a file, and a user interface for operating a job or spool of a general-purpose computer and a file of a client computer. The present invention aims to provide a method for improving the operation interface of jobs and spools by integrating the user interface with.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するた
め、請求項1に係る発明は、実行要求されるジョブの処
理内容を示したジョブ制御ファイルを、記憶装置上の領
域であるスプールの一部に格納したのちに実行するとと
もに、該ジョブの実行結果を前記スプール内の一部の領
域に格納する計算機システムにおけるジョブ及びスプー
ルの操作方法であって、前記計算機システムで動作する
任意のプログラムからジョブ実行結果またはファイルの
操作処理を呼び出す際に、該呼び出しの入力オペランド
として前記処理対象となるジョブ実行結果またはファイ
ルを特定する文字列Aを指定して前記操作処理を呼び出
す操作処理呼び出しステップと、該操作処理の呼び出し
に応答して、前記文字列Aに、前記処理対象がジョブ実
行結果であることを示す所定の文字列Bが含まれている
か否かを判別する判別ステップと、前記文字列Bが含ま
れていない場合、前記文字列Bをファイル名称とするフ
ァイルに対して前記ファイルの操作処理を実行するファ
イル操作ステップと、前記文字列Bが含まれている場
合、前記文字列Aから処理対象のジョブ実行結果を特定
し、前記スプールを管理するジョブ管理処理を呼び出し
て、前記ジョブ実行結果の操作処理を実行するジョブ実
行結果操作ステップとを備えたことを特徴とする。
In order to achieve the above object, the invention according to claim 1 provides a job control file indicating processing contents of a job requested to be executed in a spool area which is an area on a storage device. A method for operating a job and a spool in a computer system, which stores the result of execution of the job in a partial area of the spool while executing the job after storing the job in a copy When calling the operation processing of the job execution result or the file, an operation processing calling step that calls the operation processing by specifying the character string A that identifies the job execution result or the file to be processed as an input operand of the calling, In response to calling the operation process, the character string A indicates that the processing target is a job execution result. A determination step of determining whether or not the predetermined character string B is included, and when the character string B is not included, the file operation processing is performed on the file having the character string B as a file name. When the file operation step to be executed and the character string B are included, the job execution result of the processing target is specified from the character string A, the job management process for managing the spool is called, and the job execution result And a job execution result operation step for executing operation processing.

【0010】請求項2に係る発明は、請求項1におい
て、前記操作処理がジョブ実行結果またはファイルの入
出力開始処理であって、前記入力オペランドとして、前
記文字列Bとジョブ名称文字列とジョブを識別するため
に与えられたジョブ番号文字列とジョブの実行結果の識
別文字列とを特定の文字で連結することによって形成し
た文字列Aが指定されていた場合、前記ジョブ実行結果
操作ステップは、ジョブ名称文字列とジョブ番号文字列
とジョブ実行結果の識別文字列とを前記文字列Aから抽
出して前記ジョブ管理処理に送信するステップと、ジョ
ブ実行結果の入出力を開始するために必要な情報を前記
ジョブ管理処理から取得するステップと、取得された情
報を元に前記文字列Aに指定されたジョブ実行結果の入
出力を開始するステップとを含むことを特徴とする。
According to a second aspect of the present invention, in the first aspect, the operation process is a job execution result or a file input / output start process, and the character string B, the job name character string, and the job are input operands. When the character string A formed by connecting the job number character string given to identify the job number and the job execution result identification character string with a specific character is specified, the job execution result operation step is , A step of transmitting a job name character string, a job number character string, and an identification character string of a job execution result from the character string A and transmitting the character string A to the job management process, and starting input / output of the job execution result. Various information from the job management process, and a step of starting input / output of the job execution result designated in the character string A based on the acquired information. Characterized in that it comprises a flop.

【0011】請求項3に係る発明は、請求項1におい
て、前記操作処理がディレクトリの一覧取得処理であっ
て、前記入力オペランドとして、前記文字列Bとジョブ
名称文字列とを特定の文字で連結することによって形成
した文字列Aが指定されていた場合、前記ジョブ実行結
果操作ステップは、ジョブ名称文字列を前記文字列Aか
ら抽出して前記ジョブ管理処理に送信するステップと、
前記ジョブ名称文字列をもつ前記スプール内のジョブの
ジョブ番号の一覧を前記ジョブ管理処理から取得するス
テップとを含むことを特徴とする。
According to a third aspect of the present invention, in the first aspect, the operation process is a directory list obtaining process, and the character string B and the job name character string are connected by a specific character as the input operand. If the character string A formed by doing so is specified, the job execution result operation step extracts the job name character string from the character string A and transmits the job name character string to the job management process.
Acquiring a list of job numbers of jobs in the spool having the job name character string from the job management process.

【0012】請求項4に係る発明は、請求項1におい
て、前記操作処理がディレクトリの一覧取得処理であっ
て、前記入力オペランドとして、前記文字列Bとジョブ
名称文字列とジョブを識別するために与えられたジョブ
番号文字列とを特定の文字で連結することによって形成
した文字列Aが指定されていた場合、前記ジョブ実行結
果操作ステップは、ジョブ名称文字列とジョブ番号文字
列とを前記文字列Aから抽出して前記ジョブ管理処理に
送信するステップと、前記ジョブ名称文字列とジョブ番
号文字列とをもつ前記スプール内のジョブの実行結果の
識別文字列の一覧を前記ジョブ管理処理から取得するス
テップとを含むことを特徴とする。
According to a fourth aspect of the present invention, in the first aspect, the operation process is a directory list obtaining process, and in order to identify the character string B, the job name character string, and the job as the input operand. When the character string A formed by concatenating the given job number character string with a specific character is specified, the job execution result operation step includes the job name character string and the job number character string by the character. Obtaining from the job management process a step of extracting from the column A and transmitting it to the job management process; and a list of identification character strings of execution results of the jobs in the spool having the job name character string and the job number character string. And a step of performing.

【0013】請求項5に係る発明は、請求項1におい
て、前記操作処理を呼び出したユーザのユーザ識別子
が、前記文字列Aに含まれているか否かを判別するステ
ップと、前記ユーザ識別子が前記文字列Aに含まれてい
る場合のみ前記ジョブ管理処理を呼び出して前記操作処
理を実行するステップとをさらに備えたことを特徴とす
る。
According to a fifth aspect of the present invention, in the first aspect, the step of determining whether or not the user identifier of the user who called the operation process is included in the character string A, and the user identifier is the A step of calling the job management process and executing the operation process only when it is included in the character string A is further provided.

【0014】請求項6に係る発明は、ジョブの処理内容
を示したジョブ制御ファイルを、記憶装置上の領域であ
るスプールの一部に格納したのちに実行し、該ジョブの
実行結果を前記スプール内の一部の領域に格納するサー
バ計算機と、グラフィカルユーザインタフェースを備え
たクライアント計算機とが、ネットワーク接続されたコ
ンピュータシステムにおけるジョブ及びスプールの操作
方法であって、前記サーバ計算機のスプールをシンボル
化したアイコンを、前記クライアント計算機のディスプ
レイに表示するステップと、前記スプール内のジョブ名
称をシンボル化したアイコンを、前記スプールのアイコ
ンに対応したウインドウ内に表示するステップと、前記
ジョブ名称をもつジョブのジョブ番号をシンボル化した
アイコンを、前記ジョブ名称のアイコンに対応したウイ
ンドウ内に表示するステップと、前記ジョブ番号をもつ
ジョブの実行結果をシンボル化したアイコンを、前記ジ
ョブ番号のアイコンに対応したウインドウ内に表示する
ステップとを備えたことを特徴とする。
According to a sixth aspect of the present invention, the job control file indicating the processing contents of the job is stored in a part of the spool which is an area on the storage device and then executed, and the execution result of the job is stored in the spool. Is a method of operating a job and spool in a computer system connected to a network, in which a server computer stored in a partial area of the server computer and a client computer having a graphical user interface are symbolized for the spool of the server computer. Displaying an icon on the display of the client computer, displaying an icon that symbolizes the job name in the spool in a window corresponding to the icon of the spool, and the job of the job having the job name The icon that symbolizes the number, A step of displaying in a window corresponding to the job name icon, and a step of displaying an icon, which symbolizes the execution result of the job having the job number, in the window corresponding to the job number icon. It is characterized by

【0015】請求項7に係る発明は、請求項6におい
て、前記サーバ計算機のジョブ実行結果をシンボル化し
たアイコンを、前記クライアント計算機のディスプレイ
に表示するステップと、前記ジョブ実行結果のアイコン
をクリックすることによって、前記サーバ計算機に前記
ジョブ実行結果の転送を要求するステップと、前記ジョ
ブ実行結果を前記スプールから読み出すステップと、前
記ジョブ実行結果を前記クライアント計算機に転送する
ステップと、前記ジョブ実行結果を前記クライアント計
算機のディスプレイに表示するステップとをさらに備え
たことを特徴とする。
According to a seventh aspect of the present invention, in the sixth aspect, a step of displaying an icon that symbolizes the job execution result of the server computer on the display of the client computer, and clicking the job execution result icon The transfer of the job execution result to the server computer, the step of reading the job execution result from the spool, the step of transferring the job execution result to the client computer, and the job execution result. And a step of displaying on the display of the client computer.

【0016】請求項8に係る発明は、請求項6におい
て、前記サーバ計算機のジョブ実行結果をシンボル化し
たアイコンを、前記クライアント計算機のディスプレイ
に表示するステップと、前記クライアント計算機のディ
レクトリを、前記クライアント計算機のディスプレイ
に、アイコンまたはウインドウとして表示するステップ
と、前記ジョブ実行結果のアイコンを前記ディレクトリ
のアイコンまたはウインドウに重ねることによって、前
記サーバ計算機に前記ジョブ実行結果の転送を要求する
ステップと、前記ジョブ実行結果を前記スプールから読
み出すステップと、前記ジョブ実行結果を前記クライア
ント計算機に転送するステップと、前記ジョブ実行結果
を前記クライアント計算機のディレクトリに属するファ
イルに格納するステップとをさらに備えたことを特徴と
する。
According to an eighth aspect of the present invention, in the sixth aspect, the step of displaying an icon, which symbolizes the job execution result of the server computer, on the display of the client computer; the directory of the client computer; Displaying on the computer display as an icon or window; requesting the server computer to transfer the job execution result by overlaying the job execution result icon on the directory icon or window; The step of reading the execution result from the spool, the step of transferring the job execution result to the client computer, and the step of storing the job execution result in a file belonging to the directory of the client computer. Characterized in that it further comprising and.

【0017】請求項9に係る発明は、請求項6におい
て、前記サーバ計算機のジョブ実行結果をシンボル化し
たアイコンを、前記クライアント計算機のディスプレイ
に表示するステップと、前記サーバ計算機のディレクト
リを、前記クライアント計算機のディスプレイに、アイ
コンまたはウインドウとして表示するステップと、前記
ジョブ実行結果のアイコンを前記ディレクトリのアイコ
ンまたはウインドウに重ねることによって、前記サーバ
計算機に前記ジョブ実行結果の複製を要求するステップ
と、前記ジョブ実行結果を前記スプールから読み出すス
テップと、前記ジョブ実行結果を前記サーバ計算機のデ
ィレクトリに属するファイルに格納するステップとをさ
らに備えたことを特徴とする。
According to a ninth aspect of the present invention, in the sixth aspect, a step of displaying an icon, which symbolizes the job execution result of the server computer, on the display of the client computer, the directory of the server computer, and the client Displaying on the computer display as an icon or window; requesting the server computer to copy the job execution result by overlaying the job execution result icon on the directory icon or window; It further comprises a step of reading an execution result from the spool and a step of storing the job execution result in a file belonging to a directory of the server computer.

【0018】請求項10に係る発明は、請求項6におい
て、前記サーバ計算機のスプールをシンボル化したアイ
コンを、前記クライアント計算機のディスプレイに表示
するステップと、前記サーバ計算機または前記クライア
ント計算機のファイルをシンボル化したアイコンを、前
記クライアント計算機のディスプレイに表示するステッ
プと、前記ファイルのアイコンを、前記スプールのアイ
コンまたは前記スプールのアイコンに対応したウインド
ウに重ねることによって、前記ファイルに記載された内
容のジョブを起動するステップとをさらに備えたことを
特徴とする。
According to a tenth aspect of the invention, in the sixth aspect, a step of displaying an icon, which is a symbol of the spool of the server computer, on the display of the client computer; and a symbol of the file of the server computer or the client computer. Displaying the converted icon on the display of the client computer, and by overlapping the file icon with the spool icon or the window corresponding to the spool icon, the job having the contents described in the file is displayed. And a step of starting.

【0019】[0019]

【発明の実施の形態】以下、本発明の実施の形態を説明
する。図2に、本発明が実行されるハードウェアの構成
を示す。図2において、100は、処理をジョブと呼ば
れる単位で実行し、ジョブの実行結果をスプールにて管
理する汎用計算機(サーバ計算機)である。このサーバ
計算機100は、本発明に係る処理が実行される中央処
理装置101、本発明に係る処理命令が格納される主記
憶装置102、他の計算機とのデータ送受信を行う通信
制御装置103、ファイルを格納するための磁気ディス
ク装置104、およびスプール内のデータを格納するた
めの磁気ディスク装置105(以下では、この磁気ディ
スク装置内のスプールについても同じ付番105で呼ぶ
ものとする)などから構成される。
Embodiments of the present invention will be described below. FIG. 2 shows a hardware configuration in which the present invention is executed. In FIG. 2, reference numeral 100 denotes a general-purpose computer (server computer) that executes processing in units called jobs and manages job execution results by spooling. The server computer 100 includes a central processing unit 101 for executing processing according to the present invention, a main storage device 102 for storing processing instructions according to the present invention, a communication control device 103 for transmitting / receiving data to / from another computer, and a file. And a magnetic disk device 105 for storing the data in the spool (hereinafter, the spool in this magnetic disk device is also referred to by the same number 105). To be done.

【0020】200は、サーバ計算機100とイーサネ
ットなどのネットワーク001により接続され、サーバ
計算機100のスプール105のデータをリモート操作
するクライアント計算機である。クライアント計算機2
00は、本発明に係る処理が実行される中央処理装置2
01、本発明に係る処理命令が格納される主記憶装置2
02、サーバ計算機100とのデータ送受信を行う通信
制御装置203、ファイルを格納するための磁気ディス
ク装置204、およびグラフィカルユーザインタフェー
ス(GUI)による入出力を可能とするための出力装置(デ
ィスプレイ装置205)と入力装置(マウス206また
はキーボード207)などから構成される。ここで、サ
ーバ計算機100、およびクライアント計算機200
は、それぞれ複数あってもよい。
Reference numeral 200 denotes a client computer which is connected to the server computer 100 via a network 001 such as Ethernet and which remotely controls the data in the spool 105 of the server computer 100. Client computer 2
00 is the central processing unit 2 in which the processing according to the present invention is executed.
01, a main storage device 2 in which processing instructions according to the present invention are stored
02, a communication control device 203 for transmitting / receiving data to / from the server computer 100, a magnetic disk device 204 for storing files, and an output device (display device 205) for enabling input / output by a graphical user interface (GUI). And an input device (mouse 206 or keyboard 207). Here, the server computer 100 and the client computer 200
There may be a plurality of each.

【0021】図3に、本発明に係る処理ブロック図を示
す。110は、図2のサーバ計算機100にて実行され
る処理を示す。このサーバ計算機内処理110は、ジョ
ブ管理処理111、ファイル管理処理113、通信処理
114、サーバ処理115、および関数ライブラリ11
6などの処理から構成される。ジョブ管理処理111
は、従来技術で示した方法でジョブとその実行結果を格
納するスプール105とを管理する。ファイル管理処理
113は、磁気ディスク装置104のファイルの入出力
を行う。通信処理114は、クライアント計算機200
との間のデータの送受信を行う。サーバ処理115は、
通信処理114から受け取ったクライアント計算機20
0からのパケットを解析し、パケット内の要求コードに
応じた処理を実行したり、クライアント計算機200か
らの要求に応じてジョブ実行結果を取り出しパケット化
して送信する処理などを実行する。サーバ処理115
は、クライアントと1対1に対応して設けられる。関数
ライブラリ116は、サーバ処理115などから呼び出
され、受け取ったオペランドの処理対象を示すパス名か
ら処理対象がスプールであるかファイルであるかを識別
し、スプールであれば処理対象のジョブを特定してジョ
ブ管理111に処理を依頼し、ファイルであれば処理対
象のファイルを特定してファイル管理113に処理を依
頼する。
FIG. 3 shows a processing block diagram according to the present invention. Reference numeral 110 denotes a process executed by the server computer 100 of FIG. The server computer processing 110 includes a job management processing 111, a file management processing 113, a communication processing 114, a server processing 115, and a function library 11.
6 and the like. Job management processing 111
Manages the job and the spool 105 that stores the execution result by the method described in the related art. The file management processing 113 inputs / outputs files to / from the magnetic disk device 104. The communication process 114 is performed by the client computer 200.
Send and receive data to and from. The server process 115
Client computer 20 received from communication process 114
The packet from 0 is analyzed, processing according to the request code in the packet is executed, processing for extracting the job execution result in response to a request from the client computer 200, packetizing it, and transmitting it. Server processing 115
Are provided in one-to-one correspondence with the clients. The function library 116 is called from the server process 115 or the like and identifies whether the process target is a spool or a file from the path name indicating the process target of the received operand, and if the spool is a spool, identifies the job to be processed. Request the processing to the job management 111, and if it is a file, specify the file to be processed and request the processing to the file management 113.

【0022】210は、図2のクライアント計算機20
0にて実行される処理を示す。このクライアント計算機
内処理210は、ユーザインタフェース処理211、フ
ァイル入出力処理212、クライアント処理213、お
よび通信処理214などの処理から構成される。ユーザ
インタフェース処理211は、出力装置205へウイン
ドウやアイコンを表示したり、入力装置206,207
などからのイベントを受信し、イベントの種類やイベン
トで指定されたアイコンのオブジェクトに応じてファイ
ル入出力処理212やクライアント処理213を呼び出
す。ファイル入出力処理212は、ディスク装置204
上のファイルの入出力などの処理を行う。クライアント
処理213は、サーバ計算機100のジョブやジョブ実
行結果に対する処理要求をパケット化して送信したり、
通信処理214からサーバ計算機100からのパケット
化されたジョブ実行結果を受信する処理などを行う。通
信処理214は、サーバ計算機100との間のデータの
送受信を行う。
Reference numeral 210 denotes the client computer 20 shown in FIG.
The processing executed at 0 is shown. The in-client computer process 210 includes processes such as a user interface process 211, a file input / output process 212, a client process 213, and a communication process 214. The user interface processing 211 displays windows and icons on the output device 205, and inputs devices 206 and 207.
An event is received from the server, and the file input / output process 212 or the client process 213 is called according to the type of the event or the icon object designated by the event. The file input / output process 212 is performed by the disk device 204.
Performs processing such as input / output of the above file. The client processing 213 packetizes and sends a processing request for a job of the server computer 100 or a job execution result,
Processing such as receiving the packetized job execution result from the server computer 100 from the communication processing 214 is performed. The communication processing 214 transmits / receives data to / from the server computer 100.

【0023】本発明は、処理116にて処理対象がスプ
ールであるかファイルであるかを入力オペランドによっ
て判別し、処理116を利用する処理115などの処理
からファイルとスプールとを同様に(高級言語の関数や
手続き呼び出しのプログラムインターフェースで)扱え
るようにした点、および、サーバ計算機100のジョブ
やその実行結果の操作を、クライアント計算機200の
ユーザインタフェースを利用して、クライアント計算機
200上のファイルと同様にクライアント計算機200
から操作可能にした点に特徴がある。
According to the present invention, in the process 116, it is determined whether the object to be processed is a spool or a file by an input operand, and from the process such as the process 115 using the process 116, the file and the spool are similarly processed (high-level language Function and procedure call program interface), and the operation of the job of the server computer 100 and the execution result thereof can be performed using the user interface of the client computer 200 as well as the file on the client computer 200. On the client computer 200
It is characterized in that it can be operated from.

【0024】処理116(関数ライブラリ)は、CやPL/
Iなどの高級言語から関数や手続きとして呼び出され
る。図4に、処理116の各種機能を呼び出す際に指定
する入力オペランドであるパス名称の記述方法を示す。
パス名称は、処理対象を特定するためのオペランドであ
る。パス名称としては、処理対象が非木構造ディレクト
リのファイルシステム内のファイルであれば、処理する
ファイル名の文字列を指定し、処理対象が木構造ディレ
クトリのファイルシステム内のファイルであれば、処理
するファイルのファイル名称とその親ディレクトリの名
称とを'/'などの文字で連結した文字列を指定する。例
えば、"USERID.FILENAME"という名称のファイルの入出
力開始要求は、C言語から次の形式で呼び出す。
The process 116 (function library) is C or PL /
Called as a function or procedure from a high-level language such as I. FIG. 4 shows a method of describing a path name which is an input operand specified when calling various functions of the process 116.
The path name is an operand for specifying the processing target. As the path name, specify the character string of the file name to be processed if the processing target is a file in the file system of the non-tree structure directory, and if the processing target is a file in the file system of the tree structure directory, Specify a character string in which the file name of the file to be stored and the name of its parent directory are connected by a character such as '/'. For example, an I / O start request for a file named "USERID.FILENAME" is called from the C language in the following format.

【0025】fd=open("USERID.FILENAME"); 処理対象がジョブ実行結果である場合は、ファイルなど
の他の処理対象と区別し、処理対象がジョブ実行結果で
あることを識別するため、スプール識別文字列と、処理
対象のジョブのジョブ名称文字列と、処理対象のジョブ
のジョブ番号文字列と、処理対象のデータのデータ名称
文字列とを、'.'や'/'などの文字で連結した名称を、パ
ス名称オペランドに指定する。ここでは、スプール識別
文字列として"DEV.JOB"を用いることとする。例えば、
ジョブ名称USERID1、ジョブ番号JOB00001のジョブのデ
ータ名称DDN1の実行結果を入出力する場合は、C言語か
ら次の形式で入出力を開始するために必要な処理を行
う。
Fd = open ("USERID.FILENAME"); When the processing target is the job execution result, it is distinguished from other processing targets such as files and the processing target is the job execution result. The spool identification character string, the job name character string of the job to be processed, the job number character string of the job to be processed, and the data name character string of the data to be processed are the characters such as '.' And '/'. Specify the name concatenated with in the path name operand. Here, "DEV.JOB" is used as the spool identification character string. For example,
When inputting / outputting the execution result of the data name DDN1 of the job with the job name USERID1 and the job number JOB00001, perform the processing required to start the input / output in the following format from C language.

【0026】 fd=open("DEV.JOB.USERID1.JOB00001.DDN1"); または、 fd=open("/DEV/JOB/USERID1/JOB00001/DDN1"); ただし、データではなく、ジョブ全体を処理対象とする
場合は、スプール識別文字列とジョブ名称文字列とジョ
ブ番号文字列とを'.'や'/'などの文字で連結した名称
を、パス名称オペランドに指定する。また、各ユーザが
保持するすべてのジョブを処理対象とする場合は、スプ
ール識別文字列のみをパス名称オペランドに指定する。
Fd = open ("DEV.JOB.USERID1.JOB00001.DDN1"); or fd = open ("/ DEV / JOB / USERID1 / JOB00001 / DDN1"); However, not the data but the entire job is processed. When it is a target, a name obtained by concatenating the spool identification character string, the job name character string, and the job number character string with characters such as '.' And '/' is specified in the path name operand. Further, when all jobs held by each user are to be processed, only the spool identification character string is specified in the path name operand.

【0027】ここで、スプール識別文字列"DEV.JOB"
は、他のファイル名称と一致しない名称であれば、他の
名称を用いてもよい。慣例的に、汎用計算機のファイル
名称は、ユーザIDではじまる。このため、"DEV"という
名称のユーザIDを禁止し、"DEV"ではじまるファイルの
生成を禁止すれば、他のファイルの名称と完全に区別で
きる。
Here, the spool identification character string "DEV.JOB"
May use another name as long as it does not match another file name. By convention, general-purpose computer file names begin with the user ID. Therefore, if the user ID with the name "DEV" is prohibited and the generation of files starting with "DEV" is prohibited, it is possible to completely distinguish it from the names of other files.

【0028】また、処理116における処理の実行権限
は、パス名称オペランドから決定する。すなわち、処理
するプログラムを実行する空間のユーザIDとジョブ名称
の先頭文字列とが一致する場合のみ処理を実行する。
The authority to execute the process in process 116 is determined from the path name operand. That is, the process is executed only when the user ID of the space in which the program to be processed is executed matches the first character string of the job name.

【0029】処理116では、入力オペランドに指定し
たパス名称がスプール識別文字列から始まるか否かによ
り処理対象がスプールであるかファイルであるかを識別
し、ジョブ名称文字列により処理可能であるか否か(実
行権限があるか)を判別し、ジョブ番号とデータ名称に
より処理対象のジョブとデータを特定する。
In process 116, whether the process target is a spool or a file is identified by whether or not the path name specified in the input operand starts with the spool identification character string, and whether processing is possible with the job name character string. Whether or not (there is execution authority) is determined, and the job and data to be processed are specified by the job number and the data name.

【0030】図5に、処理116における入出力開始関
数(オープン処理)の処理フローチャート図を示す。ま
ず、入出力開始関数が呼び出されると、指定されたオペ
ランドのパス名称の文字列の先頭にスプール識別文字列
が含まれているかどうかを調べる(ステップ501)。
含まれてなければ、パス名称と一致する名称のファイル
に対して、そのファイルの入出力を開始するために必要
な属性情報(レコード長、レコード形式など)を、その
ファイルが格納されている磁気ディスク104から取得
して、ファイル管理113への入力オペランドとなるデ
ータコントロールブロックに属性情報を書き込み(ステ
ップ502)、ファイルにデータ名称を割り当て(ステ
ップ509)、そのデータコントロールブロックを指定
してファイルの入出力開始手続きを呼び出す(ステップ
510)。
FIG. 5 shows a processing flowchart of the input / output start function (open processing) in the processing 116. First, when the input / output start function is called, it is checked whether or not the spool identification character string is included at the beginning of the character string of the path name of the specified operand (step 501).
If it is not included, the attribute information (record length, record format, etc.) required to start input / output of the file is added to the magnetic file in which the file is stored. The attribute information is obtained from the disk 104 and written in the data control block which is an input operand to the file management 113 (step 502), the data name is assigned to the file (step 509), and the data control block is designated to save the file. The input / output start procedure is called (step 510).

【0031】ステップ501でパス名称の文字列の先頭
にスプール識別文字列が含まれている場合は、そのパス
名称から処理対象のジョブ実行結果のジョブ名称、ジョ
ブ番号、およびデータ名称を抽出し、ジョブ管理111
への入力オペランドに設定する(ステップ503)。そ
して、プログラム動作空間に設定されたユーザIDが、パ
ス名称中のジョブ名称に含まれているか否かを判別する
(ステップ504)。含まれていなければ(ステップ5
04)、そのプログラム動作空間に設定されたユーザID
のユーザには権限が無いということであるから、処理を
拒否する(ステップ505)。
If the spool identification character string is included at the beginning of the path name character string in step 501, the job name, job number, and data name of the job execution result to be processed are extracted from the path name, Job management 111
It is set as an input operand to (step 503). Then, it is determined whether or not the user ID set in the program operation space is included in the job name in the path name (step 504). If not included (step 5)
04), the user ID set in the program operation space
The user is not authorized, so the process is rejected (step 505).

【0032】ステップ504でプログラム動作空間に設
定されたユーザIDがパス名称中のジョブ名称に含まれて
いる場合は、ジョブ管理111を呼び出し、ジョブ実行
結果のアクセスを要求する(ステップ506)。ジョブ
管理111への入力オペランドに指定したジョブの名称
とジョブ番号が一致してなかったり、そのジョブ内に入
力オペランドで指定したデータ名称のデータが存在しな
い場合は、ジョブ管理111に要求が拒否されるので
(ステップ507)、異常終了する(ステップ50
5)。そうでなければ、データ名称のファイル名と属性
情報がジョブ管理111のリターン情報として与えられ
るので、このリターン情報からデータコントロールブロ
ックを形成する(ステップ508)。この後はファイル
と同様に、ステップ509〜ステップ510の処理を実
行してファイル管理113を呼び出すことによって入出
力開始処理が完了し、ファイルと同様にスプール内の実
行結果を入出力することができる。
If the user ID set in the program operation space in step 504 is included in the job name in the path name, the job management 111 is called to request access to the job execution result (step 506). If the job name specified in the input operand to the job management 111 does not match the job number, or if the data with the data name specified in the input operand does not exist in the job, the job management 111 rejects the request. (Step 507), the process ends abnormally (step 50).
5). Otherwise, the file name of the data name and the attribute information are given as the return information of the job management 111, so that a data control block is formed from this return information (step 508). After that, the input / output start process is completed by executing the processes of steps 509 to 510 and calling the file management 113 similarly to the file, and the execution result in the spool can be input / output similarly to the file. .

【0033】各ユーザが実行したジョブの一覧や各ジョ
ブにどのようなデータが存在するかを調べるためには、
処理116のうち、ディレクトリ内のファイル一覧を表
示するディレクトリ操作関数を用いる。すなわち、ジョ
ブ名称、ジョブ番号、およびデータ名称をディレクトリ
のメンバとみなす。ディレクトリ操作関数の呼び出し形
式を以下に示す。
In order to check the list of jobs executed by each user and what kind of data exists in each job,
In the process 116, the directory operation function for displaying the file list in the directory is used. That is, the job name, job number, and data name are regarded as members of the directory. The call format of the directory operation function is shown below.

【0034】dirp = opendir(ディレクトリ名); dirent = readdir(dirp); opendir関数ではディレクトリ名に指定されたディレク
トリのメンバを読み取る準備をしてそのディレクトリの
識別子dirpを返し、readdir関数では、識別子dirpのデ
ィレクトリ内のメンバ(ディレクトリやファイル)の名
称をreaddir関数が呼ばれるごとに順次読み込み、diren
t構造体の領域に格納する。
Dirp = opendir (directory name); dirent = readdir (dirp); The opendir function prepares to read the member of the directory specified by the directory name and returns the directory identifier dirp, and the readdir function returns the identifier dirp. The names of the members (directories and files) in the directory are sequentially read each time the readdir function is called, and diren is read.
Store in the area of t structure.

【0035】図6に、処理116におけるファイル、ジ
ョブ、ジョブ実行結果の一覧取得開始関数(opendir関
数)の処理フローチャート図を示す。図5の入出力開始
処理と同様に、まず入力オペランドであるディレクトリ
名称の文字列の先頭にスプール識別文字列が含まれてい
るかどうかを調べる(ステップ601)。含まれてなけ
れば、ディレクトリ一覧管理テーブルを割り当て、指定
されたディレクトリ名をそのディレクトリ一覧管理テー
ブル内に格納する(ステップ602)。スプール識別文
字列が含まれている場合は、指定されたディレクトリ名
称から、ジョブ名称、およびジョブ番号を抽出し、ディ
レクトリ一覧管理テーブルを割り当て、そのディレクト
リ一覧管理テーブル内にジョブ管理111への入力パラ
メータリストの領域を確保し、ファイルとスプールとを
識別するためのディレクトリ一覧管理テーブル内のフラ
グを(一覧取得対象がスプールであることを示すよう
に)セットする(ステップ603)。
FIG. 6 shows a process flowchart of the list acquisition start function (opendir function) of files, jobs, and job execution results in the process 116. Similar to the input / output start process of FIG. 5, it is first checked whether or not the spool identification character string is included at the beginning of the character string of the directory name which is the input operand (step 601). If not included, the directory list management table is allocated and the designated directory name is stored in the directory list management table (step 602). If the spool identification character string is included, the job name and job number are extracted from the specified directory name, the directory list management table is assigned, and the input parameter to the job management 111 in the directory list management table. The area in the list is secured, and a flag in the directory list management table for identifying the file and the spool is set (to indicate that the list acquisition target is the spool) (step 603).

【0036】次に、ディレクトリ名称にジョブ名称が指
定されているか否か判別する(ステップ604)。ジョ
ブ名称が指定されていない場合は(ステップ604)、
ユーザIDではじまるジョブ名称の取得を要求するため、
プログラム動作空間に設定されたユーザIDを入力パラメ
ータリストに設定し(ステップ605)、ステップ61
1に進む。ディレクトリ名称にジョブ名称が指定されて
いる場合は(ステップ604)、プログラム動作空間に
設定されたユーザIDが、パス名称中のジョブ名称に含ま
れているか否かを判別する(ステップ607)。含まれ
ていなければ(ステップ607)、そのプログラム動作
空間に設定されたユーザIDのユーザには権限が無いとい
うことであるから、処理を異常終了する(ステップ60
6)。
Next, it is judged whether or not the job name is designated as the directory name (step 604). If the job name is not specified (step 604),
Since the acquisition of the job name starting with the user ID is requested,
The user ID set in the program operation space is set in the input parameter list (step 605), and step 61
Proceed to 1. When the job name is specified as the directory name (step 604), it is determined whether or not the user ID set in the program operation space is included in the job name in the path name (step 607). If it is not included (step 607), it means that the user with the user ID set in the program operation space does not have the authority, and the process is abnormally terminated (step 60).
6).

【0037】ステップ607でプログラム動作空間に設
定されたユーザIDがパス名称中のジョブ名称に含まれて
いる場合は、指定されたディレクトリ名称にジョブ番号
が指定されているか否か判別する(ステップ608)。
指定されていない場合、すなわちジョブ名称のみが指定
されている場合は、そのジョブ名称をもつジョブのジョ
ブ番号の取得をジョブ管理111に要求するため、ユー
ザIDとジョブ名称とを入力パラメータリストに設定し
(ステップ609)、ステップ611に進む。ステップ
608で指定されたディレクトリ名称にジョブ番号が指
定されている場合、すなわちジョブ名称およびジョブ番
号がともに指定されている場合は、そのジョブ番号をも
つジョブのデータ一覧の取得をジョブ管理111に要求
するため、ユーザIDとジョブ名称とジョブ番号とを入力
パラメータリストに設定し(ステップ610)、ステッ
プ611に進む。最後に、割り当てたディレクトリ一覧
管理テーブルのアドレスを返却する(ステップ61
1)。
If the user ID set in the program operation space in step 607 is included in the job name in the path name, it is determined whether the job number is specified in the specified directory name (step 608). ).
When not specified, that is, when only the job name is specified, the user ID and the job name are set in the input parameter list in order to request the job management 111 to obtain the job number of the job having the job name. (Step 609) and the process proceeds to Step 611. When the job number is specified in the directory name specified in step 608, that is, when both the job name and the job number are specified, the job management 111 is requested to acquire the data list of the job having the job number. Therefore, the user ID, the job name, and the job number are set in the input parameter list (step 610), and the process proceeds to step 611. Finally, the address of the allocated directory list management table is returned (step 61).
1).

【0038】図18に、処理116におけるreaddir関
数の処理フローチャート図を示す。まず、入力オペラン
ドに指定されたポインタからディレクトリ一覧管理テー
ブルを探し(ステップ1801)、そのディレクトリ一
覧管理テーブルのフラグから処理対象がファイルかスプ
ールかを区別する(ステップ1802)。ファイルであ
れば、ディレクトリ名ではじまるファイル名をカタログ
から取得し(ステップ1803)、取得したファイル名
の文字列を返却する(ステップ1807)。なお、次に
呼ばれたときに同じファイル名を返却しないようにする
ため、取得したファイル名をディレクトリ一覧管理テー
ブルに記録しておく(ステップ1804)。
FIG. 18 shows a processing flowchart of the readdir function in the processing 116. First, the directory list management table is searched from the pointer specified in the input operand (step 1801), and the flag of the directory list management table is used to distinguish whether the processing target is a file or a spool (step 1802). If it is a file, the file name starting with the directory name is acquired from the catalog (step 1803), and the character string of the acquired file name is returned (step 1807). Note that the acquired file name is recorded in the directory list management table so that the same file name is not returned the next time it is called (step 1804).

【0039】ステップ1802で処理対象がスプールで
ある場合は、ディレクトリ一覧管理テーブル中の入力オ
ペランド領域を指定してジョブ管理111を呼び出して
ジョブ名称、ジョブ番号、およびデータ名称を取得し
(ステップ1805)、入力オペランド領域にジョブ名
称とジョブ番号がともに指定されている場合はデータ名
称を、ジョブ名称のみが指定されている場合はジョブ番
号を、どちらも指定されていない場合はジョブ名称を、
それぞれ返却する(ステップ1807)。なお、次に呼
ばれたときに同じジョブ名称やデータ名称を返却しない
ようにするため、取得した名称をディレクトリ一覧管理
テーブルに記録しておく(ステップ1806)。
If the object to be processed is a spool in step 1802, the job management 111 is called by specifying the input operand area in the directory list management table and the job name, job number, and data name are acquired (step 1805). , If both the job name and job number are specified in the input operand area, the data name is specified.If only the job name is specified, the job number is specified. If neither is specified, the job name is specified.
Each is returned (step 1807). Note that the acquired name is recorded in the directory list management table so that the same job name or data name is not returned the next time it is called (step 1806).

【0040】以上の処理により、ファイルの入出力やデ
ィレクトリの一覧取得と同じインタフェースで、ジョブ
実行結果の入出力やジョブやジョブ実行結果の一覧を取
得することができ、ジョブ実行結果をアクセスするプロ
グラムを、従来のように直接ジョブ管理を呼び出すこと
に比べ、簡単に作成することができる。
By the above processing, the program which accesses the job execution result by inputting / outputting the job execution result and acquiring the list of the job and the job execution result can be obtained with the same interface as the file input / output and the directory acquisition. Can be created more easily than calling the job management directly as in the past.

【0041】次に、ジョブの実行結果を他の計算機から
操作する方法を述べる。まず、クライアント計算機20
0からユーザIDやパスワードを送信してサーバ計算機1
00に接続すると、サーバ計算機100では図3のよう
にサーバ処理115を1つ割り当てて接続認証を行い、
クライアント計算機200では図7に示す画面を出力装
置205に表示する。図7において、220は、サーバ
計算機100を示すウインドウであり、ウインドウ22
0を閉じると、サーバ計算機100との接続が切断さ
れ、サーバプロセス115が解放される。ウインドウ2
20には、ジョブおよびスプールをシンボル化したアイ
コン231が表示される。
Next, a method of operating the job execution result from another computer will be described. First, the client computer 20
Server computer 1 by sending user ID and password from 0
When connecting to 00, the server computer 100 allocates one server process 115 as shown in FIG.
The client computer 200 displays the screen shown in FIG. 7 on the output device 205. In FIG. 7, 220 is a window showing the server computer 100, and the window 22
When 0 is closed, the connection with the server computer 100 is disconnected and the server process 115 is released. Window 2
At 20, an icon 231 symbolizing the job and the spool is displayed.

【0042】アイコン231をマウス206でクリック
すると、サーバ計算機100およびクライアント計算機
200は図8に示した処理を行い、クライアント計算機
200は図9に示す画面を出力装置205に表示する。
When the icon 231 is clicked with the mouse 206, the server computer 100 and the client computer 200 perform the processing shown in FIG. 8, and the client computer 200 displays the screen shown in FIG. 9 on the output device 205.

【0043】図8の処理について説明する。まずクライ
アント計算機200は、ユーザインタフェース処理21
1を起動して、クリックに対応した処理である入出力開
始処理を呼び出す(ステップ801)。入出力開始処理
では、クリックされたアイコンの種別(通常のファイル
を示すアイコンなのかジョブおよびスプールをシンボル
化したアイコンなのか)を判別し、アイコン231であ
れば、クライアント処理213のジョブ一覧取得要求処
理を呼び出す(ステップ802)。ジョブ一覧取得要求
処理では、ジョブ一覧取得要求であることを示すコマン
ドコードを記録したパケットを生成し、サーバ計算機1
00のサーバ処理115に転送する(ステップ80
3)。
The processing of FIG. 8 will be described. First, the client computer 200 executes the user interface processing 21.
1 is started, and the input / output start process, which is the process corresponding to the click, is called (step 801). In the input / output start processing, the type of the clicked icon (whether it is an icon indicating a normal file or an icon in which a job and a spool are symbolized) is determined, and if it is the icon 231, a job list acquisition request for the client processing 213 is made. The process is called (step 802). In the job list acquisition request process, a packet in which a command code indicating a job list acquisition request is recorded is generated, and the server computer 1
00 to the server processing 115 (step 80)
3).

【0044】サーバ計算機100のサーバ処理115で
は、送信されてきたパケットのコマンドコードにより要
求された処理がジョブ一覧取得処理であることを判別し
(ステップ811)、入力オペランドにスプール識別文
字列を指定して関数ライブラリ116のディレクトリ一
覧取得処理(図6および図18で説明したopendir関数
およびreaddir関数を用いる)を呼び出すか、直接ジョ
ブ管理を呼び出して(すなわちサーバ処理115内のジ
ョブ一覧取得処理から直接ジョブ管理111を呼び出し
て)、接続したときに送信したユーザIDではじまるジョ
ブ名称とそのジョブ番号との組の一覧を取得し(ステッ
プ812)、パケット化してクライアント処理213に
返送する(ステップ813)。
The server processing 115 of the server computer 100 determines that the processing requested by the command code of the transmitted packet is the job list acquisition processing (step 811) and specifies the spool identification character string in the input operand. Then, the directory list acquisition process (using the opendir function and the readdir function described in FIGS. 6 and 18) of the function library 116 is called, or the job management is directly called (that is, directly from the job list acquisition process in the server process 115). By calling the job management 111), a list of pairs of job names and job numbers starting with the user ID transmitted when connecting is obtained (step 812), packetized and returned to the client processing 213 (step 813). .

【0045】クライアント処理213では、返送されて
きたパケットに記載されたジョブ名称とジョブ番号とか
ら、クライアント計算機200上(メモリ上)に、図1
0に示すディレクトリテーブル240のエントリ24
1,242,243を生成し(ステップ804)、ジョ
ブ名称をシンボル化したアイコン232をジョブ名称ウ
インドウ221に表示する(ステップ805)。図9
に、表示されたジョブ名称ウインドウ221を示す。
In the client processing 213, the job name and the job number described in the returned packet are displayed on the client computer 200 (on the memory) as shown in FIG.
Entry 24 of the directory table 240 shown in 0
1, 242 and 243 are generated (step 804), and the icon 232 symbolizing the job name is displayed in the job name window 221 (step 805). FIG.
Shows the displayed job name window 221.

【0046】図10に示したテーブル240は、ジョブ
名称、ジョブ番号、およびデータ名称を木構造化したテ
ーブルである。木構造ディレクトリファイルシステムの
ディレクトリがジョブ名称とジョブ番号とに、ファイル
がデータ名称に、それぞれ相当する。エントリ241
は、スプール内のデータであることを示すエントリであ
り、サーバアドレスを格納し、ジョブがどのサーバ計算
機のジョブであるかをテーブルをたどることによって知
ることができる。エントリ241をクライアント計算機
の任意のディレクトリにマウントすることで、クライア
ント計算機のファイルのように、ジョブ実行結果を扱う
ことができる。
The table 240 shown in FIG. 10 is a table in which a job name, a job number, and a data name are tree-structured. The directory of the tree structure directory file system corresponds to the job name and the job number, and the file corresponds to the data name. Entry 241
Is an entry indicating that the data is in the spool, the server address is stored, and which server computer job the job is can be known by tracing the table. By mounting the entry 241 on an arbitrary directory of the client computer, the job execution result can be handled like a file of the client computer.

【0047】図9の画面にて、ジョブ名称をシンボル化
したアイコン232aをクリックすると、クライアント
計算機200では、図10のテーブル240からアイコ
ン232aに対応したエントリ242aを検索し、エン
トリ242aのメンバであるエントリ243aとエント
リ243bとのジョブ番号をシンボル化したアイコン2
33aおよび233bをジョブ番号ウインドウ222に
表示する。図11に、表示後の画面を示す。
When the icon 232a symbolizing the job name is clicked on the screen of FIG. 9, the client computer 200 retrieves the entry 242a corresponding to the icon 232a from the table 240 of FIG. 10 and is a member of the entry 242a. Icon 2 that symbolizes the job numbers of the entry 243a and the entry 243b
33a and 233b are displayed in the job number window 222. FIG. 11 shows the screen after the display.

【0048】図11の画面にて、ジョブ番号をシンボル
化したアイコン233aをクリックすると、クライアン
ト計算機200では、図10のテーブル240からアイ
コン232aに対応したエントリ243aを検索し、エ
ントリ243aに対応したジョブJOB00001内のデータ名
称一覧をジョブ名とジョブ番号を取得したときと同様の
方法でサーバ計算機100から取得し、取得したデータ
名称一覧からエントリ244を作成し、図12に示す画
面のように、データ名称をシンボル化したアイコン23
4をジョブ実行結果ウインドウ223に表示する。
When the icon 233a symbolizing the job number is clicked on the screen of FIG. 11, the client computer 200 searches the table 240 of FIG. 10 for the entry 243a corresponding to the icon 232a, and the job corresponding to the entry 243a is searched. The data name list in JOB00001 is acquired from the server computer 100 in the same manner as when the job name and job number are acquired, an entry 244 is created from the acquired data name list, and data is displayed as shown in the screen of FIG. Icon that symbolizes the name 23
4 is displayed in the job execution result window 223.

【0049】図12の画面にて、データ名称をシンボル
化したアイコン234aをクリックすると、サーバ計算
機100およびクライアント計算機200は図13に示
した処理を行い、アイコン234に対応したジョブ実行
結果をサーバ計算機100からクライアント計算機20
0へと転送し、クライアント計算機200では図17に
示す画面を出力装置205に表示する。
When the icon 234a in which the data name is symbolized is clicked on the screen of FIG. 12, the server computer 100 and the client computer 200 perform the processing shown in FIG. 13, and the job execution result corresponding to the icon 234 is displayed on the server computer. 100 to the client computer 20
0, and the client computer 200 displays the screen shown in FIG. 17 on the output device 205.

【0050】図13の処理について説明する。まずクラ
イアント計算機200は、ユーザインタフェース処理2
11を起動し、クリックに対応した処理である入出力開
始処理を呼び出す(ステップ1301)。入出力開始処
理では、クリックされたアイコンの種別を判別し、アイ
コン234であれば、クライアント処理213のジョブ
実行結果取得要求処理を呼び出す(ステップ130
2)。ジョブ実行結果取得要求処理では、ジョブ実行結
果取得要求であることを示すコマンドコードと、取得す
るジョブ実行結果のジョブ名称、ジョブ番号、およびデ
ータ名称を記録したパケットを生成し、サーバ計算機1
00のサーバ処理115に転送する(ステップ130
3)。
The processing of FIG. 13 will be described. First, the client computer 200 uses the user interface process 2
11 is started, and the input / output start process which is the process corresponding to the click is called (step 1301). In the input / output start processing, the type of the clicked icon is determined, and if it is the icon 234, the job execution result acquisition request processing of the client processing 213 is called (step 130).
2). In the job execution result acquisition request process, a packet that records a command code indicating a job execution result acquisition request and the job name, job number, and data name of the job execution result to be acquired is generated, and the server computer 1
00 to the server processing 115 (step 130)
3).

【0051】サーバ計算機100のサーバ処理115で
は、送信されてきたパケットのコマンドコードにより要
求された処理がジョブ実行結果取得処理であることを判
別し(ステップ1311)、入力オペランドにジョブ実
行結果のパス名称文字列を指定して関数ライブラリ11
6の入出力開始処理(図5)を呼び出すか、直接ジョブ
管理を呼び出して、ジョブ実行結果の入出力開始手続き
をしたのちジョブ実行結果を読み込み(ステップ131
2)、パケット化してクライアント処理213に返送す
る(ステップ1313)。
The server process 115 of the server computer 100 determines that the process requested by the command code of the transmitted packet is the job execution result acquisition process (step 1311), and the job execution result path is input to the input operand. Function library 11 by specifying the name string
6 I / O start processing (FIG. 5) or by directly calling job management to perform a job execution result I / O start procedure and then read the job execution result (step 131).
2), packetize and return to the client process 213 (step 1313).

【0052】クライアント処理213では、返送されて
きたジョブ実行結果を、出力装置205のテキストウイ
ンドウ(新しく開く)などに表示する。図17の225
が、アイコン234a(SYSPRINT)のジョブ実行結果を
表示するテキストウインドウである。
In the client process 213, the returned job execution result is displayed in a text window (newly opened) of the output device 205. 225 of FIG.
Is a text window displaying the job execution result of the icon 234a (SYSPRINT).

【0053】出力装置205の画面には、上述したスプ
ール内のジョブやジョブ実行結果をシンボル化したアイ
コンやウインドウのほか、サーバ計算機100やクライ
アント計算機200のディレクトリやファイルをシンボ
ル化したアイコンやウインドウを表示することができ
る。図14に、画面の出力例を示す。
On the screen of the output device 205, in addition to the icons and windows symbolizing the jobs and job execution results in the spool described above, icons and windows symbolizing the directories and files of the server computer 100 and the client computer 200 are displayed. Can be displayed. FIG. 14 shows an output example of the screen.

【0054】図14の画面では、サーバ計算機ウインド
ウ220、ジョブ名称ウインドウ221、およびジョブ
実行結果ウインドウ223のほか、クライアント計算機
200のファイルシステム内のあるディレクトリを示す
ウインドウ224が表示されている。この画面にて、マ
ウス206を操作して、アイコン234aをウインドウ
224やアイコン235aに重ねるドラッグ&ドロップ
動作をユーザが行うと、アイコン234aに対応したジ
ョブ番号JOB00001のジョブ実行結果SYSPRINTをウインド
ウ224に対応したディレクトリへ転送する処理が起動
される。図15に、本処理のフローチャート図を示す。
In the screen of FIG. 14, a server computer window 220, a job name window 221, a job execution result window 223, and a window 224 showing a directory in the file system of the client computer 200 are displayed. On this screen, when the user operates the mouse 206 to perform the drag & drop operation of overlapping the icon 234a with the window 224 or the icon 235a, the job execution result SYSPRINT of the job number JOB00001 corresponding to the icon 234a is associated with the window 224. The process of transferring to the specified directory is started. FIG. 15 shows a flowchart of this processing.

【0055】図15において、まずクライアント計算機
200では、ユーザインタフェース処理121がドラッ
グ&ドロップ動作に対応したドラッグ&ドロップ処理を
呼び出す(ステップ1501)。ドラッグ&ドロップ処
理では、ドラッグ元を判別し、ドラッグ元がサーバ計算
機100のジョブやジョブ実行結果のアイコンであれ
ば、ジョブ実行結果転送処理を呼び出す(ステップ15
02)。
In FIG. 15, first, in the client computer 200, the user interface processing 121 calls the drag & drop processing corresponding to the drag & drop operation (step 1501). In the drag & drop process, the drag source is determined, and if the drag source is a job of the server computer 100 or an icon of the job execution result, the job execution result transfer process is called (step 15).
02).

【0056】ジョブ実行結果転送処理では、ドロップ先
を判別し(ステップ1503)、ドロップ先のアイコン
またはウインドウに対応したディレクトリがサーバ計算
機100のディレクトリであれば、ジョブ実行結果のフ
ァイル出力要求パケットを生成し、ファイル名称ととも
にサーバ計算機に送信する(ステップ1504)。ステ
ップ1503でドロップ先のアイコンまたはウインドウ
に対応したディレクトリがクライアント計算機200の
ディレクトリであれば、ジョブ実行結果表示処理と同様
にジョブ実行結果要求のパケットをサーバ処理115に
送信し(ステップ1505)、ジョブ実行結果がサーバ
計算機100から転送されるのを待って、クライアント
計算機200のファイルシステムに新たなファイルを作
成し、サーバ計算機100から転送されたジョブ実行結
果を格納する(ステップ1506)。
In the job execution result transfer process, the drop destination is determined (step 1503), and if the directory corresponding to the icon or window of the drop destination is the directory of the server computer 100, a file output request packet of the job execution result is generated. Then, the file name and the file name are transmitted to the server computer (step 1504). If the directory corresponding to the icon or window at the drop destination is the directory of the client computer 200 in step 1503, a job execution result request packet is transmitted to the server process 115 as in the job execution result display process (step 1505), and the job is executed. After waiting for the execution result to be transferred from the server computer 100, a new file is created in the file system of the client computer 200, and the job execution result transferred from the server computer 100 is stored (step 1506).

【0057】サーバ処理115では、クライアント計算
機200からジョブ実行結果要求パケットが送信(ステ
ップ1505)されてきた場合は、ジョブ実行結果表示
処理(図13右段)と同様にジョブ実行結果をクライア
ントに返送する(ステップ1511〜1514)。ま
た、ジョブ実行結果のファイル出力要求が送信(ステッ
プ1504)されてきた場合は、新たなファイルをサー
バ計算機100の磁気ディスク装置104に作成し、ジ
ョブ実行結果を格納する(ステップ1515)。
In the server processing 115, when the job execution result request packet is transmitted from the client computer 200 (step 1505), the job execution result is returned to the client in the same manner as the job execution result display processing (right part of FIG. 13). (Steps 1511 to 1514). If a file output request for the job execution result is sent (step 1504), a new file is created in the magnetic disk device 104 of the server computer 100 and the job execution result is stored (step 1515).

【0058】なお、ドラッグ&ドロップされたアイコン
234がジョブ番号やジョブをシンボル化したアイコン
の場合は、アイコンに対応したジョブ内の全実行結果を
転送するまでステップ1503から1504までの処理
を繰り返す。
If the dragged and dropped icon 234 is a job number or an icon that symbolizes the job, the processing from steps 1503 to 1504 is repeated until all the execution results in the job corresponding to the icon are transferred.

【0059】図14の画面にて、アイコン235bをウ
インドウ221またはアイコン231に重ねるドラッグ
&ドロップ動作をユーザが行うと、アイコン234bに
対応したファイルの内容をジョブ制御ファイルであると
みなして、そのファイルに記されたジョブをサーバ計算
機100に投入し実行する。図16に、本処理のフロー
チャート図を示す。
When the user performs a drag & drop operation for superimposing the icon 235b on the window 221 or the icon 231 on the screen of FIG. 14, the contents of the file corresponding to the icon 234b is regarded as a job control file, and the file The job described in (1) is submitted to the server computer 100 and executed. FIG. 16 shows a flowchart of this process.

【0060】図16において、まずクライアント計算機
200では、ユーザインタフェース処理121がドラッ
グ&ドロップ動作に対応したドラッグ&ドロップ処理を
呼び出す(ステップ1601)。ドラッグ&ドロップ処
理では、ドロップ先を判別し、ドロップ先がウインドウ
221またはアイコン231であれば、ジョブ投入処理
を呼び出す(ステップ1602)。
In FIG. 16, first, in the client computer 200, the user interface processing 121 calls the drag & drop processing corresponding to the drag & drop operation (step 1601). In the drag & drop process, the drop destination is determined, and if the drop destination is the window 221 or the icon 231, the job input process is called (step 1602).

【0061】ジョブ投入処理では、ドラッグ元を判別し
(ステップ1603)、ドラッグ元のアイコン235b
に対応したファイルがサーバ計算機100のファイルで
あれば、そのファイルのファイル名称をサーバ処理11
5に転送する(ステップ1604)。ステップ1603
でドラッグ元のアイコン235bに対応したファイルが
クライアント計算機200のファイルであれば、そのフ
ァイルを読み込み、サーバ処理115に転送する(ステ
ップ1605)。このとき、アイコン235bに対応し
たファイルの拡張子などの属性によって、ジョブ制御フ
ァイルであるかどうか判別し、ジョブ制御ファイルでな
い場合は、ジョブ投入を行わないようにすることもでき
る。
In the job input process, the drag source is determined (step 1603) and the drag source icon 235b is determined.
If the file corresponding to is a file of the server computer 100, the file name of the file is set to the server process 11
5 (step 1604). Step 1603
If the file corresponding to the drag source icon 235b is the file of the client computer 200, the file is read and transferred to the server process 115 (step 1605). At this time, it is possible to determine whether or not it is a job control file based on the attribute such as the extension of the file corresponding to the icon 235b, and if it is not a job control file, it is possible not to submit the job.

【0062】サーバ処理115では、送信されてきたパ
ケットのコマンドコードによりジョブ投入要求であるこ
とを判別すると(ステップ1611)、サーバ計算機1
00のファイル名称が送信(ステップ1604)されて
きた場合は、そのファイルを読み込み(ステップ161
2)、そのファイル内容をサーバ計算機100の内部リ
ーダに出力してジョブ管理111にジョブの実行を依頼
する(ステップ1613)。また、クライアントからフ
ァイル内容と共にジョブ投入要求が送信(ステップ16
05)されてきた場合は、受け取ったファイル内容をサ
ーバ計算機100の内部リーダに出力してジョブ管理1
11にジョブの実行を依頼する(ステップ1613)。
In the server processing 115, when it is determined that the job is requested by the command code of the transmitted packet (step 1611), the server computer 1
When the file name of 00 is transmitted (step 1604), the file is read (step 161).
2) The file contents are output to the internal reader of the server computer 100 and the job management 111 is requested to execute the job (step 1613). Also, a job submission request is sent from the client together with the file contents (step 16
05), the received file contents are output to the internal reader of the server computer 100 and the job management 1
11 is requested to execute the job (step 1613).

【0063】なお、実行結果の表示や転送処理と同様
に、ジョブ名称アイコン、ジョブ番号アイコン、および
ジョブ実行結果アイコンを操作し、サーバ計算機100
に依頼することによって、ジョブ実行結果を削除した
り、ジョブの実行を取り消したり、ジョブの実行状態を
問い合わせたりすることも可能である。
Similar to the execution result display and transfer processing, the job name icon, the job number icon, and the job execution result icon are operated to operate the server computer 100.
It is also possible to delete the job execution result, cancel the execution of the job, and inquire about the execution status of the job.

【0064】以上の処理により、クライアント計算機2
00のファイルに対する操作と同様のユーザインタフェ
ースで汎用計算機のジョブ実行結果の表示や一覧取得、
転送などの操作をすることができ、汎用計算機のジョブ
やスプールデータの操作性を改善することができる。
With the above processing, the client computer 2
Display and list of job execution results of general-purpose computers with the same user interface as operations for 00 files
Operations such as transfer can be performed, and the operability of jobs and spool data on a general-purpose computer can be improved.

【0065】[0065]

【発明の効果】本発明に係るジョブ及びスプールの操作
方法によれば、汎用計算機(サーバ計算機)のジョブの
実行結果を、汎用計算機のファイルをアクセスする高級
言語のインタフェースと同じインタフェースでアクセス
することができるため、ファイルとジョブとを統一して
扱うことができ、スプール内のデータをアクセスするプ
ログラムの開発効率を向上させることができる。また、
クライアント計算機上のファイルと同様のユーザインタ
フェースで汎用計算機のジョブの実行結果をアクセスし
たり転送したりできるため、ジョブの投入や状態変更を
容易な操作で行うことができ、汎用計算機のジョブやス
プールデータの操作性を改善することができる。
According to the job and spool operating method of the present invention, the execution result of the job of the general-purpose computer (server computer) can be accessed by the same interface as the high-level language interface for accessing the file of the general-purpose computer. Since it is possible to handle files and jobs in a unified manner, it is possible to improve the development efficiency of a program for accessing data in the spool. Also,
Job execution results of general-purpose computers can be accessed and transferred with the same user interface as files on client computers, so jobs can be submitted and status changes can be performed easily, and jobs and spools of general-purpose computers can be performed. The operability of data can be improved.

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

【図1】汎用計算機のジョブ実行方法を示した図FIG. 1 is a diagram showing a job execution method of a general-purpose computer

【図2】本発明に係るハードウェア構成図FIG. 2 is a hardware configuration diagram according to the present invention.

【図3】本発明に係る処理ブロック図FIG. 3 is a processing block diagram according to the present invention.

【図4】パス名称の記述方法を示した図FIG. 4 is a diagram showing a method of describing a path name.

【図5】入出力開始処理(open処理)のフローチャート
FIG. 5 is a flowchart of input / output start processing (open processing).

【図6】一覧取得処理(opendir処理)のフローチャー
ト図
FIG. 6 is a flowchart of list acquisition processing (opendir processing).

【図7】サーバ計算機接続直後のクライアント計算機の
ディスプレィ出力画面を示す図
FIG. 7 is a diagram showing a display output screen of the client computer immediately after connecting to the server computer.

【図8】クライアント計算機からサーバ計算機のジョブ
一覧を取得する処理のフローチャート図
FIG. 8 is a flowchart of a process of acquiring a job list of a server computer from a client computer.

【図9】ジョブアイコンを開いたときのクライアント計
算機のディスプレィ出力画面を示す図
FIG. 9 is a diagram showing a display output screen of the client computer when a job icon is opened.

【図10】ジョブ一覧を管理する木構造テーブルを示す
FIG. 10 is a diagram showing a tree structure table for managing a job list.

【図11】ジョブ名アイコンを開いたときのクライアン
ト計算機のディスプレィ出力画面を示す図
FIG. 11 is a diagram showing a display output screen of the client computer when the job name icon is opened.

【図12】ジョブ名アイコンを開いたときのクライアン
ト計算機のディスプレィ出力画面を示す図
FIG. 12 is a diagram showing a display output screen of the client computer when the job name icon is opened.

【図13】クライアント計算機からサーバ計算機のジョ
ブ実行結果を読み込む処理のフローチャート図
FIG. 13 is a flowchart of a process of reading a job execution result of a server computer from a client computer.

【図14】クライアント計算機のディレクトリウインド
ウを開いたときのクライアント計算機のディスプレィ出
力画面を示す図
FIG. 14 is a diagram showing a display output screen of the client computer when the directory window of the client computer is opened.

【図15】サーバ計算機のジョブ実行結果をクライアン
ト計算機に転送またはサーバ計算機のファイルに出力す
る処理のフローチャート図
FIG. 15 is a flowchart of a process of transferring a job execution result of a server computer to a client computer or outputting the result to a file of the server computer.

【図16】クライアント計算機からジョブを投入する処
理のフローチャート図
FIG. 16 is a flowchart of processing for submitting a job from a client computer.

【図17】ジョブ実行結果のアイコンを開いたときのク
ライアント計算機のディスプレィ出力画面を示す図
FIG. 17 is a diagram showing a display output screen of the client computer when the job execution result icon is opened.

【図18】一覧取得処理(readdir処理)のフローチャ
ート図
FIG. 18 is a flowchart of list acquisition processing (readdir processing).

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

001:ネットワーク、100:サーバ計算機、10
1:中央処理装置、102:主記憶装置、103:通信
制御装置、104:ファイル用磁気ディスク装置、10
5:スプール用磁気ディスク装置、111:ジョブ管理
処理、112:TSS処理、113:ファイル管理処理、
114:通信処理、115:サーバプロセス、116:
関数ライブラリ、200:クライアント計算機、201
中央処理装置、202:主記憶装置、203:通信制御
装置、204:磁気ディスク装置、205:ディスプレ
イ装置、206、207:入力装置、211:ユーザイ
ンタフェース処理、212:クライアン計算機内のファ
イルの入出力処理、213:クライアントプロセス、2
14:通信処理。
001: network, 100: server computer, 10
1: Central processing unit, 102: Main storage device, 103: Communication control device, 104: File magnetic disk device, 10
5: spool magnetic disk device, 111: job management process, 112: TSS process, 113: file management process,
114: communication processing, 115: server process, 116:
Function library, 200: Client computer, 201
Central processing unit, 202: main storage unit, 203: communication control unit, 204: magnetic disk unit, 205: display unit, 206, 207: input unit, 211: user interface process, 212: input / output of files in client computer Processing, 213: client process, 2
14: Communication processing.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G06F 15/00 310 G06F 15/00 310S ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI Technical display location G06F 15/00 310 G06F 15/00 310S

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】実行要求されるジョブの処理内容を示した
ジョブ制御ファイルを、記憶装置上の領域であるスプー
ルの一部に格納したのちに実行するとともに、該ジョブ
の実行結果を前記スプール内の一部の領域に格納する計
算機システムにおけるジョブ及びスプールの操作方法で
あって、 前記計算機システムで動作する任意のプログラムからジ
ョブ実行結果またはファイルの操作処理を呼び出す際
に、該呼び出しの入力オペランドとして前記処理対象と
なるジョブ実行結果またはファイルを特定する文字列A
を指定して前記操作処理を呼び出す操作処理呼び出しス
テップと、 該操作処理の呼び出しに応答して、前記文字列Aに、前
記処理対象がジョブ実行結果であることを示す所定の文
字列Bが含まれているか否かを判別する判別ステップ
と、 前記文字列Bが含まれていない場合、前記文字列Bをフ
ァイル名称とするファイルに対して前記ファイルの操作
処理を実行するファイル操作ステップと、 前記文字列Bが含まれている場合、前記文字列Aから処
理対象のジョブ実行結果を特定し、前記スプールを管理
するジョブ管理処理を呼び出して、前記ジョブ実行結果
の操作処理を実行するジョブ実行結果操作ステップとを
備えたことを特徴とするジョブ及びスプールの操作方
法。
1. A job control file indicating the processing contents of a job requested to be executed is stored in a part of a spool which is an area on a storage device and then executed, and the execution result of the job is stored in the spool. A method for operating a job and spool in a computer system for storing in a partial area of a computer system, which is used as an input operand of the call when a job execution result or a file operation process is called from an arbitrary program operating in the computer system. A character string A that identifies the job execution result or file to be processed
In response to the operation process calling step for calling the operation process by designating, the character string A includes a predetermined character string B indicating that the processing target is a job execution result. A determination step of determining whether or not the file is included, and a file operation step of performing an operation process of the file on a file having the file name of the character string B when the character string B is not included, If the character string B is included, the job execution result that specifies the job execution result of the processing target from the character string A, calls the job management process that manages the spool, and executes the operation process of the job execution result A method for operating a job and a spool, comprising: an operation step.
【請求項2】前記操作処理がジョブ実行結果またはファ
イルの入出力開始処理であって、前記入力オペランドと
して、前記文字列Bとジョブ名称文字列とジョブを識別
するために与えられたジョブ番号文字列とジョブの実行
結果の識別文字列とを特定の文字で連結することによっ
て形成した文字列Aが指定されていた場合、 前記ジョブ実行結果操作ステップは、 ジョブ名称文字列とジョブ番号文字列とジョブ実行結果
の識別文字列とを前記文字列Aから抽出して前記ジョブ
管理処理に送信するステップと、 ジョブ実行結果の入出力を開始するために必要な情報を
前記ジョブ管理処理から取得するステップと、 取得された情報を元に前記文字列Aに指定されたジョブ
実行結果の入出力を開始するステップとを含む請求項1
に記載のジョブ及びスプールの操作方法。
2. The operation process is a job execution result or a file input / output start process, and the character string B, the job name character string, and a job number character given to identify the job as the input operands. When the character string A formed by concatenating the column and the job execution result identification character string with a specific character is specified, the job execution result operation step includes a job name character string and a job number character string. A step of extracting the identification string of the job execution result from the character string A and transmitting it to the job management process; and a step of acquiring information necessary to start input / output of the job execution result from the job management process And a step of starting input / output of a job execution result specified in the character string A based on the acquired information.
The method of operating the job and spool described in.
【請求項3】前記操作処理がディレクトリの一覧取得処
理であって、前記入力オペランドとして、前記文字列B
とジョブ名称文字列とを特定の文字で連結することによ
って形成した文字列Aが指定されていた場合、 前記ジョブ実行結果操作ステップは、 ジョブ名称文字列を前記文字列Aから抽出して前記ジョ
ブ管理処理に送信するステップと、 前記ジョブ名称文字列をもつ前記スプール内のジョブの
ジョブ番号の一覧を前記ジョブ管理処理から取得するス
テップとを含む請求項1に記載のジョブ及びスプールの
操作方法。
3. The operation process is a directory list acquisition process, and the character string B is used as the input operand.
When a character string A formed by connecting a job name character string and a job name character string is specified, the job execution result operation step extracts the job name character string from the character string A and The job and spool operating method according to claim 1, further comprising: a step of transmitting the job number to the management processing; and a step of obtaining a list of job numbers of jobs in the spool having the job name character string from the job management processing.
【請求項4】前記操作処理がディレクトリの一覧取得処
理であって、前記入力オペランドとして、前記文字列B
とジョブ名称文字列とジョブを識別するために与えられ
たジョブ番号文字列とを特定の文字で連結することによ
って形成した文字列Aが指定されていた場合、 前記ジョブ実行結果操作ステップは、 ジョブ名称文字列とジョブ番号文字列とを前記文字列A
から抽出して前記ジョブ管理処理に送信するステップ
と、 前記ジョブ名称文字列とジョブ番号文字列とをもつ前記
スプール内のジョブの実行結果の識別文字列の一覧を前
記ジョブ管理処理から取得するステップとを含む請求項
1に記載のジョブ及びスプールの操作方法。
4. The operation process is a directory list acquisition process, and the character string B is used as the input operand.
And a job name character string and a character string A formed by connecting a job number character string given to identify the job with a specific character are specified, the job execution result operation step The name character string and the job number character string are the character string A
Extracting from the job management process, and obtaining from the job management process a list of identification strings of job execution results in the spool having the job name string and the job number string. The method for operating a job and spool according to claim 1, further comprising:
【請求項5】前記操作処理を呼び出したユーザのユーザ
識別子が、前記文字列Aに含まれているか否かを判別す
るステップと、 前記ユーザ識別子が前記文字列Aに含まれている場合の
み前記ジョブ管理処理を呼び出して前記操作処理を実行
するステップとをさらに備えた請求項1に記載のジョブ
及びスプールの操作方法。
5. A step of determining whether or not a user identifier of a user who has called the operation process is included in the character string A, and only when the user identifier is included in the character string A, The method for operating a job and spool according to claim 1, further comprising the step of calling a job management process to execute the operation process.
【請求項6】ジョブの処理内容を示したジョブ制御ファ
イルを、記憶装置上の領域であるスプールの一部に格納
したのちに実行し、該ジョブの実行結果を前記スプール
内の一部の領域に格納するサーバ計算機と、グラフィカ
ルユーザインタフェースを備えたクライアント計算機と
が、ネットワーク接続されたコンピュータシステムにお
けるジョブ及びスプールの操作方法であって、 前記サーバ計算機のスプールをシンボル化したアイコン
を、前記クライアント計算機のディスプレイに表示する
ステップと、 前記スプール内のジョブ名称をシンボル化したアイコン
を、前記スプールのアイコンに対応したウインドウ内に
表示するステップと、 前記ジョブ名称をもつジョブのジョブ番号をシンボル化
したアイコンを、前記ジョブ名称のアイコンに対応した
ウインドウ内に表示するステップと、 前記ジョブ番号をもつジョブの実行結果をシンボル化し
たアイコンを、前記ジョブ番号のアイコンに対応したウ
インドウ内に表示するステップとを備えたことを特徴と
するジョブ及びスプールの操作方法。
6. A job control file showing the processing contents of a job is stored in a part of a spool which is an area on a storage device and then executed, and the execution result of the job is part of the area in the spool. A server computer to be stored in a computer and a client computer having a graphical user interface are job and spool operating methods in a computer system connected to a network, and an icon that symbolizes the spool of the server computer is displayed on the client computer. On the display, displaying an icon that symbolizes the job name in the spool in a window corresponding to the icon of the spool, and an icon that symbolizes the job number of the job having the job name The job name icon A job comprising: displaying in a corresponding window; and displaying an icon, which symbolizes an execution result of a job having the job number, in a window corresponding to the job number icon. And spool operation method.
【請求項7】前記サーバ計算機のジョブ実行結果をシン
ボル化したアイコンを、前記クライアント計算機のディ
スプレイに表示するステップと、 前記ジョブ実行結果のアイコンをクリックすることによ
って、前記サーバ計算機に前記ジョブ実行結果の転送を
要求するステップと、 前記ジョブ実行結果を前記スプールから読み出すステッ
プと、 前記ジョブ実行結果を前記クライアント計算機に転送す
るステップと、 前記ジョブ実行結果を前記クライアント計算機のディス
プレイに表示するステップとをさらに備えた請求項6に
記載のジョブ及びスプールの操作方法。
7. A step of displaying an icon, which symbolizes the job execution result of the server computer, on the display of the client computer; and clicking the job execution result icon to cause the server computer to display the job execution result. Requesting the transfer of the job execution result, reading the job execution result from the spool, transferring the job execution result to the client computer, and displaying the job execution result on the display of the client computer. The job and spool operating method according to claim 6, further comprising:
【請求項8】前記サーバ計算機のジョブ実行結果をシン
ボル化したアイコンを、前記クライアント計算機のディ
スプレイに表示するステップと、 前記クライアント計算機のディレクトリを、前記クライ
アント計算機のディスプレイに、アイコンまたはウイン
ドウとして表示するステップと、 前記ジョブ実行結果のアイコンを前記ディレクトリのア
イコンまたはウインドウに重ねることによって、前記サ
ーバ計算機に前記ジョブ実行結果の転送を要求するステ
ップと、 前記ジョブ実行結果を前記スプールから読み出すステッ
プと、 前記ジョブ実行結果を前記クライアント計算機に転送す
るステップと、 前記ジョブ実行結果を前記クライアント計算機のディレ
クトリに属するファイルに格納するステップとをさらに
備えた請求項6に記載のジョブ及びスプールの操作方
法。
8. A step of displaying an icon that symbolizes the job execution result of the server computer on the display of the client computer, and displaying the directory of the client computer as an icon or window on the display of the client computer. Requesting the server computer to transfer the job execution result by overlaying the job execution result icon on the directory icon or window; reading the job execution result from the spool; 7. The file according to claim 6, further comprising a step of transferring a job execution result to the client computer, and a step of storing the job execution result in a file belonging to a directory of the client computer. Operation of the probe and the spool.
【請求項9】前記サーバ計算機のジョブ実行結果をシン
ボル化したアイコンを、前記クライアント計算機のディ
スプレイに表示するステップと、 前記サーバ計算機のディレクトリを、前記クライアント
計算機のディスプレイに、アイコンまたはウインドウと
して表示するステップと、 前記ジョブ実行結果のアイコンを前記ディレクトリのア
イコンまたはウインドウに重ねることによって、前記サ
ーバ計算機に前記ジョブ実行結果の複製を要求するステ
ップと、 前記ジョブ実行結果を前記スプールから読み出すステッ
プと、 前記ジョブ実行結果を前記サーバ計算機のディレクトリ
に属するファイルに格納するステップとをさらに備えた
請求項6に記載のジョブ及びスプールの操作方法。
9. A step of displaying an icon that symbolizes the job execution result of the server computer on the display of the client computer, and displaying the directory of the server computer as an icon or window on the display of the client computer. Requesting the server computer to duplicate the job execution result by overlaying the job execution result icon on the directory icon or window; reading the job execution result from the spool; 7. The method for operating a job and spool according to claim 6, further comprising the step of storing the job execution result in a file belonging to the directory of the server computer.
【請求項10】前記サーバ計算機のスプールをシンボル
化したアイコンを、前記クライアント計算機のディスプ
レイに表示するステップと、 前記サーバ計算機または前記クライアント計算機のファ
イルをシンボル化したアイコンを、前記クライアント計
算機のディスプレイに表示するステップと、 前記ファイルのアイコンを、前記スプールのアイコンま
たは前記スプールのアイコンに対応したウインドウに重
ねることによって、前記ファイルに記載された内容のジ
ョブを起動するステップとをさらに備えた請求項6に記
載のジョブ及びスプールの操作方法。
10. A step of displaying a symbolized icon of the spool of the server computer on the display of the client computer, and a symbolized icon of the file of the server computer or the client computer on the display of the client computer. 7. The method according to claim 6, further comprising a step of displaying, and a step of activating a job having contents described in the file by superimposing the icon of the file on the icon of the spool or a window corresponding to the icon of the spool. The method of operating the job and spool described in.
JP8108514A 1996-04-04 1996-04-04 Operating method for job and spool Pending JPH09274561A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8108514A JPH09274561A (en) 1996-04-04 1996-04-04 Operating method for job and spool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8108514A JPH09274561A (en) 1996-04-04 1996-04-04 Operating method for job and spool

Publications (1)

Publication Number Publication Date
JPH09274561A true JPH09274561A (en) 1997-10-21

Family

ID=14486726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8108514A Pending JPH09274561A (en) 1996-04-04 1996-04-04 Operating method for job and spool

Country Status (1)

Country Link
JP (1) JPH09274561A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107164A (en) * 2004-10-06 2006-04-20 Kyocera Mita Corp Electronic instrument, data management method and program
JP2009020882A (en) * 1999-07-08 2009-01-29 Axis Ab Method and apparatus for upgrading firmware in embedded system
JP2020080010A (en) * 2018-11-12 2020-05-28 Nttテクノクロス株式会社 Program, information processing device, information processing system, and information processing method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009020882A (en) * 1999-07-08 2009-01-29 Axis Ab Method and apparatus for upgrading firmware in embedded system
JP2011146071A (en) * 1999-07-08 2011-07-28 Axis Ab Apparatus and method for upgrading firmware in embedded system
JP2006107164A (en) * 2004-10-06 2006-04-20 Kyocera Mita Corp Electronic instrument, data management method and program
JP4588404B2 (en) * 2004-10-06 2010-12-01 京セラミタ株式会社 Electronic device, data management method and program
JP2020080010A (en) * 2018-11-12 2020-05-28 Nttテクノクロス株式会社 Program, information processing device, information processing system, and information processing method

Similar Documents

Publication Publication Date Title
US6367073B2 (en) Centralized, automated installation of software products
US7240063B2 (en) System for getting conversion rules
US5999942A (en) Method and apparatus for enforcement of behavior of application processing systems without modifying application processing systems
US6832220B1 (en) Method and apparatus for file searching, accessing file identifiers from reference page
CN111695156A (en) Service platform access method, device, equipment and storage medium
CN101073057B (en) Mechanism for providing environment to command line instructions
JP2004500645A (en) Visual data storage and retrieval
JPH01320551A (en) File transfer
WO2002091162A2 (en) Drag and drop technique for building queries
US20080104080A1 (en) Method and apparatus to access heterogeneous configuration management database repositories
US20020095436A1 (en) System for providing information associated with software package and supporting test therefor
JPH09512358A (en) Interface device and method
JPWO2010052998A1 (en) Maintenance system, maintenance method, and maintenance program
US6725251B2 (en) Local-file-transfer method and local-filed-transfer system for client-server system
JP2001202283A (en) System for monitoring contents updating situation
EP1909170A1 (en) Method and system for automatically generating a communication interface
JPH09114724A (en) Remote file operating method
JP2003131919A (en) Document management apparatus
CN111722881A (en) Resource expansion method, system and device of container cloud platform
WO2023151397A1 (en) Application program deployment method and apparatus, device, and medium
JPH11305998A (en) Computer system
JPH09274561A (en) Operating method for job and spool
JPH11102289A (en) Screen generating method for operation process
EP4154129A1 (en) Database management methods and associated apparatus
US20040015742A1 (en) Method and system for allowing customization of remote data collection in the event of a system error