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

Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?

6 Answers   IBM,


What is an ICF file?

1 Answers  


what are the different methods to access seu?

0 Answers   IBM,


what is the command to know key fields of file?

0 Answers   IBM,


how many triggers can be associated with a file?

1 Answers   IBM,






In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.

0 Answers   Adverb Solutions, CSC,


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

1 Answers  


What is a Member?

1 Answers  


can a join logical file be updated?

0 Answers   IBM,


how can you execute a command from within an rpg program without calling a clp program?

1 Answers   IBM,


What are the different types of messages in CL?

1 Answers  


which cl command can be used at program execution to redirect the file named in an rpg program?

0 Answers   IBM,


Categories