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 |
How do define dynamic array in cobol.
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
What is the meaning of 'TALLING' verb in cobol?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
1.What is the limit of linkage section?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
How can you get the ksds file records into your cobol program?
how many bytes do SPPPP999 will store?
Whtz the specialty of 77 level number ?
what is SYNCHRONIZATION?
What is ASKTIME, SUSPEND
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.