View previous topic :: View next topic |
Author |
Message |
Dragon_Lee Beginner
Joined: 13 Feb 2006 Posts: 31 Topics: 17
|
Posted: Mon Feb 13, 2006 2:56 am Post subject: How to XMIT part members of the PDS? |
|
|
To download dataset from host, we use command: XMIT nodeid.userid DSN(dataset name), the dataset here is a PDS, if I want to xmit part members of it, such as the members prefixed by "PRE", how to achieve it?  _________________ Dragon |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Mon Feb 13, 2006 4:43 am Post subject: |
|
|
You can use the MEMBERS keyword, as described in the fine manual.
O.
________
vapir one review
Last edited by ofer71 on Sat Feb 05, 2011 11:32 am; edited 1 time in total |
|
Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Mon Feb 13, 2006 4:45 am Post subject: |
|
|
The short answer is "You can't". If there are only a few members, you can specify them in the "MEMBERS" parameter, Code: | XMIT nodeid.userid) DS(dataset name) MEMBERS(PRE1 PRE2 PRE3) |
If you have a large number of members to transmit, you may find it simpler to copy the required members into an empty PDS, then transmit that. _________________ The day you stop learning the dinosaur becomes extinct |
|
Back to top |
|
 |
Dragon_Lee Beginner
Joined: 13 Feb 2006 Posts: 31 Topics: 17
|
Posted: Mon Feb 13, 2006 10:29 pm Post subject: Re |
|
|
Thanks ofer71 & Mervyn, that helps.  _________________ Dragon |
|
Back to top |
|
 |
|
|