| Support |
| Site Admin |
|
| |
| Joined: 12 Mar 2004 |
| Posts: 370 |
| Location: Omaha, NE |
|
|
|
 |
 |
 |
|
You can utilize the free form indention (INDNST) 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 "Indent Free Form".
4) For the command, enter RPGTOOLBOX/INDNST and press the prompt button to modify the parameters. You will want to at least specify the substitution parameters of FILE(&O/&F) and MBR(&N).
5) After you have specified the desired parameters for the INDNST 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 |
|