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 |
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
what are the basic features of seu?
how can send report to user through cl program in as400
what is the version of os/400 that we have?
what is the syntax for plist?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
What is acronym of RPG?
What is the difference between production library and test library ?
distinguish between terminating a program through seton lr and return?
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
how does union file maintains record formats?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?