View previous topic :: View next topic |
Author |
Message |
ranjit5311 Beginner
Joined: 27 Nov 2005 Posts: 27 Topics: 14
|
Posted: Wed Aug 23, 2006 2:31 am Post subject: updating many members of a PDS at a time |
|
|
Hi everybody,
I want to update two or more members of a PDS simultaneouly. Application program is written in COBOL. How can I do so. Please advice me.
TIA,
Ranjit Kumar _________________ One should move lightly through the life, carrying no excess baggage. |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Wed Aug 23, 2006 5:44 am Post subject: |
|
|
Can your program write simultaneously to 2 different files?
If you want to update the two member one after anoter, within the same program, you can:
1. Allocate each member to a different file, and process them one after another.
2. Use ISPF services like LMMPUT, LMMGET etc.
3. Convert your program to an Edit-Macro.
4. Use tools/utilities from within COBOL.
O.
________
go-away-spammer-sucker GERMAN
Last edited by ofer71 on Thu Mar 17, 2011 10:51 am; edited 1 time in total |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|