How to create a ps file with validity of 3 days using jcl ?

Showing Answers 1 - 12 of 12 Answers

vivekananda

  • Aug 28th, 2011
 

Code
  1. //STEP1    EXEC PGM=IEBUPDTE,PARM=NEW      

  2. //SYSUT2   DD   DSN=RK.MYDIR.FILES,DISP=SHR  

  3. //SYSPRINT DD   SYSOUT=*                    

  4. //SYSIN    DD   *                          

  5. //        ADD   NAME=NEW01

  6.                                              

  7.  

Sunil

  • Aug 29th, 2011
 

Hi ,

Can u please elaborate the above JCl , It is not understandable.

Please share your knowledge..

Regards,
Sunil

  Was this answer useful?  Yes

DEEPIKA

  • Sep 6th, 2011
 

FOR(3)

  Was this answer useful?  Yes

Madhavi Chava

  • Jan 12th, 2012
 

using LABEL parameter RETPD(retention period)/EXPDT(expire date)

LABEL=EXPDT=12120(dataset expire on 120th day of 2012)
LABEL=RETPD=200(dataset is retained for 200 days)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions