View previous topic :: View next topic |
Author |
Message |
galeny Beginner
Joined: 28 Dec 2005 Posts: 2 Topics: 1
|
Posted: Tue Mar 21, 2006 9:17 am Post subject: who can tell me how i can edit a VSAM file in batch mode? |
|
|
I want to use DITTO function or other systool to edit a vsam file.
how can I do?
because My english is poor,please forgive me. |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Mar 22, 2006 1:33 am Post subject: |
|
|
galeny,
What is your actual requirement ? You can use either SORT or FILEAID to update the contents of a VSAM. Let us know what your actual requirement is - a Sample Input and Sample Output example would be helpful.
Thanks,
Phantom |
|
Back to top |
|
 |
galeny Beginner
Joined: 28 Dec 2005 Posts: 2 Topics: 1
|
Posted: Fri Mar 24, 2006 8:50 am Post subject: |
|
|
ceci read fi(smfta) rid('131') into(&AA)
read fi(smftb) rid('131') update
rewrite fi(smftb) rid('131) from &aa
how can I do this in a batch ?thank you
I don't have FILEAID tool.
can I user DITTO FUNCTION or CECI function in a batch mode? thanks a lot  |
|
Back to top |
|
 |
|
|