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 |
what is the control cards?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
i want to avoid the positional parameter how to code it ?
In sms datasets, what is the function of the dd avgrec keyword?
when does a dataset go uncataloged?
what are the ways of passing data to a cobol program from jcl?
which parameter is used to check the syntax of a jcl without executing it?
what is use of dsn parameter in dd statement?
What is a PROC? What is the difference between an instream and a catalogued PROC?
wht happens if blksize = 0 and lrec = 0 ?