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....?
Answer Posted / 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 |
Post New Answer View All Answers
what are dds required for subfile?
what are the different types of variables available in cl?
what is the purpose of the indara keyword?
What is array in as400? What are the types of array?
define the purpose of the *cat function?
what are the limitations of cl (compare to rpg) ?
why is as/400 called object oriented machine?
can you specify a display file to be used in the following modes input,output, or combined modes ?
what is procedure prototype and procedure interface.
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
How to add 99 menu (page down) option in menu creation..
how do you read data area in an rpg program?
What is the draw back of Procedures? why we are going to Modules?
Explain The Keywords Edtcde & Edtwrd?
Can level check error occur if we do chgpf?