Hi All, Can any one give me a suggestion for below prob
One job is in MSGW due to decimal dara error and I find out
stmt error and Value in DMUP.
but my file has millions of records.So how can i find out
on which record the error was occured....?
Answers were Sorted based on User's Feedback
Answer / reshma
Hi
First check the job using option 7
then press shift esc +3
then use the option 14 to see the open files
there u can check for which RRN the record is stuck for
that file.
thanks
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / kamlesh
use file information datastructure for ur pf in rpg pgm
then write below opcode
POST FILEINFORMATIONDS
before the statement which raise decimal data error. then
use DUMP opcode. finally u will get record number in file
info ds.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / syam
When MSGW display, give option "D" to print a DUMP. Open
that DUMP you can find some values of same record. Use
DSPPFM, there you search for that value. Close to this
value you can find that non numberic data.
| Is This Answer Correct ? | 2 Yes | 3 No |
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
what is the function of cpyf command?
how to insert the data in pf by using cl program
What are the different definition levels in Data Description Specifications?
What is the purpose of SFLNXTCHG keyword in a subfile?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
what is the purpose of putovr (put with explicit override) keyword?
how to declare a constant variable in the freeformat?
How many libraries can be there in library list ?
What Is The Error If We Don't Get Login Screen?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?