Job is running in production 24/7 how do u debug that
running job ?
You can debug a job by doing the following.
1) STRSRVJOB JOB(JOB_NUMBER, USER, JOB_NAME)
2) After this you can debug the progam which is running in
that job by STRDBG command.
STRDBG PGM(PGM_NAME) UPDPROD(*YES) OPMSRC(*YES)
| Is This Answer Correct ? | 18 Yes | 0 No |
What is data structure in as400? What is the use of data structure?
What the difference between Source Physical File and Physical File?
What is the maximum number of times Multiple Occurrences DS can occur in a program?
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output
What is the symbol used for copying & moving new field in SDA?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
can we creat a member logical file
under given circumstances, my cgi should link to another site. How to implement this?
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 we can delete all the Logical File of a Physical file in one instance ?