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

Delete dataset name entry


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

New User


Joined: 08 Jun 2009
Posts: 12
Location: Chennai

PostPosted: Sun May 09, 2010 1:32 pm
Reply with quote

Hi,

aaa.bbb dataset resided in xxxxxx volume. After scratching this volume, the above dataset is still displaying in p.3.4 panel. How can i delete the above dataset entry.

Thanks in advance.


Regards,
Ramkumar
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sun May 09, 2010 1:56 pm
Reply with quote

just a good old plain uncatalog ...
Back to top
View user's profile Send private message
RamkumarB

New User


Joined: 08 Jun 2009
Posts: 12
Location: Chennai

PostPosted: Sun May 09, 2010 2:16 pm
Reply with quote

Thanks for your reply

Catalog error is come when I try to uncatalog it.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sun May 09, 2010 2:37 pm
Reply with quote

why not tell what You are using to uncatalog and the error messages You receive

also the entries You are trying to delete are vsam objects ??
Back to top
View user's profile Send private message
RamkumarB

New User


Joined: 08 Jun 2009
Posts: 12
Location: Chennai

PostPosted: Sun May 09, 2010 3:37 pm
Reply with quote

I put U in front of dataset, 'Catalog error' is appear in right top corner.
When i press F1 the following message came 'Catalog/uncatalog request via SVC 26 failed, return code = 56, reason code 36, module id = FT'

The dataset is PS not an VSAM object.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 582
Location: London

PostPosted: Wed Jun 09, 2010 11:28 pm
Reply with quote

Run this IDCAMS batch job. It can't be done via 3.4

//S1 EXEC PGM=IDCAMS
//SYPRINT DD SYSOUT=*
//SYSIN DD *
DELETE entryname NOSCRATCH

You need access to use the NOSCRATCH option so might need Storage team help
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 DELETE SPUFI DB2 1
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top