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 |
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."
how to transfer the file from pc to mainframe??
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?
I know my query will return more than one row but I don't want cursor what should I do?
can we print comp 3 stmts how ?
what is jcl approach for programming?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
which generation language is cobol
What will happen if we generate GDG (+2) version without generating (+1) version?
What is SSRANGE, NOSSRANGE ?
How may divisions are there in JCL-COBOL?