Outputting file size
The output fields of the SHOW-FILE-ATTRIBUTES command that relate to the output of the number of PAM pages allow the output for file sizes >= 32 GB. 10 digits are available for the output, although leading zeros are not displayed.
This concerns the following output fields and the following output fields in the totals lines:
File size in the header (number of PAM pages reserved for the file)
HIGH-US-PA for the file properties (number of PAM pages occupied by the file)
The following output fields in the totals lines have also been extended to 10 digits:
FRE (the total PAM pages that have been reserved for but are not yet occupied by the displayed output set)
REL (the total PAM pages that can be released for the displayed output set)
RES (the total PAM pages that are reserved for the displayed output set) When there are more than 2147483647 reserved PAM pages, the display uses units of one thousand PAM pages (8 digits and the right-justified identifier “T”).
S variables
var(*LIST).MIGRATE-S1-RESERVED
andvar(*LIST).PUBSET-RESERVED
: When the value of 2147483647 PAM pages is reached, the corresponding S variablevar(*LIST).MIGRATE-S1-RESERVED-T
orvar(*LIST).PUBSET-RESERVED-T
is assigned the current value in units of one thousand PAM pages.
The modification have been implemented for all output destinations (OUTPUT=*SYSOUT / *SYSLST / *PRINTER / <filename>).