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 / anand
//NUAEA62T JOB ,'DAILY REPORTS',
// MSGLEVEL=(1,1),MSGCLASS=Q,
// CLASS=D,NOTIFY=&SYSUID
//STEP1 EXEC PGM=IEBGENER
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD *
//SYSUT2 DD DSN=Test,DISP=SHR
/*
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is there any command to check wether the ps file is in sorted order?
How to pass data to a program that is coded in an exec statement?
Is acct parameter mandatory?
Explain how can return codes be tested before execution of a job step?
whats the diff bw the evaluate also and and?
Explain the function of //jcllib statement?
Where & How Do You Code Identifier In Jcl?
How to override loadlib?
What is use of restart and how to use it?
how can the same proc be re-used and called by many jobs?
Explain dfsort utility?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What do you understand by jcl?
when can a job time-out occur? How to overcome that?
Is their any set of rules for dd? Explain.