JPH0250212A - Symbol variable processing system - Google Patents

Symbol variable processing system

Info

Publication number
JPH0250212A
JPH0250212A JP63200470A JP20047088A JPH0250212A JP H0250212 A JPH0250212 A JP H0250212A JP 63200470 A JP63200470 A JP 63200470A JP 20047088 A JP20047088 A JP 20047088A JP H0250212 A JPH0250212 A JP H0250212A
Authority
JP
Japan
Prior art keywords
temporary
symbolic
symbolic variable
variable
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP63200470A
Other languages
Japanese (ja)
Other versions
JP3140442B2 (en
Inventor
Ichiro Hotta
堀田 一郎
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 JP63200470A priority Critical patent/JP3140442B2/en
Publication of JPH0250212A publication Critical patent/JPH0250212A/en
Application granted granted Critical
Publication of JP3140442B2 publication Critical patent/JP3140442B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To attain the free delivery of a symbol variable value between a program and a command procedure by declairing a temporary symbol variable and executing the delivery of the specified symbol variable value between the program and command procedure. CONSTITUTION:The temporary symbol variable, which is declaired by a temporary symbol variable declairing part 11 of a program 10, is registered as the symbol variable by a temporary symbol variable registering part 31 of a command procedure 30. A symbol variable referring and setting part 32 of the command procedure 30 refers the temporary symbol variable as this registered symbol variable and sets a value. A temporary symbol variable value returning part 33 of the command procedure 30 designates the type of the temporary symbol variable, whose value is returned to the program 10, and processes the value so as to be delivered from a symbol variable area 40 to a temporary symbol variable area 20. Thus, a temporary symbol variable value referring part 13 of the program 10 can refer the value of the temporary symbol variable which is processed by the command procedure.

Description

【発明の詳細な説明】 【概要〕 プログラムがコマンドプロシジャの記号変数値を参照す
るための記号変数処理方式に関し、プログラムとコマン
ドプロシジャとの間での記号変数値の自由な受け渡しの
実現を目的とし、プログラムは、一時記号変数を宣言す
るとともに、この宣言された一時記号変数のための一時
記号変数域を設定するよう処理する一時記号変数宣宮邸
と、この設定された一時記号変数域に、コマンドプロシ
ジャへ渡すことになる一時記号変数の値を設定するよう
処理する一時記号変数値設定部とを備え、そして、コマ
ンドプロシジャは、一時記号変数域に設定された一時記
号変数情報を記号変数のための記号変数域に格納するこ
とで、一時記号変数宣言部により宣言された一時記号変
数を記号変数として登録するよう処理する一時記号変数
登録部と、この登録された記号変数に対しての処理結果
である一時記号変数の値の内必要なものを、記号変数域
から一時記号変数域に格納するよう処理する一時記号変
数値返却部とを備えるよう構成する。
[Detailed Description of the Invention] [Summary] Regarding a symbolic variable processing method for a program to refer to the symbolic variable value of a command procedure, the purpose is to realize the free exchange of symbolic variable values between the program and the command procedure. , the program declares a temporary symbolic variable and processes the temporary symbolic variable area to set up a temporary symbolic variable area for this declared temporary symbolic variable, and in this set temporary symbolic variable area, the command The command procedure includes a temporary symbolic variable value setting unit that processes to set the value of the temporary symbolic variable to be passed to the procedure, and the command procedure sets the temporary symbolic variable information set in the temporary symbolic variable area for the symbolic variable. A temporary symbolic variable registration section that registers a temporary symbolic variable declared by the temporary symbolic variable declaration section as a symbolic variable by storing it in the symbolic variable area of the temporary symbolic variable declaration section, and the processing result for this registered symbolic variable. and a temporary symbolic variable value return unit that processes necessary values of the temporary symbolic variables from the symbolic variable area to the temporary symbolic variable area.

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

本発明は、プログラムとコマンドプロシジャとの間で相
互に記号変数値の受け渡しを可能とする記号変数処理方
式に関するものである。
The present invention relates to a symbolic variable processing method that allows symbolic variable values to be exchanged between a program and a command procedure.

コマンドプロシジャは、登録された一連のコマンド列か
らなるものであって、プログラムから呼び出されてその
コマンド列の機能を実行するものであり、記号変数は、
このコマンドプロシジャに固有の変数である。このよう
なコマンドプロシジャを利用するプログラムにあっては
、コマンドプロシジャの記号変数値を読み出す必要がで
てくるので、この続出処理がプログラム側から自由に行
えるよう構成していく必要がある。
A command procedure consists of a series of registered command strings, and is called from a program to execute the function of the command string. Symbolic variables are
A variable specific to this command procedure. In a program that uses such a command procedure, it is necessary to read the symbolic variable value of the command procedure, so it is necessary to configure the program so that this successive processing can be performed freely from the program side.

〔従来技術] 従来、コマンドプロシジャの記号変数値をプログラムに
渡すには、コマンドプロシジャがそのプログラムを呼び
出すことで実現されていた。すなわち、記号変数はコマ
ンドプロシジャに固有の変数であることから、コマンド
プロシジャがイニシャアチブを持って先ずプログラムを
呼び出し、そして、このようにして呼び出されたプログ
ラムが、記号変数値の参照処理を実行するよう処理して
いたのである。
[Prior Art] Conventionally, the symbolic variable value of a command procedure was passed to a program by the command procedure calling the program. In other words, since a symbolic variable is a variable unique to a command procedure, the command procedure first calls a program with an initiative, and then the program called in this way executes the process of referencing the symbolic variable value. It was being processed.

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

このような構成を採ることから、従来技術では、コマン
ドプロシジャから呼び出されていないプログラムは、コ
マンドプロシジャの記号変数値を読み出せないという問
題点があった。従って、プログラムは、自由にコマンド
プロシジャの記号変数の値を参照できなかったのである
。このような制限があると、プログラムの生産性の向上
や性能の向上が図れないことになる。
Due to this configuration, the prior art has a problem in that a program that is not called from the command procedure cannot read the symbolic variable values of the command procedure. Therefore, the program could not freely refer to the values of the symbolic variables of the command procedure. Such limitations make it impossible to improve program productivity and performance.

本発明はかかる事情に鑑みてなされたものであって、プ
ログラムとコマンドプロシジャとの間での記号変数値の
自由な受け渡しを実現できる記号変数処理方式の捷供を
目的とするものである。
The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a symbolic variable processing method that can realize the free exchange of symbolic variable values between a program and a command procedure.

〔!1題を解決するための手段〕 第1図は本発明の原理構成図である。[! Means to solve one problem] FIG. 1 is a diagram showing the principle configuration of the present invention.

図中、10はコマンドプロシジャを利用するプログラム
、20は一時記号変数を格納するための一時記号変数域
、30はプログラム10から呼び出されるコマンドプロ
シジャ、40は記号変数を格納するための記号変数域で
ある。
In the figure, 10 is a program that uses a command procedure, 20 is a temporary symbolic variable area for storing temporary symbolic variables, 30 is a command procedure called from the program 10, and 40 is a symbolic variable area for storing symbolic variables. be.

プログラム10は、一時記号変数宣言部11と、一時記
号変数値設定部12と、一時記号変数値参照部13とを
備える。この一時記号変数宣言部IIは、一時記号変数
を宣言するよう処理するとともに、一時記号変数域20
を設定するよう処理し、一時記号変数値設定部12は、
設定された一時記号変数域20に、コマンドプロシジャ
30へ渡tことになる一時記号変数の値を設定するよう
処理し、一時記号変数値参照部13は、コマンドプロシ
ジャ30から返されることになる一時記号変数の値を、
設定された一時記号変数域20を介して参照するよう処
理する。
The program 10 includes a temporary symbolic variable declaration section 11, a temporary symbolic variable value setting section 12, and a temporary symbolic variable value reference section 13. This temporary symbolic variable declaration section II processes to declare a temporary symbolic variable, and also uses the temporary symbolic variable area 20.
The temporary symbol variable value setting unit 12 performs processing to set
The value of the temporary symbolic variable that will be passed to the command procedure 30 is set in the set temporary symbolic variable area 20, and the temporary symbolic variable value reference unit 13 sets the value of the temporary symbolic variable that will be returned from the command procedure 30. The value of the symbolic variable,
Processing is performed so that it is referenced via the set temporary symbol variable area 20.

一方、コマンドプロシジャ30は、一時記号変数登録部
31と、記号変数参照設定部32と、一時記号変数値返
却部33とを備える。この一時記号変数登録部31は、
一時記号変数域20に設定された一時記号変数情報を記
号変数域40に格納することで、一時記号変数宣言部1
1により宣言された一時記号変数を記号変数として登録
するよう処理し、記号変数参照設定部32は、記号変数
域40の記号変数を参照設定するよう処理し、時記号変
数値返却部33は、登録された記号変数に対しての処理
結果である一時記号変数の値を、記号変数域40から一
時記号変数域20に渡すよう処理する。
On the other hand, the command procedure 30 includes a temporary symbolic variable registration section 31, a symbolic variable reference setting section 32, and a temporary symbolic variable value return section 33. This temporary symbol variable registration unit 31 is
By storing the temporary symbolic variable information set in the temporary symbolic variable area 20 in the symbolic variable area 40, the temporary symbolic variable declaration section 1
1, the symbolic variable reference setting section 32 performs processing to refer to and set the symbolic variable in the symbolic variable area 40, and the hour symbol variable value return section 33 performs the following steps: Processing is performed so that the value of the temporary symbolic variable, which is the processing result for the registered symbolic variable, is passed from the symbolic variable area 40 to the temporary symbolic variable area 20.

〔作用〕[Effect]

本発明では、プログラム10の一時記号変数宣言部11
により宣言された一時記号変数が、コマンドプロシジャ
30の一時記号変数情報部31により、記号変数として
登録されることになる。コマンドプロシジャ30の記号
変数参照設定部32は、コマンド列の実行に従って、こ
の登録された記号変数としての一時記号変数を参照し、
値を設定していく。そして、コマンドプロシジャ30の
一時記号変数値返却部33は、プログラム10へ値を返
却することになる一時記号変数の種類を指定するととも
に、その値を記号変数域40から一時記号変数域20に
渡すよう処理する。これにより、プログラム10の一時
記号変数値参照部13は、コマンドプロシジャ30によ
って処理された一時記号変数の値を参照できることにな
る。
In the present invention, the temporary symbol variable declaration section 11 of the program 10
The temporary symbolic variable declared by is registered as a symbolic variable by the temporary symbolic variable information section 31 of the command procedure 30. The symbolic variable reference setting unit 32 of the command procedure 30 refers to the temporary symbolic variable as a registered symbolic variable according to the execution of the command string,
Set the values. Then, the temporary symbolic variable value return unit 33 of the command procedure 30 specifies the type of temporary symbolic variable whose value is to be returned to the program 10, and passes the value from the symbolic variable area 40 to the temporary symbolic variable area 20. Process as follows. This allows the temporary symbolic variable value reference unit 13 of the program 10 to refer to the value of the temporary symbolic variable processed by the command procedure 30.

このように、本発明では、コマンドプロシジャ30から
呼び出されなくても、プログラム10は、記号変数の値
を読み出せるようになる。そして、このとき、プログラ
ム10に渡す記号変数の種類をコマンドプロシジャ30
が指定できるようになる。しかも、本発明では、コマン
ドプロシジャ30から呼び出されたプログラムエ0が、
記号変数の値を参照する従来技術をそのまま保有できる
In this way, according to the present invention, the program 10 can read the value of a symbolic variable without being called by the command procedure 30. At this time, the type of symbolic variable to be passed to the program 10 is specified by the command procedure 30.
can now be specified. Moreover, in the present invention, the program 0 called from the command procedure 30 is
The conventional technology that refers to the value of a symbolic variable can be retained as is.

従って、プログラム10と、コマンドプロシジャ30と
の間での、記号変数値の自由な受け渡しが実現できるの
である。
Therefore, symbolic variable values can be exchanged freely between the program 10 and the command procedure 30.

〔実施例] 以下、実施例に従って本発明の詳細な説明する。〔Example] Hereinafter, the present invention will be explained in detail according to examples.

第2図に本発明の実施例構成図を示す。図中、10aは
応用プログラムに当たる第1のプログラム、tabは同
じく応用プログラムに当たる第2のプログラム、20.
30.40は、第1図と同じく、それぞれ一時記号変数
域、コマンドプロシジャ、記号変数域を表している。な
お、図中では、第1のプログラム10aを“PROCI
”、第2のプログラム10bを“’PROC;2”、コ
マンドプロシジャ30を“PROCI””で表すことが
ある。この図に示すように、1つまたは複数のプログラ
ム10は、コマンドプロシジャ30を呼び出して、その
コマンドプロシジャ30が実行する機能を利用すること
になる。
FIG. 2 shows a configuration diagram of an embodiment of the present invention. In the figure, 10a is a first program which is an application program, tab is a second program which is also an application program, 20.
30 and 40 respectively represent a temporary symbol variable area, a command procedure, and a symbol variable area, as in FIG. In addition, in the figure, the first program 10a is referred to as "PROCI".
'', the second program 10b may be expressed as ``'PROC;2'', and the command procedure 30 may be expressed as ``PROCI''''. As shown in this figure, one or more programs 10 will call a command procedure 30 to utilize the functions that the command procedure 30 performs.

次に、本発明が実行する処理手順に従って、本発明の記
号変数処理方式について説明する。
Next, the symbolic variable processing method of the present invention will be explained according to the processing procedure executed by the present invention.

コマンドプロシジャ30の記号変数値の読み出しを必要
とする第1のプログラム10aは、最初に、図中の■で
示すように、一時記号変数の宣言処理に入ることになる
。ここで、一時記号変数とは、コマンドプロシジャ30
の記号変数値を読み出すために導入した擬似的な記号変
数であると言えるものであり、宣言される一時記号変数
の変数名の「つづり」は、コマンドプロシジャ30の記
号変数の変数名の「つづり」と同じで構成される。
The first program 10a that needs to read the symbolic variable value of the command procedure 30 first enters the declaration process of a temporary symbolic variable, as shown by ■ in the figure. Here, the temporary symbolic variable is the command procedure 30
It can be said that it is a pseudo symbolic variable introduced to read the symbolic variable value of ” consists of the same.

この一時記号変数の宣言処理により、■°で示すように
、例えばDASD上に一時記号変数域20の設定が実行
されることになる。続いて、第1のプログラムlOaは
、■で示すように、一時記号変数値の設定処理を実行し
、■゛で示すように、設定された一時記号変数域20に
値を設定するよう処理する。このようにして、一時記号
変数の領域と値をコマンドプロシジャ30に渡すための
準備が終了することになる。そして、コマンドプロシジ
ャ30の呼び出しを行う。
As a result of this temporary symbolic variable declaration processing, the temporary symbolic variable area 20 is set on, for example, the DASD, as shown by ■°. Next, the first program lOa executes a process of setting a temporary symbolic variable value, as shown by ■, and sets a value in the set temporary symbolic variable area 20, as shown by ■゛. . In this way, the preparation for passing the area and value of the temporary symbol variable to the command procedure 30 is completed. Then, the command procedure 30 is called.

このようにして第1のプログラム10aから呼び出され
ると、コマンドプロシジャ30は、最初に、図中の■で
示すように、第1のプログラム10aで宣言された一時
記号変数を記号変数として登録するための登録処理を行
うことになる。この登録処理により、■゛で示すように
、一時記号変数域20に格納されていた一時記号変数情
報が記号変数域40に移されることで、これから以降、
コマンドプロシジャ30では、一時記号変数を記号変数
と同等に扱うことができることになる。すなわち、この
登録処理により、コマンドプロシジャ30は、これから
以降、■、■°で示すように、記号変数域40を介して
、通常の記号変数と一同様に、記号変数として登録され
た一時記号変数に対する参照処理と設定処理とを自由に
行えるようになる。
When called from the first program 10a in this way, the command procedure 30 first registers the temporary symbolic variable declared in the first program 10a as a symbolic variable, as shown by ■ in the figure. registration process will be performed. Through this registration process, the temporary symbolic variable information stored in the temporary symbolic variable area 20 is moved to the symbolic variable area 40, as shown by
In the command procedure 30, temporary symbolic variables can be treated in the same manner as symbolic variables. That is, as a result of this registration process, the command procedure 30 will, from now on, store temporary symbolic variables registered as symbolic variables via the symbolic variable area 40, as shown by Reference processing and setting processing can be performed freely.

このようにして、コマンドプロシジャ30が処理を実行
することで、記号変数として登録された一時記号変数の
内必要なものの値を、第1のプログラム10aに返却す
る必要があるときには、コマンドプロシジャ30は、図
中の■で示すように、値の返却処理を行うことになる。
In this way, when the command procedure 30 executes processing and needs to return the values of necessary temporary symbolic variables registered as symbolic variables to the first program 10a, the command procedure 30 executes the process. , as shown by ■ in the figure, value return processing is performed.

この値の返却処理は、■°で示すように、記号変数域4
0に格納されている一時記号変数に係る記号変数値情報
を、一時記号変数J!!20に移すことで実行されるこ
とになる。この処理の実行により、プログラム実行の制
御が第1のプログラムtOaに戻ることとなって、第1
のプログラム10aは、戻された一時記号変数の値を参
照して処理を続けていくことになる。
This value return process is performed in the symbolic variable area 4, as shown by ■°.
The symbolic variable value information related to the temporary symbolic variable stored in the temporary symbolic variable J! ! It will be executed by moving to 20. By executing this process, control of program execution returns to the first program tOa, and the
The program 10a continues processing by referring to the returned value of the temporary symbol variable.

これまでに説明した手続きにより、第1のプログラムl
oaは、コマンドプロシジャ30から呼び出されなくて
も、コマンドプロシジャ30の記号変数値を参照できる
ようになる。そして、コマンドプロシジャ30は、第1
のプログラム10aに戻すことになる一時記号変数に係
る記号変数値情報を、記号変数として登録したものの中
から随時選択できることになるのである。
By the procedure described so far, the first program l
oa can refer to the symbolic variable values of the command procedure 30 even if it is not called from the command procedure 30. Then, the command procedure 30
The symbolic variable value information related to the temporary symbolic variable to be returned to the program 10a can be selected at any time from among those registered as symbolic variables.

図中の■、■°に示す処理は、コマンドプロシジャ30
が第2のプログラムtabを呼び出したときに、呼び出
された第2のプログラム10bが、記号変数域40を参
照することでコマンドプロシジャ30の記号変数値を参
照する手続きを表している。この手続きは従来技術であ
る。このように、本発明を実装することになっても、従
来技術の記号変数処理方式は害されることなく、そのま
ま利用できるのである。
The processes indicated by ■ and ■° in the figure are executed by the command procedure 30.
This represents a procedure in which when the second program 10b calls the second program tab, the called second program 10b refers to the symbolic variable value of the command procedure 30 by referring to the symbolic variable area 40. This procedure is prior art. In this way, even if the present invention is implemented, the symbolic variable processing method of the prior art can be used as is without any harm.

また、図中の■、■゛に示す手続きは、第2のプログラ
ム10bが一時記号変数の宣言処理を実行して、一時記
号変数域20に一時記号変数値を設定する手続きを表し
ている。このように、本発明の記号変数処理方式では、
複数の応用プログラムがあるときに、それぞれの応用プ
ログラムが自由に一時記号変数を宣言して、コマンドプ
ロシジャ30からその一時記号変数に係る記号変数値を
読み出せることになる。
Further, the procedures indicated by ■ and ■'' in the figure represent procedures in which the second program 10b executes a temporary symbolic variable declaration process and sets a temporary symbolic variable value in the temporary symbolic variable area 20. In this way, in the symbolic variable processing method of the present invention,
When there are multiple application programs, each application program can freely declare a temporary symbolic variable and read the symbolic variable value related to the temporary symbolic variable from the command procedure 30.

以上、図示実施例について説明したが、本発明はこれに
限られるものではない。例えば、応用プログラムの数は
2つに限られることはなく、また、コマンドプロシジャ
の数も1つに限られることはないのである。
Although the illustrated embodiments have been described above, the present invention is not limited thereto. For example, the number of application programs is not limited to two, and the number of command procedures is not limited to one.

〔発明の効果] 本発明によれば、コマンドプロシジャから呼び出されな
くても、プログラムは、コマンドプロシジャの記号変数
の値を読み出せるようになる。そして、このとき、プロ
グラムに値を渡す記号変数の種類をコマンドプロシジャ
が指定できるようになる。しかも、本発明では、コマン
ドプロシジャから呼び出されたプログラムは、従来通り
、記号変数の値を参照できる。従って、プログラムとコ
マンドプロシジャとの間での記号変数値の自由な受け渡
しが実現できるとともに、プログラムとプログラムとの
間でも、コマンドプロシジャを介して、記号変数値の自
由な受け渡しが実現できることになる。これから、プロ
グラムの生産性の向上や性能の向上が図れるのである。
[Effects of the Invention] According to the present invention, a program can read the value of a symbolic variable of a command procedure without being called from the command procedure. At this time, the command procedure can specify the type of symbolic variable that will be passed to the program. Furthermore, in the present invention, a program called from a command procedure can refer to the values of symbolic variables as before. Therefore, symbolic variable values can be freely exchanged between programs and command procedures, and symbolic variable values can also be freely exchanged between programs via command procedures. From now on, it will be possible to improve program productivity and performance.

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

第1図は本発明の原理構成図、 第2図は本発明の実施例構成図である。 図中、10はプログラム、10aは第1のプログラム、
tabは第2のプログラム、11は一時記号変数宣言部
、12は一時記号変数値設定部、13は一時記号変数値
参照部、20は一時記号変数域、30はコマンドプロシ
ジャ、31は一時記号変数登録部、32は記号変数参照
設定部、33は一時記号変数値返却部、40は記号変数
域である。
FIG. 1 is a diagram showing the principle configuration of the present invention, and FIG. 2 is a diagram showing the configuration of an embodiment of the present invention. In the figure, 10 is a program, 10a is a first program,
tab is the second program, 11 is the temporary symbolic variable declaration section, 12 is the temporary symbolic variable value setting section, 13 is the temporary symbolic variable value reference section, 20 is the temporary symbolic variable area, 30 is the command procedure, and 31 is the temporary symbolic variable. 32 is a registration section, 32 is a symbolic variable reference setting section, 33 is a temporary symbolic variable value return section, and 40 is a symbolic variable area.

Claims (1)

【特許請求の範囲】 プログラム(10)が、コマンドプロシジャ(30)の
記号変数の値を参照するための記号変数処理方式におい
て、 上記プログラム(10)は、一時記号変数を宣言すると
ともに、この宣言された一時記号変数のための一時記号
変数域(20)を設定するよう処理する一時記号変数宣
言部(11)と、この設定された一時記号変数域(20
)に、上記コマンドプロシジャ(30)へ渡すことにな
る一時記号変数の値を設定するよう処理する一時記号変
数値設定部(12)とを備え、そして、上記コマンドプ
ロシジャ(30)は、上記一時記号変数域(20)に設
定された一時記号変数情報を記号変数のための記号変数
域(40)に格納することで、上記一時記号変数宣言部
(11)により宣言された一時記号変数を記号変数とし
て登録するよう処理する一時記号変数登録部(31)と
、この登録された記号変数に対しての処理結果である一
時記号変数の値の内必要なものを、上記記号変数域(4
0)から上記一時記号変数域(20)に格納するよう処
理する一時記号変数値返却部(33)とを備えることで
、 上記プログラム(10)と上記コマンドプロシジャ(3
0)との間での、記号変数値の自由な受け渡しを実現し
たことを特徴とする記号変数処理方式。
[Claims] In a symbolic variable processing method for a program (10) to refer to the value of a symbolic variable of a command procedure (30), the program (10) declares a temporary symbolic variable and also declares a temporary symbolic variable. a temporary symbolic variable declaration section (11) that processes to set a temporary symbolic variable area (20) for the temporary symbolic variable that has been set;
) includes a temporary symbolic variable value setting unit (12) that processes to set the value of the temporary symbolic variable to be passed to the command procedure (30), and the command procedure (30) By storing the temporary symbolic variable information set in the symbolic variable area (20) in the symbolic variable area (40) for symbolic variables, the temporary symbolic variable declared by the temporary symbolic variable declaration section (11) becomes symbolic. The temporary symbolic variable registration unit (31) processes the registered symbolic variables to be registered as a variable, and the necessary values of the temporary symbolic variables, which are the processing results for the registered symbolic variables, are stored in the symbolic variable area (4).
0) to the temporary symbolic variable area (20), the above program (10) and the above command procedure (3) are provided.
1. A symbolic variable processing method characterized by realizing free exchange of symbolic variable values between 0) and 0).
JP63200470A 1988-08-11 1988-08-11 Data processing device Expired - Fee Related JP3140442B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63200470A JP3140442B2 (en) 1988-08-11 1988-08-11 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63200470A JP3140442B2 (en) 1988-08-11 1988-08-11 Data processing device

Publications (2)

Publication Number Publication Date
JPH0250212A true JPH0250212A (en) 1990-02-20
JP3140442B2 JP3140442B2 (en) 2001-03-05

Family

ID=16424853

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63200470A Expired - Fee Related JP3140442B2 (en) 1988-08-11 1988-08-11 Data processing device

Country Status (1)

Country Link
JP (1) JP3140442B2 (en)

Also Published As

Publication number Publication date
JP3140442B2 (en) 2001-03-05

Similar Documents

Publication Publication Date Title
JPH0250212A (en) Symbol variable processing system
JPS5856153A (en) Subroutine return system
JPH04288625A (en) Microcomputer
JPS63163636A (en) Executing system for parallel processing
JPS63184136A (en) Optimization processing system
JPH064319A (en) Shared routine control system in operating system
JPH04140851A (en) Diagnostic system for information processor
JPH02116930A (en) Array processing system in input/output library
JPS6361366A (en) Cad system
JPH04205430A (en) Program execution controller
JPH0340139A (en) Context switching method for multi-task system
JPH02206838A (en) Common sub routine linking method
JPH0447337B2 (en)
JPS6236576B2 (en)
JPH0334025A (en) Instruction processing system
JPH01309133A (en) Function call processing method
JPH02196333A (en) Subroutine calling system
JPH02103638A (en) System for improving built-in function executing time performance
JPH01113842A (en) Trap system for information processor
JPH0363866A (en) Master/slave processor
JPH0437931A (en) Avoiding system for software fault due to boundary illicitness
JPS62217326A (en) Computer capable of storing and switching plural os
JPS6257028A (en) Branch control system in information processor of pipeline control
JPH04370831A (en) Operation mode control system
JPS62159235A (en) List processing system

Legal Events

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