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 |
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?
any one have give AS400 study material? pls pass it to gopalsai789@gmail.com
how can I control from my cgis the cache of a remote browser?
what is the purpose of indicators in rpg?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
What do you mean by ODP?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
how to write *pssr ?
which cl command is used to trap error messages during program execution?