| Support |
| Site Admin |
|
| |
| Joined: 12 Mar 2004 |
| Posts: 370 |
| Location: Omaha, NE |
|
|
|
 |
 |
 |
|
You can launch the RPG Wizard (RPGWIZ) modernization command from WebSphere Development Studio Client (WDSC) by performing the following steps:
1. Open the WDSC Remote System Explorer and then right-click on any RPG source member.
2. Choose the "Compile" menu option and then choose "Work with Compile Commands".
3. Under the "New compile command:" section, enter a value in the label to describe the command. We recommend the label of "RPG Wizard".
4. For the command, enter RPGTOOLBOX/RPGWIZ and press the prompt button to modify the parameters. You will want to at least specify the substitution parameters of FROMFILE(&O/&F) and FROMMBR(&N). If converting from RPG III, specify FROMTYPE(*RPG3). If modernizing existing RPG IV source, specify FROMTYPE(*RPG4).
5. After you have specified the desired parameters for the RPGWIZ command, then press the Create button and then the Close button.
6. Now when you select "Compile" or "Compile (prompt)" from the Remote System Explorer, your new command will be listed as an available option. You will probably want to use the "Compile (prompt)" option so you can override the destination file and member for the RPG Wizard. |
|