View previous topic :: View next topic
|
Author |
Message |
Blackjarvis
New User
Joined: 12 Jul 2022 Posts: 1 Location: Italy
|
|
|
|
Hi
I'm new to this 'world' and I'm trying to learn something about Mainframes in general.
I'm looking for an 'how to' guide to Read a flat file and then make a query with the data i just Read.
In example
01929,0000,00000,000
.
.
Is a single row given by the input file.
I have multiple rows in it.
Now, i know i have to Read the file once rows at a time, but how to repeat the query n-Times where n-Times is the number of rows, and each time with different input?
Thanks |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
There are 1000+ different tools available to perform this task.
The only exceptions from that list are: JCL, and VSAM.
How do you plan to work with your DB2? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Write a cobol Db2 program |
|
Back to top |
|
|
|