Scenario:
I have 3 Input Files.Read the first i/p file and depending
on certain business logic, I want to read wither i/p file-2
or i/p file-3.Now, depending on certain business logic
applied to the record read from either file-2 or file-3, I
decide to write them to either output file-2 or output file-2.
Question:
How many job steps are necessary to implement a solution for
the above.
Answer Posted / keshireddy
I guess Q is not clear..
If you want the task to complete with Cobol module within
one JCL step it can be done.
If task has to complete with JCL then you need to tell the
business logic. If anything like filtering.. then with 3
steps it can be done.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
) How do u handle errors in BMS macro?
What is the local-storage section?
State the various causes of s0c1, s0c5 and s0c7.
How many sections are there in data division in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the different rules for performing sort operation?
Differentiate between structured cobol programming and object-oriented cobol programming.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How you can characterize tables in cobol?
What are various search techniques in cobol? Explain.
Can we redefine the field of x(200) to less than 200?