Question regarding MAXLINES parameter.
The manual states the following:
"This parameter specifies the maximum number of lines to be archived to the database per SYSOUT group."
And the description of the BYPASSDS parameter:
"An optional parameter that specifies that any lines in excess of the number (nnn) in a SYSOUT data set are deleted without archival. Subsequent data sets in the SYSOUT group are archived."
Clarify the following example::
MAXLINES init parameter is set to: MAXLINES=2000000,BYPASSDS
Job SAMPLE has 3 DD SYSOUT=* statements and those statements have following number of output lines:
SAMPLE.DDA 1 000 000 lines
SAMPLE.DDB 2 500 000 lines
SAMPLE.DDC 500 000 lines
Can it be clarified that the MAXLINES parameter should cut off/remove 500 000 lines from the SAMPLE.DDB and store all other DD names in the mentioned job?
Then, output stored to CA View will have totally (1 000 000 + 2 000 000 + 500 000) 3 500 000 lines, which does not seem to be correct.
"This parameter specifies the maximum number of lines to be archived to the database per SYSOUT group."
Release : 14.0
Component : CA View