Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


how to transfer the file from pc to mainframe??

4 Answers  


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  


I know my query will return more than one row but I don't want cursor what should I do?

1 Answers  


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


what is jcl approach for programming?

4 Answers   IBM,


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

2 Answers  


which generation language is cobol

4 Answers   Kanbay,


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


What is SSRANGE, NOSSRANGE ?

5 Answers  


How may divisions are there in JCL-COBOL?

5 Answers   IBM,


Categories