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 |
which one is better among static call and dynamic call?
What is the Purpose of POINTER Phrase in STRING command
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
Why would you use find and get rather than to obtain?
what is the use of filler in cobol programing?
how we rectify soc7 and soc4 errors in project?
In the JCL, how do you define the files referred to in a subroutine ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write a cobol program making use of the redefine clause.
what is mainframe? what is the mainframe software ? what is use in s/w field?