JPS63279327A - Control system for allocation of resources designated by job control sentence - Google Patents

Control system for allocation of resources designated by job control sentence

Info

Publication number
JPS63279327A
JPS63279327A JP11556387A JP11556387A JPS63279327A JP S63279327 A JPS63279327 A JP S63279327A JP 11556387 A JP11556387 A JP 11556387A JP 11556387 A JP11556387 A JP 11556387A JP S63279327 A JPS63279327 A JP S63279327A
Authority
JP
Japan
Prior art keywords
job
resources
resource
allocation
access
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
JP11556387A
Other languages
Japanese (ja)
Inventor
Masaharu Tanaka
正春 田中
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 JP11556387A priority Critical patent/JPS63279327A/en
Publication of JPS63279327A publication Critical patent/JPS63279327A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To improve the availability of resources by allocating the resources designated by a job control language JCL when said resources are actually needed while a job is processed. CONSTITUTION:When a job is started with an application program where the resources are designated by a JCL, the resources are not allocated, then allocated when an actual access is needed to the resources. In other words, a JCL 2 designates the resources like a printer, a file, etc., which are necessary for execution and is not allocated when the job is started to be able to set the designating information on the access time allocation that designates the allocation when an access is given to the resources. A job control part 3 controls the start and the end of a job and also controls the environment of the resources, etc., needed for execution. Then the part 3 controls the designation, when allocation is instructed at the time of accessing on the JCL 2 in terms of the designated resources, via the resources control tables 4-6 and holds the allocation of resources up to the first access of resources is required. Thus it is possible to prevent the unnecessary occupation of resources and to realize the application of the idle resources to other jobs.

Description

【発明の詳細な説明】 〔概要〕 ジョブ制御文で指定された資源を、ジョブの起動時に割
当てるのではなく、ジョブ処理中に実際にその資源が必
要となった段階で割当てることにより、資源利用の効率
化を図るものである。
[Detailed Description of the Invention] [Summary] Resource utilization is improved by allocating the resources specified in the job control statement when the resources are actually needed during job processing, instead of allocating them when the job is started. The aim is to improve efficiency.

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

本発明は計算機処理システムにおけるプログラム制御方
式に関するものであり、特にジョブ制御文(以後JCL
という)によるジョブの資源υ1当て制御方式に関する
The present invention relates to a program control method in a computer processing system, and in particular to a job control statement (hereinafter referred to as JCL).
This method relates to a job resource υ1 allocation control method based on the following.

ユーザによるアプリケーションプログラムの運用におい
ては、極力JCLの変更などをしない状態で、複数の端
末から同一のプログラムを運用したり、あるいは二重並
行運用ができることが望まれており、資源を共用制御す
ることが必要となる。
When operating an application program by a user, it is desirable to be able to operate the same program from multiple terminals or to perform double parallel operation without changing the JCL as much as possible, and it is desirable to be able to share and control resources. Is required.

〔従来の技術〕[Conventional technology]

一般に、処理に必要な資源をJCLで指定するアプリケ
ーションプログラムでは、そのジョブを起動する時点で
、指定されている資源の全てを割当てている。
Generally, in an application program that specifies resources necessary for processing using JCL, all of the specified resources are allocated at the time the job is started.

第4図の例により、従来の資源割当て制御方式を説明す
る。図(a)はあるアプリケーションプログラムのJC
Lを示し1図(b)はジョブ実行におけるタイムチャー
トを示す。
A conventional resource allocation control method will be explained using the example shown in FIG. Figure (a) shows the JC of an application program.
1(b) shows a time chart for job execution.

図(a)において、JCLには、使用する資源としてプ
リンタ、ファイル#1.ファイル#2がそれぞれ指定さ
れている。
In Figure (a), JCL includes a printer, file #1. as resources to be used. File #2 is specified respectively.

ここでジョブ起動が可能なとき1図(b)に示すように
+  1.において、指定された資源のプリンタ、ファ
イル#1.ファイル#2を全て割当ててから起動を行う
、起動されたジョブの処理が進み+  ’Iにおいてプ
リンタのアクセスが行われ。
Here, when the job can be started, as shown in Figure 1(b), +1. In the specified resource printer, file #1. After allocating file #2, the job is started. The process of the started job progresses and the printer is accessed at +'I.

t2においてファイル#lのアクセスが行われる。At t2, file #l is accessed.

そしてt、においてジップが終了し、プリンタ。Then, at t, the zip ends and the printer.

ファイル付1.フアイル#2の各資源は開放される。With file 1. Each resource of file #2 is released.

この例の場合、プリンタおよびファイル#lが実際に使
用されるのは、それぞれtlおよびt2に開始される入
出力処理の期間であり、ファイル#2については全く使
用されないままで終わっている。
In this example, the printer and file #l are actually used during the input/output processing periods starting at tl and t2, respectively, and file #2 remains unused.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来の計算機システムでは、1つのアプリケーションプ
ログラムにおいて、JCLで指定されている資源は、そ
のジョブ起動時に全て割当てられるため、先行ジョブが
割当てを受けている同じ資源をJCLで指定している他
のアプリケーションプログラムがあって、それをジョブ
起動したい場合には、その資源が先行ジョブによって排
他されているため、先行ジョブが終了するまで起動する
ことができなかった。
In conventional computer systems, all the resources specified in the JCL for one application program are allocated when that job starts, so other applications that specify the same resources in the JCL that have been allocated to the preceding job If you have a program and want to start it as a job, you cannot start it until the preceding job finishes because its resources are exclusive by the preceding job.

たとえば、プリンタとファイルとを使用するアプリケー
ションプログラムがあり、JCL上でそれらの資源指定
が行われている場合、たとえばフレーム(ジョブ空間)
1でファイルのみを使用する業務を行っている時に、プ
リンタのみを使用する別の業務を並行して開始したくと
も、プリンタがフレーム1で排他されているため、フレ
ームlの業務終了を待つ必要があった。
For example, if there is an application program that uses printers and files, and those resources are specified in JCL, for example, frames (job space)
If you are running a job that uses only files in frame 1 and want to start another job that only uses a printer in parallel, you will have to wait for the job in frame l to finish because the printer is exclusive in frame 1. was there.

また他の例として、上記の場合のアプリケーションプロ
グラムについて、プリンタ未接続のシステムでファイル
のみを使用する業務を行いたい時には、ジョブ起動に必
要な資源の1つのプリンタを割当てることができないの
で、JCL上でのプリンタ指定を解除する変更を行い、
その業務を終了した後、JCL上での資源指定を元に戻
す必要があった。
As another example, regarding the application program in the above case, if you want to perform a task that uses only files in a system that is not connected to a printer, it is not possible to allocate one of the resources necessary for starting the job, so the JCL Make changes to cancel the printer specification in
After completing the work, it was necessary to restore the resource specifications on the JCL.

このように、従来のシステムでは、ジョブの起動時に、
JCL上で指定されている資源の割当てを完全に行うこ
とが絶対的に必要とされていたため、システム運用上程
々の不都合が生じていた。
In this way, in conventional systems, when starting a job,
Since it was absolutely necessary to completely allocate the resources specified on the JCL, there were some inconveniences in system operation.

〔問題点を解決するための手段〕7 本発明は、JCLで資源指定が行われているアプリケー
ションプログラムについてジョブ起動をする際、資源割
当てなしで行い、実際に資源をアクセスする必要が生じ
た段階で資源割当てを行うことにより、不必要に資源を
占有することをなくし、空き状態にある間の資源を他の
ジョブに使用可能にするものである。
[Means for Solving Problems] 7 The present invention is capable of starting a job for an application program for which resources are specified in JCL without allocating resources, and when it becomes necessary to actually access the resources. By allocating resources in this way, unnecessary occupation of resources can be avoided, and resources can be used for other jobs while they are in an empty state.

第1図に3本発明の原理を示す。FIG. 1 shows three principles of the present invention.

第1図において。In FIG.

1は、アプリケーションプログラムである。1 is an application program.

2は、ジョブ制御文JCLである。実行に必要なプリン
タやファイルなどの資源を指定するが。
2 is a job control statement JCL. Specify resources such as printers and files required for execution.

特に本発明ではジョブ起動時に割付けせず、資源アクセ
ス時に割当てを指定するアクセス時割当て指定情報を設
定可能にされる。D’!=’!はこの指定情報を表す。
In particular, in the present invention, it is possible to set access-time allocation designation information that specifies allocation at the time of resource access, rather than allocation at the time of job startup. D'! ='! represents this specified information.

3は、ジョブ管理部であり、ジョブの起動、終了を制御
し、また実行に必要な資源等の環境を管理する。特に本
発明では、JCL上に指定資源についてのアクセス時割
当て指定があるとき、これを資源管理テーブル(後述)
で管理し、最初の資源アクセス要求まで資源割当てを保
留する。
Reference numeral 3 denotes a job management unit, which controls starting and ending of jobs, and also manages the environment such as resources necessary for execution. In particular, in the present invention, when there is an access allocation specification for a specified resource on the JCL, this is stored in the resource management table (described later).
resource allocation and suspends resource allocation until the first resource access request.

4ないし6は資源管理テーブルであり、プリンタやファ
イルなどの資源ごとに設けられ、資源指定を行ったジョ
ブiD(識別名)ごとに、資源のアクセス時割当て待ち
か割当て済かの状態、その他の情報が登録されている。
4 to 6 are resource management tables, which are provided for each resource such as a printer or file, and display information such as whether the resource is waiting for allocation or allocated when the resource is accessed, and other information for each job ID (identification name) that specifies the resource. Information is registered.

7ば、プリンタやファイルなどの資源をアクセスするた
めの資源アクセス制御部である。
7 is a resource access control unit for accessing resources such as printers and files.

8は、プリンタである。8 is a printer.

9は、ファイル#1である。9 is file #1.

10は、ファイル#2である。10 is file #2.

〔作用〕[Effect]

第2図は、第1図に示された本発明の詳細な説明するた
めの具体的な制御例である。図(a)はJCL上の資源
指定において、J−Cu2内に例示的に示されている指
定資源のプリンタとファイル#1には、それぞれI)y
=yによってアクセス時割当て指定が行われている。
FIG. 2 is a specific control example for explaining in detail the present invention shown in FIG. Figure (a) shows that in the resource specification on JCL, the specified resources printer and file #1 exemplarily shown in J-Cu2 have I) y
=y specifies the allocation at the time of access.

第1図のジョブ管理部3は、アプリケーションプログラ
ム1の処理を行うジョブくジョブAとする)を起動する
とき、第2図(a)のJCL2の資源指定に基づき、プ
リンタおよびファイル性1用の資源管理テーブル4およ
び5のそれぞれに。
When the job management unit 3 in FIG. 1 starts a job (hereinafter referred to as job A) that processes the application program 1, the job management unit 3 in FIG. in resource management tables 4 and 5, respectively.

ジョブiDとしてジップAを、またアクセス時割当て指
定D)””3’によりまずアクセス時割当て待ち状態を
設定する。
Zip A is set as the job ID, and the access allocation waiting state is first set by the access allocation specification D)""3'.

次にジョブA(アプリケーションプログラム1)が実行
され、プリンタあるいはファイル#1のアクセス要求が
あったとき、資源アクセス制御部7にそれぞれのアクセ
ス要求が伝えられる。
Next, when job A (application program 1) is executed and there is an access request for the printer or file #1, each access request is transmitted to the resource access control unit 7.

資源アクセス制御部7は、アクセス要求のあった資源が
使用可能かどうかをジョブ管理部3に照会する。ジョブ
管理部3は、これに対応してアクセス要求された資源に
該当する資源管理テーブルを参照し2割当て可能な場合
、ジョブAのアクセス時割当て待ち状態を割当て済状態
に更新し、資源アクセス制御部7に使用可能を通知する
The resource access control unit 7 inquires of the job management unit 3 whether the resource requested for access can be used. The job management unit 3 correspondingly refers to the resource management table corresponding to the resource for which access is requested, and if 2 allocations are possible, updates the allocation waiting state of job A at the time of access to the allocated state, and performs resource access control. The unit 7 is notified of availability.

またアクセス要求のあった資源が、既に他のジョブに排
他的に割当てられている場合には、ジョブ管理部3は資
源アクセス制御部7に使用不可能を通知する。
Furthermore, if the resource for which access is requested has already been exclusively allocated to another job, the job management section 3 notifies the resource access control section 7 that the resource is unusable.

ジョブAが指定した資源が、ジョブ管理部3によって一
旦割当てられた後は、ジョブが終了するまでその資源に
対するアクセス要求は常に資源使用が可能となる。
Once the resources specified by job A are allocated by the job management unit 3, access requests to the resources can always use the resources until the job ends.

第2図に1本発明を適用した場合の資源割当ての制御例
を示す。
FIG. 2 shows an example of resource allocation control when the present invention is applied.

図示の例では、 (a)のJCL上には、プリンタおよ
びファイル#lが資源指定され、かつアクセス時割当て
指定I)y=yがなされている。
In the illustrated example, on the JCL in (a), a printer and a file #l are specified as resources, and an access allocation specification I) y=y is made.

ここでジョブ起動が行われるとき、 (b)のタイムチ
ャートに示すように、プリンタとファイル#lが、アク
セス時割当て待ち状態に設定される(第1図の資源管理
テーブル4.5に設定)、アクセス時割当て待ち状態に
あるこれらのプリンタとファイル#1は1図示されてい
ない他のジョブによって資源指定されている場合、それ
に資源割当てすることが可能である。また、アクセス時
割当て指定がなされている場合には1重複してアクセス
時割当て待ち状態を設定する。
When the job is started here, as shown in the time chart in (b), the printer and file #l are set to an allocation wait state upon access (set in resource management table 4.5 in Figure 1). If these printers and file #1, which are waiting for allocation upon access, are designated as resources by another job (not shown), it is possible to allocate resources thereto. Furthermore, if the access allocation is specified, the access allocation wait state is set once.

次にジョブの実行中にプリンタアクセス要求が発生する
と、その時点でプリンタが割当て可能かどうかを判断し
1割当て可能であれば、アクセス時割当て待ち状態を割
当て済状態に切換える(第1図の資源管理テーブル4の
設定状態)。
Next, when a printer access request occurs during job execution, it is determined whether the printer can be allocated at that time, and if it is possible to allocate 1 printer, the access waiting state is switched to the allocated state (resource resource shown in Figure 1). (setting status of management table 4).

さらにファイル#1のアクセス要求が発生すると、同様
にその時点でファイル#1が割当て可能かどうかを判断
し2割当て可能であれば、アクセス時割当て待ち状態を
割当て済状態に切換える(第1図の資源管理テーブル5
の設定を更新する)。
Furthermore, when an access request for file #1 occurs, it is similarly determined whether file #1 can be allocated at that point, and if file #2 can be allocated, the allocation wait state upon access is switched to the allocated state (see Figure 1). Resource management table 5
settings).

以後ジョブは、プリンタとファイル#lとの資源割当て
を受けた状態を維持し、ジョブ終了により、これらの資
源割当てを開放する。
Thereafter, the job maintains the state in which resources have been allocated to the printer and file #l, and upon completion of the job, these resource allocations are released.

〔実施例〕〔Example〕

第3図に1本発明に基づ<JCL指定資源の割当て制御
方式についての実施例を示す。
FIG. 3 shows an embodiment of a JCL designated resource allocation control method based on the present invention.

第3図において、フレーム1とフレーム2は、    
′それぞれジョブAとジョブBのための実行フレームで
ある。
In Figure 3, frame 1 and frame 2 are
'Execution frames for job A and job B, respectively.

この実施例では、資源指定の際に、アクセス時割当て指
定とともに、共用/排他属性を指定することができ、こ
れに基づき、ジョブAのJCLでは5プリンタ、共用、
Dy−3’”の資源指定が行われ、またジョブBのJC
Lでは“プリンタ、排他、 Dy=y”の資源指定が行
われている。ここで複数のジップにより共用指定されて
いる資源は。
In this embodiment, when specifying resources, it is possible to specify shared/exclusive attributes as well as allocation at access time. Based on this, job A's JCL includes 5 printers, shared,
Dy-3''' resource is specified, and job B's JC
In L, the resource specification of "printer, exclusive, Dy=y" is performed. Here are the resources that are designated to be shared by multiple zips.

それらのジョブに重複して割当てることができ。You can assign duplicates to those jobs.

また排他指定されている資源は、指定しているジョブ単
独にしか割当てることができない。
Additionally, resources with exclusive designation can only be allocated to the designated job.

また図示されている資源管理テーブル4−1ないし4−
14は、第1図におけるプリンタ用の資源管理テーブル
4の順次の更新状態をより具体的に示したものであり、
11はテーブル内に登録されている資源指定情報の個数
、12は資源指定情報の識別名、13は共用/排他属性
である。14は資源割当てモードであり、モード1はア
クセス時割当て待ちモード、モード0は資源割当て済モ
ードを示す。
Also illustrated are resource management tables 4-1 to 4-
14 shows more specifically the sequential update status of the printer resource management table 4 in FIG.
11 is the number of pieces of resource designation information registered in the table, 12 is the identification name of the resource designation information, and 13 is the shared/exclusive attribute. Reference numeral 14 indicates a resource allocation mode, where mode 1 indicates a wait-for-allocation mode upon access, and mode 0 indicates a resource-allocated mode.

■ まず、フレーム1でジョブAを起動し、そのJCL
の資源指定に基づき、資源管理テーブル4−1に示すよ
うに、ジップAプリンタ、共用。
■ First, start job A in frame 1 and use its JCL
Based on the resource designation of , the Zip A printer is shared as shown in the resource management table 4-1.

モード1の各情報を情報1として設定し、資源指定情報
個数を1とする。
Each piece of information in mode 1 is set as information 1, and the number of resource specification information pieces is set to 1.

■ 次にフレーム2でジョブBを起動し、そのJCLの
資源指定に基づき、資源管理テーブル4−2に示すよう
に、ジップBプリンタ、排他。
■ Next, job B is started in frame 2, and based on the resource specification of the JCL, the zip B printer is exclusive as shown in the resource management table 4-2.

モード1の各情報を情報2として設定し、資源指定個数
を2とする。
Each piece of information in mode 1 is set as information 2, and the designated number of resources is set to 2.

■ ジョブAでプリンタアクセス要求が発生したため、
資源管理テーブル4−2の状態で情報1を参照し、モー
ドlでアクセス時割当て待ちとなっていることを識別す
ると1次に情報2を参照し、これもモード1となってい
ることから割当て可能と判断し、資源管理テーブル4−
3に示すように情報1のモードをモード0に変更する。
■ Since a printer access request occurred in job A,
Information 1 is referred to in the state of the resource management table 4-2, and when it is identified that it is waiting for allocation at the time of access in mode 1, information 2 is first referred to, and since it is also in mode 1, allocation is made. Judging that it is possible, resource management table 4-
3, the mode of information 1 is changed to mode 0.

すなわちジョブAにプリンタを共用属性で割当てる。That is, a printer is assigned to job A with the shared attribute.

■ ジョブBでプリンタアクセス要求が発生したため、
資源管理テーブル4−3の情報2を参照する。ここで排
他およびモード1を識別すると。
■ Since a printer access request occurred in job B,
Refer to information 2 in the resource management table 4-3. Now if we identify exclusive and mode 1.

情報1を参照する。しかし情報lでは共用およびモード
Oが設定されているため、ジップBの排他条件は満たさ
れず、プリンタの割当ては不可能となり、ジョブBはそ
れ以上実行することができずに終了する。この場合、資
源管理テーブル4−4に示されるように、情報2は削除
される。
Refer to information 1. However, since sharing and mode O are set in information 1, the exclusive condition of zip B is not satisfied, printer assignment is impossible, and job B ends without being able to be executed any further. In this case, information 2 is deleted as shown in the resource management table 4-4.

(発明の効果〕 本発明によれば、JCLで指定された資源は実際にアク
セスされる時点まで割当てを保留されるため、無駄に占
有される期間を削減することができ、複数のジョブによ
る資源の利用効率が向上し。
(Effects of the Invention) According to the present invention, allocation of resources specified in JCL is suspended until the point in time when they are actually accessed. improves usage efficiency.

スループットも大きくすることができる。Throughput can also be increased.

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

第1図は本発明の原理説明図、第2図は本発明の作用を
示す制御例の説明図、第3図は本発明による資源割当て
制御の実施例の説明図、第4図は従来の資源割当て制御
の具体例の説明図である。 第1図中。 1:アプリケーションプログラム 2ニジツブ制御文JCL 3ニジツブ管理部 4〜6:資源管理テーブル 7:資源アクセス制御部 8:プリンタ 9:ファイル#1 1O:ファイル#2
FIG. 1 is an explanatory diagram of the principle of the present invention, FIG. 2 is an explanatory diagram of a control example showing the effect of the present invention, FIG. 3 is an explanatory diagram of an embodiment of resource allocation control according to the present invention, and FIG. 4 is an explanatory diagram of a conventional control example. FIG. 3 is an explanatory diagram of a specific example of resource allocation control. In Figure 1. 1: Application program 2 Nijitsubu control statement JCL 3 Nijitsubu management section 4-6: Resource management table 7: Resource access control section 8: Printer 9: File #1 1O: File #2

Claims (1)

【特許請求の範囲】 ジョブ制御文で指定された資源を割当て、アプリケーシ
ョンプログラムの処理を実行するジョブ管理部(3)を
そなえた計算機処理システムにおいて、 ジョブ制御文の資源指定情報に、アクセス時資源割当て
指定情報を付加的に設定する手段を設け、上記ジョブ管
理部(3)は、ジョブの起動に際してジョブ制御文を参
照し、資源指定情報にアクセス時割当て指定情報が付加
されているか否かを識別し、アクセス時割当て指定情報
が付加されているときには、対応する資源の割当てを保
留してジョブを起動し、その割当てを保留した資源に対
するアクセス要求が発生した時点で、上記資源を割当て
る制御を行うことを特徴とするジョブ制御文指定資源の
割当て制御方式。
[Scope of Claims] In a computer processing system including a job management unit (3) that allocates resources specified in a job control statement and executes processing of an application program, the resource specification information of the job control statement includes a resource at the time of access. A means for additionally setting allocation specification information is provided, and the job management unit (3) refers to a job control statement when starting a job and determines whether allocation specification information is added to the resource specification information at the time of access. If the resource is identified and access allocation specification information is added, the job is started with the allocation of the corresponding resource suspended, and when an access request for the resource for which the allocation is suspended is generated, the control to allocate the resource is executed. A job control statement specification resource allocation control method.
JP11556387A 1987-05-12 1987-05-12 Control system for allocation of resources designated by job control sentence Pending JPS63279327A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11556387A JPS63279327A (en) 1987-05-12 1987-05-12 Control system for allocation of resources designated by job control sentence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11556387A JPS63279327A (en) 1987-05-12 1987-05-12 Control system for allocation of resources designated by job control sentence

Publications (1)

Publication Number Publication Date
JPS63279327A true JPS63279327A (en) 1988-11-16

Family

ID=14665643

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11556387A Pending JPS63279327A (en) 1987-05-12 1987-05-12 Control system for allocation of resources designated by job control sentence

Country Status (1)

Country Link
JP (1) JPS63279327A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02159656A (en) * 1988-12-13 1990-06-19 Fujitsu Ltd Dynamic starting/allocation control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02159656A (en) * 1988-12-13 1990-06-19 Fujitsu Ltd Dynamic starting/allocation control system

Similar Documents

Publication Publication Date Title
US5642508A (en) Distributed control method and apparatus for job execution
JPH064405A (en) Computer with extended virtual storage
JPH0628053B2 (en) Resource allocation control method for multiprocessor system
JP2011118864A (en) Resource control method and resource control system
JPH0926889A (en) Virtual machine system
CN115576683A (en) Coroutine pool scheduling management method, system, device and storage medium
JPS63279327A (en) Control system for allocation of resources designated by job control sentence
JP4211645B2 (en) A computer system with a dedicated processor
JP2017010473A (en) System and method for job execution control
JPH06318191A (en) Multi-thread processing system
JPH06110717A (en) Complex computer system
JP2638290B2 (en) Job input processing device
JPH04107640A (en) Computer system
JPH05173856A (en) Automatic file assignment system
JPH03225417A (en) Input/output control system for extended storage device
JPH113235A (en) Task control system using virtual processor
JPH0797342B2 (en) How to start a computer job
JP2022049877A (en) Transaction control device, transaction control method, and program
JPS63109555A (en) Dynamic conversion system for virtual storage space size
JPH09265405A (en) Exclusive access method for shared resource
JPH0417057A (en) Job scheduling system for composite type system
JPH05313922A (en) Program execution control system
JPH0492930A (en) Exclusive control processor
JPS5860357A (en) Controlling system for task control table
JPH0296833A (en) Different type job control system