SEQDATASET - Near-term history data collection options keyword
Specifies up to 10 names of static sequential data sets in which the near-term history data is to be stored by the Near-Term Historical Data Collector.
SEQDATASET(data
set name,data set name,...)
- data set name
- A 1- to 44-character data set name.
This keyword is required if WRITEOPTION(VSAM,SEQ) is specified.
The SPACE keyword is required in conjunction with SEQDATASET to allocate the data set appropriately.
If dynamic sequential data sets or Generation Data Group (GDG) data sets were chosen as the medium of sequential data storage, the corresponding (base) file name is added as keyword value.
Example for static sequential data sets
SEQDATASET(
SYS1PMO.O4.ESP.ESP4.DB11.RKD2SQ01
SYS1PMO.O4.ESP.ESP4.DB11.RKD2SQ02
SYS1PMO.O4.ESP.ESP4.DB11.RKD2SQ03
)
SPACE(CYL,65,2)
Example for dynamic sequential data set
SEQDATASET(SYS1PMO.O4.SEQARC.@DB2.@DATE.@TIME)
SPACE(CYL,5,2)
Example for GDG data set
SEQDATASET(SYS1PMO.O4.SEQGDG(+1))
SPACE(CYL,5,2)