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 the Purpose of Pointer in the string?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
What the difference is between continue and next sentence?
how do you reference the variable unblock file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what happens if parmparameter passes zero bytes to the program
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
State the various causes of s0c1, s0c5 and s0c7.
What are different data types in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are the different rules of SORT operation?