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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Define cobol?
Which mode is used to operate the sequential file?
How do you reference the fixed block file formats from cobol programs
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
what happens if parmparameter passes zero bytes to the program
Differentiate between structured cobol programming and object-oriented cobol programming.
What is a report item?
What is the utilization of copybook in cobol?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the problem of ordered sequential files access?
Name the divisions, which are available in a cobol program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc