JPS6115234A - Analysis system for processing correlation of element item - Google Patents

Analysis system for processing correlation of element item

Info

Publication number
JPS6115234A
JPS6115234A JP59135920A JP13592084A JPS6115234A JP S6115234 A JPS6115234 A JP S6115234A JP 59135920 A JP59135920 A JP 59135920A JP 13592084 A JP13592084 A JP 13592084A JP S6115234 A JPS6115234 A JP S6115234A
Authority
JP
Japan
Prior art keywords
file
information
program
correlation
jcl
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
JP59135920A
Other languages
Japanese (ja)
Inventor
Koichi Shimaoka
厚一 島岡
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP59135920A priority Critical patent/JPS6115234A/en
Publication of JPS6115234A publication Critical patent/JPS6115234A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the reliability of the titled analysis system by analyzing statically a produced program group and a JCL (job control language) and extracting the application form information to deliver it to a page printer. CONSTITUTION:A JCL information analysis part 3 reads the JCL source out of a file 1 and extracts the program name, the file code and the file name defined by the JCL to store them to an asign information file 5. The file 5 is formed as an index file mainly for program names and file codes. An item process analysis part 4 first analyzes a COBOL source program PRSO and develops the file name and the file data item name defined by a COBOL data defining part on a memory table provided in the part 4. Then a COBOL source code part is analyzed and the correlation information between the file name and the file data item name is stored on the memory table and outputted to an item process correlation file 6 when the analysis is over.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は情報処理装置に用いられる要素項目処理相関分
析システムに関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to an element item processing correlation analysis system used in an information processing device.

〔発明の技術的背景とその問題点〕[Technical background of the invention and its problems]

従来、情報処理装置に於いては、「プログラム手続き量
情報解析ツール」、「データディクショナリ/ディレク
トリ」等は存在したが、ファイルデータ項目(要素項目
)情報の解析、更にはファイルデータ項目やファイルに
対してのプログラム利用形態の出力等の機能は持ち合わ
せていない。即ち、「プログラム手続き量情報解析ツー
ル」は、主プログラムがサブプログラムを呼出す時に使
用するパラメータについて呼出し関係を解析したシステ
ムであり、ファイルデータ項目(要素項目)情報は解析
していない。
Conventionally, information processing devices have had "program procedure amount information analysis tools", "data dictionaries/directories", etc. It does not have functions such as outputting the program usage pattern. That is, the "program procedure amount information analysis tool" is a system that analyzes calling relationships regarding parameters used when a main program calls subprograms, but does not analyze file data item (element item) information.

又、データディクショナリ/ディレクトリ(DataD
ictionary/ Directory)Jには、
データの名前。
Also, data dictionary/directory (DataD
ictionary/Directory)J,
Name of the data.

データの属性、データを使用するプログラム。Attributes of the data, programs that use the data.

筑づ;登録され、外部よシ検索できるが、データ項目(
要素項目)やファイルをプログラムがどのように利用し
ているか(利用形態)を表わす情報は登録されていない
Chikuzu: It is registered and can be searched externally, but the data item (
Information indicating how the program uses the file (element item) or file (usage pattern) is not registered.

このようなことから、従来では、システム検証、プログ
ラム検証等に於ける効率化の面で問題を残していた。
For this reason, in the past, problems remained in terms of efficiency in system verification, program verification, and the like.

〔発明の目的〕[Purpose of the invention]

本発明は上記実情に鑑み々されたもので、情報処理装置
に於いて、プログラムとファイルの相関関係、及びプロ
グラムとファイルデータの項目の相関関係等を容易に認
識できる状態で出力することができ、この出力情報をも
とにシステム検証、プログラム検証等を効率良く行なう
ことのできるようにした要素項目処理相関分析システム
を提供することを目的とする。
The present invention has been developed in consideration of the above-mentioned circumstances, and allows an information processing device to output the correlation between a program and a file, the correlation between a program and file data items, etc. in a state that can be easily recognized. It is an object of the present invention to provide an element item processing correlation analysis system that can efficiently perform system verification, program verification, etc. based on this output information.

〔発明の概要〕[Summary of the invention]

本発明は、製造されたプログラム群とJCL(Job 
Control Language)を静的に分析し、
プログラムのファイル及びファイルデータ項目に対する
利用形態情報を抽出、蓄積して、随時ページプリンタに
出力することで、システム検証支援を行ない、システム
の信頼性向上に役立てるとともに、蓄積情報をシステム
保守局面で参照することによシ、システム変更における
影響度を容易に把握することができる。
The present invention is based on the manufactured program group and JCL (Job
Control Language) is statically analyzed,
By extracting and storing usage information for program files and file data items, and outputting the information to a page printer at any time, system verification is supported and system reliability is improved, and the stored information is referred to during system maintenance. By doing so, it is possible to easily understand the degree of impact of system changes.

〔発明の実施例〕[Embodiments of the invention]

以下図面を参照して本発明の一実施例を説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図に本発明の一実施例に於けるシステムの構成図を
示す。図中、1はプログラムとファイルとを結びつける
結合情報がカタログとして記述されているJCL (J
ob Control Language)ソースのフ
ァイル、2はプログラムソースPR8Oのファイル、3
はファイル1のJCLソースを分析しアサイン情報ファ
イル5へ蓄積するJCL情報分析部、4はファイル2の
プログラムソースPR8Oを分析し、ファイル6へ出力
する項目処理分析部、5はJCLソースを分析し蓄積す
るアサイン情報ファイル、6はソースプログラムPR8
Oを分析し蓄積する項目処理相関ファイルである。7は
ファイル5,6を編集し印刷する相関表印刷部、8け印
刷部7によって出力されたプログラムとファイルの相関
表、9は印刷部7によって出力されたプログラムとファ
イルデータ項目の相関表である。
FIG. 1 shows a configuration diagram of a system in an embodiment of the present invention. In the figure, 1 is JCL (J
ob Control Language) source file, 2 is the program source PR8O file, 3
4 is a JCL information analysis unit that analyzes the JCL source in file 1 and stores it in the assignment information file 5; 4 is an item processing analysis unit that analyzes the program source PR8O in file 2 and outputs it to file 6; and 5 is an item processing analysis unit that analyzes the JCL source. Assignment information file to be accumulated, 6 is source program PR8
This is an item processing correlation file that analyzes and stores O. 7 is a correlation table printing section that edits and prints files 5 and 6, a correlation table between programs and files outputted by the 8-digit printing section 7, and 9 is a correlation table between programs and file data items outputted by the printing section 7. be.

第2図にアサイン情報ファイル5の論理構成図を示し、
第3図に項目処理相関ファイル6の論理構成図を示す。
FIG. 2 shows a logical configuration diagram of the assignment information file 5,
FIG. 3 shows a logical configuration diagram of the item processing correlation file 6.

第4図は印刷部7よりプリントアウトされたプログラム
とファイルの相関表を示す図、第5図は同プログラムと
ファイルデータ項目名の相関表を示す図である。
FIG. 4 is a diagram showing a correlation table between programs and files printed out by the printing unit 7, and FIG. 5 is a diagram showing a correlation table between the programs and file data item names.

ここで一実施例の動作を説明する。JCL情報情報分析
上3ァイル1からJCLソースを読み込み、JCLで定
義されたプログラム名、ファイルコード、ファイル名を
抽出し、第2図で示す形態にてアサイン情報ファイル5
へ蓄積fる。アサイン情報ファイル5は索引編成ファイ
ルとして構成され、主索引はプログラム名とファイルコ
ードとする。項目処理分析部4において、まf C0B
OLソースプログラムPR8Oを分析シ、C0DOL 
7″−夕定義部で定義されたファイル名と、ファイルデ
ータ項目名を項目処理分析部4内のメモリテーブル上に
展開する。そして以下に述べる手法でC0BOLソ一ス
コード部を分析し、ファイル名とファイルデータ項目名
に対する相関情報を同じく上記メモリテーブル上に記憶
し、分析終了後に第3図で示す形態にて項目処理相関フ
ァイル6に出力する。項目処理相関ファイル6も索引編
成ファイルとして構成され、主索引はプログラム名とフ
ァイルコードである。表−11表−2にソースコード分
析手法を示す。
Here, the operation of one embodiment will be explained. JCL information Information analysis Read the JCL source from the top 3 file 1, extract the program name, file code, and file name defined in JCL, and create the assignment information file 5 in the format shown in Figure 2.
Accumulates into f. The assignment information file 5 is structured as an indexed file, and the main index is the program name and file code. In the item processing analysis section 4, Maf C0B
Analyzing the OL source program PR8O, C0DOL
7'' - The file name defined in the file definition section and the file data item name are developed on the memory table in the item processing analysis section 4. Then, the C0BOL source code section is analyzed using the method described below, and the file name and the correlation information for the file data item name are also stored in the memory table, and after the analysis is completed, they are output to the item processing correlation file 6 in the format shown in FIG. 3.The item processing correlation file 6 is also configured as an index organization file. , the main index is the program name and file code.Table 11 Table 2 shows the source code analysis method.

表−1はC0BOLで記述されたプログラムソースPR
8Oよシブログラムのファイルに対する利用形態(相関
情報)を分析する情報例を示し、表−2はC0BOLで
記述されたプログラムのファイルデータ項目に対する利
用形態(相関情報)を分析する情報例である。
Table 1 is the program source PR written in C0BOL.
Table 2 shows an example of information for analyzing the usage pattern (correlation information) for a file of a program written in C0BOL.

すなわち表−1に示すように、ソースコード部にC0B
OLファイル操作命令語(例えば、” READ ” 
、 ” DELETE”、 ” 0PEN I−0” 
) 、ファイル名と並んでいれば、そのファイル名がプ
ログラムにより利用されている形態が判明する。
In other words, as shown in Table 1, C0B is included in the source code section.
OL file operation command word (for example, "READ"
, “DELETE”, “0PEN I-0”
) and the file name, it becomes clear how the file name is used by the program.

■(′″READ ″)の場合、そのファイル名はプロ
グラムによってデータ入力の対象となることから”工”
のコード(入力)が形態として定義される。尚、利用形
態には、I:入力、−O;出力。
■In the case of ('''READ''), the file name is the data input target by the program, so it is
The code (input) of is defined as the form. Note that the usage format is I: input, -O: output.

M;修正、z;初期化、D;削除等がある。同様に、表
−2の■、■に示すように、C0BOLデ一タ操作命令
語(例えば、’ MOVE”。
M: modification, z: initialization, D: deletion, etc. Similarly, as shown in Table 2, ■ and ■, the C0BOL data operation command (for example, 'MOVE').

00MPUTE”)とファイルデータ項目名の並びによ
シブログラムのファイルデータ項目に対する利用形態が
判明する。■の“MOVE ’ではデータ項目名1はデ
ータ人力゛工″となシ、データ項目名2はデータ修正“
M″となることから、それぞれのコードがテーブルメモ
リに格納される。この結果、■〜■の例により、プログ
ラムとファイルの相関情報が得られ、■、■の例により
プログラムとファイルデータ項目の相関情報が得られる
00MPUTE") and the file data item name, the usage pattern for the file data item of the sibling program can be determined. In "MOVE ' of ■, data item name 1 is data manual engineering, and data item name 2 is data modification. “
M'', each code is stored in the table memory.As a result, the correlation information between the program and the file can be obtained by the examples of ■ to ■, and the correlation information of the program and the file data item can be obtained by the examples of Correlation information can be obtained.

相関表印刷部7は、アサイン情報ファイル5と項目処理
相関ファイル6を主索引で(プログラム名、ファイルコ
ードによシ)マツチングを行ない、これを並びかえるこ
とで第4図、第5図に示す相関表を得ることができる。
The correlation table printing unit 7 performs matching between the assignment information file 5 and the item processing correlation file 6 using the main index (by program name and file code), and rearranges them to produce the results shown in FIGS. 4 and 5. A correlation table can be obtained.

上記したような相関情報を用いることによって、 (1)  プログラムとファイルの相関関係を視覚的に
とらえ、システム検証時のデータとして利用することが
できる。これによってシステム検証効率の向上が計れる
By using the above-mentioned correlation information, (1) it is possible to visually grasp the correlation between programs and files and use it as data during system verification; This can improve system verification efficiency.

(2)  プログラムとファイルデータ項目の相関関係
を視覚的にとらえ、プログラム検証時のデータとして利
用することができる。これによってゾログラム検証効率
の向上が計れる。
(2) Correlations between programs and file data items can be visually captured and used as data during program verification. This can improve the efficiency of zologram verification.

(3)相関表よシ、プログラム変更に対するファイルへ
の影響度やファイル構造変更に対するプログラムへの影
響度が容易に判明する。
(3) Using the correlation table, the degree of influence on files by program changes and the degree of influence on programs by file structure changes can be easily determined.

(4)  相関情報はアサイン情報ファイル、項目相関
ファイルに蓄積され随時参照できる。
(4) Correlation information is stored in the assignment information file and item correlation file and can be referenced at any time.

(5)相関情報として、′°大入力、“修正“。(5) As correlation information, ′° large input, “correction”.

”出力”、′削除”、′初期化”としてとらえているた
め、検証能力、保守能力が増す。
Since it is regarded as "output", 'deletion', and 'initialization', verification ability and maintenance ability increase.

(6)  相関表は、二次元配列の表となっているため
、視覚的判断が容易である。
(6) Since the correlation table is a two-dimensional array, visual judgment is easy.

等、種々の効果を奏する。etc., various effects can be achieved.

以上はC0BOL言語に対して適応した例であるが、他
のコンピュータ言語に対しても同様の処理が可能である
・ 〔発明の効果〕 以上詳記したように本発明の要素項目処理相関分析シス
テムによれば、製造されたプログラム群とJCLを静的
に分析し、プログラムのファイル及びファイルデータ項
目に対する利用形態情報を抽出、蓄積して、随時ページ
プリンタに出力することで、システム検証支援を行ない
、システムの信頼性向上に役立てるとともに、蓄積情報
をシステム保守局面で参照することによシ、システム変
更における影響度を容易に把握することができる。
The above is an example adapted to the C0BOL language, but similar processing is possible for other computer languages. [Effects of the Invention] As detailed above, the element item processing correlation analysis system of the present invention According to , it supports system verification by statically analyzing manufactured program groups and JCL, extracting and accumulating usage information for program files and file data items, and outputting the information to a page printer at any time. In addition to being useful for improving system reliability, by referring to the accumulated information during system maintenance, it is possible to easily understand the impact of system changes.

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

第1図は本発明の一実施例に於けるシステム構成を示す
ブロック図、第2図及び第3図はそれぞれ上記実施例に
於けるファイル構成を示す図、第4図 及び第5図はそ
れぞれ上記実施例に於いて作成された相関表を示す図で
ある。 1・・・JCLソースのファイル、2・・・プログラム
ソースのファイル、3・・・JCL情報分析部、4・・
・項目処理分析部、5・・・アサイン情報ファイル、6
・・・項目処理相関ファイル、7・・・相関表印刷部、
8.9・・・相関表。 出願人代理人  弁理士 鈴 江 武 彦第1図 第2図 第3図 第4図 第5図
Figure 1 is a block diagram showing the system configuration in one embodiment of the present invention, Figures 2 and 3 are diagrams each showing the file structure in the above embodiment, and Figures 4 and 5 are respectively It is a figure which shows the correlation table created in the said Example. 1... JCL source file, 2... Program source file, 3... JCL information analysis section, 4...
・Item processing analysis section, 5... Assignment information file, 6
... Item processing correlation file, 7... Correlation table printing section,
8.9... Correlation table. Applicant's Representative Patent Attorney Takehiko Suzue Figure 1 Figure 2 Figure 3 Figure 4 Figure 5

Claims (1)

【特許請求の範囲】[Claims] JCLソースを分析し、プログラムとファイルの結合情
報を蓄えるJCL分析部及びアサイン情報ファイルと、
プログラムソースを分析し、プログラムのファイルとフ
ァイルデータ項目に対する利用形態情報を蓄える項目処
理分析部及び項目相関ファイルと、上記各分析情報をも
とにプログラムとファイルの相関情報、及びプログラム
とファイルデータ項目の相関情報を得る手段と、上記ア
サイン情報ファイルと項目処理相関ファイルの情報を合
成し、プログラムとファイルの相関表、及びプログラム
とファイルデータ項目の相関表を作成する手段とを具備
してなることを特徴とする要素項目処理相関分析システ
ム。
a JCL analysis section that analyzes JCL sources and stores program and file combination information, and an assignment information file;
An item processing analysis unit and an item correlation file that analyze program sources and store usage pattern information for program files and file data items, and based on the above analysis information, create correlation information between programs and files, and program and file data items. and means for synthesizing the information in the assignment information file and the item processing correlation file to create a correlation table between programs and files and a correlation table between programs and file data items. An element item processing correlation analysis system characterized by:
JP59135920A 1984-06-30 1984-06-30 Analysis system for processing correlation of element item Pending JPS6115234A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59135920A JPS6115234A (en) 1984-06-30 1984-06-30 Analysis system for processing correlation of element item

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59135920A JPS6115234A (en) 1984-06-30 1984-06-30 Analysis system for processing correlation of element item

Publications (1)

Publication Number Publication Date
JPS6115234A true JPS6115234A (en) 1986-01-23

Family

ID=15162935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59135920A Pending JPS6115234A (en) 1984-06-30 1984-06-30 Analysis system for processing correlation of element item

Country Status (1)

Country Link
JP (1) JPS6115234A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0424731A (en) * 1990-05-16 1992-01-28 Fujitsu Ltd File extracting system
JPH0659871A (en) * 1992-08-12 1994-03-04 Unisia Jecs Corp Software development device
JP2008077482A (en) * 2006-09-22 2008-04-03 Sharp Corp Correction man-hour estimation device, correction man-hour estimation method, and correction man-hour estimation program
JP2009245383A (en) * 2008-03-31 2009-10-22 Nomura Research Institute Ltd Information processor and program analyzing method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0424731A (en) * 1990-05-16 1992-01-28 Fujitsu Ltd File extracting system
JPH0659871A (en) * 1992-08-12 1994-03-04 Unisia Jecs Corp Software development device
JP2008077482A (en) * 2006-09-22 2008-04-03 Sharp Corp Correction man-hour estimation device, correction man-hour estimation method, and correction man-hour estimation program
JP2009245383A (en) * 2008-03-31 2009-10-22 Nomura Research Institute Ltd Information processor and program analyzing method

Similar Documents

Publication Publication Date Title
JP4899476B2 (en) Split program, linked program, information processing method
JP2624753B2 (en) How to create higher-level specifications
KR20070121798A (en) Methods and systems for filtering an extensible application markup language(xaml) file to facilitate indexing of the logical content contained therein
US5895473A (en) System for extracting text from CAD files
Furuta et al. Automatically transforming regularly structured linear documents into hypertext.
CN110688361A (en) Data migration method, electronic device and computer equipment
JP7290391B2 (en) Information processing device and program
JPS6115234A (en) Analysis system for processing correlation of element item
JP4234698B2 (en) Structured document processing system
EP1256900A1 (en) Database entry system and method employing optical character recognition
JPH10232867A (en) Document processing method, document processor and recording medium recording document processing program
TWM578817U (en) Processing system for converting data of data system into relational data format
US11681862B1 (en) System and method for identifying location of content within an electronic document
JP7377565B2 (en) Drawing search device, drawing database construction device, drawing search system, drawing search method, and program
JP3529301B2 (en) Automatic data file converter
JPS6126690B2 (en)
JP4405493B2 (en) Structured document management system and program
JPH01286020A (en) Program retrieving system
JP6853474B2 (en) Information processing equipment, control methods, and programs
JP2007072882A (en) Form reader, program and form read system
JPH1063492A (en) Software specification generator
JPH044467A (en) Sentence structure analyzing device
JPH08314958A (en) Data registering method in parliamentary papers retrieving system
Tennyson PhD ASAP: A Source Code Authorship Program
JP5176539B2 (en) Structured document file processing apparatus and method