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
Where & How Do You Code Identifier In Jcl?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Can I share my data with other jobs? How?
Explain about LMQUERY�give a dialog information about a data set
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
How jcl is used for testing batch programs?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are the parameter we cannot use in procedure?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is job control language?
How to run cobol program using jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the function of dd disp parameter?
How to do automated restart when a job abend?