View previous topic :: View next topic
|
Author |
Message |
LinkinPark Warnings : 1 New User
Joined: 20 Nov 2005 Posts: 44 Location: DALIAN,CHINA
|
|
|
|
After create a new PDS, how to create first member for it ?
Thanks |
|
Back to top |
|
|
priyesh.agrawal
Senior Member
Joined: 28 Mar 2005 Posts: 1448 Location: Chicago, IL
|
|
|
|
Since you posted your question in TSO/ISPF section.
1> Open PDS by 3.4
2> Give an "E" against PDS Name alongwith putting desired new Member Name in brackets.
Code: |
E HLQ.PDS.NAME (NEWMEMBR) |
3> Press Enter. |
|
Back to top |
|
|
jon_s_rice
Active User
Joined: 24 Mar 2005 Posts: 102 Location: Douglasville, GA USA
|
|
|
|
You can also from the 3.4 screen enter
e /(newmembr)[/code] |
|
Back to top |
|
|
jon_s_rice
Active User
Joined: 24 Mar 2005 Posts: 102 Location: Douglasville, GA USA
|
|
|
|
Sorry about that the
Code: |
should not be in the response. |
|
|
Back to top |
|
|
parsesource
New User
Joined: 06 Feb 2006 Posts: 97
|
|
|
|
LinkinPark wrote: |
After create a new PDS, how to create first member for it ?
Thanks |
in z/OS 1.7 or later it?s possible to change the ispf-configuration table, so that it is possible to enter an empty pds with EDIT (3.4 'E'). within the empty member list use "s" membername. |
|
Back to top |
|
|
|