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



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

Post New Answer

More COBOL Interview Questions

how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


How do u write test cases?

0 Answers   IBM,


What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.

1 Answers  


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  






What is a subscript ?

3 Answers  


WHAT IS SOC3?HOW IT CAN BE RESOLVED?

1 Answers  


how many divisions are there in cobol

3 Answers   ADP,


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.

2 Answers   ADNA, CSC,


what are the diferences b/w sub-script and index?

4 Answers  


The maximum number of dimensions that an array can have in COBOL-85 is ?

11 Answers  


Categories