WO2013179486A1 - Program conversion method, program conversion system, and program - Google Patents

Program conversion method, program conversion system, and program Download PDF

Info

Publication number
WO2013179486A1
WO2013179486A1 PCT/JP2012/064292 JP2012064292W WO2013179486A1 WO 2013179486 A1 WO2013179486 A1 WO 2013179486A1 JP 2012064292 W JP2012064292 W JP 2012064292W WO 2013179486 A1 WO2013179486 A1 WO 2013179486A1
Authority
WO
WIPO (PCT)
Prior art keywords
conversion
program
variable
source
information
Prior art date
Application number
PCT/JP2012/064292
Other languages
French (fr)
Japanese (ja)
Inventor
真幸 岡田
剛 鷲崎
明 恵良
博文 団野
剛 森岡
Original Assignee
株式会社日立製作所
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 株式会社日立製作所 filed Critical 株式会社日立製作所
Priority to PCT/JP2012/064292 priority Critical patent/WO2013179486A1/en
Publication of WO2013179486A1 publication Critical patent/WO2013179486A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source

Definitions

  • the present invention relates to a program conversion method, a program conversion system, and a program, for example, a program conversion process for converting a program operating on a predetermined platform into a program operating on another platform having a different format.
  • COBOL Common Business Oriented Language
  • COBOL Common Business Oriented Language
  • Patent Document 1 discloses that when converting a program source, it is determined whether to convert the syntax according to the number of times the syntax appears. According to this, syntax conversion is performed when the number of appearances is large, and conversion is not performed when the number of appearances is small.
  • Patent Document 2 when a program is converted to be transferred to another environment, the program source to be converted is analyzed, and the conversion is performed by selecting an appropriate tool and law for conversion using the result. It is disclosed.
  • Patent Document 3 creates a DB (Data Base) and an intermediate file for each token from a C language source, deletes / changes the target character string on the DB, and stores information on the database and the intermediate file as a C language file. Are generated, and then the target program is generated.
  • DB Data Base
  • the program source converted by the conversion tool is composed of a converted part generated by converting the existing source and a non-converted part that follows the existing source as it is.
  • the non-converted portion is classified into two types: those that operate without any problem even if they are not corrected, and those that must be corrected manually.
  • the present invention has been made in view of such a situation, and provides a technique for accurately and uniformly identifying a non-converted portion that needs to be corrected in a manual correction processing of a non-converted portion. It is.
  • one aspect of the present invention relates to program conversion for converting a first program that operates on a first platform into a second program that operates on a second platform having a different format.
  • the value of the variable of the non-conversion part, the range of the non-conversion part and the conversion source of the non-conversion part are obtained at the time of the conversion of the first program.
  • the initial value of the variable at the start of processing of the non-conversion part and the end value of the variable at the end of processing are acquired, and input information and comparison information to the second program are obtained from the initial value and end value of the acquired variable.
  • the input information is input to the conversion source on the second platform, the output result obtained by performing the test using this input information, and the created comparison information are It is compare, the comparison result is output.
  • FIG. 1 is a diagram showing a schematic configuration of an information (program source) migration system 1 according to an embodiment of the present invention.
  • 2 is a diagram showing a schematic configuration of an existing (migration source) computer system 100.
  • FIG. 2 is a diagram showing a schematic configuration of a migration support computer system 200.
  • FIG. 2 is a diagram showing a schematic configuration of a new (migration destination) computer system 300.
  • FIG. 3 is a diagram illustrating a functional configuration of a program conversion unit 2211.
  • FIG. FIG. 11 is a diagram illustrating a functional configuration of a non-conversion partial test / result determination unit 3213.
  • FIG. 8 It is a flowchart for demonstrating the whole non-conversion part necessity determination process (corresponding to FIG. 1) in a conversion source. It is a figure which shows the example of the existing source produced by COBOL. It is a flowchart for demonstrating the detail of the program conversion process of S802 (FIG. 8). It is the figure which expressed the program conversion process as the flow of the process on a functional block. It is a figure which shows the structure of the conversion source produced
  • FIG. 8 It is a flowchart for demonstrating the detail of the debugger script production
  • FIG. 24 is a diagram illustrating a specific example of non-conversion portion test / result data. It is a functional block diagram for demonstrating the outline
  • FIG. It is a figure for demonstrating the concept of the unit test of a partial source, and a correction necessity determination process. It is a figure which shows the example of the output result at the time of executing two partial sources independently.
  • the embodiment of the present invention may be implemented by software running on a general-purpose computer, or may be implemented by dedicated hardware or a combination of software and hardware.
  • each processing unit for example, a program conversion unit and a debugger script generation unit
  • a “program” is a processor. Since the processing determined by being executed by the processing is performed using the memory and the communication port (communication control device), the description may be made with the processor as the subject. Further, the processing may be read with “program (program conversion program, debugger script generation program, etc.)” or “function (program conversion function, debugger script generation function, etc.)” as the subject.
  • program program conversion program, debugger script generation program, etc.
  • functions program conversion function, debugger script generation function, etc.
  • FIG. 1 is a diagram for explaining an outline of a non-conversion portion correction necessity determination process according to an embodiment of the present invention.
  • An information (program source) migration system (program conversion system) 1 according to an embodiment of the present invention includes an existing (migration source) computer system 100, a migration support computer system 200, and a new (migration destination) computer system 300. Composed. However, the migration support computer system 200 and the new computer system 300 may be configured as one computer. That is, the new computer system 300 may be configured to include the function of the migration support computer system 200.
  • an existing source which is a program source that operates in conformity with the existing computer system 100, is provided from the existing computer system 100 to the migration support computer system 200 (F101).
  • the migration support computer system 200 receives an existing source from the existing computer system 100, executes a program conversion process using a conversion tool program that defines conversion rules (F201), and includes a conversion part and a non-conversion part. (Refer to FIGS. 12 and 13) is generated and provided to the new computer system 300 (F202). Further, non-conversion part information (see FIGS. 14 and 15), which is information about the rows and variables of the non-conversion part, is stored in a memory (storage device) (not shown) (F203).
  • the migration support computer system 200 reads the non-conversion partial information from the memory, and generates a debugger script (see FIGS. 15 and 16) that defines the operation contents of the debugger based on the information (F204). (F205).
  • the migration support computer system 200 delivers the generated debugger script to the existing computer system 100.
  • the existing computer system 100 executes debugger processing according to the received debugger script (F206), and transfers the trace log as a result to the migration support computer system 200.
  • the migration support computer system 200 stores the received trace log (see FIGS. 20 and 21) in the memory (storage device) (F206).
  • the migration support computer system 200 reads the trace log from the memory, refers to it, generates test data and result data for the non-conversion portion (extracts from the trace log) (F207), and stores the memory (storage device) (F208).
  • the new computer system 300 receives the conversion source, the non-conversion portion test data, and the result data from the migration support computer system 200, executes the test for the non-conversion portion, and executes the result determination process (F301).
  • the test data obtained from the trace log is input as the input value for the non-conversion part of the conversion source, and the result data obtained from the non-conversion part of the conversion source
  • the result data obtained from the trace log is compared. If the two result data are the same, it is determined that correction is not necessary, and if the result data is not the same, it is determined that correction is necessary.
  • the partial source (non-conversion part) requiring correction is corrected by the user. Then, the conversion unnecessary part and the correction unnecessary part of the converted part and the non-converted part are collected and provided as a new source (F302).
  • FIG. 2 is a diagram showing a schematic configuration of the information (program source) migration system 1 according to the embodiment of the present invention.
  • the system 1 includes the existing (migration source) computer system 100, the migration support computer system 200, and the new (migration destination) computer system 300.
  • the existing (migration source) computer system 100 includes at least an existing source storage unit 101 for storing an existing source, a debugger processing unit 102 for debugging an existing source based on a debugger script generated by the migration support computer system 200, have.
  • the migration support computer system 200 converts an existing source using a conversion tool, generates a conversion source having a conversion part and a non-conversion part, and a conversion source storage part 202 stores the generated conversion source.
  • a non-conversion part information storage unit 203 for storing non-conversion part information (including lines and variables of the non-conversion part) obtained by the program conversion unit 201, and defining debugger processing contents based on the non-conversion part information
  • a debugger script generation unit 204 that generates a debugger script to be executed, a debugger script storage unit 205 that stores the generated debugger script, a trace log storage unit 206 that stores a trace log obtained as a result of debugger processing according to the debugger script, and a trace Test data and non-conversion test data from log
  • the the non-converted part for the test result data generating unit 207 for extracting a non-converted part for the test result data storage unit 208 for storing the extracted unconverted portions for test data
  • the new (migration destination) computer system 300 receives from the migration support computer system 200 the new source storage unit 302 that stores the new source generated by combining the conversion part, the non-conversion part and the correction part.
  • a non-conversion part test / result determination unit 301 that determines whether or not the non-conversion part needs to be corrected using the conversion source and the non-conversion part test / result data.
  • 3 to 5 are diagrams showing a schematic hardware configuration of each of the computer systems 100, 200, and 300 constituting the migration system according to the embodiment of the present invention.
  • 3 relates to the schematic configuration of the existing (migration source) computer system 100
  • FIG. 4 relates to the schematic configuration of the migration support computer system 200
  • FIG. 5 relates to the schematic configuration of the new (migration destination) computer system 300.
  • Each of the computer systems 100, 200, and 300 has a general computer configuration, for example, CPUs (also simply referred to as processors) 110, 210, and 310, main storage devices 120, 220, and 320, and auxiliary storage devices. 130, 230 and 330, input devices 140, 240 and 340 such as a keyboard and a mouse, output devices 150, 250 and 350 such as a display device, a printer and an audio output device, and communication ports 160, 260 and 360.
  • CPUs also simply referred to as processors
  • main storage devices 120, 220, and 320 main storage devices
  • auxiliary storage devices 130, 230 and 330
  • input devices 140, 240 and 340 such as a keyboard and a mouse
  • output devices 150, 250 and 350 such as a display device, a printer and an audio output device
  • communication ports 160, 260 and 360 have.
  • Each computer system has a different software configuration including information and programs to be held.
  • the main storage device 120 holds a debugger (program) 1211 as a development / operation environment 121.
  • the debugger 1211 is read by the CPU 110 and provided as the above-described debugger processing F102 or debugger processing unit 102.
  • the debugger may be provided in the migration support computer system 200. In this case, a trace log described later is generated using the existing source acquired from the existing computer system 100 and the generated debugger script.
  • the auxiliary storage device 130 stores, for example, an existing program source (existing source) created by COBAL operating on the mainframe.
  • the main storage device 220 holds a program conversion unit (program) 2211, a debugger script generation unit (program) 2212, and a non-conversion part test / result data generation unit (program) 2213 as the migration support environment 221. ing. Each program is read by the CPU 210.
  • the program conversion unit 2211 provides a program conversion process F201 (FIG. 1) and a program conversion unit 201 (FIG. 2).
  • the debugger script generation unit 2212 provides a debugger script generation process F204 (FIG. 1) and a debugger script generation unit 204 (FIG. 2).
  • the non-conversion unit test / result data generation unit 2213 provides a non-conversion unit test / result data generation process F207 (FIG. 1) and a non-conversion unit test / result data generation unit 207 (FIG. 2).
  • the auxiliary storage device 230 includes a converted program source (conversion source) 213 obtained by converting the existing source by the program conversion unit 2211 and information on a portion not converted by the program conversion processing by the program conversion unit 2211 ( Generated by non-converted portion information 232 (including non-converted portion lines and variables), a debugger script 233 generated by the debugger script generation unit 2212 based on the non-converted portion information, and a debugger process executed according to the debugger script 233 Trace log 234, test / result data 235 for non-conversion part generated by extracting test data and result data from the trace log 233 by the test / result data generation part 2213 for non-conversion part, and program conversion part 2211 is program change
  • a syntax converter side storage unit 236 that is a rule used in processing
  • a non-conversion partial line information storage unit 237 that stores line information of a non-conversion part that has not been converted by the program conversion process, and a variable of the non-conversion part
  • the same information as the non-conversion partial information 232 is obtained. Can be generated.
  • the main storage device 320 includes a compiler (program) 3211 which is a tool for compiling a new source 331 as a development / operation environment 321 and an editor (a tool for correcting a non-conversion portion determined to be corrected).
  • the non-conversion unit test / result determination unit 3213 provides a non-conversion unit test / result data determination process F301 (FIG. 1) and a non-conversion unit test / result determination unit 301 (FIG. 2).
  • the auxiliary storage device 330 includes a new source composed of a conversion part of an existing source, a non-conversion part determined to be unnecessary for correction, and a non-conversion part corrected because it is determined that correction is necessary, a definition part, and a non-conversion part.
  • a partial source 332 composed of a conversion part (source).
  • the non-conversion partial test / result determination unit inputs the test data corresponding to each partial source as an input value, obtains the corresponding output value, and compares it with the result data to determine whether the source needs to be corrected Determine.
  • FIG. 6 is a diagram illustrating a functional configuration of the program conversion unit 2211.
  • the program conversion unit 2211 includes a control unit 601, a syntax conversion rule storage unit 236 that holds a syntax conversion rule that defines a conversion rule, and non-conversion partial line information that holds line information of a non-conversion part obtained by program conversion processing.
  • the storage unit 237 and a non-conversion partial variable information storage unit 238 that holds variable information of the conversion part are configured.
  • the control unit 601 converts the existing source received from the existing computer system 100 into a program source suitable for the migrated platform according to the syntax conversion rule, and generates a conversion source.
  • the conversion source includes a converted part and a non-converted part. The part of the existing source to be converted can be grasped by referring to the syntax conversion rule.
  • control unit 601 separates the converted part and the non-converted part, and converts only the non-converted part information (line information and variable information) into the non-converted partial line information storage unit 237 and the non-converted partial variable information storage unit 238, respectively. To store.
  • FIG. 7 is a diagram illustrating a functional configuration of the non-conversion partial test / result determination unit 3213.
  • the non-conversion partial test / result determination unit 3213 includes a control unit 701, a new source 331 including a conversion part and a non-conversion part that does not require correction and a correction, a partial source 332 including a source and a definition part of the non-conversion part, It is constituted by.
  • the control unit 701 determines whether or not each non-converted part given by the partial source 332 needs to be corrected according to the program 7011 for executing the non-converted partial test / result determination process. Details of this processing will be described later.
  • FIG. 8 is a flowchart for explaining the entire process (corresponding to FIG. 1) for determining whether or not a non-conversion part in the conversion source needs to be corrected.
  • the CPU 210 of the migration support computer system 200 acquires the existing source to be converted from the existing computer system 100 via the communication port 260 (S801).
  • the CPU 210 executes the program conversion process so that the existing source matches the migration destination platform by the program conversion unit 2211 (according to the composition conversion rule), and generates the conversion source (S802). Details of the conversion source will be described later.
  • the CPU 210 separates the conversion part and the non-conversion part from the conversion source (or specifies the non-conversion part from the conversion source), the range of the non-conversion part (specified by the start line and the end line), the variable, and the conversion Non-converted partial information including the source is generated (S803). Details of the non-converted partial information will be described later.
  • the CPU 210 inputs the generated non-converted partial information to the debugger script generation unit (program) (S804), and generates a debugger script (S805). Details of the debugger script will be described later.
  • the CPU 210 transmits the generated debugger script to the existing computer system 100 via the communication port 260 in accordance with the instruction to start the debugger process input from the input device 240, and the debugger process is executed there (S806).
  • the CPU 210 acquires the trace log from the existing computer system 100 via the communication port 260 (S807). At this time, the trace log may be output (displayed) to the output device 250.
  • the CPU 210 inputs the acquired trace log to the non-conversion part test / result data generation unit (program) 2213 (S808), and extracts the test data part and the result data part from the trace log, thereby performing the non-conversion part test. Generate result data (S809).
  • the CPU 210 passes the conversion source, the non-conversion partial test data, and the non-conversion partial result data to the non-conversion partial test / result determination unit 3213 of the new computer system 300 via the input device 240 and the communication port 260 (S810). ).
  • the CPU 310 of the new computer system 300 generates a determination result by executing the non-converted part test / result determination unit (program) 3213 for one non-converted part (S811).
  • the CPU 310 determines whether the determination result regarding the non-converted portion is “requires correction” or “no correction required” (S812).
  • the CPU 310 operates the editor 3212 so that the user can recognize that the corresponding non-converted portion is “correction required” on the editor screen. (S813). For example, it may be possible to change the background color or the source font.
  • the CPU 310 determines whether there is a non-converted portion of “correction required” (S814).
  • the CPU 310 waits until there is a manual correction input by the user, accepts the corrected input, and converts the corrected non-converted portion into a new non-converted portion. (S815).
  • FIG. 9 is a diagram illustrating an example of an existing source created by COBOL.
  • the existing source 900 includes a definition unit 901 that defines functions and variables used for processing, and an execution unit 902 that defines specific processing contents.
  • the definition unit 901 is not converted by the program conversion process.
  • the execution unit 902 converts a part of the source by the program conversion process. In FIG. 9, a portion 903 to be converted is shown.
  • FIG. 10 is a flowchart for explaining details of the program conversion processing in S802 (FIG. 8).
  • the CPU 210 of the migration support computer system 200 inputs the existing source (conversion object) acquired from the existing computer system 100 to the control unit 601 of the program conversion unit 22211 (S1001).
  • the CPU 210 determines whether the processing target line (first line) matches the syntax rule data using the control unit 601 (S1003). If they match, the process moves to S1006, and if they do not match, the process moves to S1004.
  • the CPU 210 registers the number of the row in the non-converted partial row information storage unit 237 (S1004), and the variables used in the row are stored in the non-converted partial variable information storage unit. It is registered in 238 (S1005).
  • the CPU 210 converts the source code of the line in accordance with the syntax rule data, and creates a conversion source (one line) (S1006).
  • the CPU 210 determines whether the processing target line is the end (last line) of the existing source file (S1007).
  • the CPU 210 advances the process target line by one and shifts the process to S1002 (S1009). Then, the processing from S1002 to S1007 is executed for the new processing target row.
  • the CPU 210 When it is the last line (Yes in S1007), the CPU 210 generates non-converted partial information 232 from information stored in the non-converted partial line information storage unit 327 and the non-converted partial variable information storage unit 328 (S1008). ). Specifically, the non-converted part information 232 is generated by integrating a range specified from continuous line information as one non-converted part and variable information.
  • FIG. 11 is a diagram representing the program conversion process as a process flow on the functional block. Since the processing contents are the same as those in FIG. 10, the description of FIG. 11 is omitted.
  • FIG. 12 is a diagram illustrating a configuration of a conversion source generated by the program conversion process
  • FIG. 13 is a diagram illustrating an example of the conversion source.
  • the conversion source 1200 includes a definition unit 1201 common to the conversion part and the non-conversion part, and an execution unit 1202 configured by at least one non-conversion part and at least one conversion part. As shown in FIG. 12, in the execution unit 1202, the conversion part and the non-conversion part are alternately arranged.
  • the source code from the 1st to 12th lines constitutes the definition part.
  • this definition section is not subject to program conversion processing, and follows the contents of the existing source.
  • the 13th to 17th lines are the non-converted part 1
  • the 18th line is the converted part
  • the 19th to 28th lines are the non-converted part 2.
  • the non-conversion part 1 operates without any problem, but in the non-conversion part 2, the operation results differ on the existing computer system 100 and the new computer system 300. This is because the value of the character code value may be different depending on the platform, and the result of the 23rd line will be different due to the influence. That is, in the 23rd line, the character code values of MOJI1 and MOJI2 are compared.
  • FIG. 14 is a diagram illustrating a configuration of non-converted partial information acquired after program conversion processing
  • FIG. 15 is a diagram illustrating an example of non-converted partial information.
  • the non-converted part information 1400 includes a total number of non-converted part information 1401 indicating the total number of non-converted part information (a value corresponding to the number of non-converted parts), and specific information (start and end rows, Non-conversion partial information 1402 describing (variable information). “Start line” in each non-converted part information indicates the start line of the corresponding non-converted part in the existing source, “End line” indicates the end line of the corresponding non-converted part in the existing source, and the variable information indicates the corresponding non-converted part. The variable information used in the conversion part is shown.
  • FIG. 15 shows an example where non-converted partial information is extracted from the conversion source given by FIG.
  • the number of non-converted portions is “2”
  • the total number of non-converted portion information is set to “2” in FIG.
  • the start line of the non-conversion part 1 is 13
  • the end line is 15, and the variables used are NUM, MOJI1, and MOJI2, each is set as information relating to the non-conversion part 1. The same applies to the non-converted portion 2.
  • FIG. 16 is a flowchart for explaining details of the debugger script generation processing in S805 (FIG. 8).
  • the CPU 210 of the migration support computer system 200 inputs the non-conversion partial information to the debugger script generation unit (program) 2212 and instructs the debugger script generation (S1601).
  • the CPU 210 uses the debugger script generation unit 2212 to place information on the start line and end line of each non-converted part as a break point (SET BREAK) in the debugger script (S1602).
  • SET BREAK break point
  • each non-converted portion is repeatedly checked to extract information on all start lines and end lines, and these are set as SET BRAKE.
  • the CPU 210 adds the output to the trace log to the debugger script (S1603). This sets a process for instructing to output the result output (result data) to the File as a trace log.
  • the CPU 210 describes the output operation of the variable information of the non-conversion part regarding the start line in the debugger script (S1605). This sets the test data output process in each starting line.
  • CPU 210 adds “source execution instruction” to the debugger script (S1606).
  • the CPU 210 describes the output operation of the variable information of the non-conversion part regarding each end line in the debugger script (S1607). This sets the output process of the result data in each end line.
  • the CPU 210 checks the non-conversion part information and determines whether or not there is a non-conversion part that is not described in the debugger script (S1608). If there is unwritten non-converted partial information, the process proceeds to S1604. If all the non-converted partial information is described in the debugger script, the debugger script generation is completed.
  • FIG. 17 is a diagram illustrating a configuration of a debugger script generated by the debugger script generation processing
  • FIG. 18 is a diagram illustrating an example of the debugger script.
  • the debugger script 1700 is a script that describes how to operate the debugger 1211 in the existing computer system 100.
  • a breakpoint setting in which breakpoints (interruption points) are arranged at the start line and the end line of each non-conversion part.
  • Unit 1701 result output setting unit 1702 in which an execution instruction for processing for outputting the result output as a trace log is arranged, and variable values (execution is interrupted) at the start line and end line (interruption point) of each non-conversion part
  • FIG. 18 shows a specific example of the debugger script 1800 generated from the example of the non-converted partial information given by FIG.
  • lines 13th, 17th, 19th and 28th lines
  • break points 1801 SET BREAK
  • the setting 1802 instructs to output the variable data (test data and result data) of the start line and end line of the non-conversion parts 1 and 2 as a trace log.
  • the execution units 1803 to 1805 are units for instructing to output variable values in the start and end lines of the non-conversion parts 1 and 2.
  • FIG. 19 is a diagram showing an outline of the trace log output process.
  • the debugger script generated as shown in FIGS. 17 and 18 is sent to the existing computer system 100.
  • the debugger 1211 executes the debugger by using the debugger script and the existing source (the debugger script is related to the non-converted portion and can use the existing source).
  • the execution result is sent to the migration support computer system 200 and stored as a trace log. That is, the existing source is executed by the debugger in the order of the description contents of the debugger script, and the result is saved as a trace log.
  • FIG. 20 is a diagram illustrating a configuration of a trace log generated by executing a debugger process according to a debugger script
  • FIG. 21 is a diagram illustrating a specific example of the trace log.
  • the trace log 2000 includes a plurality of non-converted part trace logs 2001 to 2003.
  • the trace log of each non-conversion part has variable data 20011, 20021... At the start line and variable data 20012, 20022.
  • FIG. 21 shows an example of the trace log 2100 corresponding to the debugger script 1800.
  • the trace log 2100 is variable information in the 13th line that is the start line of the non-conversion part 1, information 2101 indicating test data described later, and variable information in the 17th line that is the end line of the non-conversion part 1.
  • Information 2102 indicating result data to be described later
  • variable information on the 19th line that is the start line of the non-conversion part 2
  • information 2103 indicating test data to be described later
  • 28 lines that are the end line of the non-conversion part 2
  • This is variable information for the eyes, and is composed of information 2104 indicating result data described later.
  • FIG. 22 is a flowchart for explaining the details of the process of generating test data and result data for the non-conversion portion in S809 (see FIG. 8).
  • the CPU 210 of the migration support computer system 200 reads the trace log from the auxiliary storage device 230 and inputs it to the non-conversion portion test / result data generation unit (program) 2213 (S2201).
  • the CPU 210 uses the non-conversion portion test / result data generation unit (program) 2213 to generate test data corresponding to the variable value of the start line of each non-conversion portion in the trace log (S2202).
  • the CPU 210 uses the non-conversion part test / result data generation unit (program) 2213 to generate result data corresponding to the variable value of the end line of each non-conversion part in the trace log (S2202).
  • FIG. 23 is a diagram illustrating a configuration of the non-conversion portion test / result data
  • FIG. 24 is a diagram illustrating a specific example of the non-conversion portion test / result data.
  • the non-conversion part test / result data 2300 includes a plurality of non-conversion part test / result data 2301, 2302,.
  • the test / result data 2301, 2302,... Of each non-conversion part includes test data 23011, 23021... In each non-conversion part and result data 23012, 23022. ing.
  • the test data is used as an initial value of each non-conversion part.
  • the result data is an output value at the end of processing of each non-conversion part, and is used for comparison with an execution value obtained by inputting test data to the non-conversion part of the conversion source, as will be described later.
  • FIG. 24 shows an example of the test / result data 2400 for the non-conversion portion generated from the trace log 2100.
  • Non-conversion part test / result data 2400 includes non-conversion part 1 test data and non-conversion part 1 test data and result data 2401 including non-conversion part 1 input test data and non-conversion part 1 output data.
  • test / result data for non-conversion part provides appropriate data (result data) for the non-conversion part.
  • FIG. 25 is a functional block diagram for explaining the outline of the non-conversion partial test / result determination process.
  • the non-conversion partial test / result determination unit (program) 3213 of the new (migration destination) computer system 300 receives the conversion source 202 and the non-conversion test / result data 208 from the migration support computer system 200.
  • the non-conversion partial test / result determination unit (program) 3213 generates partial sources 332-1, 332-2,... From each non-conversion part of the conversion source 202.
  • the total number of partial sources is the number of non-converted parts.
  • the non-conversion partial test / result determination unit (program) 3213 executes each partial source with each test data corresponding to the non-conversion partial test / result data 208 as an input value, and acquires an output value.
  • the non-conversion partial test / result determination unit (program) 3213 compares each output value acquired for each partial source with the corresponding result data of the non-conversion partial test / result data 208 to make a match. Judge whether to do.
  • the non-conversion partial test / result determination unit (program) 3213 presents a partial source having an output value that does not match the result data to the user as “correction required” to prompt correction.
  • a new source 331 is generated.
  • the new source 331 may be used as the conversion source 202, and the result data and the output value of the partial source may be compared again to confirm whether the data has been properly corrected.
  • FIG. 26 is a flowchart for explaining details of the non-conversion partial test / result determination process.
  • the CPU 310 of the new computer system 300 inputs the conversion source 202 and the non-conversion part test / result data 208 to the non-conversion part test / result determination unit (program) 3213 (control unit (program) 32131) (S2601).
  • the CPU 310 uses the non-conversion partial test / result determination unit (program) 3213 to create a partial source 332 in which the non-conversion part and the definition part are extracted from the conversion source 202 for the total number of non-conversion parts (S2602).
  • the CPU 310 extracts the corresponding non-converted part test data from the non-converted part test / result data 208, inputs it to each partial source generated in S2602, and tests each partial source 332 alone. (S2603).
  • the CPU 310 outputs the result of the unit test of S2603 as an output value, and compares it with the result data of the corresponding non-converted portion obtained from the non-converted portion test / result data 208 (S2604).
  • the CPU 310 determines, for each partial source, whether the output value of the unit test matches the result data of the corresponding non-converted part (S2605).
  • the CPU 310 determines that the target non-converted portion is “revision unnecessary” (S2606).
  • the CPU 310 determines that the target non-converted part is “requires correction” (S2607).
  • the CPU 310 determines whether or not there is an unprocessed partial source, and if not, terminates the process, and if there is, shifts the process to S2603 (S2608).
  • FIG. 27 is a diagram for explaining the concept of processing for generating the partial source 332 from the conversion source 202.
  • the conversion source 208 is configured by the definition unit 2021 and the execution unit 2022 as described above.
  • the partial sources 332-1, 332-2, 332-3,... are generated corresponding to each non-converted portion.
  • Each partial source is generated by copying the definition part 2081 of the conversion source 202 and one non-conversion part as an execution part.
  • FIG. 28 is a diagram for explaining the concept of a partial source unit test and a correction necessity determination process.
  • test data of the non-converted part to be processed is extracted from the non-converted part test / result data 208 and is input to the partial source 332 having the corresponding non-converted part.
  • the execution data is output as an output result.
  • the result data of the non-converted part to be processed is extracted from the non-converted part test / result data 208, and the result data is compared with the output result of the corresponding non-converted part.
  • the corresponding non-converted part can be used as it is on the new platform, so it is judged as “no correction required”. On the other hand, if they do not match, the corresponding non-converted portion cannot be used as it is in the new plot form, and therefore it is determined that “correction is required”.
  • FIG. 29 is a diagram showing an example of an output result when two partial sources are executed alone.
  • FIG. 29 includes an example of a non-converted portion determined to be “correction unnecessary” and an example of a non-converted portion determined to be “correction required”.
  • the non-conversion part 1 has an output result obtained by inputting the input test data, which matches the non-conversion part result data (see FIG. 24). It is determined that “no correction is required”.
  • the output result obtained by inputting the input test data is inconsistent with the non-conversion part result data (see FIG. 24). Is determined to be “correction required”. Specifically, the output to be “end key input: 0” as shown in FIG. 24 is “end key input: 1” in FIG. 29. This is due to the fact that the output results will be different before and after the transition because of the new platform. This is because, for example, the character code is different due to the platform change, and the execution result of “IF MOJO1 LESS THAN MOJI2” in FIG. 13 is different.
  • the user must correct the conversion source (partial source) so that the same result as the output result before the transfer is output for the non-converted part determined as “required for correction” in this way.
  • FIG. 30 is a diagram illustrating a configuration of a conversion source (new source) after determination of necessity of correction
  • FIG. 31 is a diagram illustrating a specific example of a new source.
  • the new source 3000 includes a definition unit 3001 and an execution unit 3002.
  • the definition unit 3001 has the same content as the definition unit 1201 included in the conversion source before determining whether correction is necessary.
  • the execution unit 3002 has a configuration in which a non-conversion portion that does not require correction and a conversion portion that requires correction are mixed. As will be described later, it is possible to allow the user to understand which part of the new source should be corrected by clearly presenting the part requiring correction through the GUI.
  • the new source after determining whether or not correction is necessary includes a definition part, a non-converted part determined to be unnecessary for correction (lines 13 to 18), and a non-converted part determined to require correction ( 19th to 28th lines). Since the new source (FIG. 31) is not yet a corrected source, it has the same configuration as the conversion source (FIG. 13), but the new computer system 300 has already known which part needs correction. Is different.
  • FIG. 32 is a diagram showing a GUI (displayed on the display screen of the output device 350 of the new computer system 300) used when the user corrects the conversion source (non-conversion part).
  • the editor 3212 When the user instructs the editor (program) 3212 to correct the non-conversion part, as shown in FIG. 32, the editor 3212 includes the entire conversion source so that the part needs to be corrected.
  • the GUI screen 3000 is displayed.
  • the correction GUI screen 3200 includes a correction required line number display 3001 indicating the total number of non-converted parts to be corrected, a corrected / corrected main part display 3202 indicating how many corrections have been completed among the correction required parts, A conversion source display 3203, a correction necessary part display 3004, and a correction completion button display 3205 are included.
  • the correction required portion display 3204 is a non-converted portion that is determined as “correction required” on the editor screen by the CPU 310 using the editor 3212 based on the determination result by the non-converted portion test / result determination processing (FIG. 26). By performing the highlight display process and the background color change display process, it is easy for the user to understand the non-converted portion of “correction required”.
  • the correction process is completed when the user presses the correction completion button 3205, the corrected conversion source is registered as a determination target, and the non-converted partial test / result determination process ( 26 is executed (see FIG. 29).
  • a conversion source is generated by converting an existing source using a conversion tool.
  • the conversion source contains both conversion and non-conversion parts.
  • the migration support computer system acquires the variable value of the non-conversion part, the range of the non-conversion part, and the conversion source of the non-conversion part.
  • the initial value (test data) of the variable at the start line (at the start of processing) and the end value (result data) of the variable at the end line (at the end of processing) are acquired. Further, the migration support computer system obtains input information (corresponding to test data) and comparison information (corresponding to result data) from the initial value (test data) and end value (result data) of the acquired variable. ).
  • the new (destination) computer system generates a partial source by extracting the part corresponding to the source of the non-converted part from the conversion source on a platform different from the existing computer system, and inputs the input information to the partial source. Then, the output result of the test is compared with the comparison information (result data), and the comparison result is output. In this way, when the source is transferred between computers with different platforms, the range to be corrected in the conversion source can be specified from the comparison result.
  • the functions of the migration support computer system may be configured to be included in the new computer system.
  • the new computer system determines whether or not the non-converted portion needs to be corrected based on the output result and the comparison information, and outputs information on the determination result. In this way, since the determination result of whether or not correction is necessary is shown, it is possible to easily specify the range to be manually corrected in the conversion source, and it is possible to reduce the man-hour at the time of source correction. .
  • the new computer system again compares the output result of the non-converted portion with the comparison as the test target for the corrected non-converted portion. . By doing so, it is possible to confirm whether or not the corrected part is corrected correctly, and it is possible to easily verify whether the conversion source operates correctly on the migration destination computer platform.
  • the transition support computer system obtains the initial value (test data) of the variable in the start line and the end value (result data) of the variable in the end line in the non-conversion part, Place a breakpoint and create a debugger script.
  • This debugger script is used by a debugger of an existing computer system, and a trace log is acquired.
  • the trace log describes the value of the variable at the interruption point as the initial value and end value of the variable.
  • the new computer system corrects the non-converted part when the output result as the execution result obtained by inputting the test data to the partial source matches the comparison information (result data) obtained from the trace log. If it is determined that the output result and the comparison information do not match, it is determined that the non-conversion portion needs to be corrected. Further, the new computer system displays at least a non-conversion part and a GUI indicating whether or not the non-conversion part needs to be corrected, and prompts the user to correct the non-conversion part that requires correction. The GUI displays which non-conversion parts need correction. By doing so, the user can identify the correction location at a glance, and the man-hour in the correction work (manual work) of the non-conversion part included in the conversion source can be greatly reduced.
  • the present invention can also be realized by software program codes that implement the functions of the embodiments.
  • a storage medium in which the program code is recorded is provided to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus reads the program code stored in the storage medium.
  • the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.
  • a storage medium for supplying such program code for example, a flexible disk, CD-ROM, DVD-ROM, hard disk, optical disk, magneto-optical disk, CD-R, magnetic tape, nonvolatile memory card, ROM Etc. are used.
  • an OS operating system
  • the computer CPU or the like performs part or all of the actual processing based on the instruction of the program code.
  • the program code is stored in a storage means such as a hard disk or a memory of a system or apparatus, or a storage medium such as a CD-RW or CD-R
  • the computer (or CPU or MPU) of the system or apparatus may read and execute the program code stored in the storage means or the storage medium when used.
  • control lines and information lines are those that are considered necessary for the explanation, and not all control lines and information lines on the product are necessarily shown. All the components may be connected to each other.
  • Program migration system program conversion system
  • Program migration system 100 Existing (migration source) computer system
  • Existing source storage unit 102
  • Debugger processing unit 110
  • CPU 120
  • Main storage device 130 Auxiliary storage device
  • Input device 150
  • Communication port 200
  • Migration support computer system 201
  • Program conversion unit 202
  • Conversion source storage unit 203
  • Non-conversion partial information storage unit 204
  • Debugger script generation unit 205
  • Debugger script storage unit Trace log storage unit 207 Non-conversion part test / result data generation part
  • Non-conversion part test / result data storage part 210
  • CPU 220 Main storage device 230
  • Auxiliary storage device 240
  • Input device 250
  • Output device 260
  • New (destination) computer system 301
  • Non-conversion partial test / result determination unit 302
  • New source storage unit 310
  • CPU Main storage device 330
  • Auxiliary storage device 340
  • Input device 350
  • 360 Communication port 360

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

Provided is a technology for accurately and uniformly identifying, in a manual correction process of a non-conversion portion, a non-conversion portion for which correction is necessary. The present invention relates to program conversion which converts a first program which operates upon a first platform to a second program which operates upon a second platform which has a different form. Using a conversion tool, a value of a variable of a non-conversion portion when converting the first program, a non-conversion portion range, and a non-conversion portion conversion source, are acquired. A variable initial value when the processing of the non-conversion portion commences, and a variable terminal value when the processing is terminated, are acquired from the acquired variable values and information of the non-conversion portion range. From the acquired initial value and terminal value of the variable, input information and comparison information to the second program are created. Furthermore, the input information is inputted into a conversion source upon the second platform, an output result which is obtained by carrying out a test using this input information is compared with the created comparison information, and the comparison result is outputted.

Description

プログラム変換方法、プログラム変換システム及びプログラムProgram conversion method, program conversion system, and program
 本発明は、プログラム変換方法、プログラム変換システム及びプログラムに関し、例えば、所定のプラットフォーム上で動作するプログラムを、形式の異なる別のプラットフォーム上で動作するプログラムに変換するプログラム変換処理に関するものである。 The present invention relates to a program conversion method, a program conversion system, and a program, for example, a program conversion process for converting a program operating on a predetermined platform into a program operating on another platform having a different format.
 COBOL(Common Business Oriented Language)は、事務処理用に開発されたプログラミング言語であるが、メインフレーム時代から基幹システムにおいて使われている。従って、COBOLを用いたプログラムソースには既存資産が含まれていることが非常に多い。このため、システム改変(フラットフォームの変更)に伴ってマイグレーション処理することが多く、メインフレームからオープンシステムへプログラムソースを移行するケースが発生する。 COBOL (Common Business Oriented Language) is a programming language developed for business processing, but has been used in core systems since the mainframe era. Therefore, existing assets are often included in program sources using COBOL. For this reason, migration processing is often accompanied by system modification (change of flat form), and there is a case where a program source is migrated from a mainframe to an open system.
 プログラムソースを移行する場合、ソース変換ツールを用いて既存のプログラムソースを新規のプラットフォーム向けのプログラムソースに変換する。そして、その変換ソースを再度手作業で既存ソースのロジックと同等になるように修正することになる。このようなプログラムソースの変換処理について、例えば、特許文献1乃至3に記載された方法が提案されている。 ∙ When migrating program sources, use the source conversion tool to convert existing program sources into program sources for new platforms. Then, the conversion source is manually corrected again to be equivalent to the logic of the existing source. For such program source conversion processing, for example, methods described in Patent Documents 1 to 3 have been proposed.
 特許文献1は、プログラムソースを変換する際に、構文の出現回数に応じてその構文を変換するかどうかを決定することを開示している。これによれば、出現回数が多い場合は構文変換を行い、少ない場合は変換しない。 Patent Document 1 discloses that when converting a program source, it is determined whether to convert the syntax according to the number of times the syntax appears. According to this, syntax conversion is performed when the number of appearances is large, and conversion is not performed when the number of appearances is small.
 特許文献2は、プログラムを別の環境に移行するために変換する際に、変換対象とするプログラムソースを分析し、その結果を用いて変換するためにふさわしいツールと法則を選択して変換を行うことを開示している。 In Patent Document 2, when a program is converted to be transferred to another environment, the program source to be converted is analyzed, and the conversion is performed by selecting an appropriate tool and law for conversion using the result. It is disclosed.
 特許文献3は、C言語のソースから1トークン毎のDB(Data Base)と中間ファイルを作成し、DB上の対象になる文字列を削除・変更し、データベースや中間ファイルの情報をC言語ファイルに生成し、その後目的プログラムを生成することを開示している。 Patent Document 3 creates a DB (Data Base) and an intermediate file for each token from a C language source, deletes / changes the target character string on the DB, and stores information on the database and the intermediate file as a C language file. Are generated, and then the target program is generated.
特開2005-157827号公報Japanese Patent Application Laid-Open No. 2005-157827 特開2008-305386号公報JP 2008-305386 A 特開2002-041286号公報JP 2002-041286 A
 変換ツールによって変換されたプログラムソースは、既存ソースが変換されて生成された変換部分と、既存ソースがそのまま踏襲された非変換部分によって構成される。そして、非変換部分は、修正しなくてもそのまま問題なく動作するものと、手作業で修正しなければならないものの2種類に分類される。 The program source converted by the conversion tool is composed of a converted part generated by converting the existing source and a non-converted part that follows the existing source as it is. The non-converted portion is classified into two types: those that operate without any problem even if they are not corrected, and those that must be corrected manually.
 従って、特許文献1乃至3の方法を用いた場合、プログラムソースを変換することは可能であるが、変換後のプログラムソースが既存ソースと処理内容が同一であるかについては、ユーザが逐一手作業で判断し、同一でない場合には修正しなければならない。つまり、変換部分については変換前後における処理の同一性は担保される。このため、変換後のプログラムソース(変換部分及び非変換部分の双方を含む全体のソース)から非変換部分を特定する。さらに、ユーザは、実際にプログラムを動作させてみて、変換ツールによる処理の前後における非変換部分の同一性及び修正の要否を逐一手作業で確認しなければならない。そして、ユーザは、修正要の場合には該当部分を修正したうえでテストを行って動作確認しなければならならない。このように、非変換部分における処理内容の同一性の確認作業は、非常に煩雑であり、経験による熟練さが必要とされる。このため、ユーザ(マイグレーション担当者)の経験が浅くても効率よく作業を実行したいというニーズがあった。 Therefore, when the methods of Patent Documents 1 to 3 are used, it is possible to convert the program source. However, the user needs to perform manual work step by step to determine whether the converted program source has the same processing content as the existing source. If it is not the same, it must be corrected. That is, the identity of the process before and after conversion is ensured for the conversion part. For this reason, the non-converted part is specified from the converted program source (the entire source including both the converted part and the non-converted part). Furthermore, the user must actually run the program and manually check the identity of the non-converted part before and after the processing by the conversion tool and the necessity of correction. If the user needs correction, the user must correct the corresponding part and perform a test to confirm the operation. As described above, the process of confirming the identity of the processing contents in the non-converted portion is very complicated and requires skill based on experience. For this reason, there has been a need to perform work efficiently even if the user (person in charge of migration) has little experience.
 本発明はこのような状況に鑑みてなされたものであり、手作業による非変換部分の修正処理について、修正が必要な非変換部分を正確かつ画一的に特定するための技術を提供するものである。 The present invention has been made in view of such a situation, and provides a technique for accurately and uniformly identifying a non-converted portion that needs to be corrected in a manual correction processing of a non-converted portion. It is.
 上記課題を解決するために、本発明の一態様は、第1プラットフォーム上で動作する第1プログラムを、形式の異なる第2プラットフォーム上で動作する第2プログラムに変換するプログラム変換に関するものであって、変換ツールを用いて、第1プログラムの変換時に非変換部分の変数の値、非変換部分の範囲及び非変換部分の変換ソース、が取得され、取得した変数の値と非変換部分の範囲の情報から、非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値が取得され、取得した変数の初期値及び終了値から、第2プログラムへの入力情報と比較情報が作成され、さらに、第2プラットフォーム上で入力情報が変換ソースに入力され、この入力情報を用いてテストを行って得られた出力結果と、作成した比較情報とが比較され、当該比較結果が出力される。 In order to solve the above problems, one aspect of the present invention relates to program conversion for converting a first program that operates on a first platform into a second program that operates on a second platform having a different format. Using the conversion tool, the value of the variable of the non-conversion part, the range of the non-conversion part and the conversion source of the non-conversion part are obtained at the time of the conversion of the first program. From the information, the initial value of the variable at the start of processing of the non-conversion part and the end value of the variable at the end of processing are acquired, and input information and comparison information to the second program are obtained from the initial value and end value of the acquired variable. In addition, the input information is input to the conversion source on the second platform, the output result obtained by performing the test using this input information, and the created comparison information are It is compare, the comparison result is output.
 本発明によれば、手作業による非変換部分の修正処理について、修正が必要な非変換部分を正確かつ画一的に特定することができるようになる。 According to the present invention, it is possible to accurately and uniformly identify the non-conversion portion that needs to be corrected in the manual correction processing of the non-conversion portion.
 本発明に関連する更なる特徴は、本明細書の記述、添付図面から明らかになるものである。また、本発明の態様は、要素及び多様な要素の組み合わせ及び以降の詳細な記述と添付される特許請求の範囲の様態により達成され実現される。 Further features related to the present invention will become apparent from the description of the present specification and the accompanying drawings. The embodiments of the present invention can be achieved and realized by elements and combinations of various elements and the following detailed description and appended claims.
 本明細書の記述は典型的な例示に過ぎず、本発明の特許請求の範囲又は適用例を如何なる意味に於いても限定するものではないことを理解する必要がある。 It should be understood that the descriptions in this specification are merely exemplary, and are not intended to limit the scope of the claims or the application of the present invention in any way.
本発明の実施形態による、非変換部分の修正要否判定処理の概要を説明するための図である。It is a figure for demonstrating the outline | summary of the necessity determination process of a non-conversion part by embodiment of this invention. 本発明の実施形態による情報(プログラムソース)マイグレーションシステム1の概略構成を示す図である。1 is a diagram showing a schematic configuration of an information (program source) migration system 1 according to an embodiment of the present invention. 既存(移行元)計算機システム100の概略構成を示す図である。2 is a diagram showing a schematic configuration of an existing (migration source) computer system 100. FIG. 移行支援用計算機システム200の概略構成を示す図である。2 is a diagram showing a schematic configuration of a migration support computer system 200. FIG. 新規(移行先)計算機システム300の概略構成を示す図である。2 is a diagram showing a schematic configuration of a new (migration destination) computer system 300. FIG. プログラム変換部2211の機能構成を示す図である。3 is a diagram illustrating a functional configuration of a program conversion unit 2211. FIG. 非変換部分テスト・結果判定部3213の機能構成を示す図である。FIG. 11 is a diagram illustrating a functional configuration of a non-conversion partial test / result determination unit 3213. 変換ソースにおける非変換部分の修正要否判定処理の全体(図1と対応)を説明するためのフローチャートである。It is a flowchart for demonstrating the whole non-conversion part necessity determination process (corresponding to FIG. 1) in a conversion source. COBOLで作成された既存ソースの例を示す図である。It is a figure which shows the example of the existing source produced by COBOL. S802(図8)のプログラム変換処理の詳細を説明するためのフローチャートである。It is a flowchart for demonstrating the detail of the program conversion process of S802 (FIG. 8). プログラム変換処理を機能ブロック上の処理の流れとして表現した図である。It is the figure which expressed the program conversion process as the flow of the process on a functional block. プログラム変換処理によって生成される変換ソースの構成を示す図である。It is a figure which shows the structure of the conversion source produced | generated by a program conversion process. 変換ソースの例を示す図である。It is a figure which shows the example of a conversion source. プログラム変換処理後に取得される非変換部分情報の構成を示す図である。It is a figure which shows the structure of the non-conversion partial information acquired after a program conversion process. 非変換部分情報の例を示す図である。It is a figure which shows the example of non-conversion partial information. S805(図8)のデバッガスクリプト生成処理の詳細を説明するためのフローチャートである。It is a flowchart for demonstrating the detail of the debugger script production | generation process of S805 (FIG. 8). デバッガスクリプト生成処理によって生成されるデバッガスクリプトの構成を示す図である。It is a figure which shows the structure of the debugger script produced | generated by a debugger script production | generation process. デバッガスクリプトの例を示す図である。It is a figure which shows the example of a debugger script. トレースログ出力処理の概要を示す図である。It is a figure which shows the outline | summary of a trace log output process. デバッガスクリプトに従ってデバッガ処理を実行することにより生成されるトレースログの構成を示す図である。It is a figure which shows the structure of the trace log produced | generated by performing a debugger process according to a debugger script. トレースログの具体例を示す図である。It is a figure which shows the specific example of a trace log. S809(図8参照)における非変換部分用のテストデータ及び結果データを生成する処理の詳細を説明するためのフローチャートである。It is a flowchart for demonstrating the detail of the process which produces | generates the test data and result data for non-conversion parts in S809 (refer FIG. 8). 非変換部分用テスト・結果データの構成を示す図である。It is a figure which shows the structure of the test and result data for non-conversion parts. 図24は、非変換部分用テスト・結果データの具体例を示す図である。FIG. 24 is a diagram illustrating a specific example of non-conversion portion test / result data. 非変換部分テスト・結果判定処理の概要を説明するための機能ブロック図である。It is a functional block diagram for demonstrating the outline | summary of a non-conversion partial test and a result determination process. 非変換部分テスト・結果判定処理の詳細を説明するためのフローチャートである。It is a flowchart for demonstrating the detail of a non-conversion partial test and a result determination process. 変換ソース202から部分ソース332を生成する処理の概念を説明するための図である。It is a figure for demonstrating the concept of the process which produces | generates the partial source 332 from the conversion source 202. FIG. 部分ソースの単体テスト及び修正要否判定処理の概念を説明するための図である。It is a figure for demonstrating the concept of the unit test of a partial source, and a correction necessity determination process. 2つの部分ソースを単体実行した場合の出力結果の例を示す図である。It is a figure which shows the example of the output result at the time of executing two partial sources independently. 修正要否判定後の変換ソース(新規ソース)の構成を示す図である。It is a figure which shows the structure of the conversion source (new source) after the necessity determination of correction. 新規ソースの具体例を示す図である。It is a figure which shows the specific example of a new source. ユーザが変換ソース(非変換部分)を修正する際に用いる(新規計算機システム300の出力装置350の表示画面上に表示される)GUIを示す図である。It is a figure which shows GUI (displayed on the display screen of the output device 350 of a new computer system 300) used when a user corrects a conversion source (non-conversion part).
 以下、添付図面を参照して本発明の一実施形態について説明する。添付図面では、機能的に同じ要素は同じ番号で表示される場合もある。なお、添付図面は本発明の原理に則った具体的な実施形態と実装例を示しているが、これらは本発明の理解のためのものであり、決して本発明を限定的に解釈するために用いられるものではない。 Hereinafter, an embodiment of the present invention will be described with reference to the accompanying drawings. In the accompanying drawings, functionally identical elements may be denoted by the same numbers. The attached drawings show specific embodiments and implementation examples based on the principle of the present invention, but these are for understanding the present invention and are not intended to limit the present invention. Not used.
 本実施形態では、当業者が本発明を実施するのに十分詳細にその説明がなされているが、他の実装・形態も可能で、本発明の技術的思想の範囲と精神を逸脱することなく構成・構造の変更や多様な要素の置き換えが可能であることを理解する必要がある。従って、以降の記述をこれに限定して解釈してはならない。 This embodiment has been described in sufficient detail for those skilled in the art to practice the present invention, but other implementations and configurations are possible without departing from the scope and spirit of the technical idea of the present invention. It is necessary to understand that the configuration and structure can be changed and various elements can be replaced. Therefore, the following description should not be interpreted as being limited to this.
 更に、本発明の実施形態は、後述されるように、汎用コンピュータ上で稼動するソフトウェアで実装しても良いし専用ハードウェア又はソフトウェアとハードウェアの組み合わせで実装しても良い。 Furthermore, as will be described later, the embodiment of the present invention may be implemented by software running on a general-purpose computer, or may be implemented by dedicated hardware or a combination of software and hardware.
 なお、以下では各処理部(例えば、プログラム変換部やデバッガスクリプト生成部)を主語(動作主体)として本発明の実施形態における各処理について説明を行うが、各処理部では、「プログラム」がプロセッサによって実行されることで定められた処理がメモリ及び通信ポート(通信制御装置)を用いながら行うため、プロセッサを主語とした説明としてもよい。また、「プログラム(プログラム変換プログラムやデバッガスクリプト生成プログラム等)」や「機能(プログラム変換機能やデバッガスクリプト生成機能等)」を主語とした処理に読み替えても良い。また、プログラムや機能の一部または全ては専用ハードウェアで実現してもよく、或いは、モジュール化されていても良い。各種プログラムはプログラム配布サーバや記憶メディアによって各計算機にインストールされてもよい。 Hereinafter, each processing unit (for example, a program conversion unit and a debugger script generation unit) is described as a subject (operation subject), and each processing in the embodiment of the present invention will be described. In each processing unit, a “program” is a processor. Since the processing determined by being executed by the processing is performed using the memory and the communication port (communication control device), the description may be made with the processor as the subject. Further, the processing may be read with “program (program conversion program, debugger script generation program, etc.)” or “function (program conversion function, debugger script generation function, etc.)” as the subject. Some or all of the programs and functions may be realized by dedicated hardware, or may be modularized. Various programs may be installed in each computer by a program distribution server or a storage medium.
 <処理概要>
 図1は、本発明の実施形態による、非変換部分の修正要否判定処理の概要を説明するための図である。本発明の実施形態による情報(プログラムソース)マイグレーションシステム(プログラム変換システム)1は、既存(移行元)計算機システム100と、移行支援用計算機システム200と、新規(移行先)計算機システム300と、によって構成される。ただし、移行支援用計算機システム200と新規計算機システム300は、1つの計算機として構成されていても良い。つまり、新規計算機システム300が、移行支援用計算機システム200の機能を含むように構成しても良い。
<Process overview>
FIG. 1 is a diagram for explaining an outline of a non-conversion portion correction necessity determination process according to an embodiment of the present invention. An information (program source) migration system (program conversion system) 1 according to an embodiment of the present invention includes an existing (migration source) computer system 100, a migration support computer system 200, and a new (migration destination) computer system 300. Composed. However, the migration support computer system 200 and the new computer system 300 may be configured as one computer. That is, the new computer system 300 may be configured to include the function of the migration support computer system 200.
 まず、既存計算機システム100から移行支援用計算機システム200に対して、既存計算機システム100に適合して動作するプログラムソースである既存ソース(図9参照)が提供される(F101)。 First, an existing source (see FIG. 9), which is a program source that operates in conformity with the existing computer system 100, is provided from the existing computer system 100 to the migration support computer system 200 (F101).
 移行支援用計算機システム200は、既存計算機システム100から既存ソースを受け取り、変換ルールを規定する変換ツールプログラムを用いて、プログラム変換処理を実行し(F201)、変換部分及び非変換部分を含む変換ソース(図12及び13参照)を生成し、新規計算機システム300に提供する(F202)。また、非変換部分の行及び変数に関する情報である非変換部分情報(図14及び15参照)は、図示しないメモリ(記憶装置)に格納される(F203)。 The migration support computer system 200 receives an existing source from the existing computer system 100, executes a program conversion process using a conversion tool program that defines conversion rules (F201), and includes a conversion part and a non-conversion part. (Refer to FIGS. 12 and 13) is generated and provided to the new computer system 300 (F202). Further, non-conversion part information (see FIGS. 14 and 15), which is information about the rows and variables of the non-conversion part, is stored in a memory (storage device) (not shown) (F203).
 そして、移行支援用計算機システム200は、非変換部分情報をメモリから読み出し、それに基づいて、デバッガの動作内容を定義するデバッガスクリプト(図15及び16参照)を生成し(F204)、図示しないメモリ(記憶装置)に格納する(F205)。 Then, the migration support computer system 200 reads the non-conversion partial information from the memory, and generates a debugger script (see FIGS. 15 and 16) that defines the operation contents of the debugger based on the information (F204). (F205).
 移行支援用計算機システム200は、生成したデバッガスクリプトを既存計算機システム100に受け渡す。既存計算機システム100は、受け取ったデバッガスクリプトに従って、デバッガ処理を実行し(F206)、その結果であるトレースログを移行支援用計算機システム200に受け渡す。 The migration support computer system 200 delivers the generated debugger script to the existing computer system 100. The existing computer system 100 executes debugger processing according to the received debugger script (F206), and transfers the trace log as a result to the migration support computer system 200.
 移行支援用計算機システム200は、受け取ったトレースログ(図20及び21参照)をメモリ(記憶装置)に格納する(F206)。 The migration support computer system 200 stores the received trace log (see FIGS. 20 and 21) in the memory (storage device) (F206).
 続いて、移行支援用計算機システム200は、トレースログをメモリから読み出し、それを参照して、非変換部分用テストデータ及び結果データを生成(トレースログから抽出)し(F207)、メモリ(記憶装置)に格納する(F208)。 Subsequently, the migration support computer system 200 reads the trace log from the memory, refers to it, generates test data and result data for the non-conversion portion (extracts from the trace log) (F207), and stores the memory (storage device) (F208).
 新規計算機システム300は、移行支援用計算機システム200から変換ソースと、非変換部分用テストデータ及び結果データを受け取り、非変換部分についてテストを実行し、結果判定処理を実行する(F301)。非変換部分テスト・結果判定処理では、変換ソースの非変換部分に対して、トレースログから抽出して得られたテストデータを入力値として入力し、変換ソースの非変換部分から得られる結果データを生成すると共に、トレースログから得られた結果データとが比較される。2つの結果データが同一であれば修正不要と判断され、同一でなければ修正要と判断される。修正要の部分ソース(非変換部分)は、ユーザによって修正される。そして、変換部分、非変換部分の修正不要部分及び修正部分がまとめられ、新規ソースとして提供される(F302)。 The new computer system 300 receives the conversion source, the non-conversion portion test data, and the result data from the migration support computer system 200, executes the test for the non-conversion portion, and executes the result determination process (F301). In the non-conversion partial test / result determination process, the test data obtained from the trace log is input as the input value for the non-conversion part of the conversion source, and the result data obtained from the non-conversion part of the conversion source At the same time, the result data obtained from the trace log is compared. If the two result data are the same, it is determined that correction is not necessary, and if the result data is not the same, it is determined that correction is necessary. The partial source (non-conversion part) requiring correction is corrected by the user. Then, the conversion unnecessary part and the correction unnecessary part of the converted part and the non-converted part are collected and provided as a new source (F302).
 <システム構成>
 図2は、本発明の実施形態による情報(プログラムソース)マイグレーションシステム1の概略構成を示す図である。当該システム1は、上述したように、既存(移行元)計算機システム100と、移行支援用計算機システム200と、新規(移行先)計算機システム300と、によって構成される。
<System configuration>
FIG. 2 is a diagram showing a schematic configuration of the information (program source) migration system 1 according to the embodiment of the present invention. As described above, the system 1 includes the existing (migration source) computer system 100, the migration support computer system 200, and the new (migration destination) computer system 300.
 既存(移行元)計算機システム100は、少なくとも既存ソースを格納する既存ソース格納部101と、移行支援用計算機システム200で生成されたデバッガスクリプトに基づいて、既存ソースをデバッガするデバッガ処理部102と、を有している。 The existing (migration source) computer system 100 includes at least an existing source storage unit 101 for storing an existing source, a debugger processing unit 102 for debugging an existing source based on a debugger script generated by the migration support computer system 200, have.
 移行支援用計算機システム200は、変換ツールを用いて既存ソースを変換し、変換部分と非変換部分を有する変換ソースを生成するプログラム変換部201と、生成した変換ソースを格納する変換ソース格納部202と、プログラム変換部201によって得られた非変換部分情報(非変換部分の行及び変数を含む)を格納する非変換部分情報格納部203と、非変換部分情報に基づいて、デバッガ処理内容を定義するデバッガスクリプトを生成するデバッガスクリプト生成部204と、生成したデバッガスクリプトを格納するデバッガスクリプト格納部205と、デバッガスクリプトに従ってデバッガ処理した結果得られたトレースログを格納するトレースログ格納部206と、トレースログから非変換部分用テストデータ及び結果データを抽出する非変換部分用テスト・結果データ生成部207と、抽出した非変換部分用テストデータ及び結果データを格納する非変換部分用テスト・結果データ格納部208と、を有している。なお、ここでは、各情報の格納部は別々の構成として示されているが、1つのメモリ(記憶装置)が各情報を格納するようにしても良い。 The migration support computer system 200 converts an existing source using a conversion tool, generates a conversion source having a conversion part and a non-conversion part, and a conversion source storage part 202 stores the generated conversion source. A non-conversion part information storage unit 203 for storing non-conversion part information (including lines and variables of the non-conversion part) obtained by the program conversion unit 201, and defining debugger processing contents based on the non-conversion part information A debugger script generation unit 204 that generates a debugger script to be executed, a debugger script storage unit 205 that stores the generated debugger script, a trace log storage unit 206 that stores a trace log obtained as a result of debugger processing according to the debugger script, and a trace Test data and non-conversion test data from log The the non-converted part for the test result data generating unit 207 for extracting a non-converted part for the test result data storage unit 208 for storing the extracted unconverted portions for test data and result data, and a. Here, the storage unit for each information is shown as a separate configuration, but a single memory (storage device) may store each information.
 新規(移行先)計算機システム300は、変換部分、非変換部分の修正不要部分及び修正部分がまとめられて生成された新規ソースを格納する新規ソース格納部302と、移行支援用計算機システム200から受け取った変換ソース及び非変換部分用テスト・結果データを用いて、非変換部分の修正の要否を判断する非変換部分テスト・結果判定部301と、を有している。 The new (migration destination) computer system 300 receives from the migration support computer system 200 the new source storage unit 302 that stores the new source generated by combining the conversion part, the non-conversion part and the correction part. A non-conversion part test / result determination unit 301 that determines whether or not the non-conversion part needs to be corrected using the conversion source and the non-conversion part test / result data.
 <各計算機システムのハードウェア構成>
 図3乃至5は、本発明の実施形態によるマイグレーションシステムを構成する各計算機システム100、200及び300のハードウェアの概略構成を示す図である。図3は既存(移行元)計算機システム100の概略構成、図4は移行支援用計算機システム200の概略構成、図5は新規(移行先)計算機システム300の概略構成に関する。
<Hardware configuration of each computer system>
3 to 5 are diagrams showing a schematic hardware configuration of each of the computer systems 100, 200, and 300 constituting the migration system according to the embodiment of the present invention. 3 relates to the schematic configuration of the existing (migration source) computer system 100, FIG. 4 relates to the schematic configuration of the migration support computer system 200, and FIG. 5 relates to the schematic configuration of the new (migration destination) computer system 300.
 計算機システム100、200及び300はそれぞれ、一般的なコンピュータの構成を有し、例えば、CPU(単に、プロセッサともいう)110、210及び310と、主記憶装置120、220及び320と、補助記憶装置130、230及び330と、キーボードやマウス等の入力装置140、240及び340と、表示デバイス、プリンタや音声出力デバイス等の出力装置150、250及び350と、通信ポート160、260及び360と、を有している。各計算機システムにおいては、保持する情報やプログラムを含むソフトウェア構成が異なっている。 Each of the computer systems 100, 200, and 300 has a general computer configuration, for example, CPUs (also simply referred to as processors) 110, 210, and 310, main storage devices 120, 220, and 320, and auxiliary storage devices. 130, 230 and 330, input devices 140, 240 and 340 such as a keyboard and a mouse, output devices 150, 250 and 350 such as a display device, a printer and an audio output device, and communication ports 160, 260 and 360. Have. Each computer system has a different software configuration including information and programs to be held.
(i)既存(移行元)計算機システム100(図3)
 主記憶装置120は、開発・運用環境121としてデバッガ(プログラム)1211を保持している。このデバッガ1211は、CPU110によって読み込まれ、上述のデバッガ処理F102やデバッガ処理部102として提供されるものである。なお、当該デバッガについては、移行支援用計算機システム200に設けられていても良い。その場合、既存計算機システム100から取得された既存ソースと、生成されるデバッガスクリプトを用いて、後述のトレースログが生成されることになる。
(I) Existing (migration source) computer system 100 (FIG. 3)
The main storage device 120 holds a debugger (program) 1211 as a development / operation environment 121. The debugger 1211 is read by the CPU 110 and provided as the above-described debugger processing F102 or debugger processing unit 102. The debugger may be provided in the migration support computer system 200. In this case, a trace log described later is generated using the existing source acquired from the existing computer system 100 and the generated debugger script.
 補助記憶装置130は、例えばメインフレームで動作するCOBALによって作成された既存のプログラムソース(既存ソース)を格納している。 The auxiliary storage device 130 stores, for example, an existing program source (existing source) created by COBAL operating on the mainframe.
(ii)移行支援用計算機システム200(図4)
 主記憶装置220は、移行支援環境221として、プログラム変換部(プログラム)2211と、デバッガスクリプト生成部(プログラム)2212と、非変換部分用テスト・結果データ生成部(プログラム)2213と、を保持している。各プログラムは、CPU210によって読み込まれる。プログラム変換部2211は、プログラム変換処理F201(図1)やプログラム変換部201(図2)を提供する。デバッガスクリプト生成部2212は、デバッガスクリプト生成処理F204(図1)やデバッガスクリプト生成部204(図2)を提供する。非変換部用テスト・結果データ生成部2213は、非変換部用テスト・結果データ生成処理F207(図1)や非変換部用テスト・結果データ生成部207(図2)を提供する。
(Ii) Migration support computer system 200 (FIG. 4)
The main storage device 220 holds a program conversion unit (program) 2211, a debugger script generation unit (program) 2212, and a non-conversion part test / result data generation unit (program) 2213 as the migration support environment 221. ing. Each program is read by the CPU 210. The program conversion unit 2211 provides a program conversion process F201 (FIG. 1) and a program conversion unit 201 (FIG. 2). The debugger script generation unit 2212 provides a debugger script generation process F204 (FIG. 1) and a debugger script generation unit 204 (FIG. 2). The non-conversion unit test / result data generation unit 2213 provides a non-conversion unit test / result data generation process F207 (FIG. 1) and a non-conversion unit test / result data generation unit 207 (FIG. 2).
 補助記憶装置230は、既存ソースをプログラム変換部2211が変換することにより得られた変換後のプログラムソース(変換ソース)213と、プログラム変換部2211によるプログラム変換処理によって変換されなかった部分の情報(非変換部分の行及び変数を含む)である非変換部分情報232と、デバッガスクリプト生成部2212が非変換部分情報に基づいて生成したデバッガスクリプト233と、デバッガスクリプト233に従って実行されたデバッガ処理により生成されたトレースログ234と、非変換部分用テスト・結果データ生成部2213がトレースログ233からテストデータと結果データとを抽出することにより生成した非変換部分用テスト・結果データ235と、プログラム変換部2211がプログラム変換処理の際に使用するルールである構文変換器側保存部236と、プログラム変換処理によって変換されなかった非変換部分の行情報を格納する非変換部分行情報保存部237と、非変換部分の変数情報を格納する非変換部分変数情報保存部238と、を保持している。なお、非変換部分行情報保存部237が保持する非変換部分行情報と、非変換部分変数情報保存部238が保持する非変換部分変数情報とを合わせると非変換部分情報232と同様の情報を生成することができる。 The auxiliary storage device 230 includes a converted program source (conversion source) 213 obtained by converting the existing source by the program conversion unit 2211 and information on a portion not converted by the program conversion processing by the program conversion unit 2211 ( Generated by non-converted portion information 232 (including non-converted portion lines and variables), a debugger script 233 generated by the debugger script generation unit 2212 based on the non-converted portion information, and a debugger process executed according to the debugger script 233 Trace log 234, test / result data 235 for non-conversion part generated by extracting test data and result data from the trace log 233 by the test / result data generation part 2213 for non-conversion part, and program conversion part 2211 is program change A syntax converter side storage unit 236 that is a rule used in processing, a non-conversion partial line information storage unit 237 that stores line information of a non-conversion part that has not been converted by the program conversion process, and a variable of the non-conversion part And a non-conversion partial variable information storage unit 238 for storing information. When the non-conversion partial line information held by the non-conversion partial line information storage unit 237 and the non-conversion partial variable information held by the non-conversion partial variable information storage unit 238 are combined, the same information as the non-conversion partial information 232 is obtained. Can be generated.
(iii)新規(移行先)計算機システム300
 主記憶装置320は、開発・運用環境321として、新規ソース331をコンパイルするためのツールであるコンパイラ(プログラム)3211と、修正要と判断された非変換部分を修正するためのツールであるエディタ(プログラム)3212と、変換ソースの非変換部分(後述の部分ソースに相当)の実行結果と非変換部分用テスト・結果データ235から取得した結果データとを比較することにより非変換部分の修正の要否を判断する非変換部分テスト・結果判定部(プログラム)3213と、を保持している。各プログラムは、CPU310によって読み込まれ、各機能が実現される。非変換部用テスト・結果判定部3213は、非変換部用テスト・結果データ判定処理F301(図1)や非変換部用テスト・結果判定部301(図2)を提供する。
(Iii) New (migration destination) computer system 300
The main storage device 320 includes a compiler (program) 3211 which is a tool for compiling a new source 331 as a development / operation environment 321 and an editor (a tool for correcting a non-conversion portion determined to be corrected). Program) 3212 and the execution result of the non-converted portion (corresponding to the partial source described later) of the conversion source and the result data acquired from the test / result data 235 for the non-converted portion, the correction of the non-converted portion is necessary. A non-conversion partial test / result determination unit (program) 3213 for determining NO. Each program is read by the CPU 310 to realize each function. The non-conversion unit test / result determination unit 3213 provides a non-conversion unit test / result data determination process F301 (FIG. 1) and a non-conversion unit test / result determination unit 301 (FIG. 2).
 補助記憶装置330は、既存ソースの変換部分と、修正不要と判断された非変換部分と、修正要と判断されたため修正された非変換部分と、によって構成される新規ソースと、定義部と非変換部分(ソース)とによって構成される部分ソース332と、を保持している。非変換部分テスト・結果判定部が、各部分ソースに該当するテストデータを入力値として入力し、対応する出力値を取得して、それと結果データとを比較することにより、ソースの修正の要否を判定する。 The auxiliary storage device 330 includes a new source composed of a conversion part of an existing source, a non-conversion part determined to be unnecessary for correction, and a non-conversion part corrected because it is determined that correction is necessary, a definition part, and a non-conversion part. A partial source 332 composed of a conversion part (source). The non-conversion partial test / result determination unit inputs the test data corresponding to each partial source as an input value, obtains the corresponding output value, and compares it with the result data to determine whether the source needs to be corrected Determine.
 <プログラム変換部の構成>
 図6は、プログラム変換部2211の機能構成を示す図である。プログラム変換部2211は、制御部601と、変換ルールを定義する構文変換規則を保持する構文変換規則保存部236と、プログラム変換処理によって得られる非変換部分の行情報を保持する非変換部分行情報保存部237と、変換部分の変数情報を保持する非変換部分変数情報保存部238と、によって構成されている。
<Configuration of program converter>
FIG. 6 is a diagram illustrating a functional configuration of the program conversion unit 2211. The program conversion unit 2211 includes a control unit 601, a syntax conversion rule storage unit 236 that holds a syntax conversion rule that defines a conversion rule, and non-conversion partial line information that holds line information of a non-conversion part obtained by program conversion processing. The storage unit 237 and a non-conversion partial variable information storage unit 238 that holds variable information of the conversion part are configured.
 制御部601は、構文変換規則に従って、既存計算機システム100から受け取った既存ソースを移行後のプラットフォームに適合するプログラムソースに変換し、変換ソースを生成する。変換ソースは、変換された部分と非変換部分とを含んでいる。既存ソースのどの部分を変換すべきかについては、構文変換規則を参照することによって把握することができるようになっている。 The control unit 601 converts the existing source received from the existing computer system 100 into a program source suitable for the migrated platform according to the syntax conversion rule, and generates a conversion source. The conversion source includes a converted part and a non-converted part. The part of the existing source to be converted can be grasped by referring to the syntax conversion rule.
 また、制御部601は、変換部分と非変換部分とを切り分けて、非変換部分のみの情報(行情報及び変数情報)をそれぞれ非変換部分行情報保存部237及び非変換部分変数情報保存部238に格納する。 In addition, the control unit 601 separates the converted part and the non-converted part, and converts only the non-converted part information (line information and variable information) into the non-converted partial line information storage unit 237 and the non-converted partial variable information storage unit 238, respectively. To store.
 <非変換部分テスト・結果判定部の構成>
 図7は、非変換部分テスト・結果判定部3213の機能構成を示す図である。非変換部分テスト・結果判定部3213は、制御部701と、変換部分と修正不要及び修正済の非変換部分を含む新規ソース331と、非変換部分のソースと定義部分を含む部分ソース332と、によって構成されている。
<Configuration of non-conversion partial test / result determination unit>
FIG. 7 is a diagram illustrating a functional configuration of the non-conversion partial test / result determination unit 3213. The non-conversion partial test / result determination unit 3213 includes a control unit 701, a new source 331 including a conversion part and a non-conversion part that does not require correction and a correction, a partial source 332 including a source and a definition part of the non-conversion part, It is constituted by.
 制御部701は、非変換部分テスト・結果判定処理を実行するためのプログラム7011に従って、部分ソース332によって与えられる非変換部分のそれぞれについての修正の要否を判定する。当該処理の詳細については後述する。 The control unit 701 determines whether or not each non-converted part given by the partial source 332 needs to be corrected according to the program 7011 for executing the non-converted partial test / result determination process. Details of this processing will be described later.
 <処理全体の説明>
 図8は、変換ソースにおける非変換部分の修正要否判定処理の全体(図1と対応)を説明するためのフローチャートである。
<Description of overall processing>
FIG. 8 is a flowchart for explaining the entire process (corresponding to FIG. 1) for determining whether or not a non-conversion part in the conversion source needs to be corrected.
 移行支援用計算機システム200のCPU210は、通信ポート260を介して、既存計算機システム100から変換対象の既存ソースを取得する(S801)。 The CPU 210 of the migration support computer system 200 acquires the existing source to be converted from the existing computer system 100 via the communication port 260 (S801).
 CPU210は、プログラム変換部2211(構分変換規則に従って)によって既存ソースを移行先のプラットフォームに適合するようにプログラム変換処理を実行し、変換ソースを生成する(S802)。変換ソースの詳細については後述する。 The CPU 210 executes the program conversion process so that the existing source matches the migration destination platform by the program conversion unit 2211 (according to the composition conversion rule), and generates the conversion source (S802). Details of the conversion source will be described later.
 CPU210は、変換ソースから変換部分と非変換部分を分離(或いは、変換ソースから非変換部分を特定)し、非変換部分の範囲(開始行と終了行で特定される)と、変数と、変換ソースとを含む非変換部分情報を生成する(S803)。非変換部分情報の詳細については後述する。 The CPU 210 separates the conversion part and the non-conversion part from the conversion source (or specifies the non-conversion part from the conversion source), the range of the non-conversion part (specified by the start line and the end line), the variable, and the conversion Non-converted partial information including the source is generated (S803). Details of the non-converted partial information will be described later.
 CPU210は、生成した非変換部分情報を、デバッガスクリプト生成部(プログラム)に入力し(S804)、デバッガスクリプトを生成する(S805)。デバッガスクリプトの詳細については後述する。 The CPU 210 inputs the generated non-converted partial information to the debugger script generation unit (program) (S804), and generates a debugger script (S805). Details of the debugger script will be described later.
 CPU210は、入力装置240から入力されたデバッガ処理開始の指示に従って、通信ポート260を介して、生成したデバッガスクリプトを既存計算機システム100に送信し、そこでデバッガ処理が実行される(S806)。 The CPU 210 transmits the generated debugger script to the existing computer system 100 via the communication port 260 in accordance with the instruction to start the debugger process input from the input device 240, and the debugger process is executed there (S806).
 既存計算機システム100がデバッガスクリプトに従ってデバッガ(1211)処理を行うと、CPU210は、通信ポート260を介してトレースログを既存計算機システム100から取得する(S807)。この際、トレースログが出力装置250に出力(表示)されるようにしても良い。 When the existing computer system 100 performs the debugger (1211) process according to the debugger script, the CPU 210 acquires the trace log from the existing computer system 100 via the communication port 260 (S807). At this time, the trace log may be output (displayed) to the output device 250.
 CPU210は、非変換部分用テスト・結果データ生成部(プログラム)2213に取得したトレースログを入力し(S808)、そのトレースログからテストデータ部分と結果データ部分を抽出することにより、非変換部分テスト・結果データを生成する(S809)。 The CPU 210 inputs the acquired trace log to the non-conversion part test / result data generation unit (program) 2213 (S808), and extracts the test data part and the result data part from the trace log, thereby performing the non-conversion part test. Generate result data (S809).
 CPU210は、入力装置240及び通信ポート260を介して、新規計算機システム300の非変換部分テスト・結果判定部3213に、変換ソース、非変換部分テストデータ、及び非変換部分結果データを受け渡す(S810)。 The CPU 210 passes the conversion source, the non-conversion partial test data, and the non-conversion partial result data to the non-conversion partial test / result determination unit 3213 of the new computer system 300 via the input device 240 and the communication port 260 (S810). ).
 新規計算機システム300のCPU310は、1つの非変換部分について、非変換部分テスト・結果判定部(プログラム)3213を実行して判定結果を生成する(S811)。 The CPU 310 of the new computer system 300 generates a determination result by executing the non-converted part test / result determination unit (program) 3213 for one non-converted part (S811).
 そして、CPU310は、当該非変換部分に関する判定結果が「修正要」であるか「修正不要」であるか判定する(S812)。 Then, the CPU 310 determines whether the determination result regarding the non-converted portion is “requires correction” or “no correction required” (S812).
 判定結果が「修正要」であると判断された場合、CPU310は、エディタ3212を動作させ、エディタ画面上で、該当する非変換部分が「修正要」であることがユーザに分かるように表示する(S813)。例えば、背景の色づけやソースの字体を変える等が考えられる。 If it is determined that the determination result is “correction required”, the CPU 310 operates the editor 3212 so that the user can recognize that the corresponding non-converted portion is “correction required” on the editor screen. (S813). For example, it may be possible to change the background color or the source font.
 判定結果が「修正不要」であると判断された場合、或いはS813終了後、CPU310は、「修正要」の非変換部分が存在するか否か判断し(S814)、ない場合には処理を終了させる。 When it is determined that the determination result is “no correction required” or after the completion of S813, the CPU 310 determines whether there is a non-converted portion of “correction required” (S814). Let
 一方、「修正要」の非変換部分がある場合には、CPU310は、ユーザの手作業による修正入力があるまで待機し、その修正入力を受け付け、修正された非変換部分を新たな非変換部分として登録する(S815)。 On the other hand, if there is a non-converted portion “required for correction”, the CPU 310 waits until there is a manual correction input by the user, accepts the corrected input, and converts the corrected non-converted portion into a new non-converted portion. (S815).
 そして、処理はS811に移行し、S811乃至S814までの処理が再度実行されて、修正が正しかったか否か判断される。正しく修正されれば(判定結果が「修正不要」となった場合)、処理は終了する。 Then, the process proceeds to S811, and the processes from S811 to S814 are executed again to determine whether the correction is correct. If it is corrected correctly (when the determination result is “correction unnecessary”), the process ends.
 <既存ソース例>
 図9は、COBOLで作成された既存ソースの例を示す図である。既存ソース900は、処理に使用する関数や変数を定義する定義部901と、具体的な処理内容を規定する実行部902と、を有している。定義部901は、プログラム変換処理によって変換はされない。実行部902は、プログラム変換処理によってソースの一部が変換される。図9においては、変換される部分903が示されている。
<Existing source example>
FIG. 9 is a diagram illustrating an example of an existing source created by COBOL. The existing source 900 includes a definition unit 901 that defines functions and variables used for processing, and an execution unit 902 that defines specific processing contents. The definition unit 901 is not converted by the program conversion process. The execution unit 902 converts a part of the source by the program conversion process. In FIG. 9, a portion 903 to be converted is shown.
 <プログラム変換処理の詳細>
 図10は、S802(図8)のプログラム変換処理の詳細を説明するためのフローチャートである。
<Details of program conversion process>
FIG. 10 is a flowchart for explaining details of the program conversion processing in S802 (FIG. 8).
 移行支援用計算機システム200のCPU210は、既存計算機システム100から取得した既存ソース(変換対象)をプログラム変換部22211の制御部601に入力する(S1001)。 The CPU 210 of the migration support computer system 200 inputs the existing source (conversion object) acquired from the existing computer system 100 to the control unit 601 of the program conversion unit 22211 (S1001).
 CPU210は、制御部601を用いて、既存ソースの1行目(k行目:k=1~n)のコードを処理対象として構文規則保存部236に格納されているデータと比較する(S1002)。 The CPU 210 uses the control unit 601 to compare the code of the first line (k line: k = 1 to n) of the existing source with the data stored in the syntax rule storage unit 236 as a processing target (S1002). .
 CPU210は、制御部601を用いて、処理対象の行(1行目)が構文規則データと一致するか判断する(S1003)。一致する場合には処理はS1006に移行し、一致しない場合には処理はS1004に移行する。 The CPU 210 determines whether the processing target line (first line) matches the syntax rule data using the control unit 601 (S1003). If they match, the process moves to S1006, and if they do not match, the process moves to S1004.
 一致しない場合(S1003でNoの場合)、CPU210は、当該行の番号を非変換部分行情報保存部237に登録し(S1004)、当該行で用いられている変数を非変換部分変数情報保存部238に登録する(S1005)。 If they do not match (No in S1003), the CPU 210 registers the number of the row in the non-converted partial row information storage unit 237 (S1004), and the variables used in the row are stored in the non-converted partial variable information storage unit. It is registered in 238 (S1005).
 一方、一致する場合(S1003でYesの場合)、CPU210は、構文規則データに従って、当該行のソースコードを変換し、変換ソース(一行分)を作成する(S1006)。 On the other hand, if they match (Yes in S1003), the CPU 210 converts the source code of the line in accordance with the syntax rule data, and creates a conversion source (one line) (S1006).
 続いて、CPU210は、処理対象の行が既存ソースファイルの終端(最終行)であるか否か判断する(S1007)。 Subsequently, the CPU 210 determines whether the processing target line is the end (last line) of the existing source file (S1007).
 最終行でない場合(S1007でNoの場合)、CPU210は、処理対象の行を1つ進ませ、処理をS1002に移行させる(S1009)。そして、新たな処理対象の行についてS1002乃至S1007の処理が実行される。 If it is not the last line (No in S1007), the CPU 210 advances the process target line by one and shifts the process to S1002 (S1009). Then, the processing from S1002 to S1007 is executed for the new processing target row.
 最終行である場合(S1007でYesの場合)、CPU210は、非変換部分行情報保存部327及び非変換部分変数情報保存部328に格納されている情報から非変換部分情報232を生成する(S1008)。具体的には、連続になっている行情報から特定される範囲を1つの非変換部分とし、変数情報と統合することにより、非変換部分情報232が生成される。 When it is the last line (Yes in S1007), the CPU 210 generates non-converted partial information 232 from information stored in the non-converted partial line information storage unit 327 and the non-converted partial variable information storage unit 328 (S1008). ). Specifically, the non-converted part information 232 is generated by integrating a range specified from continuous line information as one non-converted part and variable information.
 図11は、プログラム変換処理を機能ブロック上の処理の流れとして表現した図である。図10と同様の処理内容となるため、図11の説明は省略する。 FIG. 11 is a diagram representing the program conversion process as a process flow on the functional block. Since the processing contents are the same as those in FIG. 10, the description of FIG. 11 is omitted.
 <変換ソースの構成及び例>
 図12は、プログラム変換処理によって生成される変換ソースの構成を示す図であり、図13は、変換ソースの例を示す図である。
<Configuration and example of conversion source>
FIG. 12 is a diagram illustrating a configuration of a conversion source generated by the program conversion process, and FIG. 13 is a diagram illustrating an example of the conversion source.
 変換ソース1200は、変換部分及び非変換部分に共通の定義部1201と、少なくとも1つの非変換部分と少なくとも1つの変換部分によって構成される実行部1202と、を有している。図12に示されるように、実行部1202において、変換部分と非変換部分は交互に配置されている。 The conversion source 1200 includes a definition unit 1201 common to the conversion part and the non-conversion part, and an execution unit 1202 configured by at least one non-conversion part and at least one conversion part. As shown in FIG. 12, in the execution unit 1202, the conversion part and the non-conversion part are alternately arranged.
 図13に示される変換ソース例では、1~12行目までのソースコードが定義部を構成している。この定義部は前述したようにプログラム変換処理の対象とはされず、既存ソースの内容をそのまま踏襲している。 In the conversion source example shown in FIG. 13, the source code from the 1st to 12th lines constitutes the definition part. As described above, this definition section is not subject to program conversion processing, and follows the contents of the existing source.
 また、当該変換ソース例では、13~17行目までが非変換部分1、18行目が変換部分、19~28行目が非変換部分2となっている。この例では、非変換部分1は問題なく動作するが、非変換部分2では、動作結果が既存計算機システム100及び新規計算機システム300上で異なってしまう。これは、プラットフォームが異なると文字コードの値の大きさが異なることがあり、その影響により、23行目の結果が異なってしまうからである。つまり、23行目では、MOJI1とMOJI2の文字コードの値の比較を行っている。既存計算機システム100のプラットフォームでは、MOJI1の文字コードの値の大きさがMOJI2の文字コードよりも大きくなるため、定義部で規定されているように「終了キー入力」が「0」に設定される。一方、新規計算機システム300のプラットフォームでは、MOJI1の文字コードよりもMOJI2のそれが大きいため、「終了キー入力」が「1」に設定されることになる。このように、プログラム変換前後において、結果データが異なる部分が生じる。この結果データに相違が生じる部分を含む非変換部分が、非変換部分テスト・結果判定処理によって「修正要」と判断されることになる。 In the conversion source example, the 13th to 17th lines are the non-converted part 1, the 18th line is the converted part, and the 19th to 28th lines are the non-converted part 2. In this example, the non-conversion part 1 operates without any problem, but in the non-conversion part 2, the operation results differ on the existing computer system 100 and the new computer system 300. This is because the value of the character code value may be different depending on the platform, and the result of the 23rd line will be different due to the influence. That is, in the 23rd line, the character code values of MOJI1 and MOJI2 are compared. In the platform of the existing computer system 100, since the value of the character code of MOJI1 is larger than the character code of MOJI2, “end key input” is set to “0” as defined in the definition section. . On the other hand, on the platform of the new computer system 300, since the character code of MOJI2 is larger than the character code of MOJI1, “end key input” is set to “1”. Thus, there are portions where the result data differs before and after program conversion. The non-converted portion including the portion in which the result data is different is determined as “required for correction” by the non-converted portion test / result determination process.
 <非変換部分情報の構成及び例>
 図14は、プログラム変換処理後に取得される非変換部分情報の構成を示す図であり、図15は、非変換部分情報の例を示す図である。
<Configuration and example of non-converted partial information>
FIG. 14 is a diagram illustrating a configuration of non-converted partial information acquired after program conversion processing, and FIG. 15 is a diagram illustrating an example of non-converted partial information.
 非変換部分情報1400は、非変換部分情報の総数(非変換部分の個数にも相当する値)を示す非変換部分情報総数1401と、各非変換部分の具体的な情報(開始及び終了行、変数情報)を記述する非変換部分情報1402と、を含んでいる。各非変換部分情報における「開始行」は、既存ソースにおける該当非変換部分の開始行を示し、「終了行」は、既存ソースにおける該当非変換部分の終了行を示し、変数情報は、該当非変換部分で用いられている変数の情報を示している。 The non-converted part information 1400 includes a total number of non-converted part information 1401 indicating the total number of non-converted part information (a value corresponding to the number of non-converted parts), and specific information (start and end rows, Non-conversion partial information 1402 describing (variable information). “Start line” in each non-converted part information indicates the start line of the corresponding non-converted part in the existing source, “End line” indicates the end line of the corresponding non-converted part in the existing source, and the variable information indicates the corresponding non-converted part. The variable information used in the conversion part is shown.
 図15は、図13によって与えられる変換ソースから非変換部分情報を抽出した場合の例を示している。図13では、非変換部分の個数は「2」であるため、図15においては、非変換部分情報総数は「2」に設定される。また、非変換部分1の開始行は13、終了行は15、用いられている変数がNUM、MOJI1、及びMOJI2であるため、それぞれが非変換部分1の関する情報として設定される。非変換部分2についても同様である。 FIG. 15 shows an example where non-converted partial information is extracted from the conversion source given by FIG. In FIG. 13, since the number of non-converted portions is “2”, the total number of non-converted portion information is set to “2” in FIG. In addition, since the start line of the non-conversion part 1 is 13, the end line is 15, and the variables used are NUM, MOJI1, and MOJI2, each is set as information relating to the non-conversion part 1. The same applies to the non-converted portion 2.
 <デバッガスクリプト生成処理の詳細>
 図16は、S805(図8)のデバッガスクリプト生成処理の詳細を説明するためのフローチャートである。
<Details of debugger script generation processing>
FIG. 16 is a flowchart for explaining details of the debugger script generation processing in S805 (FIG. 8).
 移行支援用計算機システム200のCPU210は、非変換部分情報をデバッガスクリプト生成部(プログラム)2212に入力し、デバッガスクリプト生成を指示する(S1601)。 The CPU 210 of the migration support computer system 200 inputs the non-conversion partial information to the debugger script generation unit (program) 2212 and instructs the debugger script generation (S1601).
 CPU210は、デバッガスクリプト生成部2212を用いて、デバッガスクリプトに、各非変換部分の開始行及び終了行の情報を中断点(SET BREAK)として配置する(S1602)。S1602では、各非変換部分を繰り返しチェックして、全ての開始行及び終了行の情報を抽出し、これらをSET BREAKとしている。 The CPU 210 uses the debugger script generation unit 2212 to place information on the start line and end line of each non-converted part as a break point (SET BREAK) in the debugger script (S1602). In S1602, each non-converted portion is repeatedly checked to extract information on all start lines and end lines, and these are set as SET BRAKE.
 CPU210は、デバッガスクリプトにトレースログへの出力を追記する(S1603)。これは、結果出力(結果データ)をトレースログとしてFileに出力するように指示するための処理を設定するものである。 The CPU 210 adds the output to the trace log to the debugger script (S1603). This sets a process for instructing to output the result output (result data) to the File as a trace log.
 CPU210は、デバッガスクリプトに、開始行に関する、非変換部分の変数情報の出力動作を記述する(S1605)。これは、各開始行におけるテストデータの出力処理を設定するものである。 The CPU 210 describes the output operation of the variable information of the non-conversion part regarding the start line in the debugger script (S1605). This sets the test data output process in each starting line.
 また、CPU210は、デバッガスクリプトに「ソース実行の指示」を追記する(S1606)。 In addition, the CPU 210 adds “source execution instruction” to the debugger script (S1606).
 さらに、CPU210は、デバッガスクリプトに各終了行に関する、非変換部分の変数情報の出力動作を記述する(S1607)。これは、各終了行における結果データの出力処理を設定するものである。 Further, the CPU 210 describes the output operation of the variable information of the non-conversion part regarding each end line in the debugger script (S1607). This sets the output process of the result data in each end line.
 最後に、CPU210は、非変換部分情報をチェックし、デバッガスクリプトに記述していない非変換部分が残っているか否か判断する(S1608)。未記述の非変換部分情報があれば、処理はS1604に移行し、全ての非変換部分情報をデバッガスクリプトに記述している場合には、デバッガスクリプト生成は完了する。 Finally, the CPU 210 checks the non-conversion part information and determines whether or not there is a non-conversion part that is not described in the debugger script (S1608). If there is unwritten non-converted partial information, the process proceeds to S1604. If all the non-converted partial information is described in the debugger script, the debugger script generation is completed.
 <デバッガスクリプトの構成及び例>
 図17は、デバッガスクリプト生成処理によって生成されるデバッガスクリプトの構成を示す図であり、図18は、そのデバッガスクリプトの例を示す図である。
<Configuration and example of debugger script>
FIG. 17 is a diagram illustrating a configuration of a debugger script generated by the debugger script generation processing, and FIG. 18 is a diagram illustrating an example of the debugger script.
 デバッガスクリプト1700は、既存計算機システム100におけるデバッガ1211をどのように動作させるかを記述するスクリプトであり、各非変換部分の開始行と終了行にブレークポイント(中断点)が配置されたブレークポイント設定部1701と、結果出力をトレースログとして出力するための処理の実行命令を配置した結果出力設定部1702と、各非変換部分の開始行及び終了行(中断点)における変数値(実行が中断した際の変数値)を出力するための処理を設定するプログラム実行命令設定部1703と、デバッガの終了処理を指示するためのデバッガ終了指示部1704と、を含んでいる。 The debugger script 1700 is a script that describes how to operate the debugger 1211 in the existing computer system 100. A breakpoint setting in which breakpoints (interruption points) are arranged at the start line and the end line of each non-conversion part. Unit 1701, result output setting unit 1702 in which an execution instruction for processing for outputting the result output as a trace log is arranged, and variable values (execution is interrupted) at the start line and end line (interruption point) of each non-conversion part A program execution instruction setting unit 1703 for setting a process for outputting a variable value) and a debugger end instruction unit 1704 for instructing a debugger end process.
 図18は、図15によって与えられる非変換部分情報の例から生成されたデバッガスクリプト1800の具体例を示している。図18では、プログラム実行部の前に、開始行及び終了行に相当する行(13、17、19及び28行目)が中断点1801として設定されている(SET BREAK)。この中断点において、実際のプログラムの実行が一旦停止されることになる。設定1802は、非変換部分1及び2の開始行及び終了行の変数データ(テストデータ及び結果データ)をトレースログとして出力することを指示するものである。さらに、実行部1803乃至1805は、非変換部分1及び2の開始行と終了行における変数値を出力する指示する部分である。 FIG. 18 shows a specific example of the debugger script 1800 generated from the example of the non-converted partial information given by FIG. In FIG. 18, lines (13th, 17th, 19th and 28th lines) corresponding to the start line and the end line are set as break points 1801 (SET BREAK) before the program execution unit. At this interruption point, the actual program execution is temporarily stopped. The setting 1802 instructs to output the variable data (test data and result data) of the start line and end line of the non-conversion parts 1 and 2 as a trace log. Further, the execution units 1803 to 1805 are units for instructing to output variable values in the start and end lines of the non-conversion parts 1 and 2.
 <トレースログの出力>
 図19は、トレースログ出力処理の概要を示す図である。図17及び18のように生成されたデバッガスクリプトは既存計算機システム100に送られる。既存計算機システム100では、そのデバッガスクリプト及び既存ソースを用いて(デバッガスクリプトは非変換部分に関するものなので既存ソースを用いることが可能)、デバッガ1211がデバッガを実行する。実行結果は、移行支援用計算機システム200に送られ、トレースログとして格納される。つまり、デバッガスクリプトの記述内容順に、既存ソースをデバッガで実行させ、その結果がトレースログとして保存される。
<Output of trace log>
FIG. 19 is a diagram showing an outline of the trace log output process. The debugger script generated as shown in FIGS. 17 and 18 is sent to the existing computer system 100. In the existing computer system 100, the debugger 1211 executes the debugger by using the debugger script and the existing source (the debugger script is related to the non-converted portion and can use the existing source). The execution result is sent to the migration support computer system 200 and stored as a trace log. That is, the existing source is executed by the debugger in the order of the description contents of the debugger script, and the result is saved as a trace log.
 <トレースログの構成及び例>
 図20は、デバッガスクリプトに従ってデバッガ処理を実行することにより生成されるトレースログの構成を示す図であり、図21は、そのトレースログの具体例を示す図である。
<Configuration and example of trace log>
FIG. 20 is a diagram illustrating a configuration of a trace log generated by executing a debugger process according to a debugger script, and FIG. 21 is a diagram illustrating a specific example of the trace log.
 トレースログ2000は、複数の非変換部分のトレースログ2001乃至2003・・によって構成される。各非変換部分のトレースログは、開始行における変数データ20011、20021・・・と、終了行における変数データ20012、20022・・・と、を有している。 The trace log 2000 includes a plurality of non-converted part trace logs 2001 to 2003. The trace log of each non-conversion part has variable data 20011, 20021... At the start line and variable data 20012, 20022.
 図21は、デバッガスクリプト1800に対応するトレースログ2100の例を示している。トレースログ2100は、非変換部分1の開始行である13行目における変数情報であり、後述のテストデータを示す情報2101と、非変換部分1の終了行である17行目における変数情報であり、後述の結果データを示す情報2102と、非変換部分2の開始行である19行目における変数情報であり、後述のテストデータを示す情報2103と、非変換部分2の終了行である28行目における変数情報であり、後述の結果データを示す情報2104と、によって構成される。 FIG. 21 shows an example of the trace log 2100 corresponding to the debugger script 1800. The trace log 2100 is variable information in the 13th line that is the start line of the non-conversion part 1, information 2101 indicating test data described later, and variable information in the 17th line that is the end line of the non-conversion part 1. , Information 2102 indicating result data to be described later, variable information on the 19th line that is the start line of the non-conversion part 2, information 2103 indicating test data to be described later, and 28 lines that are the end line of the non-conversion part 2 This is variable information for the eyes, and is composed of information 2104 indicating result data described later.
 <非変換部分用テスト・結果データ生成処理>
 図22は、S809(図8参照)における非変換部分用のテストデータ及び結果データを生成する処理の詳細を説明するためのフローチャートである。
<Non-conversion test / result data generation process>
FIG. 22 is a flowchart for explaining the details of the process of generating test data and result data for the non-conversion portion in S809 (see FIG. 8).
 移行支援用計算機システム200のCPU210は、トレースログを補助記憶装置230から読み出して、非変換部分用テスト・結果データ生成部(プログラム)2213に入力する(S2201)。 The CPU 210 of the migration support computer system 200 reads the trace log from the auxiliary storage device 230 and inputs it to the non-conversion portion test / result data generation unit (program) 2213 (S2201).
 そして、CPU210は、非変換部分用テスト・結果データ生成部(プログラム)2213を用いて、トレースログにおける各非変換部分の開始行の変数値に対応するテストデータを生成する(S2202)。 Then, the CPU 210 uses the non-conversion portion test / result data generation unit (program) 2213 to generate test data corresponding to the variable value of the start line of each non-conversion portion in the trace log (S2202).
 さらに、CPU210は、非変換部分用テスト・結果データ生成部(プログラム)2213を用いて、トレースログにおける各非変換部分の終了行の変数値に対応する結果データを生成する(S2202)。 Further, the CPU 210 uses the non-conversion part test / result data generation unit (program) 2213 to generate result data corresponding to the variable value of the end line of each non-conversion part in the trace log (S2202).
 <非変換部分用テスト・結果データの構成及び例>
 図23は、非変換部分用テスト・結果データの構成を示す図であり、図24は、非変換部分用テスト・結果データの具体例を示す図である。
<Configuration and example of non-conversion test / result data>
FIG. 23 is a diagram illustrating a configuration of the non-conversion portion test / result data, and FIG. 24 is a diagram illustrating a specific example of the non-conversion portion test / result data.
 非変換部分用テスト・結果データ2300は、複数の非変換部分のテスト・結果データ2301、2302・・・によって構成される。各非変換部分のテスト・結果データ2301、2302・・・は、各非変換部分におけるテストデータ23011、23021・・・と、各非変換部分における結果データ23012、23022・・・と、を有している。ここで、テストデータは、各非変換部分の初期値として用いられる。結果データは、各非変換部分の処理終了時における出力値であり、後述のように、変換ソースの非変換部分にテストデータを入力して得られた実行値との比較に用いられる。 The non-conversion part test / result data 2300 includes a plurality of non-conversion part test / result data 2301, 2302,. The test / result data 2301, 2302,... Of each non-conversion part includes test data 23011, 23021... In each non-conversion part and result data 23012, 23022. ing. Here, the test data is used as an initial value of each non-conversion part. The result data is an output value at the end of processing of each non-conversion part, and is used for comparison with an execution value obtained by inputting test data to the non-conversion part of the conversion source, as will be described later.
 図24は、トレースログ2100から生成される非変換部分用テスト・結果データ2400の例を示している。非変換部分用テスト・結果データ2400は、非変換部分1の入力テストデータと非変換部分1の出力値である結果データを含む非変換部分1のテストデータ及び結果データ2401と、非変換部分2の入力テストデータと非変換部分2の出力値である結果データを含む非変換部分2のテストデータ及び結果データ2402と、によって構成される。 FIG. 24 shows an example of the test / result data 2400 for the non-conversion portion generated from the trace log 2100. Non-conversion part test / result data 2400 includes non-conversion part 1 test data and non-conversion part 1 test data and result data 2401 including non-conversion part 1 input test data and non-conversion part 1 output data. Input test data and non-converted portion 2 test data and result data 2402 including result data which is an output value of the non-converted portion 2.
 非変換部分用テスト・結果データは、非変換部分についての適正なデータ(結果データ)を提供している。 The test / result data for non-conversion part provides appropriate data (result data) for the non-conversion part.
 <非変換部分テスト・結果判定処理の概要>
 図25は、非変換部分テスト・結果判定処理の概要を説明するための機能ブロック図である。
<Outline of non-conversion partial test / result judgment processing>
FIG. 25 is a functional block diagram for explaining the outline of the non-conversion partial test / result determination process.
 新規(移行先)計算機システム300の非変換部分テスト・結果判定部(プログラム)3213は、移行支援用計算機システム200から変換ソース202及び非変換用テスト・結果データ208を受け取る。 The non-conversion partial test / result determination unit (program) 3213 of the new (migration destination) computer system 300 receives the conversion source 202 and the non-conversion test / result data 208 from the migration support computer system 200.
 非変換部分テスト・結果判定部(プログラム)3213は、変換ソース202の各非変換部分から部分ソース332-1、332-2・・・を生成する。部分ソースの総数は、非変換部分の個数となる。 The non-conversion partial test / result determination unit (program) 3213 generates partial sources 332-1, 332-2,... From each non-conversion part of the conversion source 202. The total number of partial sources is the number of non-converted parts.
 そして、非変換部分テスト・結果判定部(プログラム)3213は、非変換部分用テスト・結果データ208の対応する各テストデータを入力値として、各部分ソースを実行して、出力値を取得する。 Then, the non-conversion partial test / result determination unit (program) 3213 executes each partial source with each test data corresponding to the non-conversion partial test / result data 208 as an input value, and acquires an output value.
 続いて、非変換部分テスト・結果判定部(プログラム)3213は、各部分ソースについて取得した各出力値と、非変換部分用テスト・結果データ208の対応する結果データとをそれぞれ比較して、一致するか否か判断する。 Subsequently, the non-conversion partial test / result determination unit (program) 3213 compares each output value acquired for each partial source with the corresponding result data of the non-conversion partial test / result data 208 to make a match. Judge whether to do.
 非変換部分テスト・結果判定部(プログラム)3213は、結果データと一致しない出力値を有する部分ソースを「修正要」としてユーザに提示し、修正を促すようにする。 The non-conversion partial test / result determination unit (program) 3213 presents a partial source having an output value that does not match the result data to the user as “correction required” to prompt correction.
 「修正要」の部分ソースが修正されると、新規ソース331が生成される。なお、この新規ソース331を変換ソース202とし、再度結果データと部分ソースの出力値とを比較して適切に修正されたか確認するようにしても良い。 When the partial source of “correction required” is corrected, a new source 331 is generated. The new source 331 may be used as the conversion source 202, and the result data and the output value of the partial source may be compared again to confirm whether the data has been properly corrected.
 <非変換部分テスト・結果判定処理の詳細>
 図26は、非変換部分テスト・結果判定処理の詳細を説明するためのフローチャートである。
<Details of non-conversion partial test / result judgment processing>
FIG. 26 is a flowchart for explaining details of the non-conversion partial test / result determination process.
 新規計算機システム300のCPU310は、変換ソース202と、非変換部分用テスト・結果データ208を非変換部分テスト・結果判定部(プログラム)3213(制御部(プログラム)32131)に入力する(S2601)。 The CPU 310 of the new computer system 300 inputs the conversion source 202 and the non-conversion part test / result data 208 to the non-conversion part test / result determination unit (program) 3213 (control unit (program) 32131) (S2601).
 CPU310は、非変換部分テスト・結果判定部(プログラム)3213を用いて、変換ソース202から、非変換部分と定義部分を抽出した部分ソース332を、非変換部分の総数分作成する(S2602)。 The CPU 310 uses the non-conversion partial test / result determination unit (program) 3213 to create a partial source 332 in which the non-conversion part and the definition part are extracted from the conversion source 202 for the total number of non-conversion parts (S2602).
 CPU310は、対応する非変換部分のテストデータを非変換部分用テスト・結果データ208から抽出して、それをS2602で生成した各部分ソースに対して入力し、各部分ソース332を単体でテストする(S2603)。 The CPU 310 extracts the corresponding non-converted part test data from the non-converted part test / result data 208, inputs it to each partial source generated in S2602, and tests each partial source 332 alone. (S2603).
 CPU310は、S2603の単体テストの結果を出力値として出力し、非変換部分用テスト・結果データ208から得られる、対応する非変換部分の結果データと比較する(S2604)。 The CPU 310 outputs the result of the unit test of S2603 as an output value, and compares it with the result data of the corresponding non-converted portion obtained from the non-converted portion test / result data 208 (S2604).
 そして、CPU310は、各部分ソースについて、単体テストの出力値と対応する非変換部分の結果データとが一致するか判定する(S2605)。 Then, the CPU 310 determines, for each partial source, whether the output value of the unit test matches the result data of the corresponding non-converted part (S2605).
 一致する場合(S2605でYesの場合)、CPU310は、対象の非変換部分については「修正不要」と判断する(S2606)。 If they match (Yes in S2605), the CPU 310 determines that the target non-converted portion is “revision unnecessary” (S2606).
 一方、不一致の場合(S2605でNoの場合)、CPU310は、対象の非変換部分については「修正要」と判断する(S2607)。 On the other hand, if they do not match (No in S2605), the CPU 310 determines that the target non-converted part is “requires correction” (S2607).
 最後に、CPU310は、未処理の部分ソースがあるか否か判定し、なければ当該処理を終了し、ある場合には処理をS2603に移行させる(S2608)。 Finally, the CPU 310 determines whether or not there is an unprocessed partial source, and if not, terminates the process, and if there is, shifts the process to S2603 (S2608).
 <部分ソースの生成処理の概念>
 図27は、変換ソース202から部分ソース332を生成する処理の概念を説明するための図である。
<Concept of partial source generation processing>
FIG. 27 is a diagram for explaining the concept of processing for generating the partial source 332 from the conversion source 202.
 変換ソース208は、前述のように、定義部2021と、実行部2022と、によって構成されている。 The conversion source 208 is configured by the definition unit 2021 and the execution unit 2022 as described above.
 部分ソース332-1、332-2、332-3・・・は、各非変換部分に対応して生成される。各部分ソースは、変換ソース202の定義部分2081と、実行部としての1つの非変換部分がコピーされて生成される。 The partial sources 332-1, 332-2, 332-3,... Are generated corresponding to each non-converted portion. Each partial source is generated by copying the definition part 2081 of the conversion source 202 and one non-conversion part as an execution part.
 <部分ソースの単体テスト及び修正要否判定処理の概念>
 図28は、部分ソースの単体テスト及び修正要否判定処理の概念を説明するための図である。
<Concept of partial source unit test and correction necessity determination processing>
FIG. 28 is a diagram for explaining the concept of a partial source unit test and a correction necessity determination process.
 非変換部分用テスト・結果データ208から、処理対象の非変換部分のテストデータが抽出され、それが対応する非変換部分を有する部分ソース332に入力される。そして、その実行データが出力結果として出力される。 The test data of the non-converted part to be processed is extracted from the non-converted part test / result data 208 and is input to the partial source 332 having the corresponding non-converted part. The execution data is output as an output result.
 また、非変換部分用テスト・結果データ208から、処理対象の非変換部分の結果データが抽出され、その結果データと、対応する非変換部分の出力結果が比較される。 Further, the result data of the non-converted part to be processed is extracted from the non-converted part test / result data 208, and the result data is compared with the output result of the corresponding non-converted part.
 両者が一致すると、該当する非変換部分はそのまま新しいプラットフォームでも使用することができるため、「修正不要」と判断される。一方、両者が不一致であると、該当する非変換部分はそのまま新しいプロットフォームでは使用することができないため、「修正要」と判断される。 If they match, the corresponding non-converted part can be used as it is on the new platform, so it is judged as “no correction required”. On the other hand, if they do not match, the corresponding non-converted portion cannot be used as it is in the new plot form, and therefore it is determined that “correction is required”.
 図29は、2つの部分ソースを単体実行した場合の出力結果の例を示す図である。図29には、「修正不要」と判断される非変換部分の例と「修正要」と判定される非変換部分の例が含まれている。 FIG. 29 is a diagram showing an example of an output result when two partial sources are executed alone. FIG. 29 includes an example of a non-converted portion determined to be “correction unnecessary” and an example of a non-converted portion determined to be “correction required”.
 つまり、図29において、非変換部分1は、入力用テストデータを入力して得られた出力結果は、非変換部分用結果データ(図24参照)と一致しており、非変換部分1については「修正不要」と判定される。 That is, in FIG. 29, the non-conversion part 1 has an output result obtained by inputting the input test data, which matches the non-conversion part result data (see FIG. 24). It is determined that “no correction is required”.
 一方、図29において、非変換部分2は、入力用テストデータを入力して得られた出力結果は、非変換部分用結果データ(図24参照)と不一致となっており、非変換部分2については「修正要」と判定される。具体的には、図24のように「終了キー入力:0」となるべき出力が、図29では「終了キー入力:1」となっている。これは、プラットフォームが新しくなったため、出力結果が移行前後で異なってしまうことに起因するものである。ここでは、例えば、プラットフォームの変更により、文字コードが異なってしまってしまい、図13における「IF MOJO1 LESS THAN MOJI2」の実行結果が異なってしまったからである。 On the other hand, in FIG. 29, in the non-conversion part 2, the output result obtained by inputting the input test data is inconsistent with the non-conversion part result data (see FIG. 24). Is determined to be “correction required”. Specifically, the output to be “end key input: 0” as shown in FIG. 24 is “end key input: 1” in FIG. 29. This is due to the fact that the output results will be different before and after the transition because of the new platform. This is because, for example, the character code is different due to the platform change, and the execution result of “IF MOJO1 LESS THAN MOJI2” in FIG. 13 is different.
 そこで、このように「修正要」と判定された非変換部分については、移行前の出力結果と同じ結果が出力されるように、ユーザは変換ソース(部分ソース)を修正しなければならいない。 Therefore, the user must correct the conversion source (partial source) so that the same result as the output result before the transfer is output for the non-converted part determined as “required for correction” in this way.
 <新規ソースの構成及び例>
 図30は、修正要否判定後の変換ソース(新規ソース)の構成を示す図であり、図31は、新規ソースの具体例を示す図である。
<Configuration and example of new source>
FIG. 30 is a diagram illustrating a configuration of a conversion source (new source) after determination of necessity of correction, and FIG. 31 is a diagram illustrating a specific example of a new source.
 新規ソース3000は、定義部3001と、実行部3002と、によって構成されている。定義部3001は、修正要否判断前の変換ソースに含まれる定義部1201と同一内容である。実行部3002は、修正不要の非変換部分と修正要の変換部分が混在した構成となっている。後述するように、GUIによって修正要の部分を明確に提示することにより、新規ソースのどこの部分を修正すれば良いかユーザに理解させることができる。 The new source 3000 includes a definition unit 3001 and an execution unit 3002. The definition unit 3001 has the same content as the definition unit 1201 included in the conversion source before determining whether correction is necessary. The execution unit 3002 has a configuration in which a non-conversion portion that does not require correction and a conversion portion that requires correction are mixed. As will be described later, it is possible to allow the user to understand which part of the new source should be corrected by clearly presenting the part requiring correction through the GUI.
 図31に示されるように、修正要否判定後の新規ソースは、定義部と、修正不要と判定された非変換部分(13~18行目)と、修正要と判定された非変換部分(19から28行目)と、によって構成される。新規ソース(図31)は、未だ修正されたソースではないため、変換ソース(図13)と同じ構成となっているが、新規計算機システム300は、どの部分が修正要であるか既に把握している点で異なっている。 As shown in FIG. 31, the new source after determining whether or not correction is necessary includes a definition part, a non-converted part determined to be unnecessary for correction (lines 13 to 18), and a non-converted part determined to require correction ( 19th to 28th lines). Since the new source (FIG. 31) is not yet a corrected source, it has the same configuration as the conversion source (FIG. 13), but the new computer system 300 has already known which part needs correction. Is different.
 <非変換部分修正用GUI>
 図32は、ユーザが変換ソース(非変換部分)を修正する際に用いる(新規計算機システム300の出力装置350の表示画面上に表示される)GUIを示す図である。
<Guide for non-conversion partial correction>
FIG. 32 is a diagram showing a GUI (displayed on the display screen of the output device 350 of the new computer system 300) used when the user corrects the conversion source (non-conversion part).
 ユーザが、エディタ(プログラム)3212に対して非変換部分の修正を指示すると、図32に示されるように、エディタ3212は、変換ソースの全体を含み、その部分が修正要であるのか分かるように、GUI画面3000を表示する。 When the user instructs the editor (program) 3212 to correct the non-conversion part, as shown in FIG. 32, the editor 3212 includes the entire conversion source so that the part needs to be corrected. The GUI screen 3000 is displayed.
 修正用GUI画面3200は、修正要の非変換部分の総行数を示す修正要行数表示3001と、修正要部分のうちいくつ修正が完了したかを示す修正済/修正要部表示3202と、変換ソース表示3203と、修正要部分表示3004と、修正完了ボタン表示3205と、を含んでいる。 The correction GUI screen 3200 includes a correction required line number display 3001 indicating the total number of non-converted parts to be corrected, a corrected / corrected main part display 3202 indicating how many corrections have been completed among the correction required parts, A conversion source display 3203, a correction necessary part display 3004, and a correction completion button display 3205 are included.
 修正要部分表示3204は、非変換部分テスト・結果判定処理(図26)による判定結果に基づいて、CPU310が、エディタ3212を用いて、エディタ画面上に「修正要」と判断された非変換部分をハイライト表示処理や背景色変更表示処理を行うことにより、ユーザに対して「修正要」の非変換部分を分かり易くしている。 The correction required portion display 3204 is a non-converted portion that is determined as “correction required” on the editor screen by the CPU 310 using the editor 3212 based on the determination result by the non-converted portion test / result determination processing (FIG. 26). By performing the highlight display process and the background color change display process, it is easy for the user to understand the non-converted portion of “correction required”.
 GUI画面3200上で修正が完了すると、ユーザが修正完了ボタン3205を押下することにより、修正処理が終了し、修正後の変換ソースが判定対象として登録され、再度非変換部分テスト・結果判定処理(図26参照)が実行される(図29参照)。 When the correction is completed on the GUI screen 3200, the correction process is completed when the user presses the correction completion button 3205, the corrected conversion source is registered as a determination target, and the non-converted partial test / result determination process ( 26 is executed (see FIG. 29).
 <まとめ>
(1)実施形態では、変換ツールを用いて、既存ソースを変換して変換ソースを生成する。変換ソースには変換部分と非変換部分が混在している。移行支援用計算機システムは、この非変換部分の変数の値、非変換部分の範囲、及び非変換部分の変換ソースを取得し、この取得した変数の値と非変換部分の範囲の情報から、非変換部分の開始行(処理開始時)の変数の初期値(テストデータ)及び終了行(処理終了時)の変数の終了値(結果データ)を取得する。また、移行支援用計算機システムは、取得した変数の初期値(テストデータ)及び終了値(結果データ)から、変換ソースへの入力情報(テストデータに相当する)と比較情報(結果データに相当する)を作成する。そして、新規(移行先)計算機システムは、既存計算機システムとは異なるプラットフォーム上で、変換ソースから非変換部分のソースに相当する部分を抽出して部分ソースを生成し、部分ソースに入力情報を入力してテストを行った出力結果と、比較情報(結果データ)とを比較し、比較結果を出力する。このようにすることにより、プラットフォームが異なる計算機間でソースを移行する際に、比較結果から、変換ソースの中において修正すべき範囲を特定することができるようになる。なお、移行支援用計算機システムの機能は、新規計算機システムに含まれるように構成しても良い。
<Summary>
(1) In the embodiment, a conversion source is generated by converting an existing source using a conversion tool. The conversion source contains both conversion and non-conversion parts. The migration support computer system acquires the variable value of the non-conversion part, the range of the non-conversion part, and the conversion source of the non-conversion part. The initial value (test data) of the variable at the start line (at the start of processing) and the end value (result data) of the variable at the end line (at the end of processing) are acquired. Further, the migration support computer system obtains input information (corresponding to test data) and comparison information (corresponding to result data) from the initial value (test data) and end value (result data) of the acquired variable. ). The new (destination) computer system generates a partial source by extracting the part corresponding to the source of the non-converted part from the conversion source on a platform different from the existing computer system, and inputs the input information to the partial source. Then, the output result of the test is compared with the comparison information (result data), and the comparison result is output. In this way, when the source is transferred between computers with different platforms, the range to be corrected in the conversion source can be specified from the comparison result. The functions of the migration support computer system may be configured to be included in the new computer system.
 また、新規計算機システムは、出力結果と比較情報に基づいて、非変換部分の修正の要否を判定し、当該判定結果の情報を出力する。このように、修正の要否の判定結果を示すので、変換ソースの中において手作業で修正すべき範囲を容易に特定することができ、ソース修正の際の工数を削減することが可能となる。 Also, the new computer system determines whether or not the non-converted portion needs to be corrected based on the output result and the comparison information, and outputs information on the determination result. In this way, since the determination result of whether or not correction is necessary is shown, it is possible to easily specify the range to be manually corrected in the conversion source, and it is possible to reduce the man-hour at the time of source correction. .
 さらに、新規計算機システムは、修正要と判定された前記非変換部分が修正された場合、当該修正された非変換部分について、テストの対象として、非変換部分の出力結果と比較とを再度比較する。このようにすることにより、修正された箇所が正しく修正されたかを確認することができ、変換ソースが移行先の計算機のプラットフォーム上で正しく動作するか容易に検証することが可能となる。 Further, when the non-converted portion determined to be corrected is corrected, the new computer system again compares the output result of the non-converted portion with the comparison as the test target for the corrected non-converted portion. . By doing so, it is possible to confirm whether or not the corrected part is corrected correctly, and it is possible to easily verify whether the conversion source operates correctly on the migration destination computer platform.
 移行支援用計算機システムは、非変換部分における開始行の変数の初期値(テストデータ)及び終了行の変数の終了値(結果データ)を取得するときに、非変換部分の最初と最後の行に中断点を配置してデバッガスクリプトを作成する。このデバッガスクリプトは、既存計算機システムのデバッガによって用いられ、トレースログが取得される。トレースログは、変数の初期値及び終了値として中断点における変数の値を記載したものとなっている。このようにすることにより、デバッガが既存ソースをデバッガスクリプトに従って非変換部分のみをデバッガ処理の対象とするので、不要な処理を回避することができ、処理の効率化を図ることができるようになる。 When the transition support computer system obtains the initial value (test data) of the variable in the start line and the end value (result data) of the variable in the end line in the non-conversion part, Place a breakpoint and create a debugger script. This debugger script is used by a debugger of an existing computer system, and a trace log is acquired. The trace log describes the value of the variable at the interruption point as the initial value and end value of the variable. By doing so, the debugger targets only the non-converted portion according to the debugger script as the target of the debugger processing, so unnecessary processing can be avoided and processing efficiency can be improved. .
 新規計算機システムは、部分ソースにテストデータを入力して得られた実行結果としての出力結果と、トレースログから得られた比較情報(結果データ)が一致する場合には、非変換部分の修正が不要と判定し、出力結果と比較情報が不一致の場合には、非変換部分の修正を要すると判定する。さらに、新規計算機システムは、少なくとも非変換部分と、非変換部分についての修正の要否を示すGUIを表示し、修正を要する非変換部分の修正をユーザに促すようにしている。GUIは、どの非変換部分が修正要であるか表示する。このようにすることにより、ユーザは一目瞭然で修正箇所を特定でき、変換ソースに含まれる非変換部分の修正作業(手作業)における工数を大幅に削減することが可能となる。 The new computer system corrects the non-converted part when the output result as the execution result obtained by inputting the test data to the partial source matches the comparison information (result data) obtained from the trace log. If it is determined that the output result and the comparison information do not match, it is determined that the non-conversion portion needs to be corrected. Further, the new computer system displays at least a non-conversion part and a GUI indicating whether or not the non-conversion part needs to be corrected, and prompts the user to correct the non-conversion part that requires correction. The GUI displays which non-conversion parts need correction. By doing so, the user can identify the correction location at a glance, and the man-hour in the correction work (manual work) of the non-conversion part included in the conversion source can be greatly reduced.
 なお、本実施形態では、COBOLに準拠するプログラムを、オープンソースに準拠するプログラムに変換する場合を例にしているが、本発明はこの形態に限定されるものではない。ただし、COBOLに従って作成されたソースは、資産的価値が高いため、新規計算機システムに、既存のCOBOLによるソースを移行することを可能にすることにより、資産を有効利用することが可能となる。 In this embodiment, a case where a program conforming to COBOL is converted to a program conforming to open source is taken as an example, but the present invention is not limited to this form. However, since the source created according to COBOL has a high asset value, it becomes possible to effectively use the asset by enabling the migration of the existing COBOL source to the new computer system.
(2)本発明は、実施形態の機能を実現するソフトウェアのプログラムコードによっても実現できる。この場合、プログラムコードを記録した記憶媒体をシステム或は装置に提供し、そのシステム或は装置のコンピュータ(又はCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出す。この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコード自体、及びそれを記憶した記憶媒体は本発明を構成することになる。このようなプログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、CD-ROM、DVD-ROM、ハードディスク、光ディスク、光磁気ディスク、CD-R、磁気テープ、不揮発性のメモリカード、ROMなどが用いられる。 (2) The present invention can also be realized by software program codes that implement the functions of the embodiments. In this case, a storage medium in which the program code is recorded is provided to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus reads the program code stored in the storage medium. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention. As a storage medium for supplying such program code, for example, a flexible disk, CD-ROM, DVD-ROM, hard disk, optical disk, magneto-optical disk, CD-R, magnetic tape, nonvolatile memory card, ROM Etc. are used.
 また、プログラムコードの指示に基づき、コンピュータ上で稼動しているOS(オペレーティングシステム)などが実際の処理の一部又は全部を行い、その処理によって前述した実施の形態の機能が実現されるようにしてもよい。さらに、記憶媒体から読み出されたプログラムコードが、コンピュータ上のメモリに書きこまれた後、そのプログラムコードの指示に基づき、コンピュータのCPUなどが実際の処理の一部又は全部を行い、その処理によって前述した実施の形態の機能が実現されるようにしてもよい。 Also, based on the instruction of the program code, an OS (operating system) running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing. May be. Further, after the program code read from the storage medium is written in the memory on the computer, the computer CPU or the like performs part or all of the actual processing based on the instruction of the program code. Thus, the functions of the above-described embodiments may be realized.
 さらに、実施の形態の機能を実現するソフトウェアのプログラムコードを、ネットワークを介して配信することにより、それをシステム又は装置のハードディスクやメモリ等の記憶手段又はCD-RW、CD-R等の記憶媒体に格納し、使用時にそのシステム又は装置のコンピュータ(又はCPUやMPU)が当該記憶手段や当該記憶媒体に格納されたプログラムコードを読み出して実行するようにしても良い。 Further, by distributing the program code of the software that realizes the functions of the embodiment via a network, the program code is stored in a storage means such as a hard disk or a memory of a system or apparatus, or a storage medium such as a CD-RW or CD-R And the computer (or CPU or MPU) of the system or apparatus may read and execute the program code stored in the storage means or the storage medium when used.
 最後に、ここで述べたプロセス及び技術は本質的に如何なる特定の装置に関連することはなく、コンポーネントの如何なる相応しい組み合わせによってでも実装できることを理解する必要がある。更に、汎用目的の多様なタイプのデバイスがここで記述した教授に従って使用可能である。ここで述べた方法のステップを実行するのに、専用の装置を構築するのが有益であることが判るかもしれない。また、実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。本発明は、具体例に関連して記述したが、これらは、すべての観点に於いて限定の為ではなく説明の為である。本分野にスキルのある者には、本発明を実施するのに相応しいハードウェア、ソフトウェア、及びファームウエアの多数の組み合わせがあることが解るであろう。例えば、記述したソフトウェアは、アセンブラ、C/C++、perl、Shell、PHP、Java(登録商標)等の広範囲のプログラム又はスクリプト言語で実装できる。 Finally, it should be understood that the processes and techniques described herein are not inherently related to any particular equipment, and can be implemented by any suitable combination of components. In addition, various types of devices for general purpose can be used in accordance with the teachings described herein. It may prove useful to build a dedicated device to perform the method steps described herein. Various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the embodiments. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined. Although the present invention has been described with reference to specific examples, these are in all respects illustrative rather than restrictive. Those skilled in the art will appreciate that there are numerous combinations of hardware, software, and firmware that are suitable for implementing the present invention. For example, the described software can be implemented in a wide range of programs or script languages such as assembler, C / C ++, perl, shell, PHP, Java (registered trademark).
 さらに、上述の実施形態において、制御線や情報線は説明上必要と考えられるものを示しており、製品上必ずしも全ての制御線や情報線を示しているとは限らない。全ての構成が相互に接続されていても良い。 Furthermore, in the above-described embodiment, control lines and information lines are those that are considered necessary for the explanation, and not all control lines and information lines on the product are necessarily shown. All the components may be connected to each other.
 加えて、本技術分野の通常の知識を有する者には、本発明のその他の実装がここに開示された本発明の明細書及び実施形態の考察から明らかになる。記述された実施形態の多様な態様及び/又はコンポーネントは、データを管理する機能を有するコンピュータ化ストレージシステムに於いて、単独又は如何なる組み合わせでも使用することが出来る。明細書と具体例は典型的なものに過ぎず、本発明の範囲と精神は後続する請求範囲で示される。 In addition, other implementations of the invention will become apparent to those skilled in the art from consideration of the specification and embodiments of the invention disclosed herein. Various aspects and / or components of the described embodiments can be used singly or in any combination in a computerized storage system capable of managing data. The specification and specific examples are merely exemplary, and the scope and spirit of the invention are indicated in the following claims.
1 プログラムマイグレーションシステム(プログラム変換システム)
100 既存(移行元)計算機システム
101 既存ソース格納部
102 デバッガ処理部
110 CPU
120 主記憶装置
130 補助記憶装置
140 入力装置
150 出力装置
160 通信ポート
200 移行支援用計算機システム
201 プログラム変換部
202 変換ソース格納部
203 非変換部分情報格納部
204 デバッガスクリプト生成部
205 デバッガスクリプト格納部
206 トレースログ格納部
207 非変換部分用テスト・結果データ生成部
208 非変換部分用テスト・結果データ格納部
210 CPU
220 主記憶装置
230 補助記憶装置
240 入力装置
250 出力装置
260 通信ポート
300 新規(移行先)計算機システム
301 非変換部分テスト・結果判定部
302 新規ソース格納部
310 CPU
320 主記憶装置
330 補助記憶装置
340 入力装置
350 出力装置
360 通信ポート
1 Program migration system (program conversion system)
100 Existing (migration source) computer system 101 Existing source storage unit 102 Debugger processing unit 110 CPU
120 Main storage device 130 Auxiliary storage device 140 Input device 150 Output device 160 Communication port 200 Migration support computer system 201 Program conversion unit 202 Conversion source storage unit 203 Non-conversion partial information storage unit 204 Debugger script generation unit 205 Debugger script storage unit 206 Trace log storage unit 207 Non-conversion part test / result data generation part 208 Non-conversion part test / result data storage part 210 CPU
220 Main storage device 230 Auxiliary storage device 240 Input device 250 Output device 260 Communication port 300 New (destination) computer system 301 Non-conversion partial test / result determination unit 302 New source storage unit 310 CPU
320 Main storage device 330 Auxiliary storage device 340 Input device 350 Output device 360 Communication port

Claims (19)

  1.  第1プラットフォーム上で動作する第1プログラムを、形式の異なる第2プラットフォーム上で動作する第2プログラムに変換するプログラム変換方法であって、
     プロセッサが、変換ツールを用いて、前記第1プログラムの変換時に非変換部分の変数の値、前記非変換部分の範囲及び前記非変換部分の変換ソースを取得し、
     前記取得した変数の値と前記非変換部分の範囲の情報から、前記非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値を取得し、
     前記取得した変数の初期値及び終了値から、前記第2プログラムへの入力情報と比較情報を作成し、
     前記第2プラットフォーム上で入力情報を前記変換ソースに入力し、テストを行った出力結果と前記比較情報とを比較し、比較結果を出力することを特徴とするプログラム変換方法。
    A program conversion method for converting a first program operating on a first platform into a second program operating on a second platform having a different format,
    A processor, using a conversion tool, obtains a value of a variable of a non-conversion part, a range of the non-conversion part, and a conversion source of the non-conversion part during conversion of the first program;
    From the value of the acquired variable and the range information of the non-conversion part, obtain the initial value of the variable at the start of processing of the non-conversion part and the end value of the variable at the end of the process,
    From the acquired initial value and end value of the variable, create input information and comparison information to the second program,
    A program conversion method comprising: inputting input information to the conversion source on the second platform; comparing a test output result with the comparison information; and outputting a comparison result.
  2.  請求項1において、
     さらに、プロセッサが、前記出力結果と前記比較情報に基づいて、前記非変換部分の修正の要否を判定し、当該判定結果の情報を出力することを特徴とするプログラム変換方法。
    In claim 1,
    Furthermore, the processor determines whether or not the non-converted portion needs to be corrected based on the output result and the comparison information, and outputs information of the determination result.
  3.  請求項1又は2において、
     さらに、プロセッサが、修正要と判定された前記非変換部分が修正された場合、当該修正された非変換部分について、前記テストの対象として、前記非変換部分の出力結果と前記比較とを再度比較することを特徴とするプログラム変換方法。
    In claim 1 or 2,
    Further, when the non-converted portion determined to be corrected is corrected, the processor compares the output result of the non-converted portion with the comparison again as the test target for the corrected non-converted portion. A program conversion method characterized by:
  4.  請求項1から3の何れか一項において、
     前記非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値を取得するときに、プロセッサが、前記非変換部分の最初と最後の行に中断点を配置し、当該中断点における変数の値を、前記変数の初期値及び終了値として取得することを特徴とするプログラム変換方法。
    In any one of Claims 1-3,
    When obtaining the initial value of the variable at the start of processing of the non-converted portion and the end value of the variable at the end of processing, the processor places break points at the first and last lines of the non-converted portion, and A program conversion method characterized in that a value of a variable at a point is acquired as an initial value and an end value of the variable.
  5.  請求項4において、
     プロセッサが、前記中断点における前記変数の値をトレースログとして取得することを特徴とするプログラム変換方法。
    In claim 4,
    A program conversion method, wherein a processor acquires a value of the variable at the interruption point as a trace log.
  6.  請求項2において、
     プロセッサが、前記出力結果と前記比較情報が一致する場合には、前記非変換部分の修正が不要と判定し、前記出力結果と前記比較情報が不一致の場合には、前記非変換部分の修正を要すると判定し、
     さらに、プロセッサが、少なくとも前記非変換部分と、前記非変換部分についての修正の要否を示すGUIを表示し、修正を要する前記非変換部分の修正を促すことを特徴とするプログラム変換方法。
    In claim 2,
    The processor determines that the non-conversion portion need not be corrected when the output result matches the comparison information, and corrects the non-conversion portion when the output result does not match the comparison information. Judge that it is necessary,
    Further, the program conversion method characterized in that the processor displays at least the non-conversion portion and a GUI indicating whether or not the non-conversion portion needs to be corrected, and prompts the correction of the non-conversion portion requiring correction.
  7.  請求項1から6の何れか一項において、
     前記第1プログラムはCOBOLに準拠するプログラムであり、前記第2プログラムはオープンソースに準拠するプログラムであることを特徴とするプログラム変換方法。
    In any one of Claims 1-6,
    The program conversion method, wherein the first program is a program conforming to COBOL, and the second program is a program conforming to open source.
  8.  第1プログラムを第1プラットフォーム上で動作させる第1計算機システムと、第2プログラムを前記第1プラットフォームと形式の異なる第2プラットフォーム上で動作させる計算機システムと、前記第1プログラムを前記第2プログラムに変換する処理を支援する第3計算機システムと、を含むプログラム変換システムであって、
     前記第1計算機システムは、前記第1プログラムを格納する第1メモリと、前記第1プログラムに対してデバッガ処理を実行する第1プロセッサと、を有し、
     前記第2計算機システムは、前記第1プログラムを変換して得られる前記第2プログラムを格納する第2メモリと、前記第2プログラムを実行する第2プロセッサと、を有し、
     前記第3計算機システムは、前記第1プログラムから前記第2プログラムへの変換を支援する処理のための支援プログラムを格納する第3メモリと、前記支援プログラムを実行する第3プロセッサと、を有し、
     前記第3プロセッサは、前記支援プログラムを前記第3メモリから読み出し、当該支援プログラムに含まれる変換ツールを用いて、前記第1プログラムの変換時に非変換部分の変数の値、前記非変換部分の範囲、及び前記非変換部分の変換ソースを取得する処理と、前記取得した変数の値と前記非変換部分の範囲の情報から、前記非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値を取得する処理と、前記取得した変数の初期値及び終了値から、前記第2プログラムへの入力情報と比較情報を作成する処理と、を実行し、
     前記第2プロセッサは、前記第2プラットフォーム上で入力情報を、前記変換ソースに入力し、テストを行った出力結果と前記比較情報とを比較する処理と、当該比較結果を出力する処理と、を実行することを特徴とするプログラム変換システム。
    A first computer system that operates a first program on a first platform, a computer system that operates a second program on a second platform having a format different from that of the first platform, and the first program as the second program A third computer system that supports the conversion process, and a program conversion system comprising:
    The first computer system includes a first memory that stores the first program, and a first processor that executes a debugger process on the first program,
    The second computer system has a second memory for storing the second program obtained by converting the first program, and a second processor for executing the second program,
    The third computer system includes a third memory that stores a support program for processing that supports conversion from the first program to the second program, and a third processor that executes the support program. ,
    The third processor reads the support program from the third memory, and uses a conversion tool included in the support program to convert a variable value of a non-conversion part and a range of the non-conversion part when the first program is converted. , And the process of acquiring the conversion source of the non-converted part, and the initial value of the variable at the start of the process of the non-converted part and the information at the end of the process from the information of the acquired variable value and the range of the non-converted part A process of acquiring an end value of the variable, and a process of creating input information and comparison information to the second program from the initial value and the end value of the acquired variable,
    The second processor inputs input information on the second platform to the conversion source, compares the output result of the test with the comparison information, and outputs the comparison result. A program conversion system characterized by being executed.
  9.  請求項8において、
     前記第2プロセッサは、さらに、前記出力結果と前記比較情報に基づいて、前記非変換部分の修正の要否を判定し、当該判定結果の情報を出力する処理を実行することを特徴とするプログラム変換システム。
    In claim 8,
    The second processor further executes a process of determining whether or not the non-conversion portion needs to be corrected based on the output result and the comparison information, and outputting information of the determination result. Conversion system.
  10.  請求項8又は9において、
     前記第2プロセッサは、さらに、修正要と判定された前記非変換部分が修正された場合、当該修正された非変換部分について、前記テストの対象として、前記非変換部分の出力結果と前記比較とを再度比較する処理を実行することを特徴とするプログラム変換システム。
    In claim 8 or 9,
    Further, when the non-conversion portion determined to be corrected is corrected, the second processor, for the corrected non-conversion portion, as an object of the test, the output result of the non-conversion portion and the comparison A program conversion system that executes a process of comparing the two again.
  11.  請求項8から10の何れか一項において、
     前記第3プロセッサは、前記非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値を取得する処理を実行する際に、前記非変換部分の最初と最後の行に中断点を配置し、当該中断点における変数の値を、前記変数の初期値及び終了値として取得することを特徴とするプログラム変換システム。
    In any one of Claims 8 to 10,
    The third processor interrupts the first and last lines of the non-conversion part when executing the process of obtaining the initial value of the variable at the start of the process of the non-conversion part and the end value of the variable at the end of the process. A program conversion system characterized in that a point is arranged and a value of a variable at the interruption point is acquired as an initial value and an end value of the variable.
  12.  請求項11において、
     前記第3プロセッサは、前記中断点における前記変数の値をトレースログとして取得することを特徴とするプログラム変換システム。
    In claim 11,
    The program conversion system, wherein the third processor acquires the value of the variable at the interruption point as a trace log.
  13.  請求項9において、
     前記第2プロセッサは、前記出力結果と前記比較情報が一致する場合には、前記非変換部分の修正が不要と判定し、前記出力結果と前記比較情報が不一致の場合には、前記非変換部分の修正を要すると判定し、
     前記第2プロセッサは、さらに、少なくとも前記非変換部分と、前記非変換部分についての修正の要否を示すGUIを表示する処理を実行して、修正を要する前記非変換部分の修正を促すことを特徴とするプログラム変換システム。
    In claim 9,
    The second processor determines that the non-conversion part need not be corrected when the output result and the comparison information match, and the non-conversion part when the output result and the comparison information do not match. It is determined that correction is required,
    The second processor further executes a process of displaying at least the non-conversion part and a GUI indicating whether or not the non-conversion part needs to be corrected, and prompts the correction of the non-conversion part that requires correction. A featured program conversion system.
  14.  第1プラットフォーム上で動作する第1プログラムを、形式の異なる第2プラットフォーム上で動作する第2プログラムに変換するプログラムであって、
     プロセッサに、
      変換ツールによって、前記第1プログラムを前記第2プログラムに変換して変換ソースを生成する処理と、
      前記第1プログラムの変換時に非変換部分の変数の値、前記非変換部分の範囲、及び前記非変換部分の変換ソースを取得する処理と、
      前記取得した変数の値と前記非変換部分の範囲の情報から、前記非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値を取得する処理と、
      前記取得した変数の初期値及び終了値から、前記第2プログラムへの入力情報と比較情報を作成する処理と、
      前記第2プラットフォーム上で入力情報を前記変換ソースに入力し、テストを行った出力結果と前記比較情報とを比較し、比較結果を出力する処理と、
    を実行させるためのプログラム。
    A program that converts a first program that operates on a first platform into a second program that operates on a second platform of a different format,
    To the processor,
    A process of converting the first program into the second program by a conversion tool to generate a conversion source;
    A process of acquiring a value of a variable of a non-conversion part, a range of the non-conversion part, and a conversion source of the non-conversion part at the time of conversion of the first program;
    A process of obtaining an initial value of a variable at the start of processing of the non-conversion part and an end value of a variable at the end of processing from the value of the acquired variable and the range of the non-conversion part,
    A process of creating input information and comparison information to the second program from the initial value and end value of the acquired variable;
    A process of inputting input information to the conversion source on the second platform, comparing a test output result with the comparison information, and outputting a comparison result;
    A program for running
  15.  請求項14において、
     プロセッサに、さらに、前記出力結果と前記比較情報に基づいて、前記非変換部分の修正の要否を判定し、当該判定結果の情報を出力する処理を実行させることを特徴とするプログラム。
    In claim 14,
    A program for causing a processor to further execute a process of determining whether or not the non-conversion portion needs to be corrected based on the output result and the comparison information, and outputting information of the determination result.
  16.  請求項14又は15において、
     プロセッサに、さらに、修正要と判定された前記非変換部分が修正された場合、当該修正された非変換部分について、前記テストの対象として、前記非変換部分の出力結果と前記比較とを再度比較する処理を実行させることを特徴とするプログラム。
    In claim 14 or 15,
    When the non-conversion portion determined to be corrected is further corrected by the processor, the output result of the non-conversion portion and the comparison are compared again as the test target for the corrected non-conversion portion. A program characterized by causing processing to be executed.
  17.  請求項14から16の何れか一項において、
     プロセッサに、前記非変換部分の処理開始時の変数の初期値及び処理終了時の変数の終了値を取得する処理を実行する際に、前記非変換部分の最初と最後の行に中断点を配置し、当該中断点における変数の値を、前記変数の初期値及び終了値として取得させることを特徴とするプログラム。
    In any one of claims 14 to 16,
    When executing processing for obtaining the initial value of the variable at the start of processing of the non-converted portion and the end value of the variable at the end of processing in the processor, the break points are arranged at the first and last lines of the non-converted portion. And a program for causing the value of the variable at the interruption point to be acquired as an initial value and an end value of the variable.
  18.  請求項17において、
     プロセッサに、前記中断点における前記変数の値をトレースログとして取得させることを特徴とするプログラム。
    In claim 17,
    A program for causing a processor to acquire a value of the variable at the interruption point as a trace log.
  19.  請求項15において、
     プロセッサに、前記出力結果と前記比較情報が一致する場合には、前記非変換部分の修正が不要と判定させ、前記出力結果と前記比較情報が不一致の場合には、前記非変換部分の修正を要すると判定させ、
     プロセッサに、さらに、少なくとも前記非変換部分と、前記非変換部分についての修正の要否を示すGUIを表示し、修正を要する前記非変換部分の修正を促す処理を実行させることを特徴とするプログラム。
    In claim 15,
    When the output result and the comparison information match, the processor determines that the non-conversion portion need not be corrected. When the output result and the comparison information do not match, the processor corrects the non-conversion portion. Let me decide that I need it,
    A program for causing a processor to further display at least the non-conversion portion and a GUI indicating whether or not the non-conversion portion needs to be corrected, and to execute a process for prompting correction of the non-conversion portion that requires correction. .
PCT/JP2012/064292 2012-06-01 2012-06-01 Program conversion method, program conversion system, and program WO2013179486A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/064292 WO2013179486A1 (en) 2012-06-01 2012-06-01 Program conversion method, program conversion system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/064292 WO2013179486A1 (en) 2012-06-01 2012-06-01 Program conversion method, program conversion system, and program

Publications (1)

Publication Number Publication Date
WO2013179486A1 true WO2013179486A1 (en) 2013-12-05

Family

ID=49672735

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/064292 WO2013179486A1 (en) 2012-06-01 2012-06-01 Program conversion method, program conversion system, and program

Country Status (1)

Country Link
WO (1) WO2013179486A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016191977A (en) * 2015-03-30 2016-11-10 新日鉄住金ソリューションズ株式会社 Information processing apparatus, information processing method, and program
CN113064376A (en) * 2019-12-16 2021-07-02 株式会社安川电机 Production system, production method, and information storage medium
JP7417068B2 (en) 2020-01-31 2024-01-18 富士通株式会社 Display method, display program, and information processing device
CN113064376B (en) * 2019-12-16 2024-05-31 株式会社安川电机 Production system, production method, and information storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01173135A (en) * 1987-12-26 1989-07-07 Fujitsu Ltd Conversion processing system applying source converter
JPH0384627A (en) * 1989-08-29 1991-04-10 Nippon Steel Corp Computer program transfer device
JP2006011756A (en) * 2004-06-24 2006-01-12 Fujitsu Ltd Program converting program, program converting device and program converting method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01173135A (en) * 1987-12-26 1989-07-07 Fujitsu Ltd Conversion processing system applying source converter
JPH0384627A (en) * 1989-08-29 1991-04-10 Nippon Steel Corp Computer program transfer device
JP2006011756A (en) * 2004-06-24 2006-01-12 Fujitsu Ltd Program converting program, program converting device and program converting method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016191977A (en) * 2015-03-30 2016-11-10 新日鉄住金ソリューションズ株式会社 Information processing apparatus, information processing method, and program
CN113064376A (en) * 2019-12-16 2021-07-02 株式会社安川电机 Production system, production method, and information storage medium
CN113064376B (en) * 2019-12-16 2024-05-31 株式会社安川电机 Production system, production method, and information storage medium
JP7417068B2 (en) 2020-01-31 2024-01-18 富士通株式会社 Display method, display program, and information processing device

Similar Documents

Publication Publication Date Title
US8429645B2 (en) Method for optimizing migration of software applications to address needs
US10409564B2 (en) Recording and playback of development sessions
JP5350428B2 (en) Automatic program generation apparatus, method and computer program
JP6268029B2 (en) Test case generation apparatus and test case generation method
US20160259631A1 (en) Method and system for realizing software development tasks
JP6479184B2 (en) Computer-executable model reverse engineering method and apparatus
WO2017033441A1 (en) System construction assistance system and method, and storage medium
US11409631B2 (en) Verification automation apparatus, verification automation method, and computer-readable recording medium
CN113505082B (en) Application program testing method and device
US20170249126A1 (en) Easy storm topology design and execution
JP6256115B2 (en) Operation search program, operation search method, and operation search device
US20210389977A1 (en) System migration support apparatus, system migration support method and program
Hanjura Heroku cloud application development
WO2013179486A1 (en) Program conversion method, program conversion system, and program
CN108153896B (en) Processing method and device for input data and output data
US11349908B2 (en) Generating templates for deployment of system services
JP2006309290A (en) Method and device for supporting preparation of test program
JPWO2020105156A1 (en) Scenario generator, scenario generator and scenario generator
CN113268420A (en) Development method, device and system of data interface and computer storage medium
JP2017151594A (en) Supporting device, supporting method, and program
JP2019192134A (en) Information processing device, processing method therefor and program
JP2014099108A (en) Execution time calculating device, execution time calculating method, and program
JP2012150740A (en) Program generating device and method
JP4820584B2 (en) Configuration management program, development processing program, recording medium recording the program, configuration management apparatus, development processing terminal, configuration management method, and development processing method
KR20240082696A (en) Microservice unit container packaging and distribution operating method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12878013

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12878013

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP