hchinnam Beginner
Joined: 04 Feb 2005 Posts: 31 Topics: 10
|
Posted: Mon Sep 15, 2008 4:21 am Post subject: GDG version reclaim |
|
|
ALL,
Please look at the DD statement below
Code: |
//OUT DD DSN=XXXX.YYYY.ZZZZ(+1),
// DISP=(MOD,KEEP,KEEP),
// DCB=(LRECL=391,RECFM=VB),
// DATACLAS=PRDDARTA
|
It is in the first step of the JCL. My understanding is it should create a new GDG version. But it uses the last GDG version present. Can any one explain why?
It shows following msg
Code: |
IGD17356I GDG RECLAIM REQUEST WAS SUCCESSFULLY PROCESSED FOR DATA SET XXXX.YYYY.ZZZZ.G0001V00
|
|
|