View previous topic :: View next topic
|
Author |
Message |
SJTCrack97
New User
Joined: 28 Oct 2021 Posts: 3 Location: INDIA
|
|
|
|
Hi there can anyone provide me the cobol program to copy data present in db2 table (like: customer Number, customer name etc.) to a sequential file ? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Wouldn't the result depend upon the specifics of the DB2 table?
And this is a help forum -- we don't do urgent. If you need urgent help, convince your management to hire a consultant to help you. |
|
Back to top |
|
|
SJTCrack97
New User
Joined: 28 Oct 2021 Posts: 3 Location: INDIA
|
|
|
|
Yeah like reading the table and then writing it to sequential file... |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
SJTCrack97 wrote: |
Yeah like reading the table and then writing it to sequential file... |
Google: READ DB2 COBOL EXAMPLE
Google: WRITE FILE COBOL EXAMPLE |
|
Back to top |
|
|
SJTCrack97
New User
Joined: 28 Oct 2021 Posts: 3 Location: INDIA
|
|
|
|
Can anyone provide the combined COBOL code ? |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
SJTCrack97 wrote: |
Can anyone provide the combined COBOL code ? |
This is a help forum, not do-my-job-for-me forum. |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
SJTCrack97 wrote: |
Can anyone provide the combined COBOL code ? |
Sure, ik can do that. I charge you 1000 euro a line of coding.
Deal? You have to pay upfront. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
|