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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
What is comp-1 and comp-2?
Differentiate between structured cobol programming and object-oriented cobol programming.
how can i see junk values in dclgen or in hostvariable of comp ?
I want ALL jcl ERROR cods
How many bytes S(8) comp field occupy and its maximum value?
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
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
How many maximum number of procedures can we write in one COBOL program?
What will happen if we generate GDG (+2) version without generating (+1) version?
COMP-3 field occupy ?
what is the diff b/w select stsmt and cursor ?