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 |
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
what are the necessary keywords for the join logical file?
What is file information data structure(infds) in as400?
how to develop some simple graphs (bar charts) using just html?
How to see active jobs of the system.
what are necessary keywords to code message subfile?
what is a query can be run in which mode?
what is pointer error in rpg IV?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?
When does the DFT keyword in PF be used?
what is the use of data structures?