Hi Guyz,
My requirement is to empty out a PS file but not to delete.
How would I do that. Is there any Utility. If any other
way, plz answer. Thanks.

Answer Posted / ram g

it will work with iebgener also ..create a dummy file with
fba format and use in your utility jcl

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can an individual step be restricted from using all the jobs allowed cpu time?

1009


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


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

2111


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

912


how you will the direct the data to spool using sysout option?

1765






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

737


What is notcat 2 - gs?

941


Explain the function of a dd statement?

659


Must tape dataset definitions include vol=ser specifications?

983


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2173


Explain the purpose of the dd keylen parameter?

677


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9220


How to run cobol program using jcl?

652


What is use of restart and how to use it?

771


Explain about ISPF/TSO Commands

1313