View previous topic :: View next topic |
Author |
Message |
Solutions Mainframe Beginner
Joined: 11 Oct 2004 Posts: 4 Topics: 2
|
Posted: Mon Oct 11, 2004 11:28 am Post subject: Extract Edit Load Partially |
|
|
Hi,
Is it possible to extract,edit, load back with out disturbing the records that are not extracted from a DB2 table.
I did the same Using File aid.
I request to give the required key info.
Thanks In Advance,
Stallin |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Oct 11, 2004 11:36 am Post subject: |
|
|
Solutions mainframe,
Code: |
1. Unload the required records from DB2 TABLE.
2. Run a delete step to delete all the above extracted records.
3. Modify the data from step1
4. LOAD REPLACE the data from step3.
|
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|