How to delete a member using JCL.?
Answers were Sorted based on User's Feedback
Answer / guest
Using IDCAMS a member can be deleted. DELETE 'XXX.YYY(member)
| Is This Answer Correct ? | 7 Yes | 0 No |
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 |
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 |
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 |
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 |
What do you mean by dirty read ?
What are the information stored in ci?
Differentiate between ci split and ca split?
What is Control Interval, Control Area ?
what do you mean by recovery and speed parameters in define cluster command?
How many cluster index can have in a table?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What is the difference between CI( Control Interval)and CA (Control Area)?
What is the difference between PS file and VSAM file?
7 Answers IBM, Infosys, Verizon,
what are the idcams commands that can be used for vsam and explain each of them.
what is meant by s0c-07 system abend codes?
What are the types of VSAM datasets?