JPH0769847B2 - Job control method during rerun - Google Patents

Job control method during rerun

Info

Publication number
JPH0769847B2
JPH0769847B2 JP62045004A JP4500487A JPH0769847B2 JP H0769847 B2 JPH0769847 B2 JP H0769847B2 JP 62045004 A JP62045004 A JP 62045004A JP 4500487 A JP4500487 A JP 4500487A JP H0769847 B2 JPH0769847 B2 JP H0769847B2
Authority
JP
Japan
Prior art keywords
job
file
job control
execution
series
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.)
Expired - Fee Related
Application number
JP62045004A
Other languages
Japanese (ja)
Other versions
JPS63211033A (en
Inventor
正 福永
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP62045004A priority Critical patent/JPH0769847B2/en
Publication of JPS63211033A publication Critical patent/JPS63211033A/en
Publication of JPH0769847B2 publication Critical patent/JPH0769847B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)

Description

【発明の詳細な説明】 〔概 要〕 本発明は、ジョブ管理部にダミー走行手段を設け、一連
のジョブステップからなるジョブを途中から再実行する
際に、上記ダミー走行手段は指定された番号のジョブス
テップまで、実プログラムを走行させることなくジョブ
制御文のみを走行せしめ、ジョブ制御文のファイル定義
と実際のファイル状態が整合していることを確認し、上
記再開ジョブステップに正しいファイル状態を引き渡す
ようにした。
DETAILED DESCRIPTION OF THE INVENTION [Outline] According to the present invention, a dummy running unit is provided in a job management unit, and when a job including a series of job steps is re-executed from the middle, the dummy running unit is assigned a specified number. Up to the job step, run only the job control statement without running the actual program, check that the file definition in the job control statement and the actual file status match, and set the correct file status in the restart job step above. I tried to hand it over.

〔産業上の利用分野〕[Industrial application field]

本発明はリラン時のジョブ制御方法に係り、特に一連の
ジョブステップからなるジョブを途中から開始する際の
ファイル状態の確認方式に関する。
The present invention relates to a job control method during rerun, and more particularly to a method for checking a file status when a job consisting of a series of job steps is started halfway.

〔従来の技術〕[Conventional technology]

情報処理システム上で各種応用プログラムを実行するに
際して、第2図に示すように一般に多くのファイルを使
用する。
When executing various application programs on the information processing system, many files are generally used as shown in FIG.

同図において、1はファイルで、a,b,c等はファイル名
を示す。2はジョブステップで、,,等はジョブ
ステップ番号を示す。またファイルの横に記したu01,u0
2,u03等はボリュームの通し番号(通番)を示す。
In the figure, 1 is a file, and a, b, c, etc. are file names. Reference numeral 2 denotes a job step, and ,, etc. denote job step numbers. U01 and u0 written next to the file
2, u03, etc. indicate the serial number (serial number) of the volume.

同図に示す業務は、まずジョブステップが通し番号u0
1のボリューム内に存在するファイルaのデータを使用
して処理を行い、処理結果を通し番号u02のボリューム
内のファイルbに出力する。ジョブステップはジョブ
ステップの処理結果であるファイルbのデータを用い
て処理を行い、その結果を通し番号u03,u04のボリュー
ム内のファイルc,dに出力する。以下同様に一連のジョ
ブステップが実行されるが、中にはジョブステップの
ように先に使用されたファイルbを再び使用する場合も
ある。
In the job shown in the figure, first the job step is the serial number u0.
Processing is performed using the data of the file a existing in the volume 1 and the processing result is output to the file b in the volume serial number u02. The job step processes using the data of the file b which is the processing result of the job step, and outputs the result to the files c and d in the volumes with serial numbers u03 and u04. Similarly, a series of job steps are executed thereafter, but in some cases, the previously used file b may be used again like the job step.

このような一連のジョブステップの流れと、各ステップ
で使用するファイル名や、そのファイルを格納している
ボリューム通番等は、ジョブ制御文により指定され、実
行時にはオペレーティングシステムのジョブ管理部によ
り指定通りに管理される。
The flow of such a series of job steps, the file name used in each step, the volume serial number that stores the file, etc. are specified by the job control statement, and at execution time as specified by the job management section of the operating system. Managed by.

上述の一連のジョブステップが、何らかの理由により途
中,例えばジョブステップの実行途中で中断されるこ
とがある。このような場合にはジョブステップの最初
から再実行する必要がある。また全ジョブステップが終
了したが、再度最初から実行しなおす必要が生じる場合
もある。
The series of job steps described above may be interrupted for some reason, for example, during the execution of the job steps. In such a case, it is necessary to re-execute from the beginning of the job step. In addition, although all job steps have been completed, it may be necessary to re-execute from the beginning.

かかる場合には前回の実行状況によって新たに再実行用
のジョブ制御文を専用に作成するか、再実行用のコマン
ドを投入する必要がある。現在使用されている再実行用
のコマンドは、当初のジョブ制御文を起動する時、その
ジョブの実行すべきジョブステップ番号を指定すること
はできる。しかし上述したように、一連のジョブステッ
プを実行するには多くのファイルを使用する必要があ
り、更にこれら各ファイルはジョブ制御文に指定された
ボリュームに格納されていなければならないが、一連の
ジョブステップを途中から再開する時点で、前回実行し
た際の先頭から中断ジョブステップ迄の間のファイルの
状態が再現されている保証はなく、ジョブ制御文の指定
と実際のファイルの状態との整合性に問題がある。
In such a case, it is necessary to newly create a job control statement for re-execution or to input a command for re-execution depending on the previous execution status. The currently used re-execution command can specify the job step number of the job when the original job control statement is activated. However, as mentioned above, a large number of files must be used to execute a series of job steps, and each of these files must be stored on the volume specified in the job control statement. When the step is restarted from the middle, there is no guarantee that the file status from the beginning to the interrupted job step at the time of previous execution is reproduced, and the consistency between the job control statement specification and the actual file status. I have a problem.

〔発明が解決しようとする問題点〕 従来のジョブ再実行コマンドでは、上述したように再開
するジョブステップ番号を指定することはできても、前
回実行時のファイルの状態を引き継ぐことがでないた
め、ジョブの途中再開時にジョブ制御文と実際のファイ
ルの状態との整合性が保証されなかった。
[Problems to be Solved by the Invention] In the conventional job re-execution command, although the job step number to be restarted can be specified as described above, the file state at the time of the previous execution is not inherited. The consistency between the job control statement and the actual file status was not guaranteed when the job was restarted midway.

本発明の目的は、ジョブの途中再開時に、ジョブステッ
プの先頭から再開ステップ迄のジョブ制御文と、実際の
ファイルの状態との整合性を保証し得るようにすること
にある。
An object of the present invention is to ensure the consistency between the job control statement from the beginning of a job step to the restart step and the actual file state when the job is restarted midway.

〔問題点を解決するための手段〕[Means for solving problems]

本発明においては、ジョブ管理部に、ジョブの再実行に
際して前記一連のジョブ制御文のうち指定したジョブ制
御文までは実プログラムを走行させることなくファイル
定義の確認のみを実行するようジョブ制御文をダミー走
行せしめるダミー走行手段を設け、所望のジョブステッ
プ番号を指定したジョブの再実行コマンドを投入するこ
とにより、一連のジョブ制御文によって定義されたジョ
ブを途中から起動する際に、前記ダミー走行手段は指定
されたジョブステップ番号までは実プログラムを走行さ
せることなく前記ジョブ制御文のファイル定義を確認し
ながら前記ジョブ制御文をダミー走行せしめ、前記指定
された番号の再実行すべきジョブステップに前記一連の
ジョブ制御文で定義されたファイル状態を引き渡すよう
にした。
In the present invention, the job management unit is provided with a job control statement so as to execute only confirmation of the file definition without running the actual program up to the designated job control statement of the series of job control statements when re-executing the job. By providing a dummy traveling means for performing dummy traveling and inputting a job re-execution command specifying a desired job step number, the dummy traveling means is activated when a job defined by a series of job control statements is started halfway. Causes a dummy run of the job control statement while checking the file definition of the job control statement without running the actual program up to the specified job step number, and the job step to be re-executed with the specified number The file status defined by a series of job control statements is passed.

〔作 用〕[Work]

上述のように一連のジョブステップを先頭から再開指定
されたステップまでファイル状態をチェックしながらダ
ミー走行するので、指定されたジョブステップにおいて
ジョブを途中再開する時点では、ジョブ制御文の指定と
実際の状態との整合性が保証され、正常なジョブの再実
行が可能となる。
As described above, a series of job steps are restarted from the beginning until the specified step is checked while checking the file status, so the dummy run is performed, so when the job is restarted midway at the specified job step, the job control statement and the actual Consistency with the status is guaranteed, and normal jobs can be re-executed.

〔実 施 例〕〔Example〕

以下本発明の一実施例を第1図を参照しながら説明す
る。
An embodiment of the present invention will be described below with reference to FIG.

同図において、1はファイル、2はジョブステップ、3
はオペレーティングシステム、4はジョブ管理部、5は
ダミー走行手段、6は操作卓である。
In the figure, 1 is a file, 2 is a job step, 3
Is an operating system, 4 is a job management unit, 5 is a dummy running means, and 6 is an operating console.

一連のジョブ制御文によって定義されたジョブが中断し
た等の理由で、途中のジョブステップから再実行しよう
としているものとする。
It is assumed that the job defined in the series of job control statements is about to be re-executed from a job step in the middle, for example, because the job is interrupted.

この場合、上記ジョブを起動する際に、ジョブの再開ス
テップ番号を指定して、再実行コマンドを操作卓6から
投入する。
In this case, when the job is started, the restart step number of the job is specified and the re-execution command is input from the console 6.

この再実行コマンドが入力されると、上記ダミー走行手
段5は、読み込まれた一連のジョブ制御文の各ステップ
ごとに、ファイル定義と実際のファイルの状態が整合し
ているか否かを調べる。
When this re-execution command is input, the dummy running means 5 checks whether or not the file definition and the actual file state match at each step of the read series of job control statements.

例えばジョブの流れが前記第2図に示すものであるとす
ると、まずジョブステップにおいては入力用としてボ
リューム通番u01のファイルa,出力用としてボリューム
通番u02のファイルbが定義されているので、この通り
に所定のボリュームがセットされているか、またこの2
つのボリュームu01,u02にファイルa,ファイルbが存在
するかどうかをチェックする。
For example, if the flow of the job is as shown in FIG. 2, the file step with volume serial number u01 is defined for input and the file b with volume serial number u02 is defined for output. Is the specified volume set on the
It is checked whether or not files a and b exist in the two volumes u01 and u02.

チェックの結果が正しければ次のジョブステップに進
み、再びファイルの状態をチェックする。このようにし
て順次ファイル状態をジョブステップまで確認しなが
らジョブ制御文を走行させる。この間実プログラムは走
行させないので、一連のジョブステップ〜が実行さ
れることはない。
If the check result is correct, go to the next job step and check the file status again. In this way, the job control statement is run while sequentially confirming the file status up to the job step. Since the real program is not run during this time, a series of job steps 1 to 3 are not executed.

このようにして指定されたジョブステップまで走行し
て、実際のファイル状態がジョブ制御文の定義通りにな
っていることが確認した後、そのファイル状態を指定さ
れたジョブステップ〔この例ではジョブステップ〕に
引き渡す。
After running to the job step specified in this way and confirming that the actual file status is as defined in the job control statement, the file step specified in that file status [job step in this example ] To hand over.

以上のようにして本実施例では、指定されたジョブステ
ップを正しいファイル状態で実行開始できる。
As described above, in the present embodiment, execution of the designated job step can be started in the correct file state.

〔発明の効果〕〔The invention's effect〕

以上説明した如く本発明によれば、ジョブの再実行に際
して簡単な操作でファイル状態の整合性が保証されるの
で、新たに専用のジョブ制御文を作成することが不要と
なり、オペレーションが容易となる。
As described above, according to the present invention, when re-executing a job, the consistency of the file status is assured by a simple operation, so that it is not necessary to create a new dedicated job control statement, and the operation is facilitated. .

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

第1図は本発明の一実施例説明図、 第2図はジョブの流れ説明図である。 1はファイル、2はジョブステップ、3はオペレーティ
ングシステム、4はジョブ管理部、5はダミー走行手段
を示す。
FIG. 1 is an explanatory diagram of an embodiment of the present invention, and FIG. 2 is an explanatory diagram of a job flow. Reference numeral 1 is a file, 2 is a job step, 3 is an operating system, 4 is a job management unit, and 5 is a dummy running unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】ジョブステップ番号とファイル定義を有す
る一連のジョブ制御文によって定義されたジョブの実行
を制御するジョブ管理部を具備するとともに、実行を開
始するジョブステップ番号を指定して再実行を指示する
コマンドを投入することにより、一連のジョブステップ
からなるジョブを任意のジョブステップから実行可能な
情報処理システムのジョブ制御方法であって、 前記ジョブ管理部に、ジョブの再実行に際して前記一連
のジョブ制御文のうち指定したジョブ制御文までは実プ
ログラムを走行させることなくファイル定義の確認のみ
を実行するようジョブ制御文をダミー走行せしめるダミ
ー走行手段を設け、 所望のジョブステップ番号を指定したジョブの再実行コ
マンドを投入することにより、一連のジョブ制御文によ
って定義されたジョブを途中から起動する際に、前記ダ
ミー走行手段は指定されたジョブステップ番号までは実
プログラムを走行させることなく前記ジョブ制御文のフ
ァイル定義を確認しながら前記ジョブ制御文をダミー走
行せしめ、前記指定された番号の再実行すべきジョブス
テップに前記一連のジョブ制御文で定義されたファイル
状態を引き渡すようにしたことを特徴とするリラン時の
ジョブ制御方法。
1. A job management unit for controlling the execution of a job defined by a series of job control statements having a job step number and a file definition, and specifying a job step number to start the execution and re-execution. A job control method for an information processing system capable of executing a job consisting of a series of job steps from an arbitrary job step by inputting a command to instruct, wherein the job management unit is configured to Among the job control statements, a dummy running means is provided for dummy running the job control statements so that only the file definition is checked without running the actual program up to the specified job control statement, and the job for which the desired job step number is specified By issuing the re-execution command of When starting the defined job from the middle, the dummy running means runs the dummy job control statement while checking the file definition of the job control statement without running the actual program up to the specified job step number. At most, the job control method at the time of rerun is characterized in that the file status defined by the series of job control statements is passed to the job step to be re-executed with the designated number.
JP62045004A 1987-02-26 1987-02-26 Job control method during rerun Expired - Fee Related JPH0769847B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62045004A JPH0769847B2 (en) 1987-02-26 1987-02-26 Job control method during rerun

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62045004A JPH0769847B2 (en) 1987-02-26 1987-02-26 Job control method during rerun

Publications (2)

Publication Number Publication Date
JPS63211033A JPS63211033A (en) 1988-09-01
JPH0769847B2 true JPH0769847B2 (en) 1995-07-31

Family

ID=12707240

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62045004A Expired - Fee Related JPH0769847B2 (en) 1987-02-26 1987-02-26 Job control method during rerun

Country Status (1)

Country Link
JP (1) JPH0769847B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2785342B2 (en) * 1989-06-23 1998-08-13 富士通株式会社 Processing system
JPH08286932A (en) * 1995-04-11 1996-11-01 Hitachi Ltd Parallel execution control method for job
US7690222B2 (en) * 2006-08-02 2010-04-06 Owens-Brockway Glass Container Inc. Glass gob distribution

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5748142A (en) * 1980-09-03 1982-03-19 Fujitsu Ltd Job control system

Also Published As

Publication number Publication date
JPS63211033A (en) 1988-09-01

Similar Documents

Publication Publication Date Title
JPH0769847B2 (en) Job control method during rerun
JP3143330B2 (en) Programmable controller
JPH01259432A (en) Reexecution system for batch job
JP3341064B2 (en) Control program creation device
JPH09146782A (en) Method for handling occurance of abnormality in inter-job data succession
JP2849780B2 (en) Computer system
JPS6316774B2 (en)
JPH07160352A (en) Program execution system
JP2507789B2 (en) Logical simulation processing method of virtual machine
JPH04175830A (en) Rerun control system
JP2629051B2 (en) File organization information acquisition processing method
JPH0432413B2 (en)
JP3263987B2 (en) Automatic IPL initial setting processing method
JP2001209412A (en) Simulator for sequence program
JPS63214848A (en) Generation managing system for file
JP3503531B2 (en) Online real-time processing system and sub load module replacement method in the system
JPS63228341A (en) Program syntax checking system
JPS6250938A (en) Recovering system for main memory resident data base
JPH0679283B2 (en) Interruption processing control method
JPH05143422A (en) Updated journal managing system
JPS61156339A (en) Trace processing system
JPH03218532A (en) Control system for arbitrary starting program
JPH02253336A (en) Program starting system
JPS6020771B2 (en) Micro diagnosis method
JPH06110714A (en) Program reservation operating method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees