how to handle job errors in as400
what is the command and where can we find out whether the job
has any errors
Answer Posted / 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 |
Post New Answer View All Answers
how many maximum spaces could be given in o specs?
what are the three line types in rlu ?
what is *inzsr used for?
how will you search an array?
how many printer files can be defined in f specs ?
what if my system I runs with system value qccsid 65535?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
what is a program described file in rpg?
what are indicators?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how to validate input values in display file ?
an access path may be in which sequence?
what is message subfile?
What is data structure in as400? What is the use of data structure?
which cl command is used to trap error messages during program execution?