Answer Posted / shailendra
cond means condition parameter
this parameter we can use in job as well as exec statment
if we are mention cond then it will check condition for the
step before execute it. if condition will match then this
step never execute. we can put maximum 8 condition at a
time.
format
cond=((retern code,conditon,step name),....(retern
code,conditon,step name))
| Is This Answer Correct ? | 42 Yes | 3 No |
Post New Answer View All Answers
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
What is use of restart and how to use it?
What is Cataloged Procedures?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How jcl work to handle various input output file operations?
List in order the hierarchical levels of jcl?
what is use of dsn parameter in dd statement?
Mention the types of job control statements?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the 2 types of parameters in dd statement?
What do you understand by jcl?
how you will the direct the data to spool using sysout option?
How jcl is used for testing batch programs?
what is the resolution for sb37 error
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY