JP2004334325A - File conversion system and method - Google Patents

File conversion system and method Download PDF

Info

Publication number
JP2004334325A
JP2004334325A JP2003125752A JP2003125752A JP2004334325A JP 2004334325 A JP2004334325 A JP 2004334325A JP 2003125752 A JP2003125752 A JP 2003125752A JP 2003125752 A JP2003125752 A JP 2003125752A JP 2004334325 A JP2004334325 A JP 2004334325A
Authority
JP
Japan
Prior art keywords
file
conversion
storage means
edited
storing
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
JP2003125752A
Other languages
Japanese (ja)
Inventor
Nobukatsu Yoshida
信克 吉田
Masahiko Fujimoto
政彦 藤本
Katsuhide Hino
勝英 樋野
Yoshihiro Shibata
宜宏 柴田
Yuichi Imai
雄一 今井
Masayuki Onda
雅之 恩田
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2003125752A priority Critical patent/JP2004334325A/en
Publication of JP2004334325A publication Critical patent/JP2004334325A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology for efficiently transferring a system. <P>SOLUTION: A conversion processing part 30 converts information included in a transfer target file stored in a transfer target file storage part 11 according to a prescribed rule. A conversion file including the information converted by the conversion processing part 30 and information showing that the conversion processing part 30 cannot execute the conversion is stored in a conversion file storage part 13. The conversion file can be edited by use of an editor. The conversion file is edited by the editor to become a transfer completion file, and is stored in a transfer completion file storage part 14. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、ファイルを変換するための技術に関し、特にコンピュータプログラムのソースコードなどを変換して、システムを移行するための技術に関する。
【0002】
【従来の技術】
移行元のコンピュータで動作しているプログラムを移行先のコンピュータで実行可能なようにプログラムを変換して、移行するシステムが知られている(例えば、特許文献1)。
【0003】
【特許文献1】
特開平8−147156号公報
【0004】
【発明が解決しようとする課題】
移行対象のシステムの規模が大きくなるほど、移行システムを用いてプログラムやデータなどを自動的に変換して移行するメリットは大きい。しかしながら、規模が大きくなればプログラムなどに様々なバリエーションが存在することになる。従って、すべてのプログラム等を自動的に一括変換を行うための移行システムを構築することは、莫大な工数を要することになり、移行全体で見ると却って効率が悪くなる場合が多い。
【0005】
また、プログラム等を変換した後、正常に動作することを確認するためのテストは不可欠である。特に、複数のプログラム(モジュール)を組み合わせて行う結合テストは重要である。
【0006】
そこで、本発明はシステムを効率的に移行するための技術を提供することである。
【0007】
【課題を解決するための手段】
本発明の一つの実施態様に従うファイル変換システムは、変換対象ファイルを記憶する第1の記憶手段と、前記変換対象ファイルに含まれている情報を所定のルールに従って変換する変換手段と、前記変換手段によって変換された情報、および前記変換手段によって変換できなかったことを示す情報を含む変換ファイルを記憶する第2の記憶手段と、前記変換ファイルを編集するためのエディタと、前記エディタで編集された編集ファイルを記憶する第3の記憶手段と、を備える。
【0008】
好適な実施形態では、前記変換対象ファイルは、第1のシステムで動作するコンピュータプログラムのソースコードファイルまたはJCL(Job Control Language)で記述されたファイルであってもよい。このとき、前記変換手段は、第1のシステムから第2のシステムへ移行するための変換を行うことができる。
【0009】
好適な実施形態では、複数の前記編集ファイルにより構成される複数のファイルグループについて、各ファイルグループに属する複数の編集ファイルの識別情報を記憶する第4の記憶手段と、前記ファイルグループの識別情報と担当者の識別情報とを対応付けて記憶する第5の記憶手段と、前記編集ファイルが第3の記憶手段に存在することを確認する手段と、一のファイルグループに属する前記編集ファイルがすべて存在するときに、前記一のファイルグループと対応付けられている担当者へその旨を通知する通知手段と、をさらに備えてもよい。
【0010】
好適な実施形態では、前記ファイルグループは、動作確認のテストを行うためのグループであってもよい。
【0011】
【発明の実施の形態】
以下、本発明を適用した一実施形態について、図面を用いて説明する。図1は、本実施形態に係る移行システム1の全体構成を示す図である。本システム1は、システムの移行を行うために必要なファイルの変換を行う。以下の説明は、メインフレームと呼ばれる大型コンピュータで動作するシステムのためのソフトウェアリソースを、ワークステーション(以下WS)やパーソナルコンピュータ(以下PC)などの小型のコンピュータで動作するように変換して、システムの移行を行う場合を例にとって行う。
【0012】
移行システム1は、例えば汎用的なコンピュータシステムにより構成され、以下に説明する本システム1内の個々の構成要素または機能は、例えば、コンピュータプログラムを実行することにより実現される。
【0013】
本システム1は、移行対象ファイル記憶部11と、変換ログ記憶部12と、変換ファイル記憶部13と、移行完了ファイル記憶部14と、移行対象ファイル登録部21と、エディタ22と、ステータス管理部23と、変換処理部30とを備える。
【0014】
移行対象ファイル記憶部11は、移行対象となるファイルを記憶する。本実施形態では、移行対象ファイルは、メインフレームで動作するCOBOL(COmmon Business Oriented Language)で記述されたソースコードファイル、JCL(Job Control Language)で記述されたファイルおよび登録集原文である。
【0015】
移行対象ファイル登録部21が、移行対象ファイル記憶部11に移行対象ファイルを登録する。ファイル登録ための入力は、例えば、図示しない入力装置を用いてオペレータが行ってもよい。
【0016】
変換処理部30が、移行対象ファイル記憶部11に記憶されているファイルを取得して、ファイルごとにそれぞれ所定の変換を行う。例えば、変換処理部30は、移行対象ファイルに含まれているソースコード、スクリプト、およびレコード形式を示す登録集原文などの情報を、予め定められたルールに従って変換する。本実施形態では、変換処理部30はメインフレーム用のCOBOLおよびJCLをWSまたはPC用のCOBOLおよびJCLへそれぞれ変換する。さらに、変換処理部30はメインフレーム用の登録集原文をWSまたはPC用の登録集原文へ変換する。変換後の情報に基づいて変換ファイルが生成され、変換ファイル記憶部13に記憶される。変換ファイルには、変換後のソースコード、JCLおよび登録集原文の他、変換処理部30が、変換できなかったことを示すエラーコードなどのメッセージを含んでもよい。変換処理部30の詳細な構成および動作については後述する。
【0017】
変換ログ記憶部12は、変換処理部30が変換処理を行ったときのログを記憶する。
【0018】
変換処理部30が行う変換処理では、変換に失敗したり、あるいは、変換できなかったりする場合もあり、すべてのプログラムファイル等を完全な形で移行することができないこともある。そこで、本システムでは、エディタ22を用いてオペレータが変換ファイルの修正を行うことができる。例えば、オペレータは、図示しない入出力装置およびエディタ22を用いて変換ファイル記憶部13に記憶されている各ファイル内の情報を参照し、変換状態をチェックし、編集を行うことができる。
【0019】
オペレータによるチェック、修正が完了したファイルは、移行完了ファイルとして移行完了ファイル記憶部14に記憶される。プログラムファイルまたはJCLファイルについては、ファイル単位に動作確認を行う単体テストが完了したものを移行完了ファイルとして記憶するようにしてもよい。単体テストは、エディタで編集を行ったオペレータであってもよいし、オペレータとは別の単体テスト担当者であってもよい。
【0020】
ステータス管理部23は、ファイルの変換状況を監視する。例えば、ステータス管理部23は、移行完了ファイル記憶部14を参照して、移行完了ファイルの存在確認を行う。ステータス管理部23は、複数のファイルを組み合わせて動作確認を行う結合テストを行うためのファイルグループを記憶していてもよい。
【0021】
ファイルグループは、例えば、図2に示すような結合テストテーブル50で管理することができる。結合テストテーブル50では、ファイルグループ名51と、ファイル名52と、テスト担当者53とが対応付けられている。ファイル名52には結合テストを行うときに必要な複数の移行完了ファイル名が格納される。
テスト担当者53には、テスト担当者を識別するための情報が格納される。例えば、ここでは各担当者の電子メールアドレスが格納されている。
【0022】
ステータス管理部23は、ファイル名52に登録されている移行完了ファイルがすべてがそろうと、テスト担当者53を参照して各担当者へ通知する。これにより、各テスト担当者は、自分が担当するテストを行うことができる状態になったことがわかる。
【0023】
つぎに、変換処理部30が行う変換処理の詳細について図3を用いて説明する。
【0024】
まず、移行対象ファイル記憶部11には、移行対象ソースコードファイル111と、移行対象登録集原文112と、移行対象JCLファイル113とを記憶することができる。移行対象ソースコードファイル111、移行対象登録集原文112、および移行対象JCLファイル113は、それぞれ、単数または複数記憶することができる。
【0025】
変換ファイル記憶部13には、同様に、変換ソースコードファイル131と、変換登録集原文132と、変換JCLファイル133とを記憶することができる。変換ソースコードファイル131、変換登録集原文132、および変換JCLファイル133は、それぞれ、単数または複数記憶することができる。
【0026】
変換処理部30は、さらに、ソース変換部31と、登録集原文変換部32と、変換対象抽出部33と、JCL変換部34と、データ長テーブル35と、エラーコードテーブル36と、中間ファイル記憶部37とを備える。
【0027】
ソース変換部31は、移行対象ソースコードファイル111を取得し、ファイル内に含まれているソースコードを所定のルールに従って変換する。ソース変換部31がソースコードの変換ができないときは、エラーメッセージを変換ログ記憶部12に格納する。正常に変換されたソースコードは、変換ソースコードファイル131として変換ファイル記憶部13に格納される。なお、ソースコードの変換ができないものとしては、例えば、テープ出力処理など、WSまたはPC用COBOLでは対応していない機能の場合などがある。
【0028】
登録集原文変換部32は、移行対象登録集原文112を取得し、所定のルールに従って変換する。登録集原文変換部32は、登録集原文の項目別にデータ長を取得し、データ長テーブル35に登録する。変換された変換登録集原文132は、変換ファイル記憶部13に格納される。
【0029】
JCLファイルの変換は、2ステップに分けて行われる。すなわち、変換対象抽出部33が移行対象JCLファイル113を取得して、ファイル内に含まれているJCLのうち変換対象となる部分(オペランド)を抽出して、中間ファイルを生成する。生成された中間ファイルは中間ファイル記憶部37に一時的に記憶される。
【0030】
JCL変換部34は中間ファイルを取得して、所定のルールに従ってJCLを変換する。例えば、JCL変換部34はデータ長テーブル35からデータの項目名およびデータ長を取得し、JCLの中へ埋め込む。ここで、例えば、ユーティリティ、およびパラメータの設定などの自動変換が難しいもの、およびWSまたはPC用COBOLでは対応する機能が存在しないものなどについては、JCL変換部34はJCL変換を行わない。このため、JCL変換部34がJCL変換しないときは、エラーとして処理する。つまり、JCL変換部34は、エラーコードテーブル36を参照して、エラーの種類に応じたエラーコードを取得する。
そして、JCL変換部34は、正常に変換されたJCLを含み、エラーが発生した箇所にはエラーコードやエラーの内容を示す情報を埋め込んだ変換JCLファイルを生成して、変換ファイル記憶部13に格納する。
【0031】
これにより、変換JCLファイル133には、正常に変換されたJCLと変換されなかったことを示す情報としてエラーコードが含まれる。従って、オペレータがこのファイルをエディタ22で開けば、ログを参照しなくてもエラーの発生箇所およびその内容を直ちに知ることができ、その場で修正が可能である。また、ソースコードの変換においても、エラーに関する情報を変換ソースコード131に含めてもよい。
【0032】
次に、上述のような構成を有する移行システム1が行う全体の処理手順について図4のフローチャートを用いて説明する。
【0033】
まず、移行対象となるファイルが移行対象ファイル記憶部11に格納される(S11)。変換処理部30は、それぞれの移行対象ファイルを移行対象ファイル記憶部11から取得して、上述のようにしてそれぞれの変換処理を行う(S12)。そして、変換処理部30は、変換後の情報を含む変換ファイルを変換ファイル記憶部13に格納する。変換ファイルには修正しなければならない部分があるので、変換ファイルをエディタ22へ供給し、オペレータ等がエディタを用いて手作業で修正を行う(S13)。修正されたファイルは移行完了ファイルとして移行完了ファイル記憶部14へ格納される。そして、最後に移行完了ファイルを用いてテスト担当者がそれぞれの結合テストを行う(S15)。結合テストが完了すれば、本システム1による移行が完了する。
【0034】
また、本システム1は、ステップS15の結合テストを行うために、各担当者へ結合テストに必要なファイルがそろったことを通知する。この通知を行うための手順を図5のフローチャートを用いて説明する。
【0035】
ステータス管理部23が、移行完了ファイル記憶部14を参照して、各ファイルの存在を確認する。そして、結合テストテーブル50に登録されているシステムグループのうち、全ファイルがそろったグループがあるかどうかを判断する(S21)。ファイルがそろっているシステムグループがあると、グループの担当者へファイルがそろっていることを、例えば電子メールで通知する(S22)。これらのステップを移行対象ファイルがすべてそろい、全ファイルグループについて担当者へ通知を行うまで繰り返して行う(S23)。
【0036】
上述した本発明の実施形態は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施することができる。
【図面の簡単な説明】
【図1】本発明の一実施形態に係る移行システム1の全体構成を示す図である。
【図2】結合ファイルテーブルの一例を示す図である。
【図3】変換処理部30が行う処理を詳細に説明するための構成図である。
【図4】移行システム1の全体の処理手順を示すフローチャートである。
【図5】結合テスト担当者への通知を行うための処理手順を示すフローチャートである。
【符号の説明】
1…移行システム、11…移行対象ファイル記憶部、12…変換ログ記憶部、13…変換ファイル記憶部、14…移行完了ファイル記憶部、21…移行対象ファイル登録部、22…エディタ、23…ステータス管理部、30…変換処理部。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a technique for converting a file, and more particularly, to a technique for converting a source code of a computer program and migrating a system.
[0002]
[Prior art]
2. Description of the Related Art There is known a system in which a program running on a transfer source computer is converted so that the program can be executed on a transfer destination computer, and the program is transferred (for example, Patent Document 1).
[0003]
[Patent Document 1]
Japanese Patent Application Laid-Open No. 8-147156
[Problems to be solved by the invention]
The greater the scale of the system to be migrated, the greater the merit of automatically converting programs and data using the migration system and migrating. However, as the scale increases, there will be various variations in programs and the like. Therefore, constructing a migration system for automatically performing batch conversion of all programs and the like requires an enormous number of man-hours, and in many cases, the efficiency of the entire migration is degraded.
[0005]
Also, a test for confirming normal operation after converting a program or the like is indispensable. In particular, a combination test performed by combining a plurality of programs (modules) is important.
[0006]
Therefore, an object of the present invention is to provide a technique for efficiently migrating a system.
[0007]
[Means for Solving the Problems]
A file conversion system according to one embodiment of the present invention includes a first storage unit that stores a conversion target file, a conversion unit that converts information included in the conversion target file according to a predetermined rule, and the conversion unit. Second storage means for storing a conversion file including information converted by the conversion means and information indicating that conversion was not possible by the conversion means, an editor for editing the conversion file, And third storage means for storing the edited file.
[0008]
In a preferred embodiment, the conversion target file may be a source code file of a computer program operating on the first system or a file described in JCL (Job Control Language). At this time, the conversion means can perform conversion for shifting from the first system to the second system.
[0009]
In a preferred embodiment, for a plurality of file groups constituted by a plurality of the edited files, fourth storage means for storing identification information of a plurality of edited files belonging to each file group; Fifth storage means for storing the identification information of the person in charge in association with it, means for confirming that the edited file exists in the third storage means, and all of the edited files belonging to one file group exist. Notification means for notifying the person in charge associated with the one file group when the above is performed.
[0010]
In a preferred embodiment, the file group may be a group for performing an operation check test.
[0011]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating an overall configuration of a migration system 1 according to the present embodiment. The present system 1 performs file conversion necessary for performing system migration. The following description converts software resources for a system that operates on a large computer, called a mainframe, to operate on a small computer such as a workstation (hereinafter, WS) or personal computer (hereinafter, PC). This is done by taking as an example the case where migration is performed.
[0012]
The migration system 1 is configured by, for example, a general-purpose computer system, and individual components or functions in the system 1 described below are realized, for example, by executing a computer program.
[0013]
The system 1 includes a transfer target file storage unit 11, a conversion log storage unit 12, a conversion file storage unit 13, a transfer completion file storage unit 14, a transfer target file registration unit 21, an editor 22, a status management unit 23 and a conversion processing unit 30.
[0014]
The transfer target file storage unit 11 stores files to be transferred. In the present embodiment, the migration target files are a source code file described in COBOL (Common Business Oriented Language) operating on the mainframe, a file described in JCL (Job Control Language), and a registered original document.
[0015]
The transfer target file registration unit 21 registers the transfer target file in the transfer target file storage unit 11. The input for file registration may be performed by an operator using an input device (not shown), for example.
[0016]
The conversion processing unit 30 acquires the files stored in the transfer target file storage unit 11 and performs a predetermined conversion for each file. For example, the conversion processing unit 30 converts information such as a source code, a script, and a registered original indicating a record format included in the migration target file according to a predetermined rule. In the present embodiment, the conversion processing unit 30 converts the COBOL and JCL for the mainframe into the COBOL and JCL for WS or PC, respectively. Further, the conversion processing unit 30 converts the registered original text for the mainframe into the registered original text for the WS or the PC. A conversion file is generated based on the converted information, and stored in the conversion file storage unit 13. The conversion file may include a message such as an error code indicating that the conversion processing unit 30 could not perform conversion, in addition to the converted source code, the JCL, and the registered original text. The detailed configuration and operation of the conversion processing unit 30 will be described later.
[0017]
The conversion log storage unit 12 stores a log when the conversion processing unit 30 performs the conversion process.
[0018]
In the conversion processing performed by the conversion processing unit 30, the conversion may fail or may not be performed, and it may not be possible to transfer all the program files or the like in a complete form. Therefore, in the present system, the operator can use the editor 22 to correct the conversion file. For example, the operator can use the input / output device (not shown) and the editor 22 to refer to information in each file stored in the conversion file storage unit 13, check the conversion state, and edit.
[0019]
The file that has been checked and corrected by the operator is stored in the transfer completion file storage unit 14 as a transfer completion file. As for the program file or the JCL file, a file that has completed the unit test for checking the operation in file units may be stored as a migration completion file. The unit test may be an operator who has edited with an editor, or may be a unit tester different from the operator.
[0020]
The status management unit 23 monitors the file conversion status. For example, the status management unit 23 refers to the migration completion file storage unit 14 and checks the existence of the migration completion file. The status management unit 23 may store a file group for performing a combination test for checking operation by combining a plurality of files.
[0021]
The file group can be managed by, for example, a combination test table 50 as shown in FIG. In the combination test table 50, a file group name 51, a file name 52, and a test staff 53 are associated with each other. In the file name 52, a plurality of migration completed file names required for performing the combination test are stored.
The test staff 53 stores information for identifying the test staff. For example, here, the e-mail address of each person in charge is stored.
[0022]
The status management unit 23 refers to the test technician 53 and notifies each technician of the completion of all the migration completion files registered in the file name 52. As a result, it is understood that each tester is in a state where he can perform the test he or she is responsible for.
[0023]
Next, details of the conversion processing performed by the conversion processing unit 30 will be described with reference to FIG.
[0024]
First, the transfer target file storage unit 11 can store a transfer target source code file 111, a transfer target registration original text 112, and a transfer target JCL file 113. The transfer target source code file 111, the transfer target registered original document 112, and the transfer target JCL file 113 can each be singly or plurally stored.
[0025]
Similarly, the conversion file storage unit 13 can store a conversion source code file 131, a conversion registration original document 132, and a conversion JCL file 133. The conversion source code file 131, the conversion registration original document 132, and the conversion JCL file 133 can each store one or more.
[0026]
The conversion processing unit 30 further includes a source conversion unit 31, a registered original text conversion unit 32, a conversion target extraction unit 33, a JCL conversion unit 34, a data length table 35, an error code table 36, and an intermediate file storage. A part 37.
[0027]
The source conversion unit 31 acquires the migration target source code file 111, and converts the source code included in the file according to a predetermined rule. If the source conversion unit 31 cannot convert the source code, an error message is stored in the conversion log storage unit 12. The normally converted source code is stored in the conversion file storage unit 13 as a conversion source code file 131. The source code cannot be converted, for example, in the case of a function not supported by WS or PC COBOL, such as a tape output process.
[0028]
The registered original text conversion unit 32 acquires the transfer target registered original text 112 and converts it according to a predetermined rule. The registered original text conversion unit 32 acquires the data length for each item of the registered original text, and registers the data length in the data length table 35. The converted original text 132 is stored in the converted file storage unit 13.
[0029]
Conversion of the JCL file is performed in two steps. That is, the conversion target extraction unit 33 acquires the migration target JCL file 113, extracts a conversion target portion (operand) from the JCL included in the file, and generates an intermediate file. The generated intermediate file is temporarily stored in the intermediate file storage unit 37.
[0030]
The JCL converter 34 acquires the intermediate file and converts the JCL according to a predetermined rule. For example, the JCL conversion unit 34 acquires the data item name and the data length from the data length table 35 and embeds them in the JCL. Here, the JCL conversion unit 34 does not perform the JCL conversion for, for example, those for which automatic conversion such as utility and parameter setting is difficult, and those for which there is no corresponding function in WS or PC COBOL. Therefore, when the JCL conversion unit 34 does not perform the JCL conversion, it is processed as an error. That is, the JCL conversion unit 34 refers to the error code table 36 and acquires an error code corresponding to the type of the error.
Then, the JCL conversion unit 34 generates a conversion JCL file including the normally converted JCL, and embedding an error code and information indicating the content of the error at a location where an error has occurred, and stores the converted JCL file in the conversion file storage unit 13. Store.
[0031]
As a result, the converted JCL file 133 includes an error code as information indicating that the JCL has been normally converted and information indicating that the JCL has not been converted. Therefore, if the operator opens this file with the editor 22, the location where the error occurred and the content thereof can be immediately known without referring to the log, and correction can be made on the spot. Also, in the conversion of the source code, information on the error may be included in the converted source code 131.
[0032]
Next, the overall processing procedure performed by the migration system 1 having the above-described configuration will be described with reference to the flowchart in FIG.
[0033]
First, a file to be migrated is stored in the file to be migrated storage unit 11 (S11). The conversion processing unit 30 acquires each transfer target file from the transfer target file storage unit 11 and performs each conversion process as described above (S12). Then, the conversion processing unit 30 stores the conversion file including the converted information in the conversion file storage unit 13. Since there is a portion in the conversion file that needs to be corrected, the conversion file is supplied to the editor 22, and the operator or the like makes a manual correction using the editor (S13). The corrected file is stored in the migration completed file storage unit 14 as a migration completed file. Then, finally, the tester performs each combination test using the migration completion file (S15). When the connection test is completed, the transfer by the present system 1 is completed.
[0034]
In addition, the system 1 notifies each person in charge that the files necessary for the combination test have been prepared in order to perform the combination test in step S15. The procedure for performing this notification will be described with reference to the flowchart in FIG.
[0035]
The status management unit 23 confirms the existence of each file by referring to the migration completion file storage unit 14. Then, it is determined whether or not there is a group having all the files among the system groups registered in the integration test table 50 (S21). If there is a system group in which the files are available, the person in charge of the group is notified that the files are available, for example, by e-mail (S22). These steps are repeated until all files to be migrated are collected and a notification is sent to the person in charge for all file groups (S23).
[0036]
The embodiments of the present invention described above are exemplifications for describing the present invention, and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating an entire configuration of a migration system 1 according to an embodiment of the present invention.
FIG. 2 is a diagram illustrating an example of a combined file table.
FIG. 3 is a configuration diagram for describing in detail a process performed by a conversion processing unit 30;
FIG. 4 is a flowchart showing an overall processing procedure of the migration system 1;
FIG. 5 is a flowchart illustrating a processing procedure for notifying a binding tester;
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Migration system, 11 ... Migration target file storage part, 12 ... Conversion log storage part, 13 ... Conversion file storage part, 14 ... Migration completion file storage part, 21 ... Migration target file registration part, 22 ... Editor, 23 ... Status Management unit, 30... Conversion processing unit.

Claims (6)

変換対象ファイルを記憶する第1の記憶手段と、
前記変換対象ファイルに含まれている情報を所定のルールに従って変換する変換手段と、
前記変換手段によって変換された情報、および前記変換手段によって変換できなかったことを示す情報を含む変換ファイルを記憶する第2の記憶手段と、
前記変換ファイルを編集するためのエディタと、
前記エディタで編集された編集ファイルを記憶する第3の記憶手段と、を備えるファイル変換システム。
First storage means for storing a file to be converted;
Conversion means for converting information contained in the conversion target file according to a predetermined rule,
Second storage means for storing a conversion file including information converted by the conversion means and information indicating that conversion was not possible by the conversion means;
An editor for editing the conversion file;
A third storage unit for storing the edited file edited by the editor.
前記変換対象ファイルは、第1のシステムで動作するコンピュータプログラムのソースコードファイルまたはJCL(Job Control Language)で記述されたファイルであり、
前記変換手段は、第1のシステムから第2のシステムへ移行するための変換を行う請求項1記載のファイル変換システム
The conversion target file is a source code file of a computer program operating in the first system or a file described in JCL (Job Control Language).
2. The file conversion system according to claim 1, wherein the conversion unit performs conversion for shifting from the first system to the second system.
複数の前記編集ファイルにより構成される複数のファイルグループについて、各ファイルグループに属する複数の編集ファイルの識別情報を記憶する第4の記憶手段と、
前記ファイルグループの識別情報と担当者の識別情報とを対応付けて記憶する第5の記憶手段と、
前記編集ファイルが第3の記憶手段に存在することを確認する手段と、
一のファイルグループに属する前記編集ファイルがすべて存在するときに、前記一のファイルグループと対応付けられている担当者へその旨を通知する通知手段と、をさらに備える請求項1記載のファイル変換システム。
Fourth storage means for storing identification information of a plurality of edited files belonging to each file group for a plurality of file groups constituted by a plurality of the edited files;
Fifth storage means for storing the file group identification information and the person in charge identification information in association with each other;
Means for confirming that the edited file exists in the third storage means;
2. The file conversion system according to claim 1, further comprising: notifying means for notifying, when all the edited files belonging to one file group are present, a person associated with the one file group to that effect. .
前記ファイルグループは、動作確認のテストを行うためのグループである請求項3記載のファイル変換システム。4. The file conversion system according to claim 3, wherein the file group is a group for performing an operation check test. ファイル変換システムが行う方法であって、
第1の記憶手段から変換対象ファイルを取得するステップと、
前記変換対象ファイルに含まれている情報を所定のルールに従って変換するステップと、
前記変換によって変換された情報、および前記変換によって変換できなかったことを示す情報を含む変換ファイルを第2の記憶手段に記憶するステップと、
前記変換ファイルを第2の記憶手段から取得してエディタに供給するステップと、
前記エディタで編集された編集ファイルを第3の記憶手段に記憶するステップと、を有するファイル変換方法。
The method performed by the file conversion system,
Obtaining a conversion target file from the first storage means;
Converting the information included in the conversion target file according to a predetermined rule,
Storing in a second storage means a conversion file including information converted by the conversion and information indicating that conversion was not possible by the conversion;
Obtaining the conversion file from the second storage means and supplying the converted file to an editor;
Storing the edited file edited by the editor in a third storage unit.
コンピュータに実行されたときに、
第1の記憶手段から変換対象ファイルを取得するステップと、
前記変換対象ファイルに含まれている情報を所定のルールに従って変換するステップと、
前記変換によって変換された情報、および前記変換によって変換できなかったことを示す情報を含む変換ファイルを第2の記憶手段に記憶するステップと、
前記変換ファイルを第2の記憶手段から取得してエディタに供給するステップと、
前記エディタで編集された編集ファイルを第3の記憶手段に記憶するステップと、を行うファイル変換のためのコンピュータプログラム。
When executed on a computer,
Obtaining a conversion target file from the first storage means;
Converting the information included in the conversion target file according to a predetermined rule,
Storing in a second storage means a conversion file including information converted by the conversion and information indicating that conversion was not possible by the conversion;
Obtaining the conversion file from the second storage means and supplying the converted file to an editor;
Storing the edited file edited by the editor in a third storage means.
JP2003125752A 2003-04-30 2003-04-30 File conversion system and method Pending JP2004334325A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003125752A JP2004334325A (en) 2003-04-30 2003-04-30 File conversion system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003125752A JP2004334325A (en) 2003-04-30 2003-04-30 File conversion system and method

Publications (1)

Publication Number Publication Date
JP2004334325A true JP2004334325A (en) 2004-11-25

Family

ID=33502924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003125752A Pending JP2004334325A (en) 2003-04-30 2003-04-30 File conversion system and method

Country Status (1)

Country Link
JP (1) JP2004334325A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010205068A (en) * 2009-03-04 2010-09-16 Hitachi Information Systems Ltd Software resource transition system and transition method thereof
JP2010539555A (en) * 2006-10-27 2010-12-16 サムスン エスディーエス カンパニー リミテッド Rehosting method to switch mainframe system environment to open system environment
WO2019039394A1 (en) * 2017-08-25 2019-02-28 株式会社日立社会情報サービス Conversion device and conversion method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010539555A (en) * 2006-10-27 2010-12-16 サムスン エスディーエス カンパニー リミテッド Rehosting method to switch mainframe system environment to open system environment
JP2010205068A (en) * 2009-03-04 2010-09-16 Hitachi Information Systems Ltd Software resource transition system and transition method thereof
WO2019039394A1 (en) * 2017-08-25 2019-02-28 株式会社日立社会情報サービス Conversion device and conversion method
JP2019040399A (en) * 2017-08-25 2019-03-14 株式会社日立社会情報サービス Converter and conversion method

Similar Documents

Publication Publication Date Title
US9354868B2 (en) Integrated exchange of development tool console data
US7577946B2 (en) Program product, method, and system for testing consistency of machine code files and source files
CN1755620A (en) Workflow schedule authoring tool
CN103853535B (en) The method and apparatus for changing middleware
CN108845940A (en) A kind of enterprise information system automated function test method and system
JP4568262B2 (en) Data collection system
CN108804241B (en) Cross-platform task scheduling method, system, computer equipment and storage medium
CN113312033A (en) Template protocol generation and management method
JP2009110318A (en) Fault information output control device and fault information output control method used therefor, and program thereof
JP2004334325A (en) File conversion system and method
JP4477531B2 (en) Data import method and data import apparatus
US7721279B1 (en) Packaging information integration applications
JP2010140330A (en) Business management support device and program
US10592227B2 (en) Versioned intelligent offline execution of software configuration automation
JP2008269527A (en) File configuration management support system, device and program, and file configuration managing method
CN104965742B (en) A kind of automatized script and device handling front-end task
TW200923776A (en) System for automatically preloading software elements
CN110334024B (en) Test case management method, device and terminal based on tree structure
CN117407362B (en) Method and device for file migration among heterogeneous file systems
US8839097B2 (en) System and method for information encapsulation for providing multiple deliverable formats from one information source
CN117573564B (en) Method for automatically identifying differences based on gitlab code submitted log
CN112148710B (en) Micro-service library separation method, system and medium
JP5444388B2 (en) Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program
WO2023162261A1 (en) Composite test device, system, and method, and computer-readable medium
CN110990475B (en) Batch task inserting method and device, computer equipment and storage medium