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 rules are followed by the search verb.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how to refer the data field?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
State the various causes of s0c1, s0c5 and s0c7.
How do you differentiate between cobol and cobol-ii?
What is rmode(any) ?
What is the difference between comp and comp-3?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain what you understand by passing by value.
Which mode is used to operate the sequential file?
Explain how you can characterize tables in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is length is cobol?