Delete a Member in a Pds .



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Delete a Member in a Pds .

Postby manojlives » Mon Jun 22, 2009 9:07 pm

Is it possible to Delete a member in a PDS? I know this is possible using idcams.
I tried TSO DELETE , But it's failing when i tried to delete a member in a PDS. But works fine for a PS.
manojlives
 
Posts: 37
Joined: Wed Dec 24, 2008 5:15 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Delete a Member in a Pds .

Postby MrSpock » Mon Jun 22, 2009 9:23 pm

DELETE is the proper TSO command. It will delete a member from the specified PDS. If you are using it and seeing an error, you'll need to post that error for any further assistance.

As an alternative, since you're working with a PDS, you might want to start using and familiarizing yourself with the ISPF Library Management (LM) services. There is the LMMDEL Service for deleting a member of a PDS.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: Delete a Member in a Pds .

Postby Bill Dennis » Tue Jun 23, 2009 6:40 pm

You must have the PDS named on a DD card in the IDCAMS step, then
 DELETE    PDS.NAME.HERE(member) FILE(ddname) 
.
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
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post