JPS63627A - Key word setting processing system - Google Patents

Key word setting processing system

Info

Publication number
JPS63627A
JPS63627A JP61143870A JP14387086A JPS63627A JP S63627 A JPS63627 A JP S63627A JP 61143870 A JP61143870 A JP 61143870A JP 14387086 A JP14387086 A JP 14387086A JP S63627 A JPS63627 A JP S63627A
Authority
JP
Japan
Prior art keywords
processing
keyword
input
processing system
processing step
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
JP61143870A
Other languages
Japanese (ja)
Inventor
Satoshi Miyoshi
三好 智
Akira Tsunoshima
角島 章
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
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU 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, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP61143870A priority Critical patent/JPS63627A/en
Publication of JPS63627A publication Critical patent/JPS63627A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。
(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.

Description

【発明の詳細な説明】 〔概 要〕 プログラミング言語のキーワードを、利用者等の所要の
語に設定できるようにするキーワード設定処理方式。キ
ーワードを所定のコードに変換する対応テーブルの内容
を表示装置に表示し、表示画面上でキーワードを更新す
ると、更新キーワードをテーブルに設定するように構成
する。この方式により、応用分野に馴染み易い用語等を
キーワードにすることが容易にできるようになり、プロ
グラミング言語を使い易くする。
[Detailed Description of the Invention] [Summary] A keyword setting processing method that allows a keyword of a programming language to be set as a desired word by a user, etc. The content of a correspondence table for converting a keyword into a predetermined code is displayed on a display device, and when the keyword is updated on the display screen, the updated keyword is set in the table. This method makes it easy to use terms that are familiar to the field of application as keywords, making the programming language easier to use.

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

本発明は、計算機におけるプログラミング言語のキーワ
ードの設定処理方式に関する。
The present invention relates to a method for setting keywords of a programming language in a computer.

プログラミング言語には一般に、指令等を表す語として
、公知のように各言語において規定されているキーワー
ドがある。利用者は必要な指令等を所定のキーワードを
使って指定することにより、該プログラミング言語の機
能を利用することができる。
Programming languages generally have keywords defined in each language as words representing commands and the like, as is well known. A user can utilize the functions of the programming language by specifying necessary commands using predetermined keywords.

従って、利用者があるプログラミング言語を使うために
は、所要の機能を指定する所定のキーワードを正確に入
力することが要求される。
Therefore, in order to use a certain programming language, a user is required to accurately input a predetermined keyword specifying a desired function.

〔従来の技術と発明が解決しようとする問題点〕計算機
の処理手順を記述するプログラミング言語としては、多
種類の言語が使用されている。
[Prior art and problems to be solved by the invention] Many types of languages are used as programming languages for describing computer processing procedures.

例えば簡易言語と呼ばれる種類の言語は、計算機プログ
ラムの非専門家が、計算機を容易に利用できるようにす
ることをねらって、比較的少ない記述で必要な処理を指
定できるようにしたプログラミング言語として普及して
いる。
For example, a type of language called a simple language has become popular as a programming language that allows non-experts in computer programming to specify necessary processing with relatively few descriptions, with the aim of making it easier to use computers. are doing.

しかし、簡易言語の場合であっても、−般に特定の何等
かの言語規約があって、それに従った指示形式によって
所要事項の指示を入力しなければ、その言語の処理シス
テムには解釈できない。
However, even in the case of a simple language, there are generally some specific language conventions, and unless the instructions for the required items are entered in an instruction format that follows them, the processing system of that language will not be able to interpret it. .

例えば、「#入力表“得意先マスタ゛」によって、その
簡易言語による処理のために特定の意味を持つ入力表デ
ータとして、「得意先マスク」の名前で保存されている
ファイルを使用することを指定することができる。
For example, ``# input table ``Customer Master'' specifies that a file saved under the name ``Customer Mask'' is to be used as input table data that has a specific meaning for processing in that simple language. can do.

この場合に「入力表」は、この言語の処理システムとし
て特定の意味(即ち、前記の意味の指定を行う語として
必要な事項に関する規約)が明確に定義されている語で
あって、このように使われる語をキーワードと呼び、#
は識別を容易にするために、キーワードの前に必ず付け
るべき符号として使われている。
In this case, an "input table" is a word for which a specific meaning is clearly defined for the processing system of this language (i.e., a convention regarding what is necessary for a word to specify the above meaning), and such a The words used for are called keywords, and #
is used as a symbol that must be added before the keyword to facilitate identification.

この言語の処理システムは、前記のような各キーワード
の文字列と、それぞれに割り当てたコードとの対応を示
す、例えば第2図fa)に示すようなテーブルを持ち、
例えばキーワード「#入力表」が入力されると、そのキ
ーワードに一致する文字列をテーブルから検索し、その
文字列に対応するコード(図の場合はro O02J 
)を得る。
The processing system for this language has a table such as the one shown in FIG.
For example, when the keyword "#input table" is input, the table is searched for a character string that matches that keyword, and the code corresponding to that character string (ro O02J
).

コードは、例えばそれによって分類されるように構成さ
れた処理の1つを決定し、言語の処理システムが該処理
を起動するように使用される。
The code is used, for example, to determine one of the processes configured to be classified by it and for the language's processing system to launch that process.

従って、利用者は意図する処理を指定するキーワードを
正確に使用する必要があり、誤ったキーワードの入力は
、指定の誤りとして処理できなくなるか、又は別の処理
が誤って実行される結果を生じ得る。
Therefore, the user must use the keyword that specifies the intended process correctly; inputting an incorrect keyword will result in the specification being unable to be processed or another process being executed incorrectly. obtain.

ところで、各キーワードには、通常それぞれによって指
定する事項を連想させるような適当な語を用いるように
するが、言語の処理システムとしては、該言語ができる
だけ広汎な応用分野に使用されることを考慮して、それ
らの分野に共通に適用できるような汎用的な語をキーワ
ー、ドに選択する。
By the way, for each keyword, we usually use appropriate words that are reminiscent of the items specified by each keyword, but as a language processing system, it is important to consider that the language will be used in as wide a range of application fields as possible. Then, select general words that can be commonly applied to those fields as keywords.

その結果、特定の応用分野で仕事をしている利用者にと
っては、キーワードが必ずしも馴染み易い用語のみで無
(、そのためにそのプログラミング言語の使い易さを…
なうという問題がしばしばある。
As a result, for users working in a specific application field, the keywords are not necessarily just terms that are familiar to them (this makes it difficult to understand the ease of use of the programming language).
There is often a problem with this.

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

第1図は、本発明の構成を示す処理の流れ図である。 FIG. 1 is a process flowchart showing the configuration of the present invention.

図において、■は人力装置、2は表示装置、3は処理装
置、4は記憶装置、5はテーブル、10〜17は処理装
置3で実行されるプログラミング言語の処理システムの
処理ステップである。
In the figure, ■ is a human-powered device, 2 is a display device, 3 is a processing device, 4 is a storage device, 5 is a table, and 10 to 17 are processing steps of a programming language processing system executed by the processing device 3.

〔作 用〕[For production]

利用1者は入力装置1から必要な指示、データ等を処理
装置3に入力し、出力は表示装置2へ表示される。記憶
装置4にはキーワードとコードの対応を示すテーブル5
が保持されている。
A user inputs necessary instructions, data, etc. from the input device 1 to the processing device 3, and the output is displayed on the display device 2. The storage device 4 has a table 5 showing the correspondence between keywords and codes.
is retained.

このテーブル5には初期に、各コードに対して、処理シ
ステムで定めた文字列がキーワードとして配列されてい
る。
In this table 5, character strings determined by the processing system are initially arranged as keywords for each code.

利用者がキーワードを変更して使用する場合には、入力
装置1から所定の処理種別指定を入力して、キーワード
変更を指定する。
When a user wants to change a keyword and use it, the user inputs a predetermined process type designation from the input device 1 and designates the keyword change.

処理装置3では処理ステップ10でこの指定入力を受信
し、キーワード変更処理が指定されている場合には、処
理ステップ11を経て処理ステップ12により、記憶装
置4からテーブルを読み出し、処環ステップ13で読み
出したテーブルを表示装置2に表示する。
The processing device 3 receives this designation input in a processing step 10, and if keyword change processing is specified, reads the table from the storage device 4 in a processing step 12 via a processing step 11, and in a processing step 13. The read table is displayed on the display device 2.

利用者は、変更を要するキーワードの、文字列を修正す
る情報を入力装置1を操作して入力し、処理装置3は処
理ステップ14で入力装置1からの入力を受信する。
The user operates the input device 1 to input information for modifying the character string of the keyword that needs to be changed, and the processing device 3 receives the input from the input device 1 in processing step 14 .

処理ステップ15で入力を識別して、修正情報であれば
処理ステップ16で、読み出しであるテーブルのキーワ
ードの文字列を、その修正情報によって修正し、処理ス
テップI3へ戻る。
In processing step 15, the input is identified, and if it is modification information, in processing step 16, the character string of the keyword of the read table is modified with the modification information, and the process returns to processing step I3.

このようにして、処理ステップ13〜16の処理ループ
により、表示装置2の表示画面上のキーワード文字列が
修正される。
In this way, the keyword character string on the display screen of the display device 2 is modified through the processing loop of processing steps 13 to 16.

処理ステップ15で所定の修正終了指示の入力を識別す
ると、処理ステップ17に分岐し、修正結果の情報によ
って記憶装置4に保持するテーブル5を更新し処理を終
わる。
When the input of a predetermined modification end instruction is identified in processing step 15, the process branches to processing step 17, where the table 5 held in the storage device 4 is updated with the information of the modification result, and the processing ends.

以上の処理方式により、キーワードの文字列を、利用者
のシステムごとに、応用分野に適当した用語に変更して
使用することが容易になる。
The above processing method makes it easy to change the keyword character string to a term suitable for the field of application for each user's system.

〔実施例〕〔Example〕

第1図において、 利用者は入力装置1から必要な指示
、データ等を処理装置3に入力し、出力は表示装置2へ
表示される。入力装置1は例えばキーボードからなり、
表示装置2はいわゆるCRTデイスプレィ装置である。
In FIG. 1, a user inputs necessary instructions, data, etc. from an input device 1 to a processing device 3, and the output is displayed on a display device 2. The input device 1 includes, for example, a keyboard,
The display device 2 is a so-called CRT display device.

例えば磁気フロッピィ記憶装置からなる記憶装置4には
キーワードとコードの対応を示すテーブル5が保持され
ている。
For example, a storage device 4 consisting of a magnetic floppy storage device holds a table 5 showing the correspondence between keywords and codes.

処理装置3は、例えばマイクロプロセッサと適当量のラ
ンダムアクセスメモリを主体にして構成され、記憶装置
4等からプログラムを該メモリに読み込んで実行する。
The processing device 3 is mainly composed of, for example, a microprocessor and an appropriate amount of random access memory, and reads a program from a storage device 4 or the like into the memory and executes it.

記憶装置4に保持されるテーブル5は、前記の通り例え
ば第2図+81に示すような構成であり、各コードに対
して、初期には処理システムで定めた文字列がキーワー
ドとして配列される。
As described above, the table 5 held in the storage device 4 has a structure as shown in FIG. 2, for example, as shown in FIG.

テーブル5は、前記のようにして、このプログラミング
言語の処理におけるキーワードの識別に使用される。
Table 5 is used, as described above, to identify keywords in the processing of this programming language.

利用者がキーワードを変更して使用する場合には、入力
装置1から所定の処理種別指定を入力して、キーワード
変更を指定する。
When a user wants to change a keyword and use it, the user inputs a predetermined process type designation from the input device 1 and designates the keyword change.

処理装置3では、処理ステップ10でこの指定入力を受
信し、処理ステップ11で処理種別を識別し、キーワー
ド変更処理が指定されている場合には処理ステップ12
に進む。
The processing device 3 receives this designation input in processing step 10, identifies the processing type in processing step 11, and if keyword change processing is specified, processing step 12 is performed.
Proceed to.

処理ステップ12において、記憶装置4からテーブルを
読み出して、処理装置3内のメモリに記憶し、このテー
ブル情報を処理ステップ13で表示装置2に出力して表
示する。
In processing step 12, the table is read from storage device 4 and stored in the memory within processing device 3, and in processing step 13, this table information is output to display device 2 for display.

利用者はこの表示を見て、変更を要するキーワードの、
文字列を修正する情報を入力装置1から人力するように
操作する。
The user sees this display and selects the keywords that need to be changed.
Information for modifying a character string is input manually from the input device 1.

この操作は、例えば公知のいわゆるスクリーンエディタ
等と呼ばれる編集機能と同様の操作とし、入力装置tの
キーボードを操作して、表示画面上のカーソルを修正す
べき文字列の表示位置に移動させ、必要な新文字列をキ
ーボードから入力することにより、該文字列を書き換え
る。
This operation is similar to the editing function known as a so-called screen editor, for example, by operating the keyboard of the input device t to move the cursor on the display screen to the display position of the character string to be corrected, and then By inputting a new character string from the keyboard, the character string is rewritten.

このような修正を制御するために、処理装置3では、処
理ステップ14で人力装置1からの入力を逐次受信し、
処理ステ・ノブ15で識別して、修正情報であれば処理
ステップ16で、読み出しであるテーブルのキーワード
の文字列を、その修正情報に従って修正し、処理ステッ
プ13の表示出力処理に戻る。
In order to control such modifications, the processing device 3 sequentially receives input from the human-powered device 1 in processing step 14,
Identification is made using the processing step knob 15, and if the correction information is corrected, the character string of the keyword of the read table is corrected in accordance with the correction information in processing step 16, and the process returns to the display output processing of processing step 13.

このようにして、処理ステップ13〜16の処理ループ
を繰り返して、表示装置2の表示画面上でテーブルのキ
ーワードの文字列が修正され、例えば第2図+81のテ
ーブルから、(b)のようにキーワードの文字列が変更
される。
In this way, the processing loop of processing steps 13 to 16 is repeated, and the character string of the keyword in the table is modified on the display screen of the display device 2. For example, from the table of FIG. 2+81, as shown in (b) The keyword string is changed.

処理ステップ15で所定の修正終了指示の入力があった
ことを識別すると、処理ステップ17に分岐し、修正結
果のテーブル情報によって記憶装置4に保持するテーブ
ル5を更新し処理を終わる。
When it is determined in processing step 15 that a predetermined correction end instruction has been input, the process branches to processing step 17, where the table 5 held in the storage device 4 is updated with the table information of the correction result, and the processing ends.

従って、以後のプログラミング言語の処理においては、
例えば第2図(b)に示す内容のテーブルが(a)のテ
ーブルに代わって使用され、例えば以前のキーワード「
#入力表」により指定した機能は、「#マスタ入力表」
と指定するように、キーワードの変更が行われる。
Therefore, in the subsequent processing of the programming language,
For example, the table with the contents shown in FIG. 2(b) is used instead of the table in FIG.
The function specified by "#input table" is "#master input table"
The keyword will be changed as specified.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、計算
機のプログラミング言語処理におけるキーワードの文字
列を、利用者のシステムごとに、応用分野に適当した用
語に変更して使用することが容易にできるようになるの
で、該プログラミング言語を使い易くし、計算機システ
ムの利用性を向上するという著しい工業的効果がある。
As is clear from the above description, according to the present invention, it is possible to easily change keyword character strings in computer programming language processing to terms appropriate for the application field for each user's system. This has a significant industrial effect of making the programming language easier to use and improving the usability of computer systems.

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

第1図は本発明の構成を示すブロック図、第2図はテー
ブルの説明図である。 5はテーブル、    10〜17は処理ステップを示
す。
FIG. 1 is a block diagram showing the configuration of the present invention, and FIG. 2 is an explanatory diagram of a table. 5 is a table, and 10 to 17 are processing steps.

Claims (1)

【特許請求の範囲】 表示装置(2)及び入力装置(1)を有する計算機の、
プログラミング言語の処理システムにおいて、該プログ
ラミング言語に定めるキーワードと、各該キーワードに
定めるコードとの対応を保持するテーブル(5)、 該テーブルの内容を前記表示装置に表示する手段(12
、13)、及び、 前記入力装置から入力する指定情報により、該表示装置
に表示されているキーワードを更新する手段(13〜1
6)を設け、 該更新されたキーワードを前記テーブルに設定して保持
する(17)ように構成されていることを特徴とするキ
ーワード設定処理方式。
[Claims] A computer having a display device (2) and an input device (1),
In a programming language processing system, a table (5) that holds a correspondence between keywords defined in the programming language and codes defined for each keyword, and means (12) for displaying the contents of the table on the display device.
, 13), and means (13-1) for updating the keywords displayed on the display device based on specified information input from the input device.
6), and the updated keyword is set and held in the table (17).
JP61143870A 1986-06-19 1986-06-19 Key word setting processing system Pending JPS63627A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61143870A JPS63627A (en) 1986-06-19 1986-06-19 Key word setting processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61143870A JPS63627A (en) 1986-06-19 1986-06-19 Key word setting processing system

Publications (1)

Publication Number Publication Date
JPS63627A true JPS63627A (en) 1988-01-05

Family

ID=15348910

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61143870A Pending JPS63627A (en) 1986-06-19 1986-06-19 Key word setting processing system

Country Status (1)

Country Link
JP (1) JPS63627A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5985542A (en) * 1982-11-09 1984-05-17 Canon Inc Electronic computer
JPS60153545A (en) * 1984-01-20 1985-08-13 Nec Corp Microcomputer
JPS62235628A (en) * 1986-04-04 1987-10-15 Nec Corp Input system for source program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5985542A (en) * 1982-11-09 1984-05-17 Canon Inc Electronic computer
JPS60153545A (en) * 1984-01-20 1985-08-13 Nec Corp Microcomputer
JPS62235628A (en) * 1986-04-04 1987-10-15 Nec Corp Input system for source program

Similar Documents

Publication Publication Date Title
JP4448881B2 (en) Method and system for generating a computer program
KR101323011B1 (en) Command user interface for displaying selectable functionality controls in a database application
US9348807B2 (en) Apparatus and method for providing a condition builder interface
US20020123991A1 (en) Method for querying a database in which a query statement is issued to a database management system for which data types can be defined
JPS60263256A (en) Computer provided with skill degree function
US9098263B2 (en) Database application assembly and preparation
JPS63627A (en) Key word setting processing system
JPH08329004A (en) Method for improving terminal operability of application program use
JP3450598B2 (en) Technical term dictionary selection device
JPH0760363B2 (en) Method for automatically creating user-defined commands
JPH0562781B2 (en)
WO2024014355A1 (en) Control program editing device, editing method, and program
JPH0240764A (en) Document processing
JPH065509B2 (en) Object management processing method
JP2672899B2 (en) Screen program creation processing method
JP2855203B2 (en) Slip record data creation processor
JPH06103262A (en) Data analyzing system
JPH02267671A (en) Retrieval display device for table format database
JPH01271864A (en) Command interface changing system
JPH02163823A (en) Setting value check method when determining system configuration
JPH04291449A (en) Scroll processing system for document editing device
JPH1185878A (en) Supporting system for application operation
JP2002024019A (en) Editing system and method, and recording medium stored with editor program
JPH08171560A (en) Document data editing device
JPS63174119A (en) Information processor