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 / mithun suresh
Hi, try this out
Option 1: Use IEBGENER Utility
//DELJOB JOB ..........
//STEP01 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD *
//SYSUT2 DD DSN=USERID.DATASET,DISP=SHR
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the use of IEBGENER utility?
What is the use of disp parameter?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Name a few IBM utility programs, and explain its function.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the maximum length of a single line of jcl?
Is their any set of rules for dd? Explain.
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 ?
What are some jcl statements that are not allowed in procedures?
Are there any set of rules for the names of the steps used in a job?
What is the significance of addrspc parameter in the exec statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are steplib and joblib? What for they are used?