Answer Posted / krithiga hari
There are 2 types of job control statements. They are COND
and IF END-IF.
When the condition is true, the step will get bypassed in
the COND. Whereas if the condition is true step will get
executed in the IF END-IF.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the function of the dd mgmtclas keyword in sms datasets?
What are the difference between jcl and jes?
How to do automated restart when a job abend?
Name what parameter directs the output of the job log dataset?
Explain the function of //jcllib statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Are there any set of rules for the names of the steps used in a job? What are they?
Can I share my data with other jobs? How?
what is use of dcb parameter in dd statement?
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.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What parameter directs the output of the job log dataset?
Is condition checking possible in jcl? If yes, how?
What is timing concept in mainframe?
Explain the job statement in jcl?