|
|
| Author |
Message |
iknow
Senior Member
Joined: 22 Aug 2005 Posts: 583 Location: Colarado, US
|
|
|
|
Hi All
How to read record from a file and insert the same into tables? I use COBOL and DB2. |
|
| Back to top |
|
 |
References
|
Posted: Thu Oct 13, 2005 8:09 am Post subject: Re: Filling DB2 tables using Sequential Files |
 |
|
|
 |
priyesh.agrawal
Global Moderator
Joined: 28 Mar 2005 Posts: 1511 Location: Chicago, IL
|
|
|
|
| Quote: |
| How to read record from a file |
By READ Statement.
| Quote: |
| insert the same into tables? |
INSERT command in SQL query by moving the read value to host variable.
Regards,
Priyesh. |
|
| Back to top |
|
 |
|
|