How to empty the records in jcl

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to submit a jcl from cics?

850


How is the record format of an output dataset specified?

966


what are the various stages of job processing?

967


What does a disposition of (MOD,DELETE,DELETE) mean ?

857


How can return codes be tested before execution of a job step?

1162


is there any way to execute more than one proc in the same exec statement at the same time..?

2328


Is condition checking possible in jcl? If yes, how?

968


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

905


what is use of dcb parameter in dd statement?

990


what is use of dsn parameter in dd statement?

881


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2497


what are the statements that are not valid to be included in an include statement?

1067


whats the diff bw the evaluate also and and?

2053


I need exexution process for JCL programs

2016


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

1045