How to empty the records in jcl



How to empty the records in jcl..

Answer / biprajit

To empty a file in JCL you can use IEBGENER;
Sysut1 dd dummy
Sysut2 dd dsn=filename

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

What is the difference between static call & Dynamic call ?

3 Answers  


How do you overcome this limitation ?

0 Answers  


What are the difference between jcl and jes?

0 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,






Why block size is multiple of lrecl in jcl?

0 Answers  


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  


how to modify the copy book?explain with examples

2 Answers   TCS,


how to execute the last 5 steps in jcl

2 Answers   Syntel,


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?

3 Answers   IBM,


Categories