There are 2PROCS in a JCL. I want following conditions to
be carried out
1) 1st PROC should be executed as such
In second PROC
2) First 4steps should not be executed
3) 5th step should not be executed
4) 6th and 7th step should be executed
The change should be done only in the JCL and PROC should
be untouched ?
Answer Posted / sahana
for 1st one give COND=ONLY(it will execute 1st step if n only if second step executed)
2) COND=EVEN
3)COND=EVEN
4)COND=EVEN
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the types of abends that occur on job failure? And explain the possible causes of these
Where & How Do You Code Identifier In Jcl?
What is the purpose of dd dummy statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
what happens in conversion stage in job processing?
Explain dfsort utility?
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) ?
How can unused space allocation be returned to the system when a dataset is closed?
define cond parameter in jcl?
Is it possible to left uncode disp? If yes, how?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How does jcl act on code(if you take a cobol program)?
What are steplib and joblib? What for they are used?
Explain the function of job statement in jcl?
Explain the function of a dd statement?