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

we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.

0 Answers   IBM,


How do you define a GDG ?

1 Answers   IBM,


On which datasets You can have ALT INDEX?

2 Answers  


how can you load a vsam data set with records ?

0 Answers   IBM,


What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..

0 Answers   iGate,






What is an alternate index?

1 Answers  


What is a path?

1 Answers  


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

0 Answers  


Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.

1 Answers  


Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?

1 Answers  


can i see how many records does a vsam file have without browsing or without using file-aid? and same for ps file?

3 Answers   Tech Mahindra,


what do you mean by define model parameter?

0 Answers   IBM,


Categories