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
how you can access an uncataloged dataset in a JCL?
How can values be passed from the job stream to an executable program?
List the different components of jcl statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the purpose of the dd keylen parameter?
Is it possible to define dd statements as you want?
Explain the purpose of the dd keylen parameter?
How to pass the parameter in parm using linkage section ? (syntax)?
what is use of disp parameter in dd statement?
Can I send output of job to my remote device careerride123?
What are the jcl procedures?
How can return codes be tested before execution of a job step?
Explain how can values be passed from the job stream to an executable program?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK