MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to XMIT part members of the PDS?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
Dragon_Lee
Beginner


Joined: 13 Feb 2006
Posts: 31
Topics: 17

PostPosted: Mon Feb 13, 2006 2:56 am    Post subject: How to XMIT part members of the PDS? Reply with quote

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? Question
_________________
Dragon
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Mon Feb 13, 2006 4:43 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Mon Feb 13, 2006 4:45 am    Post subject: Reply with quote

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
View user's profile Send private message
Dragon_Lee
Beginner


Joined: 13 Feb 2006
Posts: 31
Topics: 17

PostPosted: Mon Feb 13, 2006 10:29 pm    Post subject: Re Reply with quote

Thanks ofer71 & Mervyn, that helps. Laughing
_________________
Dragon
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group