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
What is amode(31)
example for sub strings ? and refernce modifications whit output pls
For rewrite, why is it mandatory that file needs to be opened?
What is the usage of comp fields in cobol?
What rules are to be followed while using the corresponding options?
How do u write test cases?
What is inspect in cobol ?
how to convert the recors form vsam file to db2 table tru file aid
What are the access modes of START statement?
What is amode(24)?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between external and global variables in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you define single dimensional array and multidimensional array in your cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?