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


Please Help Members By Posting Answers For Below Questions

How dummy is used in jcl?

632


what is the compile process of cobol program expalin with code

1988


which utility is used to sort a file in jcl?

735


what happens in conversion stage in job processing?

716


When output dataset space is required, what quantity categories are used?

808






Which dd parameters are required?

673


How do you overcome this limitation ?

683


What is notcat 2 - gs?

914


What are hierarchy levels in jcl?

928


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2252


How can a jobs execution priority be modified?

784


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1973


How can an in-stream dataset be terminated?

836


In job processing, what happens in execution stage?

691


how do you access an uncataloged dataset in a jcl?

817