| Support |
| Site Admin |
|
| |
| Joined: 12 Mar 2004 |
| Posts: 370 |
| Location: Omaha, NE |
|
|
|
 |
 |
 |
|
If you have EXAMINEFLD(*YES) specified on the RPGWIZ command, then the RPG Wizard not convert MOVEs, MOVELs or arthmetic operations if it cannot determine the field lengths/types used in the operations.
Please make sure your library list is set properly so the RPG Wizard can find any external field definitions (ie database fields, display file fields, copy books, etc.). If your library list is set properly, then some MOVEs and arithmetic operations may still not be converted because of special considerations (ie. attempting to assign a numeric value that may overflow in an EVAL). Read the manual or the RPGWIZ on-line help for more information on these considerations. |
|