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
which parameter is used to check the syntax of a jcl without executing it?
How can a jobs execution priority be modified?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to pass the parameter in parm using linkage section ? (syntax)?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is condition checking possible in jcl?
What are the jcl procedures?
What is the purpose of dd * statement in jcl?
Explain how can an in-stream dataset be terminated?
what operation is performed by job statement?
What is job control language?
what is “Cond= even” and “Cond=only”?
List the different components of jcl statement?
How can a fb file convert to vb file using sort program?
what is use of disp parameter in dd statement?