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) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?

7 Answers  


if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?

1 Answers   IBM,


What the difference between Source Physical File and Physical File?

1 Answers  


Hello friends, i am new to AS/400. Can any one help me in AS/400 i meant say can you send me some FAQS and interview questions.

7 Answers   HanceInc, IBM,


what are two types of record are used in subfile?

1 Answers   IBM,






4 persons a, b , c , d have to go to concert which will held in 17 minutes. there is a bridge which only 2 persons at a time can cross. its night and they have only one flashlight with them. Flashlight cannot be thrown. one person should return with the flashlight all 4 person have different speed. a = crosses bridge in 1 min. b = crosses bridge in 2 min. c = crosses bridge in 5 min. d = crosses bridge in 10 min how can they all reach in time.?? Ex- suppose a and d crosses bridge which will take 10 mins and then d returns back with a flashlight which will make 20 mins and mission is failed.

1 Answers   Manhattan,


if we tried to move year part of *iso date into a field of length 3, what will happen ?

0 Answers   IBM,


What is the benefit of using Externally Described files over Internally Described?

19 Answers   IBM, Patni,


why is the declare cursor statement is used for?

0 Answers   IBM,


What are the types of data structure in as400?

0 Answers  


how many levels are there in a physical file?

1 Answers   IBM,


how do you read data area in an rpg program?

1 Answers   IBM,


Categories