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


Please Help Members By Posting Answers For Below Questions

What is the difference between Global and External Variables?

659


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

740


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


how do you reference the variable block file formats from cobol programs

680


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1228






What is the difference between PIC 9.99 and PIC9v99?

771


how do you reference the esds vsam file formats from cobol programs

627


Give some examples of command terminators?

751


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1838


What is the difference between comp and comp-3?

692


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1776


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


What are the different types of condition in cobol and write their forms.

654


what is the use of outrecord?

1768


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

992