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 |
How do I release jobs in queue and change a job destination to a different printer. I know wrkjobq but I have not worked with As/400 for a while,so_can someone help me?
what is the clp command to access a query/400?
what is pointer error in rpg IV?
what is the maximum number of record formats in dspf?
Logic cycle
How to position the cursor on a display file at a desired location.
what is join logical file?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
How to create a data queues?
What is access path in as400?
what is the sequence when using cursor?