I am having a problem receiving a data decimal error. The statement# in error is 115400.
Here is the statement:
115400 c Move CAlpha CNumeric
copy/paste of the field in error in the RPG formatted dump:
CALPHA CHAR(30) '0000000000000000 [ 00000'
I'm trying to read through some of the code but I have as of yet to make heads or tails as to which record in the PF this data is referring to. Any suggestions on how to deterimine which field and record the data decimal error is occuring on (if this even is the problem)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
to determine the record that's causing the error do a WRKJOB on the running job and look in the open files and do F11. that should show you the RRN for the file. then you can find the record and see what the data looks like
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having a problem receiving a data decimal error. The statement# in error is 115400.
Here is the statement:
115400 c Move CAlpha CNumeric
copy/paste of the field in error in the RPG formatted dump:
CALPHA CHAR(30) '0000000000000000 [ 00000'
I'm trying to read through some of the code but I have as of yet to make heads or tails as to which record in the PF this data is referring to. Any suggestions on how to deterimine which field and record the data decimal error is occuring on (if this even is the problem)?
to determine the record that's causing the error do a WRKJOB on the running job and look in the open files and do F11. that should show you the RRN for the file. then you can find the record and see what the data looks like