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 scan and xlate?
What is the maximum length of a variable name in CL?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... e.g call PGM(qp2shell) PARM('/qopensys/usr/bin/sh' '-c' 'sftp -b /home/mydir/tmp.txt user@host.com') Plz reply in detail...
What is the use of Data Queues?
What is the difference between /copy and /include in RPGLE?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
What are the two main attributes, which govern the execution of a job?
i have one physical file which is having two logical files. logical a have unique keyword and logical b doesnt have a unique keyword. can i give duplicate values while updating through physical file. if no why?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
What is primary file? How many primary file can be declared in a RPG program?