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
Mention the types of job control statements?
How does jcl act on a cobol code?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the function of //cntl statement?
How can the submitting users racf authority be overridden in a job stream?
What is the purpose of dd dummy statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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?
List the various advantages of using jcl language?
what is DD statement is used in JCL?
what is DSN in JCL and what are the parameters to declare the DSN?
Name what parameter directs the output of the job log dataset?
What is the purpose of dd?
What do you know about jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?