Hi,
Is there any way that I can copy just the member names and not the content of the members from a PDS to a PS ?
Guru
Need to copy just member names from a PDS to a PS
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: Need to copy just member names from a PDS to a PS
TSO LISTDS 'MY.PDS' MEMBERS
TSO PRINTDS DATASET('MY.PDS') DIRECTORY NOTITLE TODATASET('MY.PDS.SEQ')
And there's the PRINT INDEX options from various ISPF panels.
TSO PRINTDS DATASET('MY.PDS') DIRECTORY NOTITLE TODATASET('MY.PDS.SEQ')
And there's the PRINT INDEX options from various ISPF panels.
-
- Posts: 278
- Joined: Thu May 15, 2008 9:45 pm
- Skillset: MVS
MQ
ISPF - Referer: sister site
Re: Need to copy just member names from a PDS to a PS
Also, the ISPF "SAVE" command while viewing a member list. The command SAVE MYLIST will write the list into dataset 'yourid.MYLIST.MEMBERS'
Regards,
Bill Dennis
Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 7
- 5212
-
by sergeyken
View the latest post
Fri Nov 13, 2020 1:24 am
-
-
REXX Code to find if PDS JCL member has how many DD
by abhilashanaik » Tue Sep 14, 2021 11:17 am » in CLIST & REXX - 5
- 2273
-
by sergeyken
View the latest post
Wed Sep 15, 2021 6:02 am
-
-
-
FTP dataset member with Arabic letters
by Mahmoud Anwer » Sat May 29, 2021 6:37 pm » in Simulators & Emulators - 1
- 3761
-
by enrico-sorichetti
View the latest post
Sat May 29, 2021 11:57 pm
-
-
-
transferring file from pc to mainframe pds member
by valeca » Wed Sep 28, 2022 3:42 am » in TSO & ISPF - 5
- 3348
-
by Pedro
View the latest post
Thu Sep 29, 2022 12:11 am
-
-
- 0
- 1220
-
by rossburnett
View the latest post
Tue May 23, 2023 3:19 am