once we submitted the job to the operating system, how can we
cancel the job before execution?
Answers were Sorted based on User's Feedback
Answer / pranav
By going in SDSF;ST and putting 'C' across the Active job.
This will cancel the execution.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / vinay sonar
In spool area put P i.e. PURGE in front of job-id and press
enter.Job will be terminated with message 'job cancelled'
| Is This Answer Correct ? | 2 Yes | 1 No |
When we give TYPERUN = SCAN , what are the syntax errors we get?
Why block size is multiple of lrecl in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
wt will happen to the step of a job if u code COND=ONLY
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
What is the purpose of disp parameter?
is there any utility for restarting a particular step in jcl reply soon ?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
How do you restart a PROC from a particular step?
what is the difference between JES3 and JES2?