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 / abhilash
Why are you wasting your time and CPU time ... just open
the file in edit mode and type D99999 before first
record ... it will empty the file.. Cheers..
Plz dont waste CPU time....
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
which parameter is use to declare the name of dataset in dd statement?
What is job control language?
what are the types of abends that occur on job failure? And explain the possible causes of these
how you will the direct the data to spool using sysout option?
What are steplib and joblib? What for they are used?
Explain the function of //cntl statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What dd statement is used to supply the name of a dataset?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
When output dataset space is required, what quantity categories are used?
What is the function of //jcllib statement?
Is their any limit for data sets?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How can return codes be tested before execution of a job step?