InterviewSolution
| 1. |
How Do You Code File Field Renames In Ile Rpg? |
|
Answer» •The PREFIX keyword is used to partially RENAME the fields in an externally DESCRIBED FILE. The characters specified as prefix string are prefixed to the names of all fields defined in all records of the file specified. •The PREFIX keyword is used to partially rename the fields in an externally described file. The characters specified as prefix string are prefixed to the names of all fields defined in all records of the file specified. |
|