A particular job executing on the iS is not behaving as
expected and is operating in an environment in which it can
be debugged. What commands would you use to debug and
observe the program?
Answers were Sorted based on User's Feedback
SBMJOB with HOLD(*YES) take the job number ,name and user
using WRKSBMJOB . then STRSRVJOB and STRDBG and F10 and come
out.the release the job WRKJOB 43 option or WRKSBMJOB with 6
option . then DSPMODSRC and start doing the debug. its like
normal debug.after completion of debugging you have to
ENDSRVJOB and ENDDBG
| Is This Answer Correct ? | 22 Yes | 0 No |
ESCAPE message sent by child program can be handled by parent program using which keyword?
What is I90(Insure 90)?
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
why we do STRSRVJOB in batch debugging in as400
can anyone say,what is the use of operation extended H/N/P?
Delete FileName at first statement in RPG.
3 members in a databasefile .how to read records from all the members?????????
what is the use of sflnxtchg?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
program to find the number of objects used in a given program through a display.