IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to refresh PDS after Copy


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amitjain231

New User


Joined: 04 Mar 2005
Posts: 8
Location: asd

PostPosted: Thu Apr 07, 2005 8:29 pm
Reply with quote

One small query:
After opening a PDS thru 3.4 option and copying a member to the same pds by giving different name. How to refresh the PDS and open the new member just copied, without going back and entering again.
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Fri Apr 08, 2005 12:10 am
Reply with quote

U can use the REFRESH command from inside the PDS and make the new member available.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Apr 08, 2005 4:42 pm
Reply with quote

Is it me, or does it seem like you're wasting a lot of keystrokes?

Usually, if you want to create and edit a new member of a PDS, you edit the PDS, enter "S NEWNAME" to select the empty member "NEWNAME".

Then, on the command line, you type "COPY OLDNAME" to copy an existing member OLDNAME from the same PDS into the new member; or, you type "COPY 'OTHER.DATASET.TO.COPY.FROM'"; or, you type "COPY", press ENTER, and select the dataset/member to copy from.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
Search our Forums:

Back to Top