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
How to run cobol program using jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the function of a dd statement?
How can a jobs execution priority be modified?
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
Which dd parameters are required?
Is their any limit for data sets?
What are the difference between jcl and jes?
Name what parameter directs the output of the job log dataset?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How do you access an uncatalogued dataset in a jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the compile process of cobol program expalin with code
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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC