what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.



what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp...

Answer / aparajita

COND parameter allows to specify condition based on the
return code of earlier steps will allow the current job
steps to execute or to bypass.

we can code cond at step as well as at job statement.if any
of the steps with in job issue a return code that satisfy
the cond code at job stmt. then the system bypass the
remaining steps and terminate the job.
===
Region-specify the limit of the real or virtual storage
allocated for any of the job steps.
if you specify region parameter at job stmt then it
override the specified region parameter at each job steps
with in the job.
===
Time-it specify the total cpu time all the job steps in a
job use.
if you specify time at job level then it implies to entire
job.if you specify at step level it implies only to the
particular step.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is inspect in cobol ?

0 Answers   Infosys,


How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.

3 Answers  


BY seeing a program how can we say that it is static call or dynamic call

5 Answers   CGI,


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,






can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  


How will you find the currepted records in a file

2 Answers  


When is a scope terminator mandatory?

3 Answers  


Why we should use cursor ?

3 Answers  


How do you set a return code to the JCL from a COBOL program?

4 Answers  


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


Categories