JPS6022244A - Registration method of job control macro definition sentence - Google Patents

Registration method of job control macro definition sentence

Info

Publication number
JPS6022244A
JPS6022244A JP58129903A JP12990383A JPS6022244A JP S6022244 A JPS6022244 A JP S6022244A JP 58129903 A JP58129903 A JP 58129903A JP 12990383 A JP12990383 A JP 12990383A JP S6022244 A JPS6022244 A JP S6022244A
Authority
JP
Japan
Prior art keywords
macro
job control
library
name
definition
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
JP58129903A
Other languages
Japanese (ja)
Inventor
Tadashi Fukunaga
正 福永
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 JP58129903A priority Critical patent/JPS6022244A/en
Publication of JPS6022244A publication Critical patent/JPS6022244A/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/461Saving or restoring of program or task context
    • G06F9/463Program control block organisation

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 call a micro definition sentence by registering a sentence into a library only when the name of a job control macro definition sentence to be registered is not coincident with the name of a macro definition sentence registered in a system job control macro library to prevent the operation by a program other than the desired program. CONSTITUTION:A macro library control section 11 of a registration system is provided with a macro registration control section 16, a micro call control section 15 and a system macro table SYMACTB, and a micro call command section 13 is connected to the control section 15 and a macro registration indication section 14 is connected to the control section 16. Further, a job control macro library 12 is provided with a system job control macro library SYMC and a user job control macro library USMC and they are connected to the control section 11. Then the control section 16 recognizes the macro definition sentence name included in the registration indication of the indication section 14 and only when the name is not coincident with the library SYMC macro definition sentence name, the sentence is registered in the library 12 and the operation by a program other than the desired program is prevented.

Description

【発明の詳細な説明】 (81発明の技術分野 この発明はジョブ制御文群すなわちマクロ定義体を記憶
してなるマクロライブラリに対してマクロ定義体を新に
登録する方法に関し、特にユーザジョブ制御マクロ定義
体の登録方法に係る。
Detailed Description of the Invention (81) Technical Field of the Invention The present invention relates to a method for newly registering a macro definition into a macro library that stores a group of job control statements, that is, a macro definition. This relates to the method of registering a definition field.

(b) 技術の背景 ジョブを実行する場合はジョブ制御文が必要と、なるが
、毎回同じジョブを実行する場合にその都度ジョブ制御
文を用意する煩わしさを解決するためにジョブ制御マク
ロ機能が考えられている。ジョブ制御マクロ機能とはあ
らかじめジョブ制御文を簡単なマクロ呼出し文やマクロ
呼出し指令によって呼び出して、ジョブを計算機システ
ムに投入・する機能である。この機能を利用することに
よってその都度ジョブ制御文を用意する必要がないだけ
でなく、ジョブ制御文の体系を知らない人でも簡単にジ
ョブをシステムに投入することができるというメリット
を持つ。
(b) Technical background A job control statement is required to execute a job, but in order to solve the trouble of preparing a job control statement each time the same job is executed, a job control macro function is introduced. It is considered. The job control macro function is a function for submitting a job to a computer system by calling a job control statement in advance using a simple macro call statement or macro call command. Using this function not only eliminates the need to prepare job control statements each time, but also has the advantage that even people who do not know the system of job control statements can easily submit jobs to the system.

ジョブ制御マクロ機能を使用するためにはジョブ制御マ
クロライブラリにジョブ制御マクロ定義。
To use the job control macro function, define a job control macro in the job control macro library.

体を登録しなければならない。ジョブ制御マクロライブ
ラリには大別するとシステムジョブ制御マクロライブラ
リとユーザジョブ制御マクロライブラリの2種が存在す
る。前者は各種言語処理プログラムの翻訳・結合編集・
実行などのマクロ定義体を格納しており、システムのイ
ンストール時にシステムメーカより提供される。一方、
後者すなわちユーザジョブ制御マクロライブラリはユー
ザが使用目的に合わせて、任意に作成したジョブ制御マ
クロ定義体を格納している。
You have to register your body. There are two types of job control macro libraries: system job control macro libraries and user job control macro libraries. The former includes translation, combination editing, and
Contains macro definitions for execution, etc., and is provided by the system manufacturer when the system is installed. on the other hand,
The latter, the user job control macro library, stores job control macro definitions arbitrarily created by the user according to the purpose of use.

(C) 従来技術と問題点 このようにして登録されたジョブ制御マクロ定義体を使
用するにはマクロ呼出し指令やマクロ呼出し文によって
マクロ定義体名を指定することにより行なわれる。この
ときマクロ、定義体呼出制御部は与えられたマクロ定義
体名をキーとして最初にユーザジョブ制御マクロライブ
ラリを検索し。
(C) Prior Art and Problems The job control macro definition registered in this manner is used by specifying the name of the macro definition using a macro call command or a macro call statement. At this time, the macro/definition program call control section first searches the user job control macro library using the given macro definition program name as a key.

そこに所望とするマクロ定義体が存在しないときにはシ
ステムが自動的にシステムジョブ制御マクロライブラリ
を検索する方式がとられている。したがって、ユーザジ
ョブ制御マクロライブラリの中にシステムジョブ制御マ
クロライブラリに格納されたマクロ定義体と同名のマク
ロ定義体が存在した場合はユーザジョブ制御マクロライ
ブラリ内のマクロ定義体が呼び出されることとなり、所
望とするシステムプログラムのためのマクロ定義体を呼
び出すことができなくなる。
If the desired macro definition does not exist there, the system automatically searches the system job control macro library. Therefore, if a macro definition with the same name as a macro definition stored in the system job control macro library exists in the user job control macro library, the macro definition in the user job control macro library will be called, and the desired You will no longer be able to call macro definitions for system programs that do this.

(d) 発明の構成 この発明はかかる点に鑑みてなされたものであり、シス
テムジョブ制御マクロライブラリとユーザジョブ制御マ
クロライブラリを含むマクロライブラリに対してユーザ
ジョブ制御マクロ定義体を登録するに際して、該登録す
べきジョブ制御マクロ定義体の名称が前記システムジョ
ブ制御マクロライブラリに登録されているマクロ定義体
の名称と一致しないときのみユーザジョブ制御マクロラ
イブラリに登録することにより、前記の欠点を改良した
ものである。
(d) Structure of the Invention This invention has been made in view of the above points, and when registering a user job control macro definition for a macro library including a system job control macro library and a user job control macro library, The above drawback is improved by registering the job control macro definition in the user job control macro library only when the name of the job control macro definition to be registered does not match the name of the macro definition registered in the system job control macro library. It is.

(f) 発明の実施例 以下に図面に沿って本発明によるジョブ制御マクロ定義
体の登録方法の1実施例を詳細に説明する。第1図はジ
ョブ制御マクロ定義体の登録方法を説明するためのブロ
ック図、第2図はその動作を示すフローチャートであり
、第1図において。
(f) Embodiment of the Invention An embodiment of the job control macro definition registration method according to the present invention will be described in detail below with reference to the drawings. FIG. 1 is a block diagram for explaining the method of registering a job control macro definition body, and FIG. 2 is a flowchart showing the operation thereof.

11iマクロライブラリ制御部、12はジョブ制御マク
ロライブラリ、13はマクロ呼出指示部、14はマクロ
登録指示部、15はマクロ呼出制御部、16はマクロ登
録制御部、 SYMCTBはシステムマクロテーブル、
 SYMCはシステムジョブ制御マクロライブラリ。
11i macro library control section, 12 job control macro library, 13 macro call instruction section, 14 macro registration instruction section, 15 macro call control section, 16 macro registration control section, SYMCTB system macro table,
SYMC is a system job control macro library.

11s11cはユーザジョブ制御マクロライブラリであ
る。
11s11c is a user job control macro library.

マクロ登録制御部16はマクロ登録指示部14から与え
られたマクロ定義体をユーザジョブ制御マク09415
1月lSMCに登録する機能、登録に先立ってシステム
マクロテーブルSYMCTRを参照する機能およびその
参照の結果によってマクロ登録指示部14に対してメソ
セージを出力する機能を有する。
The macro registration control unit 16 converts the macro definition given from the macro registration instruction unit 14 into a user job control macro 09415.
It has a function of registering in the January ISMC, a function of referencing the system macro table SYMCTR prior to registration, and a function of outputting a message to the macro registration instruction section 14 based on the result of the reference.

システムジョブ制御マクロライブラリSYMCは登録さ
れているすべてのシステムマクロ定義体を記憶しており
9例えば磁気ディスク記憶装置上に存在している。ユー
ザジョブ制御マクロライブラリUSMCはユーザの使用
目的に合わせて登録されたユーザマクロ定義体を記憶し
ており、同様にして磁気ディスク記憶装置上に存在して
いる。
The system job control macro library SYMC stores all registered system macro definitions and exists on, for example, a magnetic disk storage device. The user job control macro library USMC stores user macro definitions registered according to the purpose of use by the user, and similarly exists on the magnetic disk storage device.

システムマクロテーブルSYMCTBは前記システムジ
ョブ制御マクロライブラリSMMCに登録されているす
べてのマクロ定義体のマクロ定義体の名称を記憶してお
り、これは例えばROM型の半導体記憶装置上に存在す
る。
The system macro table SYMCTB stores the names of all macro definitions registered in the system job control macro library SMMC, and exists on, for example, a ROM type semiconductor storage device.

マクロ呼出制御部15はマクロ呼出指示部13から与え
られたマクロ定義体名に合致するマクロ定義体をジョブ
制御マクロライブラリ12から読み出して、メモリに展
開する。このときマクロ呼出制御部15は最初にユーザ
ジョブ制御マクロライブラリUSMCを検索の対象とし
、そこに指示されたマクロ定義体が存在しないときはシ
ステムジョブ制御マクロライブラリSYMCを検索の対
象とする。
The macro call control unit 15 reads a macro definition that matches the macro definition name given from the macro call instruction unit 13 from the job control macro library 12, and expands it in memory. At this time, the macro call control unit 15 first searches for the user job control macro library USMC, and if the designated macro definition does not exist there, searches for the system job control macro library SYMC.

次ぎにマクロ定義体の登録動作を第2図に沿って簡単に
説明する。
Next, the registration operation of the macro definition body will be briefly explained with reference to FIG.

マクロ登録制御部16はマクロ登録指示部14から登録
の指示があるとその情報に含まれているマクロ定義体名
n1を認識する(マクロ定義体名の認識)。次ぎに制御
部16はシステムマクロテーブルSVMCTBを参照し
て(システムマクロテーブルの参照)、登録指示された
マクロ定義体名nlと同一のマクロ定義名がシステムマ
クロテーブルSYMCTB内に存在するがどうか、換言
すると、システムジジブ制御マクロライブラリSYMC
内に登録指示されたマクロ定義体名n1と同一のマクロ
定義名が存在するかどうかの判定がなされる(nl有?
)。ここで登録指示されたマクロ定義体名n1と同一の
マクロ定義名がシステムジョブ制御マクロライブラリS
YMC内に存在しない場合は指示されたマクロ定義体の
登録が行なわれる(登録)。一方、登録指示されたマク
ロ定義体名n1と同一のマクロ定義名がシステムジョブ
制御マクロライブラリSYMC内に存在すル場合はマク
ロ登録制御部16はそのマクロ定義体の登録を遂行する
ことなくマクロ登録指示部14に対して“指示したマク
ス定義体名n1が既にシステムジョブ制御マクロライブ
ラリSYMCに登録されたマクロ定義体の名と同一であ
る”旨のメソセージを出力する(メソセージの出力)。
When the macro registration control unit 16 receives a registration instruction from the macro registration instruction unit 14, it recognizes the macro definition name n1 included in the information (recognition of macro definition name). Next, the control unit 16 refers to the system macro table SVMCTB (system macro table reference) and determines whether the same macro definition name as the macro definition name nl specified for registration exists in the system macro table SYMCTB. Then, the system Jijibu control macro library SYMC
It is determined whether a macro definition name identical to the macro definition name n1 specified for registration exists in the file (nl exists?
). The macro definition name that is the same as the macro definition name n1 specified for registration here is the system job control macro library S.
If it does not exist in YMC, the designated macro definition is registered (registration). On the other hand, if the same macro definition name as the macro definition name n1 specified for registration exists in the system job control macro library SYMC, the macro registration control unit 16 registers the macro without registering the macro definition name n1. A message to the effect that "the specified macro definition name n1 is the same as the name of a macro definition already registered in the system job control macro library SYMC" is output to the instruction unit 14 (message output).

このメツセージによってマクロ定義体の登録者はそのマ
クロ定義体名を変更して再度登録の指示をマクロ登録指
示部14から発する。
In response to this message, the registrant of the macro definition changes the name of the macro definition and issues a registration instruction again from the macro registration instruction section 14.

このように、システムジョブ制御マクロライブラリSY
MCに登録されたマクロ定義体の名称と同一名称のマク
ロ定義体は決してユーザジョブ制御マクロライブ990
3MC登録されることがない。
In this way, the system job control macro library SY
A macro definition with the same name as a macro definition registered in the MC will never be used in the User Job Control Macro Live 990.
3MC is never registered.

なお、システムジョブ制御マクロライブラリ内に登録指
示されたマクロ定義体名と同一のマクロ定義名が存在す
るかどうかの判定は実施例のように特別な記憶部(シス
テムマクロテーブル)を用いることなく直接システムジ
ョブ制御マクロライブラリを検索するようにしてもよい
Note that it is possible to directly determine whether or not there is a macro definition name that is the same as the macro definition name specified for registration in the system job control macro library, without using a special storage unit (system macro table) as in the embodiment. The system job control macro library may be searched.

(f) 発明の詳細 な説明したように、ユーザジョブ制御マクロ定義体を登
録するに際して、該登録すべきジョブ制御マクロ定義体
の名称がシステムジョブ制御マクロライブラリに登録さ
れたマクロ定義体の名称と一致しないときのみユーザジ
ョブ制御マクロライブラリに登録するものであるから、
マクロ定義体の呼び出しによって所望とするプログラム
以外のものが動作することを防止できる。
(f) As described in the detailed description of the invention, when registering a user job control macro definition, the name of the job control macro definition to be registered must be the same as the name of the macro definition registered in the system job control macro library. Since it is registered in the user job control macro library only when there is no match,
By calling the macro definition, it is possible to prevent programs other than the desired program from running.

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

第1図はジョブ制御マクロ定義体の登録方法を説明する
ためのブロック図、第2図はその動作を示すフローチャ
ートである。 図において、11はマクロライブラリ制御部、12はジ
ョブ制御マクロライブラリ、 13はマクロ呼出指示部
、14はマクロ登録指示部、15はマクロ呼出制御部、
16はマクロ登録制御部、 SMMCTBはシステムマ
クロテーブル、 SYMCはシステムジョブ制御マクロ
ライブラリ、 USMCはユーザジョブ制御マクロライ
ブラリを示す。
FIG. 1 is a block diagram for explaining the method of registering a job control macro definition, and FIG. 2 is a flowchart showing the operation. In the figure, 11 is a macro library control section, 12 is a job control macro library, 13 is a macro call instruction section, 14 is a macro registration instruction section, 15 is a macro call control section,
16 is a macro registration control unit, SMMCTB is a system macro table, SYMC is a system job control macro library, and USMC is a user job control macro library.

Claims (1)

【特許請求の範囲】[Claims] システムジョブ制御マクロライブラリとユーザジョブ制
御マクロライブラリを含むマクロライブラリに対してユ
ーザジョブ制御マクロ定義体を登録するに際して、該登
録すべきジョブ制御マクロ定義体の名称が前記システム
ジョブ制御マクロライブラリに登録されているマクロ定
義体の名称と一致しないときのみユーザジョブ制御マク
ロライブラリに登録することを特徴とするジョブ制御マ
クロ定義体の登録方法。
When registering a user job control macro definition to a macro library including a system job control macro library and a user job control macro library, the name of the job control macro definition to be registered is registered in the system job control macro library. A job control macro definition registration method characterized in that the job control macro definition is registered in a user job control macro library only when the name of the job control macro definition does not match the name of the existing macro definition.
JP58129903A 1983-07-15 1983-07-15 Registration method of job control macro definition sentence Pending JPS6022244A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58129903A JPS6022244A (en) 1983-07-15 1983-07-15 Registration method of job control macro definition sentence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58129903A JPS6022244A (en) 1983-07-15 1983-07-15 Registration method of job control macro definition sentence

Publications (1)

Publication Number Publication Date
JPS6022244A true JPS6022244A (en) 1985-02-04

Family

ID=15021235

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58129903A Pending JPS6022244A (en) 1983-07-15 1983-07-15 Registration method of job control macro definition sentence

Country Status (1)

Country Link
JP (1) JPS6022244A (en)

Similar Documents

Publication Publication Date Title
JPH02165241A (en) File access system
US4979109A (en) Method of controlling a data dictionary directory system in a data base system
JPH086812A (en) Debugging method and debugger for information processing program
JPH11265395A (en) Data base access system
JPS6022244A (en) Registration method of job control macro definition sentence
JPH0528088A (en) Method for automatically generating hardware constitution information
JPH04107741A (en) Draw-out system for service procedure in rpc
JP2655610B2 (en) Common area update device
JPH0430239A (en) Command option designation processing system
JPS6247742A (en) Output system for console message
JPS63145551A (en) Changing system for definition of file attribute
JPS6146527A (en) Executing method of application program
JPH02308355A (en) Input procedure management system for interpreter
JPH0414161A (en) Transaction processing system
JPH05143410A (en) Access control method for distributed data base
JPH04266121A (en) Program managing system
JPH03218532A (en) Control system for arbitrary starting program
JPH0433046A (en) Network job step output control system
JPH02122359A (en) Remote file access system
JPH02126329A (en) Symbol processing system for language processing program
JPS63228207A (en) Function key setting system
JPS62226334A (en) General purpose declared macro definition system
JPS61234431A (en) Information retrieval system
JPH04332039A (en) Work file formation/deletion system
JPH0350628A (en) Make file generation method using source file