How to delete a member using JCL.?

Answers were Sorted based on User's Feedback



How to delete a member using JCL.?..

Answer / guest

Using IDCAMS a member can be deleted. DELETE 'XXX.YYY(member)

Is This Answer Correct ?    7 Yes 0 No

How to delete a member using JCL.?..

Answer / sandeep

there are two ways : -

1.Using IDCAMS a member can be deleted. DELETE 'XXX.YYY
(member).
2.directly press D or DEL in cmd line.

Is This Answer Correct ?    6 Yes 2 No

How to delete a member using JCL.?..

Answer / wairagade

Is it possible using IEFBR14 utility ? :) could anyone tell
how ? think simple you will get answer

Is This Answer Correct ?    3 Yes 0 No

How to delete a member using JCL.?..

Answer / sundeep meduri

we cannot delete a data set using IEFBR14 as it was
ansewered above it will delete pds it self we have to use
idcams utility to delete a member of a pds

Is This Answer Correct ?    2 Yes 0 No

How to delete a member using JCL.?..

Answer / bindu

yes we can delete using IEFBR14 utility.Below is the syntax

//STEP1 EXEC PGM=IEFBR14
//MYFILE DD DSN=TRNG48.INFILE3,
// DISP=(MOD,DELETE,DELETE)

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More VSAM Interview Questions

there are seven idcams commands in vsam. Can you name and explain each of them?

0 Answers   IBM,


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


How to createing new version of GDG with out loosing the data in preaves GDG version?

7 Answers   Patni, Satyam,


Can AMS commands be run from the TSO prompt ?

1 Answers   IBM,


explain the differences between vsam and non-vsam files

0 Answers   IBM,






Explain the function of the relative record data set?

0 Answers  


HOW TO SORT RECORDS IN VSAM FILE?

3 Answers  


Why is master catalog used in vsam?

0 Answers  


Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?

3 Answers   CTS, Verizon,


What are the optional parameters to the input dataset While loading the empty cluster with the data records?

1 Answers   IBM,


explain how can you initialize a vsam file before any operation?

0 Answers   IBM,


why ci and ca splits are not possible in esds and rrds?

0 Answers   IBM,


Categories