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 is the function of cpyf command?
how can you detect and handle a record lock situation?
what are the different types of data areas?
what does check opcode do ?
what is a query can be run in which mode?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
explain the difference between defining subfile and message-subfile?
WHAT IS AS/400 SYNORIO?
How can we arrange duplicate records in a file?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
what is message file?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
what is the purpose of overrides?
what is the purpose of dynslt keyword?