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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(31)

899


example for sub strings ? and refernce modifications whit output pls

2060


For rewrite, why is it mandatory that file needs to be opened?

824


What is the usage of comp fields in cobol?

860


What rules are to be followed while using the corresponding options?

822


How do u write test cases?

1808


What is inspect in cobol ?

988


how to convert the recors form vsam file to db2 table tru file aid

2975


What are the access modes of START statement?

919


What is amode(24)?

867


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

945


What is the difference between external and global variables in COBOL?

1036


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1813


how do you define single dimensional array and multidimensional array in your cobol?

854


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1021