RPG procedure RS005R in program RJSSPLIT/RS005R at statement 2001
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
RPG procedure RS005R in program RJSSPLIT/RS005R at statement 2001 attempted to access non-existent field.
[edit]
Solution:
Make sure that there are not blank records in the page definition before the record you are using for your *SELECT statement.
If you had two fields defined in the page definition and determined that you did not need the first one so you blanked out the fields in that record, the *SELECT statement was using the symbolic field name from the 2nd record and it received the error. Move the field values from Record 2 to Record 1 and that will solve the problem.
