Q.Suppose one job is running in a batch mode for a long
time now i want to kill this batch job. how you achive this?
Answers were Sorted based on User's Feedback
Answer / ajit
Use wrksbmjob command and take option 4 against the job, do
F4 and change from *CNTRLD to *IMMED.This will end the job
quickly. Or you cab use wrkjob and take option 41.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / mind
use wrkjob and take option 41 . or use wrksbmjob command
and take option 4 for end job.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / vicky
Use the command ENDJOB and provide the Job Name.
In Case if the job needs to be ended abnormally use the
command ENDJOBABN and provide the Job Name.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the purpose of DMPCLPGM IN CL?
Suppose we have field reference file we were any changes that corresponding Physical file then what will Happen in field reference file??
what is rpg ?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
how can I automatically refresh a web page?
how can i get the cursor position in display screen to to display my window?
What is primary file? How many primary file can be declared in a RPG program?
what does defn do?
what is message subfile?
What is a Device file?
define what a data area is along with a brief example of what it may be used for?
what is the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?