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



Hi All, Can any one give me a suggestion for below prob One job is in MSGW due to decimal dara er..

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

Hi All, Can any one give me a suggestion for below prob One job is in MSGW due to decimal dara er..

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

Hi All, Can any one give me a suggestion for below prob One job is in MSGW due to decimal dara er..

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

Post New Answer

More IBM AS400 AllOther Interview Questions

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)?

0 Answers  


what is clile code get last digit in numarice value

2 Answers   CFC,


What does the keyword UNIQUE mean ?

1 Answers  


I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?

5 Answers  


How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?

1 Answers  


What is compiler directive in as400? Give example of compiler directive.?

0 Answers  


How many Printer Files can Declare in a CL Program?

4 Answers  


what are the various types of device files?

1 Answers   IBM,


define the purpose of the %sst function?

1 Answers   IBM,


a multiple format logical file is also known as?

0 Answers   IBM,


how can send report to user through cl program in as400

1 Answers  


what are the important factors in error message subfile ?

0 Answers   IBM,


Categories