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 |
In which specification Data Structures can be defined?
maximum number of subfiles that can defined in a rpg program for one display file is?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
Difference Between Skip Before & Space Before?
What is the purpose of "A CSRLOC (F1ROW F1COL)"?
How to genarate the reports?
what is data structure?how many types of data structers?
Space & Skip Are Which Level Keywords?
how many specifications are there in rpg/400? What are they?
how does union file maintains record formats?
I have SQLRPGLE program in which there are some update statements which executed correctly. there were no errors run time. Once the program gets over, the file was not updated with the new values. What might be the reason?
distinguish between terminating a program through seton lr and return?