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 |
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how GDGs are concatinated?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
which utility is used to update pds?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Give the syntax of job specifying jcl statement.
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Can I share my data with other jobs? How?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?