We're trying to create GDG entries to be read via z/os connect, and are having issues defining the VT etc.
With DVM we see indication that we want to enable then auto enable the DVM.AVZ1.SAVZXVTB(AVZGDGS1) member. Enable works fine.
When we try to auto-enable, it fails and we get message :
AVZ3912E No ISPF statistics for rule AVZGDGS1 in Ruleset(VTB) DSN1(SYSGM.IBM.DVM.AVZ1.SAVZXVTB)
I do not see where anything tells us we need to UPDATE that member and what to put in it.
this is what AVZDGDS1 says:
Purpose - Set the number of GDG datasets and the relative starting generation for access to a subset of a
generation data group. The base GDG name can also be provided, and will override the dataset name
in the data map.
The doc also indicates we should use these in the following way:
For example, the following request will result in generations HLQ.GDG.STAFF(-3) through
HLQ.GDG.STAFF(-6) being retrieved:
SELECT * FROM GDG__4_3_STAFF
Where the STAFF table specifies a base data set name of HLQ.GDG.STAFF. In other words, with this
request, four generations will be read in descending generation order beginning with relative generation 3
(that is, generations 3, 4, 5, and 6).
This appears to say if i do SELECT * FROM GDG__2_3_NET that I would create a table NET which has an accompanying GDG which is
HLQ.GDG.NET which I want to read gens 3 and 4 from.
are we supposed to create a NET entry in SAVZXVTB ala the SYSLOG example? then do we autoenable that instead of AVZGDGS1? Does AVZGDGS1 need to be updated just so it autoenables?
where does DVM get the HLQ from?
Please advise...
------------------------------
Kevin Flanagan
------------------------------
#Db2Toolsforz/OS