how to handle job errors in as400
what is the command and where can we find out whether the job
has any errors
Answers were Sorted based on User's Feedback
Answer / guest513
We can check the job errors in job log.. DSPJOBLOG (give the
job name etc) to view the log.
WRKACTJOB - here the job will be in MSGW there we can take
opt 7 to view the error and to take the action.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / svankipu
JOBLOG is the only mirror of all the things that are
happened on the Job; including job errors.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the maximum length of a variable name in CL?
records can be read/update/deleted with which file?
What is Multi-format logical file?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
How to genarate the reports?
Q.Hi All friends, I have one Question, I have three fields in display file SUP LOT, ISSUED to Prod and Line Grp. Field SUP LOT is mentioned in one field reference file WRSLT and key field as a key field LP.Fields ISSUED to PROD,Line GRP are mentioned in the another Field reference file WMDTF. So I want to read SUP LOT on the basis of key field LP from the first file WFSLTand then i want ot read another two fields ISSUED to DATE and LINE GRP from second file on the basis of SUP LOT, which i got from first file.Now i want to display these fields in the display file DSPWMMS. but Condition is that 'Supplier Lot,ISSUED to Prod and Line Grp will not be shown if their respective fields are blanks/Zero. Please Let me Know coding part of this senerio and what would be coding for display file to now shown fields if fields are blanks/zero. My mob. no. is 9836300345. Please reply me asap.
what are indicators?
What is program status data structure(psds) in as400?
How do you put jobs in batch mode?
what are the various types of device files?
how can database records be read without lock ?
what key word is used when screen is re-display?