kiranalexdaniel Beginner
Joined: 24 Nov 2005 Posts: 1 Topics: 1
|
Posted: Mon Feb 27, 2006 11:57 pm Post subject: Help needed for editing members |
|
|
I need to make changes to two DD statements for all the members in a PDS and need to add two symbolic parameters for the same member.
Example:
//IMS DD DSN=&IMS..PSBLIB,DISP=SHR
// DD DSN=&IMS..DBDLIB,DISP=SHR
The above lines has to be changed to
//IMS DD DSN=&PSB..PSBLIB,DISP=SHR
// DD DSN=&DBD..DBDLIB,DISP=SHR
The change should happen according to PSBLIB and DBDLIB.
And also, i need to define the symbolic parameter PSB and DBD in the same member as follows
// IMS=IMSDB,
// DBD='TEST.DBDLIB',
// PSB='TEST.PSBLIB'
Both DBD and PSB should be added after IMS
These changes should happen for all the members in a PDS.
Please help me as soon as possible. |
|