Answer Posted / siri
COND:-IT IS USED FOR EXCUTE THE STEPS BASED ON RETURN CODE....MAXIMUM 8 CONDITIONS ARE CODED IN ONE COND PARAMETER....
COND=(CODE,OPERATOR,STEPNAME)
CODE CAN BE 0-4095
OPERATOR CAN BE GT,LT,GE,LE,EQ
GIVING COND IS TRUE THE STEP WILL BE BYPASSED...COND IS FALSE THE STEP WILL BE EXECUTED....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of dd?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What do you understand by jcl?
what is the compile process of cobol program expalin with code
Name the parameters which can be used to limit the number of records written to a sysout dataset?
List the different components of jcl statement?
Which statement is used to identify the private libraries in job?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the function of a dd statement?
What are the difference between jcl and jes?
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?
What is the function of a dd statement?
What is the function of job statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the use of symbol // in jcl?