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 / prachi
It depends on business logic..
If you can perform all these operation in one program you
can put it in one step in JCL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
What kind of error is trapped by on size error option?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Difference between cobol and cobol-ii?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Name some of the examples of COBOl 11?
Whats the difference between search & search ALL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between external and global variables in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What guidelines should be followed to write a structured cobol prgm?
In COBOL, what is the different between index and subscript?
Which is not true about evaluate statement