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

What are the rules employed while naming the steps in a job?

650


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1801


what is the JCL statement consists of?

691


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

608


What is the motivation behind coding class parameter in job statement?

676






how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

776


Explain about LMQUERY�give a dialog information about a data set

894


How can the disposition of sysout datasets be set for an entire jobstream?

830


What is jcl in mainframe?

682


Explain how can the submitting users racf authority be overridden in a job stream?

666


What is the purpose of dd dummy statement?

937


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

912


what is DSN parameter and DISP parameter is used for?

667


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1576


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

914